Coarse-to-fine Semantic Segmentation from Image-level Labels
Longlong Jing, Yucheng Chen, Yingli Tian

TL;DR
This paper introduces a recursive coarse-to-fine semantic segmentation framework that uses only image-level labels, reducing annotation costs and handling multi-category images effectively.
Contribution
The proposed method is the first to achieve competitive semantic segmentation performance using only image-level labels and can be extended to foreground object segmentation.
Findings
Achieves comparable performance to state-of-the-art methods on PASCAL VOC.
Successfully extends to foreground object segmentation with competitive results.
Handles multi-category object images with only one label per image.
Abstract
Deep neural network-based semantic segmentation generally requires large-scale cost extensive annotations for training to obtain better performance. To avoid pixel-wise segmentation annotations which are needed for most methods, recently some researchers attempted to use object-level labels (e.g. bounding boxes) or image-level labels (e.g. image categories). In this paper, we propose a novel recursive coarse-to-fine semantic segmentation framework based on only image-level category labels. For each image, an initial coarse mask is first generated by a convolutional neural network-based unsupervised foreground segmentation model and then is enhanced by a graph model. The enhanced coarse mask is fed to a fully convolutional neural network to be recursively refined. Unlike existing image-level label-based semantic segmentation methods which require to label all categories for images…
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.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsAdvanced Neural Network Applications · Domain Adaptation and Few-Shot Learning · Multimodal Machine Learning Applications
