paper-with-me

Papers

Bridging Theory and Algorithm for Domain Adaptation

2019-04-11 · Yuchen Zhang, Tianle Liu, Mingsheng Long, Michael. I. Jordan

This paper addresses the problem of unsupervised domain adaption from theoretical and algorithmic perspectives. Existing domain adaptation theories naturally imply minimax optimization algorithms, which connect well with the domain adaptation methods based on adversarial learning. However, several disconnections still exist and form the gap between theory and algorithm. We extend previous theories (Mansour et al., 2009c; Ben-David et al., 2010) to multiclass classification in domain adaptation, where classifiers based on the scoring functions and margin loss are standard choices in algorithm design. We introduce Margin Disparity Discrepancy, a novel measurement with rigorous generalization bounds, tailored to the distribution comparison with the asymmetric margin loss, and to the minimax optimization for easier training. Our theory can be seamlessly transformed into an adversarial learning algorithm for domain adaptation, successfully bridging the gap between theory and algorithm. A series of empirical studies show that our algorithm achieves the state of the art accuracies on challenging domain adaptation tasks.

📄 PDF Abstract BibTeX arXiv:1904.05801

Code (6)

thuml/MDD 공식 구현 pytorch
adapt-python/adapt tf
antoinedemathelin/wann tf
fzw97/GraphDA pytorch
rynewu224/graphda pytorch
thuml/Transfer-Learning-Library pytorch

Tasks

Domain AdaptationGeneralization Bounds

Similar Papers 제목 키워드 기반

On $f$-Divergence Principled Domain Adaptation: An Improved Framework

2024-02-02 · Ziqiao Wang, Yongyi Mao

Unsupervised domain adaptation (UDA) plays a crucial role in addressing distribution shifts in machine learning. In this work, we improve the theoretical foundations of UDA proposed in Acuna et al. (2021) by refining the…

Domain AdaptationUnsupervised Domain Adaptation

Multiple Source Domain Adaptation with Adversarial Training of Neural Networks

2017-05-26 · Han Zhao, Shanghang Zhang, Guanhang Wu, João P. Costeira 외

While domain adaptation has been actively researched in recent years, most theoretical results and algorithms focus on the single-source-single-target adaptation setting. Naive application of such algorithms on multiple …

Domain AdaptationSentiment Analysis

A Weight-aware-based Multi-source Unsupervised Domain Adaptation Method for Human Motion Intention Recognition

2024-04-19 · Xiao-Yin Liu, Guotao Li, Xiao-Hu Zhou, Xu Liang 외

Accurate recognition of human motion intention (HMI) is beneficial for exoskeleton robots to improve the wearing comfort level and achieve natural human-robot interaction. A classifier trained on labeled source subjects …

Domain AdaptationIntent DetectionMulti-Source Unsupervised Domain AdaptationUnsupervised Domain Adaptation

Understanding Gradual Domain Adaptation: Improved Analysis, Optimal Path and Beyond

2022-04-18 · Haoxiang Wang, Bo Li, Han Zhao

The vast majority of existing algorithms for unsupervised domain adaptation (UDA) focus on adapting from a labeled source domain to an unlabeled target domain directly in a one-off way. Gradual domain adaptation (GDA), o…

Domain AdaptationUnsupervised Domain Adaptation

STEM: An Approach to Multi-Source Domain Adaptation With Guarantees

2021-10-01 · Van-Anh Nguyen, Tuan Nguyen, Trung Le, Quan Hung Tran 외

Multi-source Domain Adaptation (MSDA) is more practical but challenging than the conventional unsupervised domain adaptation due to the involvement of diverse multiple data sources. Two fundamental challenges of MSDA are…