LGCVFeb 10, 2023

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

arXiv:2302.05379v12 citationsh-index: 53
Originality Synthesis-oriented
AI Analysis

This work addresses the challenge of adapting models to new domains without access to source data or target labels, which is crucial for real-world applications with privacy and efficiency constraints, though it is incremental as it analyzes existing methods rather than introducing a new one.

The paper tackles the problem of Source-Free Unsupervised Domain Adaptation (SF-UDA) by conducting a large-scale empirical study across 500 models and 74 domain pairs, identifying key design choices like normalization and pre-training, and showing that SF-UDA performs on par with UDA at reduced data and computational cost.

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 led to the development of Unsupervised Domain Adaptation (UDA) methods, which only employ unlabeled target samples. Furthermore, efficiency and privacy requirements may also prevent the use of source domain data during the adaptation stage. This challenging setting, known as Source-Free Unsupervised Domain Adaptation (SF-UDA), is gaining interest among researchers and practitioners due to its potential for real-world applications. In this paper, we provide the first in-depth analysis of the main design choices in SF-UDA through a large-scale empirical study across 500 models and 74 domain pairs. We pinpoint the normalization approach, pre-training strategy, and backbone architecture as the most critical factors. Based on our quantitative findings, we propose recipes to best tackle SF-UDA scenarios. Moreover, we show that SF-UDA is competitive also beyond standard benchmarks and backbone architectures, performing on par with UDA at a fraction of the data and computational cost. In the interest of reproducibility, we include the full experimental results and code as supplementary material.

Foundations

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

Your Notes