A Semantic Space is Worth 256 Language Descriptions: Make Stronger Segmentation Models with Descriptive Properties
Junfei Xiao, Ziqi Zhou, Wenxuan Li, Shiyi Lan, Jieru Mei, Zhiding Yu, Alan Yuille, Yuyin Zhou, Cihang Xie
TL;DR
This work introduces ProLab, a semantic segmentation framework that replaces traditional one-hot category labels with a property-level space derived from Large Language Models. Descriptions of categories are embedded and clustered into an interpretable set of properties, which supervision segmentation via multi-label property logits and cosine-based similarities to recover category predictions. Across five classic benchmarks, ProLab yields stronger performance and better scalability, and demonstrates generalization to out-of-domain or unknown categories using in-domain descriptive properties. The approach also shows adaptability to other segmentation architectures, offering a path toward more human-aligned, open-vocabulary segmentation with improved interpretability and robustness.
Abstract
This paper introduces ProLab, a novel approach using property-level label space for creating strong interpretable segmentation models. Instead of relying solely on category-specific annotations, ProLab uses descriptive properties grounded in common sense knowledge for supervising segmentation models. It is based on two core designs. First, we employ Large Language Models (LLMs) and carefully crafted prompts to generate descriptions of all involved categories that carry meaningful common sense knowledge and follow a structured format. Second, we introduce a description embedding model preserving semantic correlation across descriptions and then cluster them into a set of descriptive properties (e.g., 256) using K-Means. These properties are based on interpretable common sense knowledge consistent with theories of human recognition. We empirically show that our approach makes segmentation models perform stronger on five classic benchmarks (e.g., ADE20K, COCO-Stuff, Pascal Context, Cityscapes, and BDD). Our method also shows better scalability with extended training steps than category-level supervision. Our interpretable segmentation framework also emerges with the generalization ability to segment out-of-domain or unknown categories using only in-domain descriptive properties. Code is available at https://github.com/lambert-x/ProLab.
