CVOct 15, 2024

A CLIP-Powered Framework for Robust and Generalizable Data Selection

arXiv:2410.11215v223 citationsh-index: 16ICLR
Originality Incremental advance
AI Analysis

This work addresses data selection challenges for deep learning practitioners by improving training efficiency and data quality, though it is incremental as it builds on existing multimodal pre-trained models.

The paper tackles the problem of inefficient and noisy large-scale datasets by proposing a CLIP-powered data selection framework that leverages multimodal information for robust sample selection, achieving higher performance with less data and outperforming state-of-the-art baselines on various benchmarks.

Large-scale datasets have been pivotal to the advancements of deep learning models in recent years, but training on such large datasets invariably incurs substantial storage and computational overhead. Meanwhile, real-world datasets often contain redundant and noisy data, imposing a negative impact on training efficiency and model performance. Data selection has shown promise in identifying the most representative samples from the entire dataset, which aims to minimize the performance gap with reduced training costs. Existing works typically rely on single-modality information to assign importance scores for individual samples, which may lead to inaccurate assessments, especially when dealing with noisy or corrupted samples. To address this limitation, we propose a novel CLIP-powered data selection framework that leverages multimodal information for more robust and generalizable sample selection. Specifically, our framework consists of three key modules-dataset adaptation, sample scoring, and selection optimization-that together harness extensive pre-trained multimodal knowledge to comprehensively assess sample influence and optimize the selection results through multi-objective optimization. Extensive experiments demonstrate that our approach consistently outperforms existing state-of-the-art baselines on various benchmark datasets. Notably, our method effectively removes noisy or damaged samples from the dataset, enabling it to achieve even higher performance with less data. This indicates that it is not only a way to accelerate training but can also improve overall data quality.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes