Convergence of Nearest Neighbor Pattern Classification with Selective Sampling
Shaun N. Joseph, Seif Omar Abu Bakr, Gabriel Lugo

TL;DR
This paper demonstrates that simple, computationally efficient selective sampling heuristics can be used with the nearest neighbor rule to ensure convergence to the true pattern, improving sampling efficiency.
Contribution
It introduces three selection heuristics for nearest neighbor classification that guarantee convergence, with two being computationally inexpensive and practical.
Findings
Two heuristics have linear complexity in the number of samples.
All three heuristics ensure convergence of the nearest neighbor predictions.
Results advance the understanding of selective sampling in pattern classification.
Abstract
In the panoply of pattern classification techniques, few enjoy the intuitive appeal and simplicity of the nearest neighbor rule: given a set of samples in some metric domain space whose value under some function is known, we estimate the function anywhere in the domain by giving the value of the nearest sample per the metric. More generally, one may use the modal value of the m nearest samples, where m is a fixed positive integer (although m=1 is known to be admissible in the sense that no larger value is asymptotically superior in terms of prediction error). The nearest neighbor rule is nonparametric and extremely general, requiring in principle only that the domain be a metric space. The classic paper on the technique, proving convergence under independent, identically-distributed (iid) sampling, is due to Cover and Hart (1967). Because taking samples is costly, there has been much…
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
TopicsMachine Learning and Algorithms · Face and Expression Recognition · Machine Learning and Data Classification
