English

Segment Anything Model (SAM) Enhanced Pseudo Labels for Weakly Supervised Semantic Segmentation

Computer Vision and Pattern Recognition 2023-11-07 v4 Artificial Intelligence Machine Learning

Abstract

Weakly supervised semantic segmentation (WSSS) aims to bypass the need for laborious pixel-level annotation by using only image-level annotation. Most existing methods rely on Class Activation Maps (CAM) to derive pixel-level pseudo-labels and use them to train a fully supervised semantic segmentation model. Although these pseudo-labels are class-aware, indicating the coarse regions for particular classes, they are not object-aware and fail to delineate accurate object boundaries. To address this, we introduce a simple yet effective method harnessing the Segment Anything Model (SAM), a class-agnostic foundation model capable of producing fine-grained instance masks of objects, parts, and subparts. We use CAM pseudo-labels as cues to select and combine SAM masks, resulting in high-quality pseudo-labels that are both class-aware and object-aware. Our approach is highly versatile and can be easily integrated into existing WSSS methods without any modification. Despite its simplicity, our approach shows consistent gain over the state-of-the-art WSSS methods on both PASCAL VOC and MS-COCO datasets.

Keywords

Cite

@article{arxiv.2305.05803,
  title  = {Segment Anything Model (SAM) Enhanced Pseudo Labels for Weakly Supervised Semantic Segmentation},
  author = {Tianle Chen and Zheda Mai and Ruiwen Li and Wei-lun Chao},
  journal= {arXiv preprint arXiv:2305.05803},
  year   = {2023}
}

Comments

Tianle Chen and Zheda Mai contributed equally to this work. Accepted to NeurIPS2023 ICBINB Workshop Our code is available at \url{https://github.com/cskyl/SAM_WSSS}

R2 v1 2026-06-28T10:30:32.848Z