Universal Domain Adaptation
Domain adaptation aims to transfer knowledge in the presence of the domain gap. Existing domain adaptation methods rely on rich prior knowledge about the relationship between the label sets of source and target domains, which greatly limits their application in the wild. This paper introduces Universal Domain Adaptation (UDA) that requires no prior knowledge on the label sets. For a given source label set and a target label set, they may contain a common label set and hold a private label set respectively, bringing up an additional category gap. UDA requires a model to either (1) classify the target sample correctly if it is associated with a label in the common label set, or (2) mark it as "unknown" otherwise. More importantly, a UDA model should work stably against a wide spectrum of commonness (the proportion of the common label set over the complete label set) so that it can handle real-world problems with unknown target label sets. To solve the universal domain adaptation problem, we propose Universal Adaptation Network (UAN). It quantifies sample-level transferability to discover the common label set and the label sets private to each domain, thereby promoting the adaptation in the automatically discovered common label set and recognizing the "unknown" samples successfully. A thorough evaluation shows that UAN outperforms the state of the art closed set, partial and open set domain adaptation methods in the novel UDA setting.
Code (0)
등록된 구현이 없습니다.
Tasks
Domain AdaptationUniversal Domain AdaptationSimilar Papers 제목 키워드 기반
Universal Multi-Source Domain Adaptation
Unsupervised domain adaptation enables intelligent models to transfer knowledge from a labeled source domain to a similar but unlabeled target domain. Recent study reveals that knowledge can be transferred from one sourc…
Domain AdaptationUniversal Domain AdaptationUnsupervised Domain AdaptationUniversal Semi-Supervised Domain Adaptation by Mitigating Common-Class Bias
Domain adaptation is a critical task in machine learning that aims to improve model performance on a target domain by leveraging knowledge from a related source domain. In this work, we introduce Universal Semi-Supervise…
Domain AdaptationPseudo LabelSemi-supervised Domain AdaptationUniversal Domain AdaptationUniversal Domain Adaptation for Remote Sensing Image Scene Classification
The domain adaptation (DA) approaches available to date are usually not well suited for practical DA scenarios of remote sensing image classification, since these methods (such as unsupervised DA) rely on rich prior know…
ClassificationDomain Adaptationimage-classificationImage Classification+3Unveiling Class-Labeling Structure for Universal Domain Adaptation
As a more practical setting for unsupervised domain adaptation, Universal Domain Adaptation (UDA) is recently introduced, where the target label set is unknown. One of the big challenges in UDA is how to determine the co…
Domain AdaptationUniversal Domain AdaptationUnsupervised Domain Adaptation2nd Place Solution for VisDA 2021 Challenge -- Universally Domain Adaptive Image Recognition
The Visual Domain Adaptation (VisDA) 2021 Challenge calls for unsupervised domain adaptation (UDA) methods that can deal with both input distribution shift and label set variance between the source and target domains. In…
Domain AdaptationUniversal Domain AdaptationUnsupervised Domain Adaptation