paper-with-me

Papers

Label Calibration in Source Free Domain Adaptation

2025-01-13 · Shivangi Rai, Rini Smita Thakur, Kunal Jangid, Vinod K Kurmi

Source-free domain adaptation (SFDA) utilizes a pre-trained source model with unlabeled target data. Self-supervised SFDA techniques generate pseudolabels from the pre-trained source model, but these pseudolabels often contain noise due to domain discrepancies between the source and target domains. Traditional self-supervised SFDA techniques rely on deterministic model predictions using the softmax function, leading to unreliable pseudolabels. In this work, we propose to introduce predictive uncertainty and softmax calibration for pseudolabel refinement using evidential deep learning. The Dirichlet prior is placed over the output of the target network to capture uncertainty using evidence with a single forward pass. Furthermore, softmax calibration solves the translation invariance problem to assist in learning with noisy labels. We incorporate a combination of evidential deep learning loss and information maximization loss with calibrated softmax in both prior and non-prior target knowledge SFDA settings. Extensive experimental analysis shows that our method outperforms other state-of-the-art methods on benchmark datasets.

📄 PDF Abstract BibTeX arXiv:2501.07072

Code (0)

등록된 구현이 없습니다.

Tasks

Deep LearningDomain AdaptationLearning with noisy labelsSource-Free Domain Adaptation

Methods 이 논문이 사용한 방법론

Softmax The Softmax output function transforms a previous layer's output into a vector of probabilities. It is commonly used for multiclass classification. Given an input vector $x$…

Similar Papers 제목 키워드 기반

PseudoCal: A Source-Free Approach to Unsupervised Uncertainty Calibration in Domain Adaptation

2023-07-14 · Dapeng Hu, Jian Liang, Xinchao Wang, Chuan-Sheng Foo

Unsupervised domain adaptation (UDA) has witnessed remarkable advancements in improving the accuracy of models for unlabeled target domains. However, the calibration of predictive uncertainty in the target domain, a cruc…

Domain AdaptationUnsupervised Domain Adaptation

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

COCA: Classifier-Oriented Calibration via Textual Prototype for Source-Free Universal Domain Adaptation

2023-08-21 · Xinghong Liu, Yi Zhou, Tao Zhou, Chun-Mei Feng 외

Universal domain adaptation (UniDA) aims to address domain and category shifts across data sources. Recently, due to more stringent data restrictions, researchers have introduced source-free UniDA (SF-UniDA). SF-UniDA me…

Domain AdaptationFew-Shot LearningLanguage ModellingUniversal Domain Adaptation

Source-Free Adaptation to Measurement Shift via Bottom-Up Feature Restoration

2021-07-12 · ICLR 2022 4 · Cian Eastwood, Ian Mason, Christopher K. I. Williams, Bernhard Schölkopf

Source-free domain adaptation (SFDA) aims to adapt a model trained on labelled data in a source domain to unlabelled data in a target domain without access to the source-domain data during adaptation. Existing methods fo…

Domain AdaptationSource-Free Domain Adaptation

Transferable Calibration with Lower Bias and Variance in Domain Adaptation

2020-07-16 · NeurIPS 2020 12 · Ximei Wang, Mingsheng Long, Jian-Min Wang, Michael. I. Jordan

Domain Adaptation (DA) enables transferring a learning machine from a labeled source domain to an unlabeled target one. While remarkable advances have been made, most of the existing DA methods focus on improving the tar…

Decision MakingDomain Adaptation