CVApr 25, 2024

Style Adaptation for Domain-adaptive Semantic Segmentation

arXiv:2404.16301v11 citationsh-index: 1ICASSP
Originality Incremental advance
AI Analysis

It addresses performance drop in semantic segmentation models when applied to new domains, offering an incremental enhancement for synthetic-to-real adaptation tasks.

The paper tackles domain discrepancy in unsupervised domain adaptation for semantic segmentation by transferring target domain style to source domain data in latent feature space, achieving a state-of-the-art performance of 76.93 mIoU on GTA->Cityscapes, an improvement of +1.03 percentage points.

Unsupervised Domain Adaptation (UDA) refers to the method that utilizes annotated source domain data and unlabeled target domain data to train a model capable of generalizing to the target domain data. Domain discrepancy leads to a significant decrease in the performance of general network models trained on the source domain data when applied to the target domain. We introduce a straightforward approach to mitigate the domain discrepancy, which necessitates no additional parameter calculations and seamlessly integrates with self-training-based UDA methods. Through the transfer of the target domain style to the source domain in the latent feature space, the model is trained to prioritize the target domain style during the decision-making process. We tackle the problem at both the image-level and shallow feature map level by transferring the style information from the target domain to the source domain data. As a result, we obtain a model that exhibits superior performance on the target domain. Our method yields remarkable enhancements in the state-of-the-art performance for synthetic-to-real UDA tasks. For example, our proposed method attains a noteworthy UDA performance of 76.93 mIoU on the GTA->Cityscapes dataset, representing a notable improvement of +1.03 percentage points over the previous state-of-the-art results.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes