概述
- RandAugment has 18 data augmentation -> 6 categories:
- They can be unleaking if it is only executed at a probability $p<100\%$.
- Explanation.
- pixel blitting (x-flips, 90◦ rotations, integer translation), more general geometric transformations, color transforms. They can improve. Additive noise, cutout can't.
- Adaptive Discriminant Augmentation for the probability $p$.
- Add augmentation to both of Discriminator and Generator.
- $r_t = \mathbb{E}[sign (D_{train})]$ indicates the overfitting
- Init $p=0$, adjust $p$ every four batches, based on $r_t$.