paper-with-me

Papers

MUVERA: Multi-Vector Retrieval via Fixed Dimensional Encodings

2024-05-29 · Laxman Dhulipala, Majid Hadian, Rajesh Jayaram, Jason Lee, Vahab Mirrokni

Neural embedding models have become a fundamental component of modern information retrieval (IR) pipelines. These models produce a single embedding $x \in \mathbb{R}^d$ per data-point, allowing for fast retrieval via highly optimized maximum inner product search (MIPS) algorithms. Recently, beginning with the landmark ColBERT paper, multi-vector models, which produce a set of embedding per data point, have achieved markedly superior performance for IR tasks. Unfortunately, using these models for IR is computationally expensive due to the increased complexity of multi-vector retrieval and scoring. In this paper, we introduce MUVERA (MUlti-VEctor Retrieval Algorithm), a retrieval mechanism which reduces multi-vector similarity search to single-vector similarity search. This enables the usage of off-the-shelf MIPS solvers for multi-vector retrieval. MUVERA asymmetrically generates Fixed Dimensional Encodings (FDEs) of queries and documents, which are vectors whose inner product approximates multi-vector similarity. We prove that FDEs give high-quality $\epsilon$-approximations, thus providing the first single-vector proxy for multi-vector similarity with theoretical guarantees. Empirically, we find that FDEs achieve the same recall as prior state-of-the-art heuristics while retrieving 2-5$\times$ fewer candidates. Compared to prior state of the art implementations, MUVERA achieves consistently good end-to-end recall and latency across a diverse set of the BEIR retrieval datasets, achieving an average of 10$\%$ improved recall with $90\%$ lower latency.

📄 PDF Abstract BibTeX arXiv:2405.19504

Code (1)

bianzheng123/multi-vector-retrieval pytorch

Tasks

Information RetrievalRetrieval

Methods 이 논문이 사용한 방법론

SET Dynamic Sparse Training method where weight mask is updated randomly periodically

Similar Papers 제목 키워드 기반

TurkColBERT: A Benchmark of Dense and Late-Interaction Models for Turkish Information Retrieval

2025-11-20 · Özay Ezerceli, Mahmoud El Hussieni, Selva Taş, Reyhan Bayraktar 외 arxiv

Neural information retrieval systems excel in high-resource languages but remain underexplored for morphologically rich, lower-resource languages such as Turkish. Dense bi-encoders currently dominate Turkish IR, yet late…

Information Retrieval

TechRAG: Evidence-Gated Multimodal Agentic RAG for Technical Literature Reasoning

2026-06-01 · Kanwar Bharat Singh arxiv

This paper presents an agentic multimodal retrieval-augmented generation (RAG) framework for domain-specific literature reasoning, instantiated on a curated corpus of several thousand papers in intelligent tires, vehicle…

Text Retrieval

IRPAPERS: A Visual Document Benchmark for Scientific Retrieval and Question Answering

2026-02-05 · Connor Shorten, Augustas Skaburskas, Daniel M. Jones, Charles Pierse 외 arxiv

AI systems have achieved remarkable success in processing text and relational data, yet visual document processing remains relatively underexplored. Whereas traditional systems require OCR transcriptions to convert these…

Question AnsweringText Retrieval

Multi-view Recurrent Neural Acoustic Word Embeddings

2016-11-14 · Wanjia He, Weiran Wang, Karen Livescu

Recent work has begun exploring neural acoustic word embeddings---fixed-dimensional vector representations of arbitrary-length speech segments corresponding to words. Such embeddings are applicable to speech retrieval an…

RetrievalWord EmbeddingsWord Similarity

Efficient Constant-Space Multi-Vector Retrieval

2025-04-02 · Sean MacAvaney, Antonio Mallia, Nicola Tonellotto

Multi-vector retrieval methods, exemplified by the ColBERT architecture, have shown substantial promise for retrieval by providing strong trade-offs in terms of retrieval latency and effectiveness. However, they come at …

ManagementRetrieval