Unsupervised Domain Adaptation

734 papers with code • 36 benchmarks • 31 datasets

Unsupervised Domain Adaptation is a learning framework to transfer knowledge learned from source domains with a large number of annotated training examples to target domains with unlabeled data only.

Source: Domain-Specific Batch Normalization for Unsupervised Domain Adaptation

Libraries

Use these libraries to find Unsupervised Domain Adaptation models and implementations

Most implemented papers

Reducing Domain Gap by Reducing Style Bias

facebookresearch/DomainBed CVPR 2021

Convolutional Neural Networks (CNNs) often fail to maintain their performance when they confront new test domains, which is known as the problem of domain shift.

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

tim-learn/SHOT ICML 2020

Unsupervised domain adaptation (UDA) aims to leverage the knowledge learned from a labeled source dataset to solve similar tasks in a new unlabeled domain.

Rectifying Pseudo Label Learning via Uncertainty Estimation for Domain Adaptive Semantic Segmentation

layumi/Seg-Uncertainty 8 Mar 2020

This paper focuses on the unsupervised domain adaptation of transferring the knowledge from the source domain to the target domain in the context of semantic segmentation.

FDA: Fourier Domain Adaptation for Semantic Segmentation

YanchaoYang/FDA CVPR 2020

We describe a simple method for unsupervised domain adaptation, whereby the discrepancy between the source and target distributions is reduced by swapping the low-frequency spectrum of one with the other.

Unsupervised Domain Adaptation through Inter-modal Rotation for RGB-D Object Recognition

MRLoghmani/relative-rotation 21 Apr 2020

Unsupervised Domain Adaptation (DA) exploits the supervision of a label-rich source dataset to make predictions on an unlabeled target dataset by aligning the two data distributions.

Self-paced Contrastive Learning with Hybrid Memory for Domain Adaptive Object Re-ID

yxgeee/SpCL NeurIPS 2020

To solve these problems, we propose a novel self-paced contrastive learning framework with hybrid memory.

Uncertainty-Aware Unsupervised Domain Adaptation in Object Detection

Dayan-Guan/UaDAN 27 Feb 2021

Specifically, we design an uncertainty metric that assesses the alignment of each sample and adjusts the strength of adversarial learning for well-aligned and poorly-aligned samples adaptively.

Cluster Contrast for Unsupervised Person Re-Identification

alibaba/cluster-contrast 22 Mar 2021

Thus, our method can solve the problem of cluster inconsistency and be applicable to larger data sets.

DINE: Domain Adaptation from Single and Multiple Black-box Predictors

tim-learn/dine CVPR 2022

To ease the burden of labeling, unsupervised domain adaptation (UDA) aims to transfer knowledge in previous and related labeled datasets (sources) to a new unlabeled dataset (target).

DAFormer: Improving Network Architectures and Training Strategies for Domain-Adaptive Semantic Segmentation

lhoyer/DAFormer CVPR 2022

It improves the state of the art by 10. 8 mIoU for GTA-to-Cityscapes and 5. 4 mIoU for Synthia-to-Cityscapes and enables learning even difficult classes such as train, bus, and truck well.