Learning Spectral-Decomposed Tokens for Domain Generalized Semantic Segmentation
Jingjun Yi, Qi Bi, Hao Zheng, Haolan Zhan, Wei Ji, Yawen Huang, Yuexiang Li, Yefeng Zheng
TL;DR
This paper tackles domain generalized semantic segmentation (DGSS) by leveraging Vision Foundation Models (VFMs) and a novel spectral-decomposed token (SET) framework. By decomposing frozen VFM features into amplitude and phase components via the frequency domain, and applying learnable spectral tokens per branch along with an attention optimization, SET emphasizes style-invariant content extraction while stabilizing amplitude-driven refinements. Empirical results across GTAV, SYNTHIA, and CityScapes demonstrate state-of-the-art gains, with additional evidence of cross-VFM generalization and improved robustness under adverse conditions. The approach offers a lightweight yet effective path to domain generalization in segmentation tasks, with potential applicability to other vision tasks using VFMs.
Abstract
The rapid development of Vision Foundation Model (VFM) brings inherent out-domain generalization for a variety of down-stream tasks. Among them, domain generalized semantic segmentation (DGSS) holds unique challenges as the cross-domain images share common pixel-wise content information but vary greatly in terms of the style. In this paper, we present a novel Spectral-dEcomposed Token (SET) learning framework to advance the frontier. Delving into further than existing fine-tuning token & frozen backbone paradigm, the proposed SET especially focuses on the way learning style-invariant features from these learnable tokens. Particularly, the frozen VFM features are first decomposed into the phase and amplitude components in the frequency space, which mainly contain the information of content and style, respectively, and then separately processed by learnable tokens for task-specific information extraction. After the decomposition, style variation primarily impacts the token-based feature enhancement within the amplitude branch. To address this issue, we further develop an attention optimization method to bridge the gap between style-affected representation and static tokens during inference. Extensive cross-domain experiments show its state-of-the-art performance.
