Search papers, labs, and topics across Lattice.
This paper introduces Sample-Adaptive Multi-Vector Representation (SAMVR), which allows for dynamic allocation of multi-vector representation capacity based on the specific retrieval needs of individual samples. By employing a unified framework called AdaptiveEmbed, the authors leverage Multi-Group Contrastive Learning and Utility Policy Optimization to optimize the number of embeddings assigned to each sample, enhancing retrieval performance across various multimodal datasets. Experimental results demonstrate that this adaptive approach significantly outperforms traditional fixed-capacity methods, underscoring the importance of tailoring representation strategies to sample-specific demands.
AdaptiveEmbed reveals that tailoring representation capacity to individual sample needs can dramatically enhance multimodal retrieval performance.
Multi-vector representations have emerged as an effective paradigm for multimodal retrieval, representing each sample with multiple complementary embeddings to capture fine-grained cross-modal information. However, existing approaches typically employ a fixed representation capacity, assigning the same number of vectors to all samples regardless of their individual retrieval demands. Such a fixed-capacity formulation overlooks the fact that different samples may require different amounts of representation capacity for effective retrieval. In this work, we introduce \emph{Sample-Adaptive Multi-Vector Representation} (SAMVR), a new problem setting for multimodal retrieval that studies how multi-vector representation capacity can be allocated at the sample level. Under SAMVR, each sample is represented by a \emph{content-adaptive embedding set} (CAES), whose capacity is determined according to the sample-specific retrieval utility of additional representation vectors. To instantiate SAMVR, we propose \emph{AdaptiveEmbed}, a unified framework for learning sample-adaptive multi-vector representations. AdaptiveEmbed learns structured multi-vector representations through \emph{Multi-Group Contrastive Learning} (MGCL) with the symmetric \emph{set-to-set similarity} (SetSim), and further employs \emph{Utility Policy Optimization} (UPO) to determine sample-specific representation capacity via \emph{Marginal Utility Allocation} (MUA). Experiments across multimodal retrieval benchmarks involving image, text, video, and audio show that sample-adaptive capacity allocation achieves overall better retrieval performance than fixed-capacity multi-vector representations, validating the effectiveness of SAMVR for multimodal retrieval. These results establish SAMVR as a viable formulation for adaptive capacity allocation in multi-vector multimodal retrieval.