CVJun 5, 2021

RDA: Robust Domain Adaptation via Fourier Adversarial Attacking

arXiv:2106.02874v387 citations
Originality Incremental advance
AI Analysis

This addresses the problem of domain gap and noisy losses in domain adaptation for computer vision, though it is incremental as it builds on existing adversarial techniques.

The paper tackles overfitting in unsupervised domain adaptation by introducing a Fourier adversarial attacking method that perturbs frequency components with minimal semantic change, achieving superior performance across multiple computer vision tasks.

Unsupervised domain adaptation (UDA) involves a supervised loss in a labeled source domain and an unsupervised loss in an unlabeled target domain, which often faces more severe overfitting (than classical supervised learning) as the supervised source loss has clear domain gap and the unsupervised target loss is often noisy due to the lack of annotations. This paper presents RDA, a robust domain adaptation technique that introduces adversarial attacking to mitigate overfitting in UDA. We achieve robust domain adaptation by a novel Fourier adversarial attacking (FAA) method that allows large magnitude of perturbation noises but has minimal modification of image semantics, the former is critical to the effectiveness of its generated adversarial samples due to the existence of 'domain gaps'. Specifically, FAA decomposes images into multiple frequency components (FCs) and generates adversarial samples by just perturbating certain FCs that capture little semantic information. With FAA-generated samples, the training can continue the 'random walk' and drift into an area with a flat loss landscape, leading to more robust domain adaptation. Extensive experiments over multiple domain adaptation tasks show that RDA can work with different computer vision tasks with superior performance.

Code Implementations1 repo
Foundations

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

Your Notes