paper-with-me

홈 › Papers

Divergence Optimization for Noisy Universal Domain Adaptation

2021-04-01 · CVPR 2021 1 · Qing Yu, Atsushi Hashimoto, Yoshitaka Ushiku

Universal domain adaptation (UniDA) has been proposed to transfer knowledge learned from a label-rich source domain to a label-scarce target domain without any constraints on the label sets. In practice, however, it is difficult to obtain a large amount of perfectly clean labeled data in a source domain with limited resources. Existing UniDA methods rely on source samples with correct annotations, which greatly limits their application in the real world. Hence, we consider a new realistic setting called Noisy UniDA, in which classifiers are trained with noisy labeled data from the source domain and unlabeled data with an unknown class distribution from the target domain. This paper introduces a two-head convolutional neural network framework to solve all problems simultaneously. Our network consists of one common feature generator and two classifiers with different decision boundaries. By optimizing the divergence between the two classifiers' outputs, we can detect noisy source samples, find "unknown" classes in the target domain, and align the distribution of the source and target domains. In an extensive evaluation of different domain adaptation settings, the proposed method outperformed existing methods by a large margin in most settings.

📄 PDF Abstract BibTeX arXiv:2104.00246

Code (1)

yu1ut/divergence-optimization pytorch

Tasks

Domain AdaptationUniversal Domain Adaptation

Similar Papers 제목 키워드 기반

Noisy Universal Domain Adaptation via Divergence Optimization for Visual Recognition

2023-04-20 · Qing Yu, Atsushi Hashimoto, Yoshitaka Ushiku

To transfer the knowledge learned from a labeled source domain to an unlabeled target domain, many studies have worked on universal domain adaptation (UniDA), where there is no constraint on the label sets of the source …

Domain AdaptationUniversal Domain Adaptation

f-Domain-Adversarial Learning: Theory and Algorithms for Unsupervised Domain Adaptation with Neural Networks

2021-01-01 · David Acuna, Guojun Zhang, Marc T Law, Sanja Fidler

The problem of unsupervised domain adaptation arises in a variety of practical applications where the distribution of the training samples differs from those used at test time. The existing theory of domain adaptation de…

Domain AdaptationGeneralization BoundsLearning TheoryUnsupervised Domain Adaptation

Curriculum Guided Domain Adaptation in the Dark

2023-08-02 · Chowdhury Sadman Jahan, Andreas Savakis

Addressing the rising concerns of privacy and security, domain adaptation in the dark aims to adapt a black-box source trained model to an unlabeled target domain without access to any source data or source model paramet…

Domain Adaptation

Memory-Efficient Pseudo-Labeling for Online Source-Free Universal Domain Adaptation using a Gaussian Mixture Model

2024-07-19 · Pascal Schlachter, Simon Wagner, Bin Yang

In practice, domain shifts are likely to occur between training and test data, necessitating domain adaptation (DA) to adjust the pre-trained source model to the target domain. Recently, universal domain adaptation (UniD…

Domain AdaptationOut-of-Distribution DetectionUniversal Domain Adaptation

Domain Adaptation Principal Component Analysis: base linear method for learning with out-of-distribution data

2022-08-28 · Evgeny M Mirkes, Jonathan Bac, Aziz Fouché, Sergey V. Stasenko 외

Domain adaptation is a popular paradigm in modern machine learning which aims at tackling the problem of divergence (or shift) between the labeled training and validation datasets (source domain) and a potentially large …

Domain Adaptation