paper-with-me

Papers

Balanced Learning for Domain Adaptive Semantic Segmentation

2025-12-07 · Wangkai Li, Rui Sun, Bohao Liao, Zhaoyang Li, Tianzhu Zhang arxiv

Unsupervised domain adaptation (UDA) for semantic segmentation aims to transfer knowledge from a labeled source domain to an unlabeled target domain. Despite the effectiveness of self-training techniques in UDA, they struggle to learn each class in a balanced manner due to inherent class imbalance and distribution shift in both data and label space between domains. To address this issue, we propose Balanced Learning for Domain Adaptation (BLDA), a novel approach to directly assess and alleviate class bias without requiring prior knowledge about the distribution shift. First, we identify over-predicted and under-predicted classes by analyzing the distribution of predicted logits. Subsequently, we introduce a post-hoc approach to align the logits distributions across different classes using shared anchor distributions. To further consider the network's need to generate unbiased pseudo-labels during self-training, we estimate logits distributions online and incorporate logits correction terms into the loss function. Moreover, we leverage the resulting cumulative density as domain-shared structural knowledge to connect the source and target domains. Extensive experiments on two standard UDA semantic segmentation benchmarks demonstrate that BLDA consistently improves performance, especially for under-predicted classes, when integrated into various existing methods. Code is available at https://github.com/Woof6/BLDA.

📄 PDF Abstract BibTeX arXiv:2512.06886

Code (0)

등록된 구현이 없습니다.

Tasks

Unsupervised Domain AdaptationSemantic Segmentation

Similar Papers 제목 키워드 기반

Class Balanced Dynamic Acquisition for Domain Adaptive Semantic Segmentation using Active Learning

2023-11-23 · Marc Schachtsiek, Simone Rossi, Thomas Hannagan

Domain adaptive active learning is leading the charge in label-efficient training of neural networks. For semantic segmentation, state-of-the-art models jointly use two criteria of uncertainty and diversity to select tra…

Active LearningDiversitySemantic Segmentation

Class-Balanced Pixel-Level Self-Labeling for Domain Adaptive Semantic Segmentation

2022-03-18 · CVPR 2022 1 · Ruihuang Li, Shuai Li, Chenhang He, Yabin Zhang 외

Domain adaptive semantic segmentation aims to learn a model with the supervision of source domain data, and produce satisfactory dense predictions on unlabeled target domain. One popular solution to this challenging task…

Image-to-Image TranslationSegmentationSemantic SegmentationSynthetic-to-Real Translation

Domain Adaptive Semantic Segmentation without Source Data

2021-10-13 · Fuming You, Jingjing Li, Lei Zhu, Ke Lu 외

Domain adaptive semantic segmentation is recognized as a promising technique to alleviate the domain shift between the labeled source domain and the unlabeled target domain in many real-world applications, such as automa…

SegmentationSemantic Segmentation

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

2023-05-23 · Haochen Wang, Yujun Shen, Jingjing Fei, Wei Li 외

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, makin…

Domain AdaptationDomain GeneralizationSemantic Segmentation

Towards Fewer Annotations: Active Learning via Region Impurity and Prediction Uncertainty for Domain Adaptive Semantic Segmentation

2021-11-25 · CVPR 2022 1 · Binhui Xie, Longhui Yuan, Shuang Li, Chi Harold Liu 외

Self-training has greatly facilitated domain adaptive semantic segmentation, which iteratively generates pseudo labels on unlabeled target data and retrains the network. However, realistic segmentation datasets are highl…

Active LearningPredictionRepresentation LearningSegmentation+1