Chromatic $k$-Nearest Neighbor Queries
Thijs van der Horst, Maarten L\"offler, Frank Staals

TL;DR
This paper introduces efficient data structures for chromatic k-nearest neighbor queries that identify the most frequent color among the nearest points, achieving query times independent of k with near-linear space, and also explores approximate solutions.
Contribution
The paper presents novel data structures for chromatic k-NN queries with query times independent of k and near-linear space, including approximate methods for faster responses.
Findings
Linear space data structures with $O(n^{1/2} ext{ log } n)$ query time in $ ext{R}^1$
Query times between $O(n^{2/3} ext{ log}^{2/3} n)$ and $O(n^{5/6} ext{ polylog} n)$ in $ ext{R}^2$
Approximate solutions with faster query times depending on $ ext{ε}$ in $ ext{R}^1$ and $ ext{R}^2$
Abstract
Let be a set of colored points. We develop efficient data structures that store and can answer chromatic -nearest neighbor (-NN) queries. Such a query consists of a query point and a number , and asks for the color that appears most frequently among the points in closest to . Answering such queries efficiently is the key to obtain fast -NN classifiers. Our main aim is to obtain query times that are independent of while using near-linear space. We show that this is possible using a combination of two data structures. The first data structure allow us to compute a region containing exactly the -nearest neighbors of a query point , and the second data structure can then report the most frequent color in such a region. This leads to linear space data structures with query times of for points in , and with…
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
TopicsScheduling and Timetabling Solutions · Computational Geometry and Mesh Generation
