EUDA: An Efficient Unsupervised Domain Adaptation via Self-Supervised Vision Transformer
Ali Abedi, Q. M. Jonathan Wu, Ning Zhang, Farhad Pourpanah

TL;DR
EUDA introduces an efficient unsupervised domain adaptation framework using a self-supervised vision transformer and a novel domain alignment loss, achieving comparable performance with significantly fewer trainable parameters.
Contribution
The paper proposes EUDA, a resource-efficient domain adaptation method employing self-supervised ViT and a combined loss, reducing trainable parameters while maintaining performance.
Findings
Achieves comparable domain adaptation performance with 42%-99.7% fewer trainable parameters.
Utilizes DINOv2 ViT as feature extractor with a simplified bottleneck.
Demonstrates effectiveness in resource-limited environments.
Abstract
Unsupervised domain adaptation (UDA) aims to mitigate the domain shift issue, where the distribution of training (source) data differs from that of testing (target) data. Many models have been developed to tackle this problem, and recently vision transformers (ViTs) have shown promising results. However, the complexity and large number of trainable parameters of ViTs restrict their deployment in practical applications. This underscores the need for an efficient model that not only reduces trainable parameters but also allows for adjustable complexity based on specific needs while delivering comparable performance. To achieve this, in this paper we introduce an Efficient Unsupervised Domain Adaptation (EUDA) framework. EUDA employs the DINOv2, which is a self-supervised ViT, as a feature extractor followed by a simplified bottleneck of fully connected layers to refine features for…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsDomain Adaptation and Few-Shot Learning · COVID-19 diagnosis using AI
MethodsSoftmax · Linear Layer · Layer Normalization · Residual Connection · Attention Is All You Need · Multi-Head Attention · Vision Transformer
