AdaTransform: Adaptive Data Transformation
Abstract
Data augmentation is widely used to increase data variance in training deep neural networks. However, previous methods require either comprehensive domain knowledge or high computational cost. Can we learn data transformation automatically and efficiently with limited domain knowledge? Furthermore, can we leverage data transformation to improve not only network training but also network testing? In this work, we propose adaptive data transformation to achieve the two goals. The AdaTransform can increase data variance in training and decrease data variance in testing. Experiments on different tasks prove that it can improve generalization performance.
Cite
Text
Tang et al. "AdaTransform: Adaptive Data Transformation." Proceedings of the IEEE/CVF International Conference on Computer Vision, 2019. doi:10.1109/ICCV.2019.00309Markdown
[Tang et al. "AdaTransform: Adaptive Data Transformation." Proceedings of the IEEE/CVF International Conference on Computer Vision, 2019.](https://mlanthology.org/iccv/2019/tang2019iccv-adatransform/) doi:10.1109/ICCV.2019.00309BibTeX
@inproceedings{tang2019iccv-adatransform,
title = {{AdaTransform: Adaptive Data Transformation}},
author = {Tang, Zhiqiang and Peng, Xi and Li, Tingfeng and Zhu, Yizhe and Metaxas, Dimitris N.},
booktitle = {Proceedings of the IEEE/CVF International Conference on Computer Vision},
year = {2019},
doi = {10.1109/ICCV.2019.00309},
url = {https://mlanthology.org/iccv/2019/tang2019iccv-adatransform/}
}