CVNov 18, 2020

Robustified Domain Adaptation

arXiv:2011.09563v24 citations
AI Analysis

This work tackles the problem of adversarial robustness in UDA models for practitioners deploying these models in real-world, potentially adversarial environments, representing an incremental improvement in UDA model security.

This paper addresses the vulnerability of Unsupervised Domain Adaptation (UDA) models to adversarial attacks, identifying domain distribution deviation as a key challenge. They propose CURDA, a framework that robustifies UDA models by minimizing distribution deviation and the distance between target domain clean-adversarial pairs, achieving significant robustness improvements with minor clean sample accuracy cost.

Unsupervised domain adaptation (UDA) is widely used to transfer knowledge from a labeled source domain to an unlabeled target domain with different data distribution. While extensive studies attested that deep learning models are vulnerable to adversarial attacks, the adversarial robustness of models in domain adaptation application has largely been overlooked. This paper points out that the inevitable domain distribution deviation in UDA is a critical barrier to model robustness on the target domain. To address the problem, we propose a novel Class-consistent Unsupervised Robust Domain Adaptation (CURDA) framework for training robust UDA models. With the introduced contrastive robust training and source anchored adversarial contrastive losses, our proposed CURDA framework can effectively robustify UDA models by simultaneously minimizing the data distribution deviation and the distance between target domain clean-adversarial pairs without creating classification confusion. Experiments on several public benchmarks show that CURDA can significantly improve model robustness in the target domain with only minor cost of accuracy on the clean samples.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes