Theoretical and Empirical Analysis of Adaptive Entry Point Selection for Graph-based Approximate Nearest Neighbor Search
Yutaro Oguri, Yusuke Matsui
TL;DR
This work analyzes adaptive entry point selection for graph-based ANNS and introduces two theoretical constructs, $b$-monotonic path and $B$-MSNET, to model practical graphs. It proves that adaptively chosen entry points can reduce hop counts upper bounds compared to fixed central points under general conditions, and extends prior theory to broader graph classes and region assumptions. Empirically, the method delivers speedups of 1.2–2.3× across diverse datasets with minimal memory overhead and demonstrates improved resilience on hard worst-case instances. The findings advance understanding of entry-point optimization in real-world, high-dimensional ANNS, with implications for scalable, accurate similarity search in large databases.
Abstract
We present a theoretical and empirical analysis of the adaptive entry point selection for graph-based approximate nearest neighbor search (ANNS). We introduce novel concepts: $b\textit{-monotonic path}$ and $B\textit{-MSNET}$, which better capture an actual graph in practical algorithms than existing concepts like MSNET. We prove that adaptive entry point selection offers better performance upper bound than the fixed central entry point under more general conditions than previous work. Empirically, we validate the method's effectiveness in accuracy, speed, and memory usage across various datasets, especially in challenging scenarios with out-of-distribution data and hard instances. Our comprehensive study provides deeper insights into optimizing entry points for graph-based ANNS for real-world high-dimensional data applications.
