paper-with-me

Papers

Neighborhood Stability as a Measure of Nearest Neighbor Searchability

2026-02-18 · Thomas Vecchiato, Sebastian Bruch arxiv

Clustering-based Approximate Nearest Neighbor Search (ANNS) organizes a set of points into partitions, and searches only a few of them to find the nearest neighbors of a query. Despite its popularity, there are virtually no analytical tools to determine the suitability of clustering-based ANNS for a given dataset -- what we call "searchability." To address that gap, we present two measures for flat clusterings of high-dimensional points in Euclidean space. First is Clustering-Neighborhood Stability Measure (clustering-NSM), an internal measure of clustering quality -- a function of a clustering of a dataset -- that we show to be predictive of ANNS accuracy. The second, Point-Neighborhood Stability Measure (point-NSM), is a measure of clusterability -- a function of the dataset itself -- that is predictive of clustering-NSM. The two together allow us to determine whether a dataset is searchable by clustering-based ANNS given only the data points. Importantly, both are functions of nearest neighbor relationships between points, not distances, making them applicable to various distance functions including inner product.

📄 PDF Abstract BibTeX arXiv:2602.16673

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Local Neighborhood Instability in Parametric Projections: Quantitative and Visual Analysis

2026-04-23 · Frederik L. Dennig, Daniel A. Keim arxiv

Parametric projections let analysts embed new points in real time, but input variations from measurement noise or data drift can produce unpredictable shifts in the 2D layout. Whether and where a projection is locally st…

Navigating the Semantic Horizon using Relative Neighborhood Graphs

2015-01-12 · EMNLP 2015 9 · Amaru Cuba Gyllensten, Magnus Sahlgren

This paper is concerned with nearest neighbor search in distributional semantic models. A normal nearest neighbor search only returns a ranked list of neighbors, with no information about the structure or topology of the…

Word Sense Induction

Local Distribution in Neighborhood for Classification

2018-12-07 · Chengsheng Mao, Bin Hu, Lei Chen, Philip Moore 외

The k-nearest-neighbor method performs classification tasks for a query sample based on the information contained in its neighborhood. Previous studies into the k-nearest-neighbor algorithm usually achieved the decision …

ClassificationGeneral Classification

Clustering with UMAP: Why and How Connectivity Matters

2021-08-12 · Ayush Dalmia, Suzanna Sia

Topology based dimensionality reduction methods such as t-SNE and UMAP have seen increasing success and popularity in high-dimensional data. These methods have strong mathematical foundations and are based on the intuiti…

ClusteringDimensionality Reduction

Trust your neighbors: A comprehensive survey of neighborhood-based methods for recommender systems

2021-09-09 · Athanasios N. Nikolakopoulos, Xia Ning, Christian Desrosiers, George Karypis

Collaborative recommendation approaches based on nearest-neighbors are still highly popular today due to their simplicity, their efficiency, and their ability to produce accurate and personalized recommendations. This ch…

Recommendation Systems