Our new X account is live! Follow @wizwand_team for updates
WorkDL logo mark

Prompt-based Distribution Alignment for Unsupervised Domain Adaptation

About

Recently, despite the unprecedented success of large pre-trained visual-language models (VLMs) on a wide range of downstream tasks, the real-world unsupervised domain adaptation (UDA) problem is still not well explored. Therefore, in this paper, we first experimentally demonstrate that the unsupervised-trained VLMs can significantly reduce the distribution discrepancy between source and target domains, thereby improving the performance of UDA. However, a major challenge for directly deploying such models on downstream UDA tasks is prompt engineering, which requires aligning the domain knowledge of source and target domains, since the performance of UDA is severely influenced by a good domain-invariant representation. We further propose a Prompt-based Distribution Alignment (PDA) method to incorporate the domain knowledge into prompt learning. Specifically, PDA employs a two-branch prompt-tuning paradigm, namely base branch and alignment branch. The base branch focuses on integrating class-related representation into prompts, ensuring discrimination among different classes. To further minimize domain discrepancy, for the alignment branch, we construct feature banks for both the source and target domains and propose image-guided feature tuning (IFT) to make the input attend to feature banks, which effectively integrates self-enhanced and cross-domain features into the model. In this way, these two branches can be mutually promoted to enhance the adaptation of VLMs for UDA. We conduct extensive experiments on three benchmarks to demonstrate that our proposed PDA achieves state-of-the-art performance. The code is available at https://github.com/BaiShuanghao/Prompt-based-Distribution-Alignment.

Shuanghao Bai, Min Zhang, Wanqi Zhou, Siteng Huang, Zhirong Luan, Donglin Wang, Badong Chen• 2023

Related benchmarks

TaskDatasetResultRank
Unsupervised Domain AdaptationOffice-Home (test)
Average Accuracy85.7
332
Image ClassificationOffice-31
Average Accuracy91.2
261
Unsupervised Domain AdaptationOffice-Home
Average Accuracy85.7
238
Domain AdaptationOffice-31
Accuracy (A -> W)92.1
156
Object ClassificationVisDA synthetic-to-real 2017
Mean Accuracy89.7
91
Unsupervised Domain AdaptationOffice-31
A->W Accuracy92.1
83
Image ClassificationVisDA (val)
Plane Accuracy97.2
44
Closed-set Source-Free Domain AdaptationVisDA Sy→Re
Accuracy (Sy→Re)86.4
37
Unsupervised Domain AdaptationVisDA 2017 (test)
Plane Accuracy0.992
27
Closed-set Source-Free Domain AdaptationOffice-Home Closed-set (test)
Accuracy (Ar→Cl)55.4
20
Showing 10 of 11 rows

Other info

Code

Follow for update