A Novel Pseudo Nearest Neighbor Classification Method Using Local Harmonic Mean Distance
Junzhuo Chen, Zhixin Lu, Shitong Kang

TL;DR
This paper introduces LMPHNN, a new KNN-based classifier that uses local harmonic mean distance to improve classification accuracy, especially with small samples and outliers, outperforming existing methods on various datasets.
Contribution
The paper presents LMPHNN, a novel KNN classifier utilizing harmonic mean distance and pseudo nearest neighbors to enhance performance and robustness over traditional KNN algorithms.
Findings
LMPHNN achieves an average precision of 97%, outperforming other classifiers by 14%.
LMPHNN improves recall by 12% and accuracy by 5% on average.
LMPHNN demonstrates 13% higher F1 score compared to existing methods.
Abstract
In the realm of machine learning, the KNN classification algorithm is widely recognized for its simplicity and efficiency. However, its sensitivity to the K value poses challenges, especially with small sample sizes or outliers, impacting classification performance. This article introduces a novel KNN-based classifier called LMPHNN (Novel Pseudo Nearest Neighbor Classification Method Using Local Harmonic Mean Distance). LMPHNN leverages harmonic mean distance (HMD) to improve classification performance based on LMPNN rules and HMD. The classifier begins by identifying k nearest neighbors for each class and generates distinct local vectors as prototypes. Pseudo nearest neighbors (PNNs) are then created based on the local mean for each class, determined by comparing the HMD of the sample with the initial k group. Classification is determined by calculating the Euclidean distance between…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsFace and Expression Recognition
