Papers › When to Learn What: Model-Adaptive Data Augmentation Curriculum

When to Learn What: Model-Adaptive Data Augmentation Curriculum

9 Sep 2023ICCV 2023 1arXiv:2309.04747archive 2025-07-28

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.

PaperPDFConference PDFCodeCode Syntology ran

In Syntology Open this paper in Syntology's Atlas, the map of the papers in Syntology's graph and their citations.

For agents, Syntology's MCP tool lists every function and class Syntology harvested from this paper and whether it ran (how to connect): get_harvested_code_for_paper(arxiv_id="2309.04747")

Code

Syntology Ran 23 of 24 code samples harvested from 1 repository linked to this paper; 1 has no recorded run. Of those that ran: 1 ran · honoured contract; 1 ran · violated contract; 6 ran · our draft was wrong; 14 ran · fixture could not drive it; 1 ran with no contract checked.

By repository: official repository: 24 samples from 1 repository, 23 ran. The run record, sample by sample. “Ran” means executed on a synthesized input, not that the code is correct or reproduces the paper.

jackhck/madaug officialmentioned in papermentioned on GitHubpytorch report

Repository list and official/mentioned flags are the archive's, frozen 2025-07-28. Reachability, where shown, is from one Syntology probe window (2026-09-16 to 2026-09-18); repositories not probed show nothing. GitHub stars are not tracked.

Code Syntology ran Syntology

24 samples harvested; 23 ran; 1 honoured the contract we drafted; 1 has no recorded run. Read from Syntology's graph 2026-09-24; that is when this build read the record, not when the samples ran.

1ran · honoured contract
1ran · violated contract
6ran · our draft was wrong
14ran · fixture could not drive it
1ran
1unverified

Licence: 24 of the 24 samples are pointer only, meaning Syntology does not serve that copy's text. This page shows no code text for any sample; each one links to its file in the repository.

Harvested from JackHck/MADAug. “Ran” means the sample executed on a synthesized input. It does not mean the output is correct, and nothing here reproduces the paper's results. “Honoured” and “violated” refer to a contract Syntology drafted from the code itself; “our draft was wrong” and “fixture could not drive it” are failures of Syntology's instrument, not of the code.

Each sample ends with its code_sha256, Syntology's identity for that exact code. An agent fetches the stored sample with Syntology's MCP tool get_code(code_sha256="…") (how to connect); click an identity to copy that call.

Repository labels, per sample. official repository: The archive marks this repository official for the paper. named in the paper: The archive records that the paper mentions this repository; it is not marked official. community (archive-listed): In the archive's code links for this paper, not marked official and not recorded as mentioned in the paper. found in paper text by Syntology: Syntology found this repository in the paper's own text; whether it is the authors' implementation is not asserted. community: Not in the archive's code links for this paper; a community repository Syntology harvested. Samples from a repository marked official are listed first. Licence labels name the repository's licence as recorded at harvest. “Pointer only” means Syntology does not serve that copy's text, for one of four reasons: no licence file was found; the licence was not identified; the licence is recorded as permissive but that copy's record is not marked cleared; or the licence is outside the permissive list Syntology serves text under (MIT, Apache-2.0, BSD and similar). Some licences outside that list permit redistribution, such as WTFPL, and GPL-3.0 under its conditions; they are simply not on the list. Hover a licence label for the reason. File links open the file on GitHub at the default branch, which may have changed since the harvest.

AutoContrast JackHck/MADAug/adaptive_augmentor.py official repository ran · our draft was wrong no licence file found · pointer only · 231310cc94015850 · report
Brightness JackHck/MADAug/adaptive_augmentor.py official repository ran · fixture could not drive it no licence file found · pointer only · 75ed82aa32df43b7 · report
Color JackHck/MADAug/adaptive_augmentor.py official repository ran · fixture could not drive it no licence file found · pointer only · de171eb052fc4c75 · report
Contrast JackHck/MADAug/adaptive_augmentor.py official repository ran · fixture could not drive it no licence file found · pointer only · c30c561be0548783 · report
Cutout JackHck/MADAug/adaptive_augmentor.py official repository ran · fixture could not drive it no licence file found · pointer only · 1b34ee8bad446181 · report
CutoutAbs JackHck/MADAug/adaptive_augmentor.py official repository ran · fixture could not drive it no licence file found · pointer only · 6485359d69298193 · report
Equalize JackHck/MADAug/adaptive_augmentor.py official repository ran · our draft was wrong no licence file found · pointer only · 8c6c7db6bb443e07 · report
Flip JackHck/MADAug/adaptive_augmentor.py official repository ran · fixture could not drive it no licence file found · pointer only · 342c3edf6c22ff5f · report
Identity JackHck/MADAug/adaptive_augmentor.py official repository ran · violated contract fingerprinted no licence file found · pointer only · 5adb748bc6564a2e · report
Invert JackHck/MADAug/adaptive_augmentor.py official repository ran · our draft was wrong no licence file found · pointer only · 065cd9cb0840a037 · report
PolicyHistory JackHck/MADAug/adaptive_augmentor.py official repository ran no licence file found · pointer only · b4ab295dcde498bd · report
Posterize JackHck/MADAug/adaptive_augmentor.py official repository ran · fixture could not drive it no licence file found · pointer only · 5728c22d6623c134 · report
Rotate JackHck/MADAug/adaptive_augmentor.py official repository ran · our draft was wrong no licence file found · pointer only · 21c6427b09f14649 · report
Sharpness JackHck/MADAug/adaptive_augmentor.py official repository ran · fixture could not drive it no licence file found · pointer only · e3d6ffe8ddee37bf · report
ShearX JackHck/MADAug/adaptive_augmentor.py official repository ran · fixture could not drive it no licence file found · pointer only · f6ae043c08b1cad6 · report
ShearY JackHck/MADAug/adaptive_augmentor.py official repository ran · fixture could not drive it no licence file found · pointer only · b6880407116d0216 · report
Solarize JackHck/MADAug/adaptive_augmentor.py official repository ran · fixture could not drive it no licence file found · pointer only · 4f6921b7200a8bda · report
TranslateX JackHck/MADAug/adaptive_augmentor.py official repository ran · fixture could not drive it no licence file found · pointer only · 097a4e4e1779e301 · report
TranslateY JackHck/MADAug/adaptive_augmentor.py official repository ran · fixture could not drive it no licence file found · pointer only · 44a5c51db514e860 · report
apply_augment JackHck/MADAug/adaptive_augmentor.py official repository ran · our draft was wrong no licence file found · pointer only · 0a90a9e0ab96ceaf · report
get_augment JackHck/MADAug/adaptive_augmentor.py official repository ran · our draft was wrong no licence file found · pointer only · c491601c2e8534c4 · report
perturb_param JackHck/MADAug/adaptive_augmentor.py official repository ran · honoured contract fingerprinted no licence file found · pointer only · 6f6ba9be02bf7c9c · report
stop_gradient JackHck/MADAug/adaptive_augmentor.py official repository ran · fixture could not drive it fingerprinted no licence file found · pointer only · f86c9dd77bb5afe7 · report
MDAAug JackHck/MADAug/adaptive_augmentor.py official repository unverified no licence file found · pointer only · d8765ed2b78dd264 · report

Tasks

Data AugmentationFairnessImage Classificationimage-classification

Results from the paper archive 2025-07-28

No leaderboard rows for this paper in the archive.

Report a problem or propose a change · a person checks every report against the paper or source before anything changes; decisions are listed on /corrections