Weakly Supervised Instance Segmentation using Class Peak Response
Yanzhao Zhou, Yi Zhu, Qixiang Ye, Qiang Qiu, Jianbin Jiao

TL;DR
This paper introduces a novel weakly supervised instance segmentation method using class peak responses to generate detailed instance masks from only image-level labels, achieving state-of-the-art results.
Contribution
It proposes Peak Response Maps (PRMs) derived from class response peaks to extract instance masks without pixel-level annotations.
Findings
Achieves state-of-the-art results on PASCAL VOC 2012 and MS COCO.
Improves weakly supervised pointwise localization and semantic segmentation.
First report of results for image-level supervised instance segmentation.
Abstract
Weakly supervised instance segmentation with image-level labels, instead of expensive pixel-level masks, remains unexplored. In this paper, we tackle this challenging problem by exploiting class peak responses to enable a classification network for instance mask extraction. With image labels supervision only, CNN classifiers in a fully convolutional manner can produce class response maps, which specify classification confidence at each image location. We observed that local maximums, i.e., peaks, in a class response map typically correspond to strong visual cues residing inside each instance. Motivated by this, we first design a process to stimulate peaks to emerge from a class response map. The emerged peaks are then back-propagated and effectively mapped to highly informative regions of each object instance, such as instance boundaries. We refer to the above maps generated from class…
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 · Cell Image Analysis Techniques · Image Processing Techniques and Applications
