paper-with-me

Papers

Uncertainty-Guided Alignment for Unsupervised Domain Adaptation in Regression

2024-01-24 · Ismail Nejjar, Gaetan Frusque, Florent Forest, Olga Fink

Unsupervised Domain Adaptation for Regression (UDAR) aims to adapt models from a labeled source domain to an unlabeled target domain for regression tasks. Traditional feature alignment methods, successful in classification, often prove ineffective for regression due to the correlated nature of regression features. To address this challenge, we propose Uncertainty-Guided Alignment (UGA), a novel method that integrates predictive uncertainty into the feature alignment process. UGA employs Evidential Deep Learning to predict both target values and their associated uncertainties. This uncertainty information guides the alignment process and fuses information within the embedding space, effectively mitigating issues such as feature collapse in out-of-distribution scenarios. We evaluate UGA on two computer vision benchmarks and a real-world battery state-of-charge prediction across different manufacturers and operating temperatures. Across 52 transfer tasks, UGA on average outperforms existing state-of-the-art methods. Our approach not only improves adaptation performance but also provides well-calibrated uncertainty estimates.

📄 PDF Abstract BibTeX arXiv:2401.13721

Code (0)

등록된 구현이 없습니다.

Tasks

Domain AdaptationregressionUnsupervised Domain Adaptation

Methods 이 논문이 사용한 방법론

Focus 설명 없음

Similar Papers 제목 키워드 기반

Uncertainty-Guided Mixup for Semi-Supervised Domain Adaptation without Source Data

2021-07-14 · Ning Ma, Jiajun Bu, Zhen Zhang, Sheng Zhou

Present domain adaptation methods usually perform explicit representation alignment by simultaneously accessing the source data and target data. However, the source data are not always available due to the privacy preser…

Domain AdaptationPrivacy PreservingSemi-supervised Domain AdaptationSource-Free Domain Adaptation

Unsupervised Domain Adaptation by Uncertain Feature Alignment

2020-09-14 · Tobias Ringwald, Rainer Stiefelhagen

Unsupervised domain adaptation (UDA) deals with the adaptation of models from a given source domain with labeled data to an unlabeled target domain. In this paper, we utilize the inherent prediction uncertainty of a mode…

Domain AdaptationUnsupervised Domain Adaptation

Uncertainty-Aware Model Adaptation for Unsupervised Cross-Domain Object Detection

2021-08-28 · Minjie Cai, Minyi Luo, Xionghu Zhong, Hao Chen

This work tackles the unsupervised cross-domain object detection problem which aims to generalize a pre-trained object detector to a new target domain without labels. We propose an uncertainty-aware model adaptation meth…

Domain AdaptationObjectobject-detectionObject Detection

Connecting sufficient conditions for domain adaptation: source-guided uncertainty, relaxed divergences and discrepancy localization

2022-03-09 · Sofien Dhouib, Setareh Maghsudi

Recent advances in domain adaptation establish that requiring a low risk on the source domain and equal feature marginals degrade the adaptation's performance. At the same time, empirical evidence shows that incorporatin…

Domain Adaptation

Discriminative Feature Alignment: Improving Transferability of Unsupervised Domain Adaptation by Gaussian-guided Latent Alignment

2020-06-23 · Jing Wang, Jiahong Chen, Jianzhe Lin, Leonid Sigal 외

In this study, we focus on the unsupervised domain adaptation problem where an approximate inference model is to be learned from a labeled data domain and expected to generalize well to an unlabeled data domain. The succ…

Data AugmentationDecoderDomain AdaptationDomain Generalization+3