Methods › Computer Vision › Image Data Augmentation › Population Based Augmentation
Population Based Augmentation
Introduced by Daniel Ho et al. in Population Based Augmentation: Efficient Learning of Augmentation Policy Schedules
archive 2025-07-28 Description, source and code snippet are the archive's method entry.
Population Based Augmentation, or PBA, is a data augmentation strategy (PBA), which generates nonstationary augmentation policy schedules instead of a fixed augmentation policy. In PBA we consider the augmentation policy search problem as a special case of hyperparameter schedule learning. It leverages Population Based Training (PBT), a hyperparameter search algorithm which optimizes the parameters of a network jointly with their hyperparameters to maximize performance. The output of PBT is not an optimal hyperparameter configuration but rather a trained model and schedule of hyperparameters.
In PBA, we are only interested in the learned schedule and discard the child model result (similar to AutoAugment). This learned augmentation schedule can then be used to improve the training of different (i.e., larger and costlier to train) models on the same dataset.
PBT executes as follows. To start, a fixed population of models are randomly initialized and trained in parallel. At certain intervals, an “exploit-and-explore” procedure is applied to the worse performing population members, where the model clones the weights of a better performing model (i.e., exploitation) and then perturbs the hyperparameters of the cloned model to search in the hyperparameter space (i.e., exploration). Because the weights of the models are cloned and never reinitialized, the total computation required is the computation to train a single model times the population size.
Papers archive 2025-07-28
3 shown of 3, newest first. Repository counts are the archive's code-links table. A Syntology line states what Syntology ran from that paper's harvested code; it is per sample and not a correctness claim.
-
Improving 3D Object Detection through Progressive Population Based Augmentation 2 Apr 2020 · 0 repositories · arXiv:2004.00831
-
DADA: Differentiable Automatic Data Augmentation 8 Mar 2020 · 1 repository · arXiv:2003.03780Syntology ran 5 of 9 samples · 4 unverified
-
Population Based Augmentation: Efficient Learning of Augmentation Policy Schedules 14 May 2019 · 3 repositories · arXiv:1905.05393Syntology ran 0 of 18 samples · 18 unverified · 18 pointer-only (licence)
Tasks archive 2025-07-28
7 tasks the archive attaches to papers tagged with this method, by distinct papers. A task without a page in the catalog is plain text.
| Task | Papers |
|---|---|
| Data Augmentation | 3 |
| 3D Object Detection | 1 |
| Image Augmentation | 1 |
| Object | 1 |
| Object Detection | 1 |
| Reinforcement Learning | 1 |
| object-detection | 1 |
Usage over time archive 2025-07-28
Components: the archive holds no method-to-method composition, so PwC's Components table cannot be rebuilt; the Papers list carries no Results column for the same reason (the archive does not join its leaderboard rows to method tags).
Categories archive 2025-07-28
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