CVAIMay 28, 2021

Transformer-Based Source-Free Domain Adaptation

arXiv:2105.14138v153 citationsHas Code
Originality Highly original
AI Analysis

This work addresses domain adaptation for scenarios where source data is unavailable, offering a novel method that enhances accuracy in tasks like closed-set, partial-set, and open-set adaptation.

The paper tackles source-free domain adaptation (SFDA) by proposing TransDA, a Transformer-based framework that improves model generalization by focusing attention on object regions, achieving state-of-the-art results across three domain adaptation tasks.

In this paper, we study the task of source-free domain adaptation (SFDA), where the source data are not available during target adaptation. Previous works on SFDA mainly focus on aligning the cross-domain distributions. However, they ignore the generalization ability of the pretrained source model, which largely influences the initial target outputs that are vital to the target adaptation stage. To address this, we make the interesting observation that the model accuracy is highly correlated with whether or not attention is focused on the objects in an image. To this end, we propose a generic and effective framework based on Transformer, named TransDA, for learning a generalized model for SFDA. Specifically, we apply the Transformer as the attention module and inject it into a convolutional network. By doing so, the model is encouraged to turn attention towards the object regions, which can effectively improve the model's generalization ability on the target domains. Moreover, a novel self-supervised knowledge distillation approach is proposed to adapt the Transformer with target pseudo-labels, thus further encouraging the network to focus on the object regions. Experiments on three domain adaptation tasks, including closed-set, partial-set, and open-set adaption, demonstrate that TransDA can greatly improve the adaptation accuracy and produce state-of-the-art results. The source code and trained models are available at https://github.com/ygjwd12345/TransDA.

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