Data Augmentation for Object Detection via Progressive and Selective Instance-Switching
Hao Wang, Qilong Wang, Fan Yang, Weiqi Zhang, Wangmeng Zuo

TL;DR
This paper introduces a novel data augmentation technique called Progressive and Selective Instance-Switching (PSIS) for object detection, which improves performance by generating more balanced and contextually coherent training data without external datasets.
Contribution
The paper proposes a new instance-switching augmentation method that preserves contextual coherence and addresses class imbalance and importance, enhancing object detection models.
Findings
PSIS improves detection accuracy on MS COCO benchmark.
It outperforms several state-of-the-art detectors.
The method is effective without external datasets.
Abstract
Collection of massive well-annotated samples is effective in improving object detection performance but is extremely laborious and costly. Instead of data collection and annotation, the recently proposed Cut-Paste methods [12, 15] show the potential to augment training dataset by cutting foreground objects and pasting them on proper new backgrounds. However, existing Cut-Paste methods cannot guarantee synthetic images always precisely model visual context, and all of them require external datasets. To handle above issues, this paper proposes a simple yet effective instance-switching (IS) strategy, which generates new training data by switching instances of same class from different images. Our IS naturally preserves contextual coherence in the original images while requiring no external dataset. For guiding our IS to obtain better object performance, we explore issues of instance…
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 · Advanced Image and Video Retrieval Techniques · Medical Image Segmentation Techniques
MethodsRegion Proposal Network · 1x1 Convolution · RoIPool · Feature Pyramid Network · Faster R-CNN · Softmax · Convolution · RoIAlign · Mask R-CNN
