SOTAVerified

Simple Copy-Paste is a Strong Data Augmentation Method for Instance Segmentation

2020-12-13CVPR 2021Code Available1· sign in to hype

Golnaz Ghiasi, Yin Cui, Aravind Srinivas, Rui Qian, Tsung-Yi Lin, Ekin D. Cubuk, Quoc V. Le, Barret Zoph

Code Available — Be the first to reproduce this paper.

Reproduce

Code

Abstract

Building instance segmentation models that are data-efficient and can handle rare object categories is an important challenge in computer vision. Leveraging data augmentations is a promising direction towards addressing this challenge. Here, we perform a systematic study of the Copy-Paste augmentation ([13, 12]) for instance segmentation where we randomly paste objects onto an image. Prior studies on Copy-Paste relied on modeling the surrounding visual context for pasting the objects. However, we find that the simple mechanism of pasting objects randomly is good enough and can provide solid gains on top of strong baselines. Furthermore, we show Copy-Paste is additive with semi-supervised methods that leverage extra data through pseudo labeling (e.g. self-training). On COCO instance segmentation, we achieve 49.1 mask AP and 57.3 box AP, an improvement of +0.6 mask AP and +1.5 box AP over the previous state-of-the-art. We further demonstrate that Copy-Paste can lead to significant improvements on the LVIS benchmark. Our baseline model outperforms the LVIS 2020 Challenge winning entry by +3.6 mask AP on rare categories.

Tasks

Benchmark Results

DatasetModelMetricClaimedVerifiedStatus
COCO minivalCascade Eff-B7 NAS-FPN (1280)mask AP46.8Unverified
COCO minivalCascade Eff-B7 NAS-FPN (1280, self-training Copy Paste, single-scale)mask AP48.9Unverified
COCO test-devCascade Eff-B7 NAS-FPN (1280)mask AP46.9Unverified
COCO test-devCascade Eff-B7 NAS-FPN (1280, self-training Copy Paste, single-scale)mask AP49.1Unverified
LVIS v1.0 valEff-B7 NAS-FPN (1280, Copy-Paste pre-training))mask AP38.1Unverified

Reproductions