{\delta}-EMG: A Monotonic Graph Index for Approximate Nearest Neighbor Search
Liming Xiang, Jing Feng, Ziqi Yin, Zijian Li, Daihao Xue, Hongchao Qin, Ronghua Li, Guoren Wang

TL;DR
This paper introduces a novel graph-based approximate nearest neighbor search method called -EMG that provides provable error bounds, ensuring reliable approximation guarantees while achieving high query throughput.
Contribution
The paper proposes -EMG, a monotonic graph structure with theoretical approximation guarantees for ANN search, along with a scalable, quantized variant for practical large-scale applications.
Findings
Achieves 19,000 QPS at 0.99 recall on SIFT1M
Outperforms existing methods by over 40% in speed
Provides provable approximation guarantees for ANN search
Abstract
Approximate nearest neighbor (ANN) search in high-dimensional spaces is a foundational component of many modern retrieval and recommendation systems. Currently, almost all algorithms follow an -Recall-Bounded principle when comparing performance: they require the ANN search results to achieve a recall of more than and then compare query-per-second (QPS) performance. However, this approach only accounts for the recall of true positive results and does not provide guarantees on the deviation of incorrect results. To address this limitation, we focus on an Error-Bounded ANN method, which ensures that the returned results are a -approximation of the true values. Our approach adopts a graph-based framework. To enable Error-Bounded ANN search, we propose a -EMG (Error-bounded Monotonic Graph), which, for the first time, provides a provable…
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
