TL;DR
InAugment introduces a simple internal image augmentation method that copies and modifies patches within the same image, leading to improved neural network generalization and accuracy on CIFAR and ImageNet datasets.
Contribution
The paper proposes InAugment, a novel internal augmentation technique that enhances existing methods by exploiting image internal statistics for improved classifier performance.
Findings
InAugment improves accuracy over state-of-the-art methods.
Combining InAugment with Auto Augment yields significant gains.
InAugment enhances out-of-distribution robustness.
Abstract
Image augmentation techniques apply transformation functions such as rotation, shearing, or color distortion on an input image. These augmentations were proven useful in improving neural networks' generalization ability. In this paper, we present a novel augmentation operation, InAugment, that exploits image internal statistics. The key idea is to copy patches from the image itself, apply augmentation operations on them, and paste them back at random positions on the same image. This method is simple and easy to implement and can be incorporated with existing augmentation techniques. We test InAugment on two popular datasets -- CIFAR and ImageNet. We show improvement over state-of-the-art augmentation techniques. Incorporating InAugment with Auto Augment yields a significant improvement over other augmentation techniques (e.g., +1% improvement over multiple architectures trained on the…
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.
