paper-with-me

Papers

Minimum Class Confusion for Versatile Domain Adaptation

2019-12-08 · ECCV 2020 8 · Ying Jin, Ximei Wang, Mingsheng Long, Jian-Min Wang

There are a variety of Domain Adaptation (DA) scenarios subject to label sets and domain configurations, including closed-set and partial-set DA, as well as multi-source and multi-target DA. It is notable that existing DA methods are generally designed only for a specific scenario, and may underperform for scenarios they are not tailored to. To this end, this paper studies Versatile Domain Adaptation (VDA), where one method can handle several different DA scenarios without any modification. Towards this goal, a more general inductive bias other than the domain alignment should be explored. We delve into a missing piece of existing methods: class confusion, the tendency that a classifier confuses the predictions between the correct and ambiguous classes for target examples, which is common in different DA scenarios. We uncover that reducing such pairwise class confusion leads to significant transfer gains. With this insight, we propose a general loss function: Minimum Class Confusion (MCC). It can be characterized as (1) a non-adversarial DA method without explicitly deploying domain alignment, enjoying faster convergence speed; (2) a versatile approach that can handle four existing scenarios: Closed-Set, Partial-Set, Multi-Source, and Multi-Target DA, outperforming the state-of-the-art methods in these scenarios, especially on one of the largest and hardest datasets to date (7.3% on DomainNet). Its versatility is further justified by two scenarios proposed in this paper: Multi-Source Partial DA and Multi-Target Partial DA. In addition, it can also be used as a general regularizer that is orthogonal and complementary to a variety of existing DA methods, accelerating convergence and pushing these readily competitive methods to stronger ones. Code is available at https://github.com/thuml/Versatile-Domain-Adaptation.

📄 PDF Abstract BibTeX arXiv:1912.03699

Code (3)

thuml/Versatile-Domain-Adaptation 공식 구현 pytorch
kevinmusgrave/pytorch-adapt pytorch
thuml/Transfer-Learning-Library pytorch

Tasks

Domain AdaptationInductive BiasMulti-target Domain AdaptationPartial Domain Adaptation

Similar Papers 제목 키워드 기반

Versatile Incremental Learning: Towards Class and Domain-Agnostic Incremental Learning

2024-09-17 · Min-Yeong Park, Jae-Ho Lee, Gyeong-Moon Park

Incremental Learning (IL) aims to accumulate knowledge from sequential input tasks while overcoming catastrophic forgetting. Existing IL methods typically assume that an incoming task has only increments of classes or do…

Incremental Learning

Role Prompting Guided Domain Adaptation with General Capability Preserve for Large Language Models

2024-03-05 · Rui Wang, Fei Mi, Yi Chen, Boyang Xue 외

The growing interest in Large Language Models (LLMs) for specialized applications has revealed a significant challenge: when tailored to specific domains, LLMs tend to experience catastrophic forgetting, compromising the…

Domain Adaptation

Closing the Confusion Loop: CLIP-Guided Alignment for Source-Free Domain Adaptation

2026-02-09 · Shanshan Wang, Ziying Feng, Xiaozheng Shen, Xun Yang 외 arxiv

Source-Free Domain Adaptation (SFDA) tackles the problem of adapting a pre-trained source model to an unlabeled target domain without accessing any source data, which is quite suitable for the field of data security. Alt…

Source-Free Domain AdaptationContrastive Learning

Domain Confusion with Self Ensembling for Unsupervised Adaptation

2018-10-10 · Jiawei Wang, Zhaoshui He, Chengjian Feng, Zhouping Zhu 외

Data collection and annotation are time-consuming in machine learning, expecially for large scale problem. A common approach for this problem is to transfer knowledge from a related labeled domain to a target one. There …

Domain AdaptationUnsupervised Domain Adaptation

Domain-Symmetric Networks for Adversarial Domain Adaptation

2019-04-09 · CVPR 2019 6 · Yabin Zhang, Hui Tang, Kui Jia, Mingkui Tan

Unsupervised domain adaptation aims to learn a model of classifier for unlabeled samples on the target domain, given training data of labeled samples on the source domain. Impressive progress is made recently by learning…

Domain AdaptationUnsupervised Domain Adaptation