zhiqiangdon / online-augment

Code for "OnlineAugment: Online Data Augmentation with Less Domain Knowledge" (ECCV 2020)
Apache License 2.0
37 stars 4 forks source link
auto-augment autoaugment automl data-augmentation efficient-training generative-adversarial-network less-domain-knowledge online-augment online-learning pytorch stn vae

OnlineAugment (Accepted at ECCV 2020)

Official OnlineAugment implementation in PyTorch

Visualization on CIFAR-10

A-STN

D-VAE

P-VAE

Run

We conducted experiments in

The searching of policies and training of target model is optimized jointly.

For example, training wide-resnet using STN on reduced CIFAR-10, using the script in r-cifar10-wrn-scripts

./run-aug-stn.sh

Citation

If this code is helpful for your research, please cite:

@article{tang2020onlineaugment,
  title={OnlineAugment: Online Data Augmentation with Less Domain Knowledge},
  author={Tang, Zhiqiang and Gao, Yunhe and Karlinsky, Leonid and Sattigeri, Prasanna and Feris, Rogerio and Metaxas, Dimitris},
  journal={arXiv preprint arXiv:2007.09271},
  year={2020}
}