CAT-Seg: Cost Aggregation for Open-Vocabulary Semantic Segmentation
Seokju Cho, Heeseong Shin, Sunghwan Hong, Anurag Arnab, Paul Hongsuck Seo, Seungryong Kim
TL;DR
This work addresses open-vocabulary semantic segmentation by leveraging a cost-aggregation paradigm that converts image-text relations from CLIP into a dense, multi-modal cost volume. CAT-Seg refines this cost volume through spatial and class-wise aggregation using Swin Transformer blocks and permutation-invariant class interactions, guided by embedding information and an efficient upsampling decoder. By fine-tuning CLIP encoders with carefully chosen strategies and avoiding heavy region-based proposals, CAT-Seg delivers state-of-the-art performance on standard benchmarks and strong cross-domain generalization (MEss), while maintaining practical efficiency. The approach demonstrates robust handling of unseen classes, reduced overfitting, and applicability across diverse domains, highlighting the viability of cost-volume reasoning for open-vocabulary segmentation.
Abstract
Open-vocabulary semantic segmentation presents the challenge of labeling each pixel within an image based on a wide range of text descriptions. In this work, we introduce a novel cost-based approach to adapt vision-language foundation models, notably CLIP, for the intricate task of semantic segmentation. Through aggregating the cosine similarity score, i.e., the cost volume between image and text embeddings, our method potently adapts CLIP for segmenting seen and unseen classes by fine-tuning its encoders, addressing the challenges faced by existing methods in handling unseen classes. Building upon this, we explore methods to effectively aggregate the cost volume considering its multi-modal nature of being established between image and text embeddings. Furthermore, we examine various methods for efficiently fine-tuning CLIP.
