paper-with-me

홈 › Papers

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

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

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 circumvent the requirement for source data, source-free domain adaptation has emerged as a viable solution that leverages self-training methods to pseudo-label high-confidence regions and adapt the model to the target data. However, the confidence scores obtained are often highly biased due to over-confidence and class-imbalance issues, which render both model selection and optimization problematic. In this paper, we propose a novel calibration-guided source-free domain adaptive semantic segmentation (Cal-SFDA) framework. The core idea is to estimate the expected calibration error (ECE) from the segmentation predictions, serving as a strong indicator of the model's generalization capability to the unlabeled target domain. The estimated ECE scores, in turn, assist the model training and fair selection in both source training and target adaptation stages. During model pre-training on the source domain, we ensure the differentiability of the ECE objective by leveraging the LogSumExp trick and using ECE scores to select the best source checkpoints for adaptation. To enable ECE estimation on the target domain without requiring labels, we train a value net for ECE estimation and apply statistic warm-up on its BatchNorm layers for stability. The estimated ECE scores assist in determining the reliability of prediction and enable class-balanced pseudo-labeling by positively guiding the adaptation progress and inhibiting potential error accumulation. Extensive experiments on two widely-used synthetic-to-real transfer tasks show that the proposed approach surpasses previous state-of-the-art by up to 5.25% of mIoU with fair model selection criteria.

📄 PDF Abstract BibTeX arXiv:2308.03003

Code (1)

jo-wang/cal-sfda 공식 구현 pytorch

Tasks

Domain AdaptationModel SelectionPseudo LabelSemantic SegmentationSource-Free Domain Adaptation

Similar Papers 제목 키워드 기반

Exploiting Negative Learning for Implicit Pseudo Label Rectification in Source-Free Domain Adaptive Semantic Segmentation

2021-06-23 · Xin Luo, Wei Chen, Yusong Tan, Chen Li 외

It is desirable to transfer the knowledge stored in a well-trained source model onto non-annotated target domain in the absence of source data. However, state-of-the-art methods for source free domain adaptation (SFDA) a…

Domain AdaptationPseudo LabelSegmentationSemantic Segmentation+1

SFDATrack: Generalized Source-Free Domain Adaptive Tracking Under Adverse Weather Conditions

2026-07-01 · Siyuan Yao, Ziqi Wang, Ruiqi Yu, Junqi Huang 외 arxiv

Domain adaptive visual object tracking under adverse weather conditions has garnered significant attention in recent years. Despite the impressive performance, existing methods heavily rely on the large-scale video frame…

Visual Object Tracking

Unveiling the Superior Paradigm: A Comparative Study of Source-Free Domain Adaptation and Unsupervised Domain Adaptation

2024-11-24 · Fan Wang, Zhongyi Han, Xingbo Liu, Xin Gao 외

In domain adaptation, there are two popular paradigms: Unsupervised Domain Adaptation (UDA), which aligns distributions using source data, and Source-Free Domain Adaptation (SFDA), which leverages pre-trained source mode…

Domain AdaptationSource-Free Domain AdaptationUnsupervised Domain Adaptation

Multi-source-free Domain Adaptation via Uncertainty-aware Adaptive Distillation

2024-02-09 · Yaxuan Song, Jianan Fan, Dongnan Liu, Weidong Cai

Source-free domain adaptation (SFDA) alleviates the domain discrepancy among data obtained from domains without accessing the data for the awareness of data privacy. However, existing conventional SFDA methods face inher…

Domain AdaptationKnowledge DistillationSource-Free Domain AdaptationSource Free Object Detection+1

Spatio-Temporal Pixel-Level Contrastive Learning-based Source-Free Domain Adaptation for Video Semantic Segmentation

2023-03-25 · CVPR 2023 1 · Shao-Yuan Lo, Poojan Oza, Sumanth Chennupati, Alejandro Galindo 외

Unsupervised Domain Adaptation (UDA) of semantic segmentation transfers labeled source knowledge to an unlabeled target domain by relying on accessing both the source and target data. However, the access to source data i…

Contrastive LearningDomain AdaptationSemantic SegmentationSource-Free Domain Adaptation+2