paper-with-me

Papers

Source-Free Unsupervised Domain Adaptation with Hypothesis Consolidation of Prediction Rationale

2024-02-02 · Yangyang Shu, Xiaofeng Cao, Qi Chen, BoWen Zhang, Ziqin Zhou, Anton Van Den Hengel, Lingqiao Liu

Source-Free Unsupervised Domain Adaptation (SFUDA) is a challenging task where a model needs to be adapted to a new domain without access to target domain labels or source domain data. The primary difficulty in this task is that the model's predictions may be inaccurate, and using these inaccurate predictions for model adaptation can lead to misleading results. To address this issue, this paper proposes a novel approach that considers multiple prediction hypotheses for each sample and investigates the rationale behind each hypothesis. By consolidating these hypothesis rationales, we identify the most likely correct hypotheses, which we then use as a pseudo-labeled set to support a semi-supervised learning procedure for model adaptation. To achieve the optimal performance, we propose a three-step adaptation process: model pre-adaptation, hypothesis consolidation, and semi-supervised learning. Extensive experimental results demonstrate that our approach achieves state-of-the-art performance in the SFUDA task and can be easily integrated into existing approaches to improve their performance. The codes are available at \url{https://github.com/GANPerf/HCPR}.

📄 PDF Abstract BibTeX arXiv:2402.01157

Code (1)

ganperf/hcpr 공식 구현 pytorch

Tasks

Domain AdaptationUnsupervised Domain Adaptation

Methods 이 논문이 사용한 방법론

SET Dynamic Sparse Training method where weight mask is updated randomly periodically

Similar Papers 제목 키워드 기반

Do We Really Need to Access the Source Data? Source Hypothesis Transfer for Unsupervised Domain Adaptation

2020-02-20 · ICML 2020 1 · Jian Liang, Dapeng Hu, Jiashi Feng

Unsupervised domain adaptation (UDA) aims to leverage the knowledge learned from a labeled source dataset to solve similar tasks in a new unlabeled domain. Prior UDA methods typically require to access the source data wh…

Domain AdaptationPartial Domain AdaptationRepresentation LearningSource-Free Domain Adaptation+2

Source-free Domain Adaptation Requires Penalized Diversity

2023-04-06 · Laya Rafiee Sevyeri, Ivaxi Sheth, Farhood Farahnak, Alexandre See 외

While neural networks are capable of achieving human-like performance in many tasks such as image classification, the impressive performance of each model is limited to its own dataset. Source-free domain adaptation (SFD…

DiversityDomain Adaptationimage-classificationImage Classification+2

Hypothesis Disparity Regularized Mutual Information Maximization

2020-12-15 · Qicheng Lao, Xiang Jiang, Mohammad Havaei

We propose a hypothesis disparity regularized mutual information maximization~(HDMI) approach to tackle unsupervised hypothesis transfer -- as an effort towards unifying hypothesis transfer learning (HTL) and unsupervise…

Domain AdaptationTransfer LearningUnsupervised Domain Adaptation

Unsupervised Accuracy Estimation of Deep Visual Models using Domain-Adaptive Adversarial Perturbation without Source Samples

2023-07-19 · ICCV 2023 1 · Joonho Lee, Jae Oh Woo, Hankyu Moon, Kwonho Lee

Deploying deep visual models can lead to performance drops due to the discrepancies between source and target distributions. Several approaches leverage labeled source data to estimate target domain accuracy, but accessi…

Domain AdaptationSource-Free Domain Adaptation

Source-Free Progressive Graph Learning for Open-Set Domain Adaptation

2022-02-13 · Yadan Luo, Zijian Wang, Zhuoxiao Chen, Zi Huang 외

Open-set domain adaptation (OSDA) has gained considerable attention in many visual recognition tasks. However, most existing OSDA approaches are limited due to three main reasons, including: (1) the lack of essential the…

Action RecognitionDomain AdaptationGraph Learningimage-classification+1