CVMar 16, 2018

Learning to Segment via Cut-and-Paste

arXiv:1803.06414v1106 citations
Originality Incremental advance
AI Analysis

This addresses the problem of reducing annotation costs for object segmentation in computer vision, though it is incremental as it builds on adversarial learning and bounding box inputs.

The paper tackles weakly-supervised object instance segmentation by learning masks via an adversarial cut-and-paste game, achieving performance that exceeds existing weakly supervised methods and reaches 90% of supervised performance.

This paper presents a weakly-supervised approach to object instance segmentation. Starting with known or predicted object bounding boxes, we learn object masks by playing a game of cut-and-paste in an adversarial learning setup. A mask generator takes a detection box and Faster R-CNN features, and constructs a segmentation mask that is used to cut-and-paste the object into a new image location. The discriminator tries to distinguish between real objects, and those cut and pasted via the generator, giving a learning signal that leads to improved object masks. We verify our method experimentally using Cityscapes, COCO, and aerial image datasets, learning to segment objects without ever having seen a mask in training. Our method exceeds the performance of existing weakly supervised methods, without requiring hand-tuned segment proposals, and reaches 90% of supervised performance.

Code Implementations2 repos
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes