Official code repository for Data-Efficient Augmentation for Training Neural Networks.
Authors: Tian Yu Liu and Baharan Mirzasoleiman
Create a data/
folder in the main directory and place datasets there (e.g. Caltech256, TinyImageNet, ImageNet)
Training on and augmenting 30% coresets on Caltech256
bash train.sh
Training on random and augmenting 50% coresets on ImageNet
bash train_imagenet.sh
If you find this useful for your work, please consider citing
@article{liu2022data,
title={Data-Efficient Augmentation for Training Neural Networks},
author={Liu, Tian Yu and Mirzasoleiman, Baharan},
journal={Advances in Neural Information Processing Systems (NeurIPS)},
year={2022}
}