DEG: Efficient Hybrid Vector Search Using the Dynamic Edge Navigation Graph
Ziqi Yin, Jianyang Gao, Pasquale Balsebre, Gao Cong, Cheng Long

TL;DR
This paper introduces DEG, a novel graph-based index for hybrid vector search that efficiently adapts to changing query parameters, significantly improving performance for bimodal data retrieval.
Contribution
DEG is the first index to dynamically adapt to varying $oldsymbol{ extalpha}$ values in hybrid vector search, combining novel algorithms for neighbor candidate selection, edge pruning, and acceleration.
Findings
DEG outperforms existing methods across multiple datasets.
It maintains high accuracy with reduced query time.
The approach effectively handles dynamic $oldsymbol{ extalpha}$ scenarios.
Abstract
Bimodal data, such as image-text pairs, has become increasingly prevalent in the digital era. The Hybrid Vector Query (HVQ) is an effective approach for querying such data and has recently garnered considerable attention from researchers. It calculates similarity scores for objects represented by two vectors using a weighted sum of each individual vector's similarity, with a query-specific parameter to determine the weight. Existing methods for HVQ typically construct Approximate Nearest Neighbors Search (ANNS) indexes with a fixed value. This leads to significant performance degradation when the query's dynamically changes based on the different scenarios and needs. In this study, we introduce the Dynamic Edge Navigation Graph (DEG), a graph-based ANNS index that maintains efficiency and accuracy with changing values. It includes three novel…
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
TopicsAdvanced Image and Video Retrieval Techniques · Data Management and Algorithms · Advanced Vision and Imaging
