paper-with-me

홈 › Papers

Towards Stable and Comprehensive Domain Alignment: Max-Margin Domain-Adversarial Training

2020-03-30 · ICLR 2020 1 · Jianfei Yang, Han Zou, Yuxun Zhou, Lihua Xie

Domain adaptation tackles the problem of transferring knowledge from a label-rich source domain to a label-scarce or even unlabeled target domain. Recently domain-adversarial training (DAT) has shown promising capacity to learn a domain-invariant feature space by reversing the gradient propagation of a domain classifier. However, DAT is still vulnerable in several aspects including (1) training instability due to the overwhelming discriminative ability of the domain classifier in adversarial training, (2) restrictive feature-level alignment, and (3) lack of interpretability or systematic explanation of the learned feature space. In this paper, we propose a novel Max-margin Domain-Adversarial Training (MDAT) by designing an Adversarial Reconstruction Network (ARN). The proposed MDAT stabilizes the gradient reversing in ARN by replacing the domain classifier with a reconstruction network, and in this manner ARN conducts both feature-level and pixel-level domain alignment without involving extra network structures. Furthermore, ARN demonstrates strong robustness to a wide range of hyper-parameters settings, greatly alleviating the task of model selection. Extensive empirical results validate that our approach outperforms other state-of-the-art domain alignment methods. Moreover, reconstructing adapted features reveals the domain-invariant feature space which conforms with our intuition.

📄 PDF Abstract BibTeX arXiv:2003.13249

Code (0)

등록된 구현이 없습니다.

Tasks

Domain AdaptationModel Selection

Methods 이 논문이 사용한 방법론

Interpretability 설명 없음

Similar Papers 제목 키워드 기반

KL Guided Domain Adaptation

2021-06-14 · ICLR 2022 4 · A. Tuan Nguyen, Toan Tran, Yarin Gal, Philip H. S. Torr 외

Domain adaptation is an important problem and often needed for real-world applications. In this problem, instead of i.i.d. training and testing datapoints, we assume that the source (training) data and the target (testin…

Domain Adaptation

Metric-Learning-Assisted Domain Adaptation

2020-04-23 · Yueming Yin, Zhen Yang, Haifeng Hu, Xiaofu Wu

Domain alignment (DA) has been widely used in unsupervised domain adaptation. Many existing DA methods assume that a low source risk, together with the alignment of distributions of source and target, means a low target …

Domain AdaptationMetric LearningTripletUnsupervised Domain Adaptation

Cross-domain Detection via Graph-induced Prototype Alignment

2020-03-28 · CVPR 2020 6 · Minghao Xu, Hang Wang, Bingbing Ni, Qi Tian 외

Applying the knowledge of an object detector trained on a specific domain directly onto a new domain is risky, as the gap between two domains can severely degrade model's performance. Furthermore, since different instanc…

Domain Adaptationobject-detectionObject Detection

C-DGPA: Class-Centric Dual-Alignment Generative Prompt Adaptation

2025-12-18 · Chao Li, Dasha Hu, Chengyang Li, Yuming Jiang 외 arxiv

Unsupervised Domain Adaptation transfers knowledge from a labeled source domain to an unlabeled target domain. Directly deploying Vision-Language Models (VLMs) with prompt tuning in downstream UDA tasks faces the signifi…

Unsupervised Domain Adaptation

Do LLMs Align with My Task? Evaluating Text-to-SQL via Dataset Alignment

2025-10-06 · Davood Rafiei, Morgan Lindsay Heisler, Weiwei Zhang, Mohammadreza Pourreza 외 arxiv

Supervised Fine-Tuning (SFT) is an effective method for adapting Large Language Models (LLMs) on downstream tasks. However, variability in training data can hinder a model's ability to generalize across domains. This pap…