CVMay 23, 2023

Pulling Target to Source: A New Perspective on Domain Adaptive Semantic Segmentation

arXiv:2305.13752v212 citations
AI Analysis

This work addresses the problem of transferring knowledge in semantic segmentation across domains for computer vision applications, offering a novel perspective but with incremental methodological contributions.

The paper tackles domain adaptive semantic segmentation by proposing a method that pulls target features close to source features for each category, achieving state-of-the-art performance with significant improvements in accuracy.

Domain adaptive semantic segmentation aims to transfer knowledge from a labeled source domain to an unlabeled target domain. However, existing methods primarily focus on directly learning qualified target features, making it challenging to guarantee their discrimination in the absence of target labels. This work provides a new perspective. We observe that the features learned with source data manage to keep categorically discriminative during training, thereby enabling us to implicitly learn adequate target representations by simply \textbf{pulling target features close to source features for each category}. To this end, we propose T2S-DA, which we interpret as a form of pulling Target to Source for Domain Adaptation, encouraging the model in learning similar cross-domain features. Also, considering the pixel categories are heavily imbalanced for segmentation datasets, we come up with a dynamic re-weighting strategy to help the model concentrate on those underperforming classes. Extensive experiments confirm that T2S-DA learns a more discriminative and generalizable representation, significantly surpassing the state-of-the-art. We further show that our method is quite qualified for the domain generalization task, verifying its domain-invariant property.

Code Implementations1 repo
Foundations

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

Your Notes