Prune, Don't Rebuild: Efficiently Tuning $\alpha$-Reachable Graphs for Nearest Neighbor Search
Tian Zhang, Ashwin Padaki, Jiaming Liang, Zack Ives, Erik Waingarten

TL;DR
This paper introduces RP-Tuning, a post-hoc method to efficiently adjust the reachability parameter in graph-based nearest neighbor search algorithms, avoiding costly index rebuilds and maintaining theoretical guarantees.
Contribution
RP-Tuning provides a scalable, post-hoc approach to tune the reachability parameter in DiskANN, preserving theoretical guarantees and significantly reducing tuning time.
Findings
RP-Tuning accelerates DiskANN tuning by up to 43 times.
RP-Tuning maintains worst-case reachability guarantees in general metrics.
Empirical results show negligible overhead in tuning process.
Abstract
Vector similarity search is an essential primitive in modern AI and ML applications. Most vector databases adopt graph-based approximate nearest neighbor (ANN) search algorithms, such as DiskANN (Subramanya et al., 2019), which have demonstrated state-of-the-art empirical performance. DiskANN's graph construction is governed by a reachability parameter , which gives a trade-off between construction time, query time, and accuracy. However, adaptively tuning this trade-off typically requires rebuilding the index for different values, which is prohibitive at scale. In this work, we propose RP-Tuning, an efficient post-hoc routine, based on DiskANN's pruning step, to adjust the parameter without reconstructing the full index. Within the -reachability framework of prior theoretical works (Indyk and Xu, 2023; Gollapudi et al., 2025), we prove that pruning an…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsAdvanced Image and Video Retrieval Techniques · Data Management and Algorithms · Graph Theory and Algorithms
