TADS: Task-Aware Data Selection for Multi-Task Multimodal Pre-Training
Guanjie Cheng, Boyi Li, Lingyu Sun, Mengying Zhu, Yangyang Wu, Xinkui Zhao, Shuiguang Deng
TL;DR
The paper tackles the data-quality bottleneck in large-scale multimodal pre-training by addressing noisy web data rather than merely increasing data volume. It introduces TADS, a task-aware data selection framework that unifies Intrinsic Quality, Task Relevance, and Distributional Diversity through a Data Value Network and a bi-level feedback loop. The methodology combines multi-layer deduplication, a hybrid weak-supervision quality estimator, task-prototype relevance, cluster-aware diversity, and proxy-based performance signals to optimize sample selection across multiple downstream tasks. On CC12M, TADS delivers superior zero-shot performance using only 36% of the data, with average gains around 1.0% across tasks, demonstrating meaningful improvements in data efficiency and multi-task generalization for multimodal models.
Abstract
Large-scale multimodal pre-trained models like CLIP rely heavily on high-quality training data, yet raw web-crawled datasets are often noisy, misaligned, and redundant, leading to inefficient training and suboptimal generalization. Existing data selection methods are either heuristic-based, suffering from bias and limited diversity, or data-driven but task-agnostic, failing to optimize for multi-task scenarios. To address these gaps, we introduce TADS (Task-Aware Data Selection), a novel framework for multi-task multimodal pre-training that integrates Intrinsic Quality, Task Relevance, and Distributional Diversity into a learnable value function. TADS employs a comprehensive quality assessment system with unimodal and cross-modal operators, quantifies task relevance via interpretable similarity vectors, and optimizes diversity through cluster-based weighting. A feedback-driven meta-learning mechanism adaptively refines the selection strategy based on proxy model performance across multiple downstream tasks. Experiments on CC12M demonstrate that TADS achieves superior zero-shot performance on benchmarks like ImageNet, CIFAR-100, MS-COCO, and Flickr30K, using only 36% of the data while outperforming baselines by an average of 1.0%. This highlights that TADS significantly enhances data efficiency by curating a high-utility subset that yields a much higher performance ceiling within the same computational constraints.
