Weakly Supervised Learning of Instance Segmentation with Inter-pixel Relations
Jiwoon Ahn, Sunghyun Cho, Suha Kwak

TL;DR
This paper introduces IRNet, a method that leverages inter-pixel relations and attention maps to generate pseudo labels for weakly supervised instance segmentation, achieving state-of-the-art results with only image-level labels.
Contribution
The paper proposes IRNet, a novel approach that estimates instance boundaries and propagates labels using inter-pixel relations without extra supervision.
Findings
IRNet surpasses previous weakly supervised methods on PASCAL VOC 2012.
IRNet achieves competitive results compared to strongly supervised models.
The method effectively utilizes attention maps for boundary detection.
Abstract
This paper presents a novel approach for learning instance segmentation with image-level class labels as supervision. Our approach generates pseudo instance segmentation labels of training images, which are used to train a fully supervised model. For generating the pseudo labels, we first identify confident seed areas of object classes from attention maps of an image classification model, and propagate them to discover the entire instance areas with accurate boundaries. To this end, we propose IRNet, which estimates rough areas of individual instances and detects boundaries between different object classes. It thus enables to assign instance labels to the seeds and to propagate them within the boundaries so that the entire areas of instances can be estimated accurately. Furthermore, IRNet is trained with inter-pixel relations on the attention maps, thus no extra supervision is required.…
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 · Image and Object Detection Techniques · Digital Imaging for Blood Diseases
MethodsAverage Pooling · Residual Connection · *Communicated@Fast*How Do I Communicate to Expedia? · 1x1 Convolution · Batch Normalization · Bottleneck Residual Block · Global Average Pooling · Residual Block · Kaiming Initialization · Max Pooling
