English

Label-PEnet: Sequential Label Propagation and Enhancement Networks for Weakly Supervised Instance Segmentation

Computer Vision and Pattern Recognition 2020-04-27 v3

Abstract

Weakly-supervised instance segmentation aims to detect and segment object instances precisely, given imagelevel labels only. Unlike previous methods which are composed of multiple offline stages, we propose Sequential Label Propagation and Enhancement Networks (referred as Label-PEnet) that progressively transform image-level labels to pixel-wise labels in a coarse-to-fine manner. We design four cascaded modules including multi-label classification, object detection, instance refinement and instance segmentation, which are implemented sequentially by sharing the same backbone. The cascaded pipeline is trained alternatively with a curriculum learning strategy that generalizes labels from high-level images to low-level pixels gradually with increasing accuracy. In addition, we design a proposal calibration module to explore the ability of classification networks to find key pixels that identify object parts, which serves as a post validation strategy running in the inverse order. We evaluate the efficiency of our Label-PEnet in mining instance masks on standard benchmarks: PASCAL VOC 2007 and 2012. Experimental results show that Label-PEnet outperforms the state-of-the-art algorithms by a clear margin, and obtains comparable performance even with the fully-supervised approaches.

Keywords

Cite

@article{arxiv.1910.02624,
  title  = {Label-PEnet: Sequential Label Propagation and Enhancement Networks for Weakly Supervised Instance Segmentation},
  author = {Weifeng Ge and Sheng Guo and Weilin Huang and Matthew R. Scott},
  journal= {arXiv preprint arXiv:1910.02624},
  year   = {2020}
}

Comments

Rectifiy some typos in Arxiv title

R2 v1 2026-06-23T11:35:59.976Z