paper-with-me

Papers

Domain Adaptive Semantic Segmentation without Source Data

2021-10-13 · Fuming You, Jingjing Li, Lei Zhu, Ke Lu, Zhi Chen, Zi Huang

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 automatic pilot. However, large amounts of source domain data often introduce significant costs in storage and training, and sometimes the source data is inaccessible due to privacy policies. To address these problems, we investigate domain adaptive semantic segmentation without source data, which assumes that the model is pre-trained on the source domain, and then adapting to the target domain without accessing source data anymore. Since there is no supervision from the source domain data, many self-training methods tend to fall into the ``winner-takes-all'' dilemma, where the {\it majority} classes totally dominate the segmentation networks and the networks fail to classify the {\it minority} classes. Consequently, we propose an effective framework for this challenging problem with two components: positive learning and negative learning. In positive learning, we select the class-balanced pseudo-labeled pixels with intra-class threshold, while in negative learning, for each pixel, we investigate which category the pixel does not belong to with the proposed heuristic complementary label selection. Notably, our framework can be easily implemented and incorporated with other methods to further enhance the performance. Extensive experiments on two widely-used synthetic-to-real benchmarks demonstrate our claims and the effectiveness of our framework, which outperforms the baseline with a large margin. Code is available at \url{https://github.com/fumyou13/LDBE}.

📄 PDF Abstract BibTeX arXiv:2110.06484

Code (1)

fumyou13/ldbe 공식 구현 pytorch

Tasks

SegmentationSemantic Segmentation

Similar Papers 제목 키워드 기반

Towards Adaptive Semantic Segmentation by Progressive Feature Refinement

2020-09-30 · Bin Zhang, Shengjie Zhao, Rongqing Zhang

As one of the fundamental tasks in computer vision, semantic segmentation plays an important role in real world applications. Although numerous deep learning models have made notable progress on several mainstream datase…

SegmentationSemantic Segmentation

Towards Source-free Domain Adaptive Semantic Segmentation via Importance-aware and Prototype-contrast Learning

2023-06-02 · Yihong Cao, HUI ZHANG, Xiao Lu, Zheng Xiao 외

Domain adaptive semantic segmentation enables robust pixel-wise understanding in real-world driving scenes. Source-free domain adaptation, as a more practical technique, addresses the concerns of data privacy and storage…

Domain AdaptationSegmentationSemantic SegmentationSource-Free Domain Adaptation+1

AFRDA: Attentive Feature Refinement for Domain Adaptive Semantic Segmentation

2025-07-23 · Md. Al-Masrur Khan, Durgakant Pushp, Lantao Liu arxiv

In Unsupervised Domain Adaptive Semantic Segmentation (UDA-SS), a model is trained on labeled source domain data (e.g., synthetic images) and adapted to an unlabeled target domain (e.g., real-world images) without access…

Semantic Segmentation

Cal-SFDA: Source-Free Domain-adaptive Semantic Segmentation with Differentiable Expected Calibration Error

2023-08-06 · Zixin Wang, Yadan Luo, Zhi Chen, Sen Wang 외

The prevalence of domain adaptive semantic segmentation has prompted concerns regarding source domain data leakage, where private information from the source domain could inadvertently be exposed in the target domain. To…

Domain AdaptationModel SelectionPseudo LabelSemantic Segmentation+1

AUGCO: Augmentation Consistency-guided Self-training for Source-free Domain Adaptive Semantic Segmentation

2021-07-21 · Viraj Prabhu, Shivam Khare, Deeksha Kartik, Judy Hoffman

Most modern approaches for domain adaptive semantic segmentation rely on continued access to source data during adaptation, which may be infeasible due to computational or privacy constraints. We focus on source-free dom…

Domain AdaptationSegmentationSemantic SegmentationSource-Free Domain Adaptation