PulseExploreJournal ClubDebatesTrendingResearchersJournals
Instagram
HomeExploreJournal ClubTrending
Synapse
⌘+K
Synapse
May 20, 2026Proceedings of the ACM on Management of Data0 citations

GEM: A Native Graph-based Index for Multi-Vector Retrieval

View Full Paper
YTYao TianZTZhoujin TianXZXi Zhao

Key Points

  • This work aims to develop GEM, an effective indexing framework for multi-vector retrieval to enhance retrieval speed and accuracy.
  • Developed a set-level clustering scheme to minimize redundancy while maintaining semantic coverage.
  • Constructed local proximity graphs within clusters for efficient navigation and global structure bridging.
  • Implemented a beam search method with early path pruning and quantized distance estimation for indexing and search.
  • GEM achieves up to 16× speedup in retrieval speed compared to state-of-the-art methods.
  • Accuracy is maintained or improved across various benchmarks, including in-domain and multi-modal evaluations.

Abstract

In multi-vector retrieval, both queries and data are represented as sets of high-dimensional vectors, enabling finer-grained semantic matching and improving retrieval quality over single-vector approaches. However, its practical adoption is held back by the lack of effective indexing algorithms. Existing work, attempting to reuse standard single-vector indexes, often fails to preserve multi-vector semantics or remains slow. In this work, we present GEM, a native indexing framework for multi-vector representations. The core idea is to construct a proximity graph directly over vector sets, preserving their fine-grained semantics while enabling efficient navigation. First, GEM designs a set-level clustering scheme. It associates each vector set with only its most informative clusters, effectively reducing redundancy without hurting semantic coverage. Then, it builds local proximity graphs within clusters and bridges them into a globally navigable structure. To handle the non-metric nature of multi-vector similarity, GEM decouples the graph construction metric from the final relevance score and injects semantic shortcuts to guide efficient navigation toward relevant regions. At query time, GEM launches beam search from multiple entry points and prunes paths early using cluster cues. To further enhance efficiency, a quantized distance estimation technique is used for both indexing and search. Across in-domain, out-of-domain, and multi-modal benchmarks, GEM achieves up to 16× speedup over state-of-the-art methods while matching or improving accuracy.

Ask AI
Helpful
Bookmark
Share
View Full Paper

Cite This Study

Tian et al. (2026) studied this question.

synapsesocial.com/papers/6a0d5000f03e14405aa9b914https://doi.org/10.1145/3802065
Ask AI
Helpful
Bookmark
Share
View Full Paper