With Limited Data for Multimodal Alignment, Let the STRUCTURE Guide You
Fabian Gröger, Shuo Wen, Huyen Le, Maria Brbić
TL;DR
This work tackles the challenge of limited data for multimodal alignment by freezing pretrained unimodal encoders and learning lightweight alignment functions guided by a geometry-preserving regularizer. The STRUCTURE regularizer enforces multi-scale neighborhood consistency between each modality's latent space and the shared embedding, while selecting the most representationally similar layer pairs to align. Empirically, the approach yields substantial gains across 24 zero-shot classification and retrieval benchmarks (average improvements of $51.6\%$ and $91.8\%$, respectively) and remains effective under extreme data scarcity, even approaching large multimodal models when a few in-domain labels are added. The results suggest that preserving pretrained geometry and targeted layer selection can dramatically improve resource-efficient multimodal learning in practical, domain-constrained settings.
Abstract
Multimodal models have demonstrated powerful capabilities in complex tasks requiring multimodal alignment, including zero-shot classification and cross-modal retrieval. However, existing models typically rely on millions of paired multimodal samples, which are prohibitively expensive or infeasible to obtain in many domains. In this work, we explore the feasibility of building multimodal models with limited amount of paired data by aligning pretrained unimodal foundation models. We show that high-quality alignment is possible with as few as tens of thousands of paired samples$\unicode{x2013}$less than $1\%$ of the data typically used in the field. To achieve this, we introduce STRUCTURE, an effective regularization technique that preserves the neighborhood geometry of the latent space of unimodal encoders. Additionally, we show that aligning last layers is often suboptimal and demonstrate the benefits of aligning the layers with the highest representational similarity across modalities. These two components can be readily incorporated into existing alignment methods, yielding substantial gains across 24 zero-shot image classification and retrieval benchmarks, with average relative improvement of $51.6\%$ in classification and $91.8\%$ in retrieval tasks. Our results highlight the effectiveness and broad applicability of our framework for limited-sample multimodal learning and offer a promising path forward for resource-constrained domains.
