vix.ing · top · new · best · stats · spec

Improved Search of Relevant Points for Nearest-Neighbor Classification

2022/03/07 by Alejandro Flores-Velazco, Flores-Velazco, Alejandro
Computer Science · #Anomaly Detection Techniques and Applications #Computational Geometry (cs.CG) #FOS: Computer and information sciences #Machine Learning (cs.LG) #Machine Learning and Algorithms #Machine Learning and Data Classification

paper · pdf · doi:10.48550/arxiv.2203.03567

openalex publication_date 2022/03/07 · openalex created_date 2025/10/10 · openalex updated_date 2026/07/28

Abstract

Given a training set P ⊂ ℝd, the nearest-neighbor classifier assigns any query point q ∈ ℝd to the class of its closest point in P. To answer these classification queries, some training points are more relevant than others. We say a training point is relevant if its omission from the training set could induce the misclassification of some query point in ℝd. These relevant points are commonly known as border points, as they define the boundaries of the Voronoi diagram of P that separate points of different classes. Being able to compute this set of points efficiently is crucial to reduce the size of the training set without affecting the accuracy of the nearest-neighbor classifier. Improving over a decades-long result by Clarkson, in a recent paper by Eppstein an output-sensitive algorithm was proposed to find the set of border points of P in O( n2 + nk2 ) time, where k is the size of such set. In this paper, we improve this algorithm to have time complexity equal to O( nk2 ) by proving that the first steps of their algorithm, which require O( n2 ) time, are unnecessary.

Related