Efficient Data-aware Distance Comparison Operations for High-Dimensional Approximate Nearest Neighbor Search
Liwei Deng, Penghao Chen, Ximu Zeng, Tianfu Wang, Yan Zhao, Kai Zheng

TL;DR
This paper introduces DADE, a data-aware distance estimation method that accelerates distance comparison operations in high-dimensional approximate nearest neighbor search, improving efficiency while maintaining accuracy.
Contribution
The paper presents DADE, a novel unbiased and adaptive distance estimation approach that significantly speeds up DCOs in AKNN algorithms like IVF and HNSW.
Findings
DADE reduces distance computation time in AKNN algorithms.
The unbiased estimation maintains accuracy comparable to exact distances.
Experimental results show improved efficiency in high-dimensional searches.
Abstract
High-dimensional approximate nearest neighbor search (AKNN) is a fundamental task for various applications, including information retrieval. Most existing algorithms for AKNN can be decomposed into two main components, i.e., candidate generation and distance comparison operations (DCOs). While different methods have unique ways of generating candidates, they all share the same DCO process. In this study, we focus on accelerating the process of DCOs that dominates the time cost in most existing AKNN algorithms. To achieve this, we propose an Data-Aware Distance Estimation approach, called DADE, which approximates the exact distance in a lower-dimensional space. We theoretically prove that the distance estimation in DADE is unbiased in terms of data distribution. Furthermore, we propose an optimized estimation based on the unbiased distance estimation formulation. In addition, we…
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.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsData Management and Algorithms · Advanced Image and Video Retrieval Techniques
MethodsFocus
