Minimax Optimal Algorithms with Fixed-$k$-Nearest Neighbors
J. Jon Ryu, Young-Han Kim
TL;DR
This work tackles minimax-optimal learning using fixed-$k$ nearest neighbors in a distributed setting by splitting data into $M$ groups and aggregating the $k$-NN information. It introduces M-split ($k,M$) rules for classification, regression, and density estimation, plus distance-based selective refinements that remove logarithmic gaps and achieve near-optimal or exact minimax rates under standard regularity (doubling, Hölder, margin) conditions. A key contribution is showing that fixed-$k$ rules across many splits can match the statistical power of growing-$k$ rules while delivering substantial computational and storage benefits, especially in large-scale or distributed environments. The paper also provides empirical validation on synthetic and real data, demonstrating competitive performance and practical speedups, and discusses variants and connections to prior ensemble methods like BigNN and denoising approaches. Overall, the results offer a principled, scalable path to minimax-optimal NN-based learning in distributed systems, with clear guidance on parameter choices (notably fixing $k$ and tuning $M$).
Abstract
This paper presents how to perform minimax optimal classification, regression, and density estimation based on fixed-$k$ nearest neighbor (NN) searches. We consider a distributed learning scenario, in which a massive dataset is split into smaller groups, where the $k$-NNs are found for a query point with respect to each subset of data. We propose \emph{optimal} rules to aggregate the fixed-$k$-NN information for classification, regression, and density estimation that achieve minimax optimal rates for the respective problems. We show that the distributed algorithm with a fixed $k$ over a sufficiently large number of groups attains a minimax optimal error rate up to a multiplicative logarithmic factor under some regularity conditions. Roughly speaking, distributed $k$-NN rules with $M$ groups has a performance comparable to the standard $Θ(kM)$-NN rules even for fixed $k$.
