Matryoshka-Adaptor: Unsupervised and Supervised Tuning for Smaller Embedding Dimensions
Jinsung Yoon, Raj Sinha, Sercan O Arik, Tomas Pfister
TL;DR
This work tackles the latency-cost bottleneck of high-dimensional LLM embeddings in information retrieval. It introduces Matryoshka-Adaptor, a tunable framework that morphs pre-trained embeddings into Matryoshka representations via unsupervised and supervised objectives. Key contributions include pairwise/top-k similarity losses, a skip-connection and reconstruction regularizer, a ranking loss for supervised data, and a two-stage training strategy, achieving roughly 2x unsupervised and 6x supervised dimensionality reductions with preserved BEIR/MIRACL/Fashion-200K performance. The approach is model- and API-agnostic, extends to multimodal and multilingual embeddings, and outperforms PCA and prior retrieval adapters in reducing latency while maintaining accuracy.
Abstract
Embeddings from Large Language Models (LLMs) have emerged as critical components in various applications, particularly for information retrieval. While high-dimensional embeddings generally demonstrate superior performance as they contain more salient information, their practical application is frequently hindered by elevated computational latency and the associated higher cost. To address these challenges, we propose Matryoshka-Adaptor, a novel tuning framework designed for the customization of LLM embeddings. Matryoshka-Adaptor facilitates substantial dimensionality reduction while maintaining comparable performance levels, thereby achieving a significant enhancement in computational efficiency and cost-effectiveness. Our framework directly modifies the embeddings from pre-trained LLMs which is designed to be seamlessly integrated with any LLM architecture, encompassing those accessible exclusively through black-box APIs. Also, it exhibits efficacy in both unsupervised and supervised learning settings. A rigorous evaluation conducted across a diverse corpus of English, multilingual, and multimodal datasets consistently reveals substantial gains with Matryoshka-Adaptor. Notably, with Google and OpenAI Embedding APIs, Matryoshka-Adaptor achieves a reduction in dimensionality ranging from two- to twelve-fold without compromising performance across multiple BEIR datasets.
