Partitioned K-nearest neighbor local depth for scalable comparison-based learning
Jacob D. Baron, R.W.R. Darling, J. Laylon Davis, R. Pettit

TL;DR
This paper introduces PaNNLD, a scalable, efficient method for local depth estimation using triplet comparisons and K-nearest neighbors, significantly reducing computational complexity while maintaining accuracy.
Contribution
It proposes PaNNLD, a novel variant of local depth estimation that reduces oracle calls and post-processing steps by leveraging K-nearest neighbors and randomization.
Findings
PaNNLD requires only O(n K log n) oracle calls.
The method's error probability decreases exponentially with K.
PaNNLD significantly improves scalability over previous approaches.
Abstract
A triplet comparison oracle on a set takes an object and for any pair declares which of and is more similar to . Partitioned Local Depth (PaLD) supplies a principled non-parametric partitioning of under such triplet comparisons but needs oracle calls and post-processing steps. We introduce Partitioned Nearest Neighbors Local Depth (PaNNLD), a computationally tractable variant of PaLD leveraging the -nearest neighbors digraph on . PaNNLD needs only oracle calls, by replacing an oracle call by a coin flip when neither nor is adjacent to in the undirected version of the -nearest neighbors digraph. By averaging over randomizations, PaNNLD subsequently requires (at best) only post-processing steps. Concentration of measure shows that the probability…
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
TopicsAlgorithms and Data Compression · Machine Learning and Algorithms · Advanced Image and Video Retrieval Techniques
