paper-with-me

Papers

Exploring Adversarially Robust Training for Unsupervised Domain Adaptation

2022-02-18 · Shao-Yuan Lo, Vishal M. Patel

Unsupervised Domain Adaptation (UDA) methods aim to transfer knowledge from a labeled source domain to an unlabeled target domain. UDA has been extensively studied in the computer vision literature. Deep networks have been shown to be vulnerable to adversarial attacks. However, very little focus is devoted to improving the adversarial robustness of deep UDA models, causing serious concerns about model reliability. Adversarial Training (AT) has been considered to be the most successful adversarial defense approach. Nevertheless, conventional AT requires ground-truth labels to generate adversarial examples and train models, which limits its effectiveness in the unlabeled target domain. In this paper, we aim to explore AT to robustify UDA models: How to enhance the unlabeled data robustness via AT while learning domain-invariant features for UDA? To answer this question, we provide a systematic study into multiple AT variants that can potentially be applied to UDA. Moreover, we propose a novel Adversarially Robust Training method for UDA accordingly, referred to as ARTUDA. Extensive experiments on multiple adversarial attacks and UDA benchmarks show that ARTUDA consistently improves the adversarial robustness of UDA models. Code is available at https://github.com/shaoyuanlo/ARTUDA

📄 PDF Abstract BibTeX arXiv:2202.09300

Code (1)

shaoyuanlo/artuda 공식 구현 pytorch

Tasks

Adversarial DefenseAdversarial RobustnessDomain AdaptationUnsupervised Domain Adaptation

Similar Papers 제목 키워드 기반

Adversarially Trained Object Detector for Unsupervised Domain Adaptation

2021-09-13 · Kazuma Fujii, Hiroshi Kera, Kazuhiko Kawamoto

Unsupervised domain adaptation, which involves transferring knowledge from a label-rich source domain to an unlabeled target domain, can be used to substantially reduce annotation costs in the field of object detection. …

Domain AdaptationObjectobject-detectionObject Detection+1

Strong-Weak Integrated Semi-supervision for Unsupervised Single and Multi Target Domain Adaptation

2023-09-12 · Xiaohu Lu, Hayder Radha

Unsupervised domain adaptation (UDA) focuses on transferring knowledge learned in the labeled source domain to the unlabeled target domain. Despite significant progress that has been achieved in single-target domain adap…

DiversityDomain Adaptationimage-classificationImage Classification+2

Effective Unsupervised Domain Adaptation with Adversarially Trained Language Models

2020-10-05 · EMNLP 2020 11 · Thuy-Trang Vu, Dinh Phung, Gholamreza Haffari

Recent work has shown the importance of adaptation of broad-coverage contextualised embedding models on the domain of the target task of interest. Current self-supervised adaptation methods are simplistic, as the trainin…

Domain Adaptationnamed-entity-recognitionNamed Entity RecognitionNamed Entity Recognition (NER)+1

ATPL: Mutually enhanced adversarial training and pseudo labeling for unsupervised domain adaptation

2022-08-17 · Knowledge-Based Systems 2022 8 · Changan Yi, Haotian Chen, Yonghui Xu, Yong liu 외

Unsupervised domain adaptation aims to transfer knowledge from a labeled source domain to a related but unlabeled target domain. Most existing approaches either adversarially reduce the domain shift or use pseudo-labels …

Domain AdaptationUnsupervised Domain Adaptation

On the Hardness of Robustness Transfer: A Perspective from Rademacher Complexity over Symmetric Difference Hypothesis Space

2023-02-23 · Yuyang Deng, Nidham Gazagnadou, Junyuan Hong, Mehrdad Mahdavi 외

Recent studies demonstrated that the adversarially robust learning under $\ell_\infty$ attack is harder to generalize to different domains than standard domain adaptation. How to transfer robustness across different doma…

Binary ClassificationDomain AdaptationDomain GeneralizationFederated Learning