Implicit Semantic Data Augmentation for Deep Networks
Yulin Wang, Xuran Pan, Shiji Song, Hong Zhang, Cheng Wu, Gao Huang

TL;DR
This paper introduces ISDA, a semantic data augmentation method that leverages the linearization of deep features to improve model generalization without significant computational overhead.
Contribution
We propose a novel implicit semantic data augmentation technique that estimates intra-class feature covariance and directly minimizes a robust cross-entropy loss, enhancing deep network performance.
Findings
ISDA improves accuracy on CIFAR-10, CIFAR-100, and ImageNet datasets.
The method adds negligible computational cost to standard training.
ISDA consistently outperforms traditional augmentation techniques.
Abstract
In this paper, we propose a novel implicit semantic data augmentation (ISDA) approach to complement traditional augmentation techniques like flipping, translation or rotation. Our work is motivated by the intriguing property that deep networks are surprisingly good at linearizing features, such that certain directions in the deep feature space correspond to meaningful semantic transformations, e.g., adding sunglasses or changing backgrounds. As a consequence, translating training samples along many semantic directions in the feature space can effectively augment the dataset to improve generalization. To implement this idea effectively and efficiently, we first perform an online estimate of the covariance matrix of deep features for each class, which captures the intra-class semantic variations. Then random vectors are drawn from a zero-mean normal distribution with the estimated…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsMultimodal Machine Learning Applications · Domain Adaptation and Few-Shot Learning · Advanced Neural Network Applications
