paper-with-me

홈 › Papers

Gradual Domain Adaptation without Indexed Intermediate Domains

2022-07-11 · NeurIPS 2021 12 · Hong-You Chen, Wei-Lun Chao

The effectiveness of unsupervised domain adaptation degrades when there is a large discrepancy between the source and target domains. Gradual domain adaptation (GDA) is one promising way to mitigate such an issue, by leveraging additional unlabeled data that gradually shift from the source to the target. Through sequentially adapting the model along the "indexed" intermediate domains, GDA substantially improves the overall adaptation performance. In practice, however, the extra unlabeled data may not be separated into intermediate domains and indexed properly, limiting the applicability of GDA. In this paper, we investigate how to discover the sequence of intermediate domains when it is not already available. Concretely, we propose a coarse-to-fine framework, which starts with a coarse domain discovery step via progressive domain discriminator training. This coarse domain sequence then undergoes a fine indexing step via a novel cycle-consistency loss, which encourages the next intermediate domain to preserve sufficient discriminative knowledge of the current intermediate domain. The resulting domain sequence can then be used by a GDA algorithm. On benchmark data sets of GDA, we show that our approach, which we name Intermediate DOmain Labeler (IDOL), can lead to comparable or even better adaptation performance compared to the pre-defined domain sequence, making GDA more applicable and robust to the quality of domain sequences. Codes are available at https://github.com/hongyouc/IDOL.

📄 PDF Abstract BibTeX arXiv:2207.04587

Code (1)

hongyouc/idol 공식 구현

Tasks

Domain AdaptationUnsupervised Domain Adaptation

Similar Papers 제목 키워드 기반

Cost-effective Framework for Gradual Domain Adaptation with Multifidelity

2022-02-09 · Shogo Sagawa, Hideitsu Hino

In domain adaptation, when there is a large distance between the source and target domains, the prediction performance will degrade. Gradual domain adaptation is one of the solutions to such an issue, assuming that we ha…

Domain Adaptation

Gradual Domain Adaptation via Normalizing Flows

2022-06-23 · Shogo Sagawa, Hideitsu Hino

Standard domain adaptation methods do not work well when a large gap exists between the source and target domains. Gradual domain adaptation is one of the approaches used to address the problem. It involves leveraging th…

Domain AdaptationUnsupervised Domain Adaptation

Gradual Domain Adaptation: Theory and Algorithms

2023-10-20 · Yifei He, Haoxiang Wang, Bo Li, Han Zhao

Unsupervised domain adaptation (UDA) adapts a model from a labeled source domain to an unlabeled target domain in a one-off way. Though widely applied, UDA faces a great challenge whenever the distribution shift between …

Domain AdaptationUnsupervised Domain Adaptation

Gradual Domain Adaptation via Self-Training of Auxiliary Models

2021-06-18 · Yabin Zhang, Bin Deng, Kui Jia, Lei Zhang

Domain adaptation becomes more challenging with increasing gaps between source and target domains. Motivated from an empirical analysis on the reliability of labeled source data for the use of distancing target domains, …

Domain AdaptationSemi-supervised Domain Adaptation

SWAT: Sliding Window Adversarial Training for Gradual Domain Adaptation

2025-01-31 · Zixi Wang, Yubo Huang, Wenwei Luo, Tonglan Xie 외

Domain shifts are critical issues that harm the performance of machine learning. Unsupervised Domain Adaptation (UDA) mitigates this issue but suffers when the domain shifts are steep and drastic. Gradual Domain Adaptati…

Domain AdaptationUnsupervised Domain Adaptation