paper-with-me

Papers

SMEC: Rethinking Matryoshka Representation Learning for Retrieval Embedding Compression

2025-10-14 · Biao Zhang, Lixin Chen, Tong Liu, Bo Zheng arxiv

Large language models (LLMs) generate high-dimensional embeddings that capture rich semantic and syntactic information. However, high-dimensional embeddings exacerbate computational complexity and storage requirements, thereby hindering practical deployment. To address these challenges, we propose a novel training framework named Sequential Matryoshka Embedding Compression (SMEC). This framework introduces the Sequential Matryoshka Representation Learning(SMRL) method to mitigate gradient variance during training, the Adaptive Dimension Selection (ADS) module to reduce information degradation during dimension pruning, and the Selectable Cross-batch Memory (S-XBM) module to enhance unsupervised learning between high- and low-dimensional embeddings. Experiments on image, text, and multimodal datasets demonstrate that SMEC achieves significant dimensionality reduction while maintaining performance. For instance, on the BEIR dataset, our approach improves the performance of compressed LLM2Vec embeddings (256 dimensions) by 1.1 points and 2.7 points compared to the Matryoshka-Adaptor and Search-Adaptor models, respectively.

📄 PDF Abstract BibTeX arXiv:2510.12474

Code (0)

등록된 구현이 없습니다.

Tasks

Dimensionality ReductionRepresentation Learning

Similar Papers 제목 키워드 기반

DIVE: Embedding Compression via Self-Limiting Gradient Updates

2026-05-20 · Dongfang Zhao arxiv

High-dimensional embeddings from large language models impose significant storage and computational costs on vector search systems. Recent embedding compression methods, including Matryoshka-Adaptor (EMNLP 2024), Search-…

Dimensionality Reduction

Cross-lingual Matryoshka Representation Learning across Speech and Text

2026-02-23 · Yaya Sy, Dioula Doucouré, Christophe Cerisara, Irina Illina arxiv

Speakers of under-represented languages face both a language barrier, as most online knowledge is in a few dominant languages, and a modality barrier, since information is largely text-based while many languages are prim…

Representation LearningIntent Detection

2D Matryoshka Training for Information Retrieval

2024-11-26 · Shuai Wang, Shengyao Zhuang, Bevan Koopman, Guido Zuccon

2D Matryoshka Training is an advanced embedding representation training approach designed to train an encoder model simultaneously across various layer-dimension setups. This method has demonstrated higher effectiveness …

Information RetrievalRetrievalSTStext similarity

m3BERT: A Modern, Multi-lingual, Matryoshka Bidirectional Encoder

2026-05-19 · Yaoxiang Wang, Simiao Zuo, Qingguo Hu, Yucheng Ding 외 arxiv

Embedding models are pivotal in industrial information retrieval systems like search and advertising. However, existing pretrained models often exhibit fixed architectures and embedding dimensionalities, posing significa…

Continual PretrainingInformation Retrieval

Beyond Matryoshka: Revisiting Sparse Coding for Adaptive Representation

2025-03-03 · Tiansheng Wen, Yifei Wang, Zequn Zeng, Zhong Peng 외

Many large-scale systems rely on high-quality deep representations (embeddings) to facilitate tasks like retrieval, search, and generative modeling. Matryoshka Representation Learning (MRL) recently emerged as a solution…

Representation LearningRetrieval