paper-with-me

Papers

When to Learn What: Model-Adaptive Data Augmentation Curriculum

2023-09-09 · ICCV 2023 1 · Chengkai Hou, Jieyu Zhang, Tianyi Zhou

Data augmentation (DA) is widely used to improve the generalization of neural networks by enforcing the invariances and symmetries to pre-defined transformations applied to input data. However, a fixed augmentation policy may have different effects on each sample in different training stages but existing approaches cannot adjust the policy to be adaptive to each sample and the training model. In this paper, we propose Model Adaptive Data Augmentation (MADAug) that jointly trains an augmentation policy network to teach the model when to learn what. Unlike previous work, MADAug selects augmentation operators for each input image by a model-adaptive policy varying between training stages, producing a data augmentation curriculum optimized for better generalization. In MADAug, we train the policy through a bi-level optimization scheme, which aims to minimize a validation-set loss of a model trained using the policy-produced data augmentations. We conduct an extensive evaluation of MADAug on multiple image classification tasks and network architectures with thorough comparisons to existing DA approaches. MADAug outperforms or is on par with other baselines and exhibits better fairness: it brings improvement to all classes and more to the difficult ones. Moreover, MADAug learned policy shows better performance when transferred to fine-grained datasets. In addition, the auto-optimized policy in MADAug gradually introduces increasing perturbations and naturally forms an easy-to-hard curriculum.

📄 PDF Abstract BibTeX arXiv:2309.04747

Code (1)

jackhck/madaug 공식 구현 pytorch

Tasks

Data AugmentationFairnessimage-classificationImage Classification

Similar Papers 제목 키워드 기반

Combined Image Data Augmentations diminish the benefits of Adaptive Label Smoothing

2025-07-22 · Georg Siedel, Ekagra Gupta, Weijia Shao, Silvia Vock 외 arxiv

Soft augmentation regularizes the supervised learning process of image classifiers by reducing label confidence of a training sample based on the magnitude of random-crop augmentation applied to it. This paper extends th…

Data Augmentation

AdaAug: Learning Class- and Instance-adaptive Data Augmentation Policies

2021-09-29 · ICLR 2022 4 · Tsz-Him Cheung, Dit-yan Yeung

Data augmentation is an effective way to improve the generalization capability of modern deep learning models. However, the underlying augmentation methods mostly rely on handcrafted operations. Moreover, an augmentation…

Data Augmentation

When Chosen Wisely, More Data Is What You Need: A Universal Sample-Efficient Strategy For Data Augmentation

2022-03-17 · Findings (ACL) 2022 5 · Ehsan Kamalloo, Mehdi Rezagholizadeh, Ali Ghodsi

Data Augmentation (DA) is known to improve the generalizability of deep neural networks. Most existing DA techniques naively add a certain number of augmented samples without considering the quality and the added computa…

Data AugmentationHellaSwagKnowledge Distillation

Let Multimodal Embedders Learn When to Augment Query via Adaptive Query Augmentation

2025-11-04 · Wongyu Kim, Hochang Lee, Sanghak Lee, Yoonsung Kim 외 arxiv

Query augmentation makes queries more meaningful by appending further information to the queries to find relevant documents. Current studies have proposed Large Language Model (LLM)-based embedders, which learn represent…

Data Augmentation for Mathematical Objects

2023-07-13 · Tereso del Rio, Matthew England

This paper discusses and evaluates ideas of data balancing and data augmentation in the context of mathematical objects: an important topic for both the symbolic computation and satisfiability checking communities, when …

Data Augmentation