LGAICVMay 2, 2025

When Dynamic Data Selection Meets Data Augmentation

arXiv:2505.03809v19 citationsh-index: 9ICML
Originality Highly original
AI Analysis

This work addresses the problem of training efficiency and generalization for machine learning practitioners, offering a novel integration that improves upon incremental methods.

The paper tackles the challenge of combining dynamic data selection and data augmentation to accelerate training without sacrificing performance, achieving a 50% reduction in training costs on ImageNet-1k with lossless performance.

Dynamic data selection aims to accelerate training with lossless performance. However, reducing training data inherently limits data diversity, potentially hindering generalization. While data augmentation is widely used to enhance diversity, it is typically not optimized in conjunction with selection. As a result, directly combining these techniques fails to fully exploit their synergies. To tackle the challenge, we propose a novel online data training framework that, for the first time, unifies dynamic data selection and augmentation, achieving both training efficiency and enhanced performance. Our method estimates each sample's joint distribution of local density and multimodal semantic consistency, allowing for the targeted selection of augmentation-suitable samples while suppressing the inclusion of noisy or ambiguous data. This enables a more significant reduction in dataset size without sacrificing model generalization. Experimental results demonstrate that our method outperforms existing state-of-the-art approaches on various benchmark datasets and architectures, e.g., reducing 50\% training costs on ImageNet-1k with lossless performance. Furthermore, our approach enhances noise resistance and improves model robustness, reinforcing its practical utility in real-world scenarios.

Foundations

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

Your Notes