CovMatch: Cross-Covariance Guided Multimodal Dataset Distillation with Trainable Text Encoder
Yongmin Lee, Hye Won Chung
TL;DR
CovMatch addresses the scalability challenge of multimodal dataset distillation by enabling joint optimization of image and text encoders through cross-covariance alignment in a linearized contrastive learning setting. It replaces costly bi-level or trajectory-based optimization with a closed-form inner solution and combines cross-covariance matching with per-modality feature distribution regularization, supplemented by an online encoder update. Empirically, CovMatch achieves state-of-the-art retrieval on Flickr30K and COCO with as few as 500 synthetic image-text pairs and demonstrates strong cross-architecture generalization across NFNet, ViT, and various text encoders. The work highlights the importance of jointly training both modalities for semantic alignment and offers a scalable, practical framework for efficient vision-language learning.
Abstract
Multimodal dataset distillation aims to synthesize a small set of image-text pairs that enables efficient training of large-scale vision-language models. While dataset distillation has shown promise in unimodal tasks, extending it to multimodal contrastive learning presents key challenges: learning cross-modal alignment and managing the high computational cost of large encoders. Prior approaches address scalability by freezing the text encoder and update only the image encoder and text projection layer. However, we find this severely limits semantic alignment and becomes a bottleneck for performance scaling. We propose CovMatch, a scalable dataset distillation framework that aligns the cross-covariance of real and synthetic features while regularizing feature distributions within each modality. Unlike prior approaches, CovMatch enables joint optimization of both encoders, leading to stronger cross-modal alignment and improved performance. Evaluated on Flickr30K and COCO, CovMatch outperforms state-of-the-art multimodal distillation methods and achieves up to 6.8% absolute gains in retrieval accuracy using only 500 synthetic pairs.
