Chromatic $k$-Nearest Neighbor Queries

Publication date

2022-09-01

Authors

van der Horst, ThijsORCID 0009-0002-6987-4489ISNI 0000000512624694
Löffler, M.ISNI 000000039666142X
Staals, F.ISNI 0000000393123300

Editors

Chechik, Shiri
Navarro, Gonzalo
Rotenberg, Eva
Herman, Grzegorz

Advisors

Supervisors

Document Type

Part of book
Open Access logo

License

cc_by

Abstract

Let P be a set of n colored points. We develop efficient data structures that store P and can answer chromatic k-nearest neighbor (k-NN) queries. Such a query consists of a query point q and a number k, and asks for the color that appears most frequently among the k points in P closest to q. Answering such queries efficiently is the key to obtain fast k-NN classifiers. Our main aim is to obtain query times that are independent of k 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 k-nearest neighbors of a query point q, 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 O(n1/2 log n) for points in R1, and with query times varying between O(n2/3 log2/3 n) and O(n5/6 polylog n), depending on the distance measure used, for points in R2. These results can be extended to work in higher dimensions as well. Since the query times are still fairly large we also consider approximations. If we are allowed to report a color that appears at least (1 - ϵ)f*times, where f*is the frequency of the most frequent color, we obtain a query time of O(log n + log log 1 1-ϵ n) in R1 and expected query times ranging between O (n1/2ϵ-3/2) and O(n1/2ϵ-5/2) in R2 using near-linear space (ignoring polylogarithmic factors).

Keywords

data structure, nearest neighbor, classification

Citation

van der Horst, T, Löffler, M & Staals, F 2022, Chromatic $k$-Nearest Neighbor Queries. in S Chechik, G Navarro, E Rotenberg & G Herman (eds), 30th Annual European Symposium on Algorithms (ESA 2022). Leibniz International Proceedings in Informatics (LIPIcs), vol. 244, Schloss Dagstuhl - Leibniz-Zentrum fuer Informatik, pp. 67:1-67:14. https://doi.org/10.4230/LIPIcs.ESA.2022.67