paper-with-me

홈 › Papers

Compressed Concatenation of Small Embedding Models

2025-10-06 · Mohamed Ayoub Ben Ayad, Michael Dinzinger, Kanishka Ghosh Dastidar, Jelena Mitrovic, Michael Granitzer arxiv

Embedding models are central to dense retrieval, semantic search, and recommendation systems, but their size often makes them impractical to deploy in resource-constrained environments such as browsers or edge devices. While smaller embedding models offer practical advantages, they typically underperform compared to their larger counterparts. To bridge this gap, we demonstrate that concatenating the raw embedding vectors of multiple small models can outperform a single larger baseline on standard retrieval benchmarks. To overcome the resulting high dimensionality of naive concatenation, we introduce a lightweight unified decoder trained with a Matryoshka Representation Learning (MRL) loss. This decoder maps the high-dimensional joint representation to a low-dimensional space, preserving most of the original performance without fine-tuning the base models. We also show that while concatenating more base models yields diminishing gains, the robustness of the decoder's representation under compression and quantization improves. Our experiments show that, on a subset of MTEB retrieval tasks, our concat-encode-quantize pipeline recovers 89\% of the original performance with a 48x compression factor when the pipeline is applied to a concatenation of four small embedding models.

📄 PDF Abstract BibTeX arXiv:2510.04626

Code (0)

등록된 구현이 없습니다.

Tasks

Representation LearningRecommendation Systems

Similar Papers 제목 키워드 기반

Learning Meta Word Embeddings by Unsupervised Weighted Concatenation of Source Embeddings

2022-04-26 · Danushka Bollegala

Given multiple source word embeddings learnt using diverse algorithms and lexical resources, meta word embedding learning methods attempt to learn more accurate and wide-coverage word embeddings. Prior work on meta-embed…

Word Embeddings

Automated Concatenation of Embeddings for Structured Prediction

2020-10-10 · ACL 2021 5 · Xinyu Wang, Yong Jiang, Nguyen Bach, Tao Wang 외

Pretrained contextualized embeddings are powerful word representations for structured prediction tasks. Recent work found that better word representations can be obtained by concatenating different types of embeddings. H…

Aspect ExtractionChunkingDependency ParsingNamed Entity Recognition (NER)+5

Enhanced Universal Dependency Parsing with Automated Concatenation of Embeddings

2021-07-06 · ACL (IWPT) 2021 8 · Xinyu Wang, Zixia Jia, Yong Jiang, Kewei Tu

This paper describes the system used in submission from SHANGHAITECH team to the IWPT 2021 Shared Task. Our system is a graph-based parser with the technique of Automated Concatenation of Embeddings (ACE). Because recent…

Dependency Parsing

Beyond Fine-tuning: Few-Sample Sentence Embedding Transfer

2020-04-10 · Asian Chapter of the Association for Computational Linguistics 2020 · Siddhant Garg, Rohit Kumar Sharma, YIngyu Liang

Fine-tuning (FT) pre-trained sentence embedding models on small datasets has been shown to have limitations. In this paper we show that concatenating the embeddings from the pre-trained model with those from a simple sen…

Dimensionality ReductionGeneral ClassificationSentenceSentence Embedding+4

On Representation Redundancy in Large-Scale Instruction Tuning Data Selection

2026-02-14 · Youwei Shu, Shaomian Zheng, Dingnan Jin, Wenjie Qu 외 arxiv

Data quality is a crucial factor in large language models training. While prior work has shown that models trained on smaller, high-quality datasets can outperform those trained on much larger but noisy or low-quality co…

Dimensionality Reduction