Active Data Curation Effectively Distills Large-Scale Multimodal Models
Vishaal Udandarao, Nikhil Parthasarathy, Muhammad Ferjad Naeem, Talfan Evans, Samuel Albanie, Federico Tombari, Yongqin Xian, Alessio Tonioni, Olivier J. Hénaff
TL;DR
The paper tackles the challenge of compressing large vision-language models by proposing active data curation as a simple, scalable alternative to traditional knowledge distillation. It introduces ACID, an implicit distillation mechanism that uses a large reference model to curate training data, and ACED, which combines ACID with an explicit distillation loss to achieve superior FLOP efficiency. Across extensive experiments on 27 StableEval tasks and downstream LiT-Decoder benchmarks, ACED sets a new state-of-the-art for inference-efficient zero-shot classification and image-text retrieval, while also delivering stronger vision encoders for generation tasks. The results demonstrate that active data selection, especially with large reference models, can complement and surpass conventional KD in multimodal pretraining, with practical impact for deploying capable, efficient multimodal systems.
Abstract
Knowledge distillation (KD) is the de facto standard for compressing large-scale models into smaller ones. Prior works have explored ever more complex KD strategies involving different objective functions, teacher-ensembles, and weight inheritance. In this work we explore an alternative, yet simple approach -- active data curation as effective distillation for contrastive multimodal pretraining. Our simple online batch selection method, ACID, outperforms strong KD baselines across various model-, data- and compute-configurations. Further, we find such an active data curation strategy to in fact be complementary to standard KD, and can be effectively combined to train highly performant inference-efficient models. Our simple and scalable pretraining framework, ACED, achieves state-of-the-art results across 27 zero-shot classification and retrieval tasks with upto 11% less inference FLOPs. We further demonstrate that our ACED models yield strong vision-encoders for training generative multimodal models in the LiT-Decoder setting, outperforming larger vision encoders for image-captioning and visual question-answering tasks.
