paper-with-me

홈 › Papers

Dimension Reduction for Efficient Dense Retrieval via Conditional Autoencoder

2022-05-06 · Zhenghao Liu, Han Zhang, Chenyan Xiong, Zhiyuan Liu, Yu Gu, Xiaohua LI

Dense retrievers encode queries and documents and map them in an embedding space using pre-trained language models. These embeddings need to be high-dimensional to fit training signals and guarantee the retrieval effectiveness of dense retrievers. However, these high-dimensional embeddings lead to larger index storage and higher retrieval latency. To reduce the embedding dimensions of dense retrieval, this paper proposes a Conditional Autoencoder (ConAE) to compress the high-dimensional embeddings to maintain the same embedding distribution and better recover the ranking features. Our experiments show that ConAE is effective in compressing embeddings by achieving comparable ranking performance with its teacher model and making the retrieval system more efficient. Our further analyses show that ConAE can alleviate the redundancy of the embeddings of dense retrieval with only one linear layer. All codes of this work are available at https://github.com/NEUIR/ConAE.

📄 PDF Abstract BibTeX arXiv:2205.03284

Code (1)

neuir/conae 공식 구현 pytorch

Tasks

Dimensionality ReductionInformation RetrievalRetrieval

Similar Papers 제목 키워드 기반

Dimension vs. Precision: A Comparative Analysis of Autoencoders and Quantization for Efficient Vector Retrieval on BEIR SciFact

2025-11-17 · Satyanarayan Pati arxiv

Dense retrieval models have become a standard for state-of-the-art information retrieval. However, their high-dimensional, high-precision (float32) vector embeddings create significant storage and memory challenges for r…

Dimensionality ReductionInformation Retrieval

Conditional Sampling via Wasserstein Autoencoders and Triangular Transport

2026-04-03 · Mohammad Al-Jarrah, Michele Martino, Marcus Yim, Bamdad Hosseini 외 arxiv

We present Conditional Wasserstein Autoencoders (CWAEs), a framework for conditional simulation that exploits low-dimensional structure in both the conditioned and the conditioning variables. The key idea is to modify a …

LIDER: An Efficient High-dimensional Learned Index for Large-scale Dense Passage Retrieval

2022-05-02 · Yifan Wang, Haodi Ma, Daisy Zhe Wang

Many recent approaches of passage retrieval are using dense embeddings generated from deep neural models, called "dense passage retrieval". The state-of-the-art end-to-end dense passage retrieval systems normally deploy …

Dimensionality ReductionPassage RetrievalRetrieval

No More K-means: Single-Stage Sparse Coding for Efficient Multi-Vector Retrieval

2026-05-28 · Lixuan Guo, Yifei Wang, Tiansheng Wen, Aosong Feng 외 arxiv

Multi-vector retrieval (MVR) models, exemplified by ColBERT, have established new benchmarks in retrieval accuracy by preserving fine-grained token-level interactions. However, this granularity imposes prohibitive storag…

Knowledge Base Index Compression via Dimensionality and Precision Reduction

2022-01-16 · ACL ARR January 2022 1 · Anonymous

Recently neural network based approaches to knowledge-intensive NLP tasks, such as question answering, started to rely heavily on the combination of neural retrievers and readers. Retrieval is typically performed over a …

Dimensionality ReductionQuestion AnsweringRetrieval