paper-with-me

홈 › Papers

Adaptive Estimation for Approximate k-Nearest-Neighbor Computations

2019-02-25 · Daniel LeJeune, Richard G. Baraniuk, Reinhard Heckel

Algorithms often carry out equally many computations for "easy" and "hard" problem instances. In particular, algorithms for finding nearest neighbors typically have the same running time regardless of the particular problem instance. In this paper, we consider the approximate k-nearest-neighbor problem, which is the problem of finding a subset of O(k) points in a given set of points that contains the set of k nearest neighbors of a given query point. We propose an algorithm based on adaptively estimating the distances, and show that it is essentially optimal out of algorithms that are only allowed to adaptively estimate distances. We then demonstrate both theoretically and experimentally that the algorithm can achieve significant speedups relative to the naive method.

📄 PDF Abstract BibTeX arXiv:1902.09465

Code (1)

dlej/adaptive-knn 공식 구현

Similar Papers 제목 키워드 기반

Leveraging Reinforcement Learning for evaluating Robustness of KNN Search Algorithms

2021-02-10 · Pramod Vadiraja, Christoph Peter Balada

The problem of finding K-nearest neighbors in the given dataset for a given query point has been worked upon since several years. In very high dimensional spaces the K-nearest neighbor search (KNNS) suffers in terms of c…

reinforcement-learningReinforcement LearningReinforcement Learning (RL)

FINGER: Fast Inference for Graph-based Approximate Nearest Neighbor Search

2022-06-22 · Patrick H. Chen, Chang Wei-cheng, Yu Hsiang-fu, Inderjit S. Dhillon 외

Approximate K-Nearest Neighbor Search (AKNNS) has now become ubiquitous in modern applications, for example, as a fast search procedure with two tower deep learning models. Graph-based methods for AKNNS in particular hav…

DEANN: Speeding up Kernel-Density Estimation using Approximate Nearest Neighbor Search

2021-07-06 · Matti Karppa, Martin Aumüller, Rasmus Pagh

Kernel Density Estimation (KDE) is a nonparametric method for estimating the shape of a density function, given a set of samples from the distribution. Recently, locality-sensitive hashing, originally proposed as a tool …

Density Estimation

Tensor-Train Point Cloud Compression and Efficient Approximate Nearest-Neighbor Search

2024-10-06 · Georgii Novikov, Alexander Gneushev, Alexey Kadeishvili, Ivan Oseledets

Nearest-neighbor search in large vector databases is crucial for various machine learning applications. This paper introduces a novel method using tensor-train (TT) low-rank tensor decomposition to efficiently represent …

Density EstimationOut of Distribution (OOD) DetectionTensor Decomposition

Adaptive $k$-nearest neighbor classifier based on the local estimation of the shape operator

2024-09-08 · Alexandre Luís Magalhães Levada, Frank Nielsen, Michel Ferreira Cardia Haddad

The $k$-nearest neighbor ($k$-NN) algorithm is one of the most popular methods for nonparametric classification. However, a relevant limitation concerns the definition of the number of neighbors $k$. This parameter exert…