ModuSeg: Decoupling Object Discovery and Semantic Retrieval for Training-Free Weakly Supervised Segmentation

arXiv cs.CV / 4/9/2026

💬 OpinionSignals & Early TrendsIdeas & Deep AnalysisModels & Research

Key Points

  • ModuSeg is a training-free weakly supervised semantic segmentation method that explicitly decouples object discovery (localization) from semantic assignment (category labeling) to avoid models overfitting to sparse discriminative regions.
  • It uses a general mask proposer to generate geometric proposals with reliable boundaries, then relies on foundation-model features stored in an offline feature bank and performs segmentation via non-parametric feature retrieval.
  • The approach introduces semantic boundary purification and soft-masked feature aggregation to reduce boundary ambiguity and quantization errors, improving the quality of learned category prototypes.
  • Experiments on standard benchmark datasets show that the decoupled design preserves fine-grained boundaries while achieving highly competitive performance without parameter fine-tuning, and the code is released publicly.

Abstract

Weakly supervised semantic segmentation aims to achieve pixel-level predictions using image-level labels. Existing methods typically entangle semantic recognition and object localization, which often leads models to focus exclusively on sparse discriminative regions. Although foundation models show immense potential, many approaches still follow the tightly coupled optimization paradigm, struggling to effectively alleviate pseudo-label noise and often relying on time-consuming multi-stage retraining or unstable end-to-end joint optimization. To address the above challenges, we present ModuSeg, a training-free weakly supervised semantic segmentation framework centered on explicitly decoupling object discovery and semantic assignment. Specifically, we integrate a general mask proposer to extract geometric proposals with reliable boundaries, while leveraging semantic foundation models to construct an offline feature bank, transforming segmentation into a non-parametric feature retrieval process. Furthermore, we propose semantic boundary purification and soft-masked feature aggregation strategies to effectively mitigate boundary ambiguity and quantization errors, thereby extracting high-quality category prototypes. Extensive experiments demonstrate that the proposed decoupled architecture better preserves fine boundaries without parameter fine-tuning and achieves highly competitive performance on standard benchmark datasets. Code is available at https://github.com/Autumnair007/ModuSeg.