Scaling Laws for Grid-Based Approximate Nearest Neighbor Search in High Dimensions
Abstract
Grid-based approaches to approximate nearest neighbor (ANN) search have been absent from modern scaling analyses. We present a systematic characterization of a multiprobe grid algorithm with respect to dataset size and dimensionality . Our experiments reveal a previously unreported -scaling crossover on the GloVe embedding family, in which multiprobe grid search maintains an approximately constant dimensional scaling exponent while other graph-, tree-, and partitioning-based methods exhibit degrading throughput. The advantage comes with near-linear query scaling in , but also with lower indexing cost than competing ANN methods. Our results suggest that grid-based methods such as multiprobe grid may be competitive in rebuild-heavy or high-dimensional settings where indexing cost and dimensional robustness dictate performance. More broadly, recent work has formalized self-attention as an ANN operation. Thus, the - and -scaling properties of ANN algorithms may guide cost analysis of efficient transformer architectures. Code is available at: https://github.com/weiz345/MultiProbeANN.
Cite
@article{arxiv.2607.01283,
title = {Scaling Laws for Grid-Based Approximate Nearest Neighbor Search in High Dimensions},
author = {Matthew J Liu and Wei Hang Zheng and Vidhan Purohit and Siqi Xie and Chieh-En Li and Jerry Li and Noah Flynn},
journal= {arXiv preprint arXiv:2607.01283},
year = {2026}
}