English

Where are the Masks: Instance Segmentation with Image-level Supervision

Computer Vision and Pattern Recognition 2019-07-03 v1 Machine Learning Image and Video Processing

Abstract

A major obstacle in instance segmentation is that existing methods often need many per-pixel labels in order to be effective. These labels require large human effort and for certain applications, such labels are not readily available. To address this limitation, we propose a novel framework that can effectively train with image-level labels, which are significantly cheaper to acquire. For instance, one can do an internet search for the term "car" and obtain many images where a car is present with minimal effort. Our framework consists of two stages: (1) train a classifier to generate pseudo masks for the objects of interest; (2) train a fully supervised Mask R-CNN on these pseudo masks. Our two main contribution are proposing a pipeline that is simple to implement and is amenable to different segmentation methods; and achieves new state-of-the-art results for this problem setup. Our results are based on evaluating our method on PASCAL VOC 2012, a standard dataset for weakly supervised methods, where we demonstrate major performance gains compared to existing methods with respect to mean average precision.

Keywords

Cite

@article{arxiv.1907.01430,
  title  = {Where are the Masks: Instance Segmentation with Image-level Supervision},
  author = {Issam H. Laradji and David Vazquez and Mark Schmidt},
  journal= {arXiv preprint arXiv:1907.01430},
  year   = {2019}
}

Comments

Accepted at BMVC2019

R2 v1 2026-06-23T10:10:04.848Z