ResizeMix: Mixing Data with Preserved Object Information and True Labels
Jie Qin, Jiemin Fang, Qian Zhang, Wenyu Liu, Xingang Wang, Xinggang, Wang

TL;DR
ResizeMix is a simple yet effective data augmentation technique that improves neural network performance by resizing and pasting image patches, preserving object information and outperforming existing methods without extra computational cost.
Contribution
We introduce ResizeMix, a novel data augmentation method that directly resizes and pastes image regions, addressing label misallocation and object information loss issues in previous mixing strategies.
Findings
ResizeMix outperforms CutMix and saliency-guided methods.
ResizeMix improves accuracy in image classification and detection.
It requires no additional computation compared to existing methods.
Abstract
Data augmentation is a powerful technique to increase the diversity of data, which can effectively improve the generalization ability of neural networks in image recognition tasks. Recent data mixing based augmentation strategies have achieved great success. Especially, CutMix uses a simple but effective method to improve the classifiers by randomly cropping a patch from one image and pasting it on another image. To further promote the performance of CutMix, a series of works explore to use the saliency information of the image to guide the mixing. We systematically study the importance of the saliency information for mixing data, and find that the saliency information is not so necessary for promoting the augmentation performance. Furthermore, we find that the cutting based data mixing methods carry two problems of label misallocation and object information missing, which cannot be…
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
TopicsAdvanced Neural Network Applications · Domain Adaptation and Few-Shot Learning · Machine Learning and Data Classification
MethodsCutMix
