Augmentation for small object detection
Mate Kisantal, Zbigniew Wojna, Jakub Murawski, Jacek Naruniec,, Kyunghyun Cho

TL;DR
This paper introduces a data augmentation technique that oversamples and copies small objects in images to improve small object detection performance, achieving significant gains on MS COCO.
Contribution
The authors propose a novel copy-pasting augmentation method that enhances small object detection by oversampling images with small objects, improving state-of-the-art results.
Findings
9.7% relative improvement in small object instance segmentation
7.1% improvement in small object detection
Effective augmentation strategy for small object detection
Abstract
In recent years, object detection has experienced impressive progress. Despite these improvements, there is still a significant gap in the performance between the detection of small and large objects. We analyze the current state-of-the-art model, Mask-RCNN, on a challenging dataset, MS COCO. We show that the overlap between small ground-truth objects and the predicted anchors is much lower than the expected IoU threshold. We conjecture this is due to two factors; (1) only a few images are containing small objects, and (2) small objects do not appear enough even within each image containing them. We thus propose to oversample those images with small objects and augment each of those images by copy-pasting small objects many times. It allows us to trade off the quality of the detector on large objects with that on small objects. We evaluate different pasting augmentation strategies, and…
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 · Visual Attention and Saliency Detection
