LGCVOct 1, 2025

On-the-Fly Data Augmentation via Gradient-Guided and Sample-Aware Influence Estimation

arXiv:2510.00434v1h-index: 9
Originality Incremental advance
AI Analysis

This addresses the need for more adaptive data augmentation in deep learning to improve generalization, though it is incremental as it builds on existing augmentation techniques.

The paper tackles the problem of data augmentation mismatching model training dynamics by introducing SADA, a sample-aware dynamic augmentation method that adjusts augmentation strengths based on each sample's influence, resulting in improvements such as +7.3% on fine-grained tasks and +4.3% on long-tailed datasets.

Data augmentation has been widely employed to improve the generalization of deep neural networks. Most existing methods apply fixed or random transformations. However, we find that sample difficulty evolves along with the model's generalization capabilities in dynamic training environments. As a result, applying uniform or stochastic augmentations, without accounting for such dynamics, can lead to a mismatch between augmented data and the model's evolving training needs, ultimately degrading training effectiveness. To address this, we introduce SADA, a Sample-Aware Dynamic Augmentation that performs on-the-fly adjustment of augmentation strengths based on each sample's evolving influence on model optimization. Specifically, we estimate each sample's influence by projecting its gradient onto the accumulated model update direction and computing the temporal variance within a local training window. Samples with low variance, indicating stable and consistent influence, are augmented more strongly to emphasize diversity, while unstable samples receive milder transformations to preserve semantic fidelity and stabilize learning. Our method is lightweight, which does not require auxiliary models or policy tuning. It can be seamlessly integrated into existing training pipelines as a plug-and-play module. Experiments across various benchmark datasets and model architectures show consistent improvements of SADA, including +7.3\% on fine-grained tasks and +4.3\% on long-tailed datasets, highlighting the method's effectiveness and practicality.

Foundations

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

Your Notes