paper-with-me

Papers

Unsupervised Robust Domain Adaptation: Paradigm, Theory and Algorithm

2025-11-14 · Fuxiang Huang, Xiaowei Fu, Shiyu Ye, Lina Ma, Wen Li, Xinbo Gao, David Zhang, Lei Zhang arxiv

Unsupervised domain adaptation (UDA) aims to transfer knowledge from a label-rich source domain to an unlabeled target domain by addressing domain shifts. Most UDA approaches emphasize transfer ability, but often overlook robustness against adversarial attacks. Although vanilla adversarial training (VAT) improves the robustness of deep neural networks, it has little effect on UDA. This paper focuses on answering three key questions: 1) Why does VAT, known for its defensive effectiveness, fail in the UDA paradigm? 2) What is the generalization bound theory under attacks and how does it evolve from classical UDA theory? 3) How can we implement a robustification training procedure without complex modifications? Specifically, we explore and reveal the inherent entanglement challenge in general UDA+VAT paradigm, and propose an unsupervised robust domain adaptation (URDA) paradigm. We further derive the generalization bound theory of the URDA paradigm so that it can resist adversarial noise and domain shift. To the best of our knowledge, this is the first time to establish the URDA paradigm and theory. We further introduce a simple, novel yet effective URDA algorithm called Disentangled Adversarial Robustness Training (DART), a two-step training procedure that ensures both transferability and robustness. DART first pre-trains an arbitrary UDA model, and then applies an instantaneous robustification post-training step via disentangled distillation.Experiments on four benchmark datasets with/without attacks show that DART effectively enhances robustness while maintaining domain adaptability, and validate the URDA paradigm and theory.

📄 PDF Abstract BibTeX arXiv:2511.11009

Code (0)

등록된 구현이 없습니다.

Tasks

Unsupervised Domain AdaptationAdversarial Robustness

Similar 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…

Domain AdaptationGeneralization Bounds

Unveiling the Superior Paradigm: A Comparative Study of Source-Free Domain Adaptation and Unsupervised Domain Adaptation

2024-11-24 · Fan Wang, Zhongyi Han, Xingbo Liu, Xin Gao 외

In domain adaptation, there are two popular paradigms: Unsupervised Domain Adaptation (UDA), which aligns distributions using source data, and Source-Free Domain Adaptation (SFDA), which leverages pre-trained source mode…

Domain AdaptationSource-Free Domain AdaptationUnsupervised Domain Adaptation

Margin-aware Unsupervised Domain Adaptation for Cross-lingual Text Labeling

2020-11-01 · Findings of the Association for Computational Linguistics 2020 · Dejiao Zhang, Ramesh Nallapati, Henghui Zhu, Feng Nan 외

Unsupervised domain adaptation addresses the problem of leveraging labeled data in a source domain to learn a well-performing model in a target domain where labels are unavailable. In this paper, we improve upon a recent…

Cross-Lingual Document ClassificationDocument ClassificationDomain AdaptationNER+1

f-Domain-Adversarial Learning: Theory and Algorithms for Unsupervised Domain Adaptation with Neural Networks

2021-01-01 · David Acuna, Guojun Zhang, Marc T Law, Sanja Fidler

The problem of unsupervised domain adaptation arises in a variety of practical applications where the distribution of the training samples differs from those used at test time. The existing theory of domain adaptation de…

Domain AdaptationGeneralization BoundsLearning TheoryUnsupervised Domain Adaptation

Fast OT for Latent Domain Adaptation

2022-10-02 · Siddharth Roheda, Ashkan Panahi, Hamid Krim

In this paper, we address the problem of unsupervised Domain Adaptation. The need for such an adaptation arises when the distribution of the target data differs from that which is used to develop the model and the ground…

Domain AdaptationUnsupervised Domain Adaptation