CVApr 13

Do Instance Priors Help Weakly Supervised Semantic Segmentation?

arXiv:2604.1117060.5h-index: 138
AI Analysis

For researchers in semantic segmentation, SeSAM provides a practical method to leverage a powerful instance segmentation model with weak labels, reducing the need for expensive pixel-level annotations.

SeSAM adapts the Segment Anything Model (SAM) for weakly supervised semantic segmentation using coarse masks, scribbles, or points, achieving consistent improvements over baselines across multiple benchmarks while reducing annotation cost.

Semantic segmentation requires dense pixel-level annotations, which are costly and time-consuming to acquire. To address this, we present SeSAM, a framework that uses a foundational segmentation model, i.e. Segment Anything Model (SAM), with weak labels, including coarse masks, scribbles, and points. SAM, originally designed for instance-based segmentation, cannot be directly used for semantic segmentation tasks. In this work, we identify specific challenges faced by SAM and determine appropriate components to adapt it for class-based segmentation using weak labels. Specifically, SeSAM decomposes class masks into connected components, samples point prompts along object skeletons, selects SAM masks using weak-label coverage, and iteratively refines labels using pseudo-labels, enabling SAM-generated masks to be effectively used for semantic segmentation. Integrated with a semi-supervised learning framework, SeSAM balances ground-truth labels, SAM-based pseudo-labels, and high-confidence pseudo-labels, significantly improving segmentation quality. Extensive experiments across multiple benchmarks and weak annotation types show that SeSAM consistently outperforms weakly supervised baselines while substantially reducing annotation cost relative to fine supervision.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes