Tuning-free Universally-Supervised Semantic Segmentation
Xiaobo Yang, Xiaojin Gong
TL;DR
The paper tackles tuning-free semantic segmentation across supervision types by leveraging SAM-derived masks and a frozen CLIP backbone. It introduces DBA-CLIP to align mask embeddings with text embeddings, addressing CLIP's zero-shot misalignment, and couples this with GLCC, a global-local consistent classifier that robustly handles noisy pseudo-labels. The method combines a linear probe with inductive label propagation and mutual bootstrapping to exploit high-quality embeddings while suppressing noise, achieving efficient, tuning-free results. Extensive experiments across VOC, COCO, and Cityscapes demonstrate state-of-the-art or competitive performance for FSSS, SSS, WSSS, and OVSS without fine-tuning or post-processing, highlighting practical potential for universal supervision.
Abstract
This work presents a tuning-free semantic segmentation framework based on classifying SAM masks by CLIP, which is universally applicable to various types of supervision. Initially, we utilize CLIP's zero-shot classification ability to generate pseudo-labels or perform open-vocabulary segmentation. However, the misalignment between mask and CLIP text embeddings leads to suboptimal results. To address this issue, we propose discrimination-bias aligned CLIP to closely align mask and text embedding, offering an overhead-free performance gain. We then construct a global-local consistent classifier to classify SAM masks, which reveals the intrinsic structure of high-quality embeddings produced by DBA-CLIP and demonstrates robustness against noisy pseudo-labels. Extensive experiments validate the efficiency and effectiveness of our method, and we achieve state-of-the-art (SOTA) or competitive performance across various datasets and supervision types.
