paper-with-me

Papers

Prior Knowledge Guided Unsupervised Domain Adaptation

2022-07-18 · Tao Sun, Cheng Lu, Haibin Ling

The waive of labels in the target domain makes Unsupervised Domain Adaptation (UDA) an attractive technique in many real-world applications, though it also brings great challenges as model adaptation becomes harder without labeled target data. In this paper, we address this issue by seeking compensation from target domain prior knowledge, which is often (partially) available in practice, e.g., from human expertise. This leads to a novel yet practical setting where in addition to the training data, some prior knowledge about the target class distribution are available. We term the setting as Knowledge-guided Unsupervised Domain Adaptation (KUDA). In particular, we consider two specific types of prior knowledge about the class distribution in the target domain: Unary Bound that describes the lower and upper bounds of individual class probabilities, and Binary Relationship that describes the relations between two class probabilities. We propose a general rectification module that uses such prior knowledge to refine model generated pseudo labels. The module is formulated as a Zero-One Programming problem derived from the prior knowledge and a smooth regularizer. It can be easily plugged into self-training based UDA methods, and we combine it with two state-of-the-art methods, SHOT and DINE. Empirical results on four benchmarks confirm that the rectification module clearly improves the quality of pseudo labels, which in turn benefits the self-training stage. With the guidance from prior knowledge, the performances of both methods are substantially boosted. We expect our work to inspire further investigations in integrating prior knowledge in UDA. Code is available at https://github.com/tsun/KUDA.

📄 PDF Abstract BibTeX arXiv:2207.08877

Code (1)

tsun/kuda 공식 구현 pytorch

Tasks

Domain AdaptationUnsupervised Domain Adaptation

Similar Papers 제목 키워드 기반

Orientation-Aware Unsupervised Domain Adaptation for Brain Tumor Classification Across Multi-Modal MRI

2026-05-05 · Sapna Sachan, Amulya Kumar Mahto, Prashant Wagambar Patil arxiv

The clinical integration of deep learning models for brain tumor diagnosis in neuro-oncology is severely constrained by limited expert-annotated MRI data and substantial inter-institutional domain shift arising from vari…

Unsupervised Domain AdaptationBrain Tumor Classification

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

Bridging the Synthetic-to-Authentic Gap: Distortion-Guided Unsupervised Domain Adaptation for Blind Image Quality Assessment

2024-05-07 · CVPR 2024 1 · Aobo Li, Jinjian Wu, Yongxu Liu, Leida Li

The annotation of blind image quality assessment (BIQA) is labor-intensive and time-consuming, especially for authentic images. Training on synthetic data is expected to be beneficial, but synthetically trained models of…

Blind Image Quality AssessmentDomain AdaptationImage Quality AssessmentUnsupervised Domain Adaptation

Anatomy-guided domain adaptation for 3D in-bed human pose estimation

2022-11-22 · Alexander Bigalke, Lasse Hansen, Jasper Diesel, Carlotta Hennigs 외

3D human pose estimation is a key component of clinical monitoring systems. The clinical applicability of deep pose estimation models, however, is limited by their poor generalization under domain shifts along with their…

3D Human Pose EstimationAnatomyDomain AdaptationPose Estimation+1

LAGUNA: LAnguage Guided UNsupervised Adaptation with structured spaces

2024-11-23 · Anxhelo Diko, Antonino Furnari, Luigi Cinque, Giovanni Maria Farinella

Unsupervised domain adaptation remains a critical challenge in enabling the knowledge transfer of models across unseen domains. Existing methods struggle to balance the need for domain-invariant representations with pres…

Domain AdaptationTransfer LearningUnsupervised Domain Adaptation