CVJul 16, 2023

Dual-level Interaction for Domain Adaptive Semantic Segmentation

arXiv:2307.07972v26 citationsh-index: 15Has Code
Originality Incremental advance
AI Analysis

This addresses domain adaptation in semantic segmentation for computer vision applications, representing an incremental improvement over existing self-training methods.

The paper tackles the problem of erroneous pseudo-labels near boundaries in domain adaptive semantic segmentation by proposing a dual-level interaction method, which outperforms state-of-the-art approaches, particularly on confusing and long-tailed classes.

Self-training approach recently secures its position in domain adaptive semantic segmentation, where a model is trained with target domain pseudo-labels. Current advances have mitigated noisy pseudo-labels resulting from the domain gap. However, they still struggle with erroneous pseudo-labels near the boundaries of the semantic classifier. In this paper, we tackle this issue by proposing a dual-level interaction for domain adaptation (DIDA) in semantic segmentation. Explicitly, we encourage the different augmented views of the same pixel to have not only similar class prediction (semantic-level) but also akin similarity relationship with respect to other pixels (instance-level). As it's impossible to keep features of all pixel instances for a dataset, we, therefore, maintain a labeled instance bank with dynamic updating strategies to selectively store the informative features of instances. Further, DIDA performs cross-level interaction with scattering and gathering techniques to regenerate more reliable pseudo-labels. Our method outperforms the state-of-the-art by a notable margin, especially on confusing and long-tailed classes. Code is available at \href{https://github.com/RainJamesY/DIDA}

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