Instance-based learning using the Half-Space Proximal Graph
Ariana Talamantes, Edgar Chavez

TL;DR
This paper introduces a parameter-free, instance-based learning algorithm using the Half-Space Proximal graph, which improves classification accuracy over k-nearest neighbors and remains effective with probabilistic indexing.
Contribution
The paper proposes a novel, parameter-free HSP graph-based classifier that outperforms kNN and maintains accuracy with probabilistic indexing methods.
Findings
HSP classifier outperforms kNN across multiple datasets.
Using probabilistic indexes can improve HSP accuracy, unlike kNN.
The method is parameter-free and adaptable to unseen data.
Abstract
The primary example of instance-based learning is the -nearest neighbor rule (kNN), praised for its simplicity and the capacity to adapt to new unseen data and toss away old data. The main disadvantages often mentioned are the classification complexity, which is , and the estimation of the parameter , the number of nearest neighbors to be used. The use of indexes at classification time lifts the former disadvantage, while there is no conclusive method for the latter. This paper presents a parameter-free instance-based learning algorithm using the {\em Half-Space Proximal} (HSP) graph. The HSP neighbors simultaneously possess proximity and variety concerning the center node. To classify a given query, we compute its HSP neighbors and apply a simple majority rule over them. In our experiments, the resulting classifier bettered for any in a battery of datasets. This…
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.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsData Mining Algorithms and Applications · Rough Sets and Fuzzy Logic · Machine Learning and Data Classification
