# Local Distribution in Neighborhood for Classification

**Authors:** Chengsheng Mao, Bin Hu, Lei Chen, Philip Moore, Xiaowei Zhang

arXiv: 1812.02934 · 2018-12-10

## TL;DR

This paper introduces a novel local distribution-based classification method that leverages neighborhood distribution information for improved accuracy and robustness, outperforming existing classifiers on various datasets.

## Contribution

The paper proposes a new local learning approach that estimates and utilizes neighborhood distribution information for classification, enhancing performance over traditional k-NN methods.

## Key findings

- Demonstrates improved classification accuracy on synthetic and real datasets.
- Shows scalability and robustness of the proposed method across different domains.
- Outperforms several state-of-the-art classifiers in experiments.

## Abstract

The k-nearest-neighbor method performs classification tasks for a query sample based on the information contained in its neighborhood. Previous studies into the k-nearest-neighbor algorithm usually achieved the decision value for a class by combining the support of each sample in the neighborhood. They have generally considered the nearest neighbors separately, and potentially integral neighborhood information important for classification was lost, e.g. the distribution information. This article proposes a novel local learning method that organizes the information in the neighborhood through local distribution. In the proposed method, additional distribution information in the neighborhood is estimated and then organized; the classification decision is made based on maximum posterior probability which is estimated from the local distribution in the neighborhood. Additionally, based on the local distribution, we generate a generalized local classification form that can be effectively applied to various datasets through tuning the parameters. We use both synthetic and real datasets to evaluate the classification performance of the proposed method; the experimental results demonstrate the dimensional scalability, efficiency, effectiveness and robustness of the proposed method compared to some other state-of-the-art classifiers. The results indicate that the proposed method is effective and promising in a broad range of domains.

## Full text

_Full body text omitted from this summary view._ Fetch the complete paper as Markdown: https://tomesphere.com/paper/1812.02934/full.md

## Figures

42 figures with captions in the complete paper: https://tomesphere.com/paper/1812.02934/full.md

## References

119 references — full list in the complete paper: https://tomesphere.com/paper/1812.02934/full.md

---
Source: https://tomesphere.com/paper/1812.02934