paper-with-me

홈 › Papers

VirDA: Reusing Backbone for Unsupervised Domain Adaptation with Visual Reprogramming

2025-10-02 · Duy Nguyen, Dat Nguyen arxiv

Existing UDA pipelines fine-tune already well-trained backbone parameters for every new source-and-target pair, resulting in the number of training parameters and storage memory growing linearly with each new pair, and also preventing the reuse of these well-trained backbone parameters. Inspired by recent implications that existing backbones have textural biases, we propose making use of domain-specific textural bias for domain adaptation via visual reprogramming, namely VirDA. Instead of fine-tuning the full backbone, VirDA prepends a domain-specific visual reprogramming layer to the backbone. This layer produces visual prompts that act as an added textural bias to the input image, adapting its "style" to a target domain. To optimize these visual reprogramming layers, we use multiple objective functions that optimize the intra- and inter-domain distribution differences when domain-adapting visual prompts are applied. This process does not require modifying the backbone parameters, allowing the same backbone to be reused across different domains. We evaluate VirDA on Office-31 and obtain 92.8% mean accuracy with only 1.5M trainable parameters. VirDA surpasses PDA, the state-of-the-art parameter-efficient UDA baseline, by +1.6% accuracy while using just 46% of its parameters. Compared with full-backbone fine-tuning, VirDA outperforms CDTrans and FixBi by +0.2% and +1.4%, respectively, while requiring only 1.7% and 2.8% of their trainable parameters. Relative to the strongest current methods (PMTrans and TVT), VirDA uses ~1.7% of their parameters and trades off only 2.2% and 1.1% accuracy, respectively.

📄 PDF Abstract BibTeX arXiv:2510.01660

Code (0)

등록된 구현이 없습니다.

Tasks

Unsupervised Domain Adaptation

Results from the Paper

RankTaskDatasetModelMetrics
#5 Domain Adaptation Office-31 VirDA Average Accuracy: 92.8
#2 Unsupervised Domain Adaptation Office-31 VirDA Accuracy: 92.8

Similar Papers 제목 키워드 기반

Truly Generalizable Radiograph Segmentation with Conditional Domain Adaptation

2019-01-16 · Hugo Oliveira, Edemir Ferreira, Jefersson A. dos Santos

Digitization techniques for biomedical images yield different visual patterns in radiological exams. These differences may hamper the use of data-driven approaches for inference over these images, such as Deep Neural Net…

Domain AdaptationGeneral ClassificationSegmentationSemantic Segmentation+3

Key Design Choices for Double-Transfer in Source-Free Unsupervised Domain Adaptation

2023-02-10 · Andrea Maracani, Raffaello Camoriano, Elisa Maiettini, Davide Talon 외

Fine-tuning and Domain Adaptation emerged as effective strategies for efficiently transferring deep learning models to new target tasks. However, target domain labels are not accessible in many real-world scenarios. This…

Domain AdaptationUnsupervised Domain Adaptation

UDA-Bench: Revisiting Common Assumptions in Unsupervised Domain Adaptation Using a Standardized Framework

2024-09-23 · Tarun Kalluri, Sreyas Ravichandran, Manmohan Chandraker

In this work, we take a deeper look into the diverse factors that influence the efficacy of modern unsupervised domain adaptation (UDA) methods using a large-scale, controlled empirical study. To facilitate our analysis,…

Domain AdaptationUnsupervised Domain Adaptation

DiDA: Disentangled Synthesis for Domain Adaptation

2018-05-21 · Jinming Cao, Oren Katzir, Peng Jiang, Dani Lischinski 외

Unsupervised domain adaptation aims at learning a shared model for two related, but not identical, domains by leveraging supervision from a source domain to an unsupervised target domain. A number of effective domain ada…

DisentanglementDomain AdaptationUnsupervised Domain Adaptation

ADATIME: A Benchmarking Suite for Domain Adaptation on Time Series Data

2022-03-15 · Mohamed Ragab, Emadeldeen Eldele, Wee Ling Tan, Chuan-Sheng Foo 외

Unsupervised domain adaptation methods aim to generalize well on unlabeled test data that may have a different (shifted) distribution from the training data. Such methods are typically developed on image data, and their …

BenchmarkingDomain AdaptationTime SeriesTime Series Analysis+1