Jointly Optimize Data Augmentation and Network Training: Adversarial Data Augmentation in Human Pose Estimation
Authors
Authors
- Xi Peng
- Zhiqiang Tang
- Fei Yang
- Rogerio Feris
- Dimitris Metaxas
Authors
- Xi Peng
- Zhiqiang Tang
- Fei Yang
- Rogerio Feris
- Dimitris Metaxas
Published on
05/24/2018
Categories
Random data augmentation is a critical technique to avoid overfitting in training deep neural network models. However, data augmentation and network training are usually treated as two isolated processes, limiting the effectiveness of network training. Why not jointly optimize the two? We propose adversarial data augmentation to address this limitation. The main idea is to design an augmentation network (generator) that competes against a target network (discriminator) by generating `hard’ augmentation operations online. The augmentation network explores the weaknesses of the target network, while the latter learns from hard augmentations to achieve better performance. We also design a reward/penalty strategy for effective joint training. We demonstrate our approach on the problem of human pose estimation and carry out a comprehensive experimental analysis, showing that our method can significantly improve state-of-the-art models without additional data efforts.
Please cite our work using the BibTeX below.
@InProceedings{Peng_2018_CVPR,
author = {Peng, Xi and Tang, Zhiqiang and Yang, Fei and Feris, Rogerio S. and Metaxas, Dimitris},
title = {Jointly Optimize Data Augmentation and Network Training: Adversarial Data Augmentation in Human Pose Estimation},
booktitle = {Proceedings of the IEEE Conference on Computer Vision and Pattern Recognition (CVPR)},
month = {June},
year = {2018}
}