Weakly Supervised Semantic Segmentation via Progressive Patch Learning
Jinlong Li, Zequn Jie, Xu Wang, Yu Zhou, Xiaolin Wei, Lin Ma

TL;DR
This paper introduces a Progressive Patch Learning method that enhances weakly supervised semantic segmentation by improving local detail extraction and object coverage in class activation maps, leading to state-of-the-art results.
Contribution
The paper proposes a novel Progressive Patch Learning approach with multi-level granularities and a multi-stage optimization strategy to improve CAM quality for weakly supervised segmentation.
Findings
Achieves 69.6% mIoU on PASCAL VOC 2012 test set
Surpasses most existing weakly supervised methods
Provides both implicit and explicit multi-granularity feature fusion
Abstract
Most of the existing semantic segmentation approaches with image-level class labels as supervision, highly rely on the initial class activation map (CAM) generated from the standard classification network. In this paper, a novel "Progressive Patch Learning" approach is proposed to improve the local details extraction of the classification, producing the CAM better covering the whole object rather than only the most discriminative regions as in CAMs obtained in conventional classification models. "Patch Learning" destructs the feature maps into patches and independently processes each local patch in parallel before the final aggregation. Such a mechanism enforces the network to find weak information from the scattered discriminative local parts, achieving enhanced local details sensitivity. "Progressive Patch Learning" further extends the feature destruction and patch learning to…
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 · Domain Adaptation and Few-Shot Learning · Advanced Image and Video Retrieval Techniques
MethodsTest · Class-activation map
