CVAIApr 10

PAS: Estimating the target accuracy before domain adaptation

arXiv:2604.0986312.5h-index: 3
AI Analysis

This addresses the problem of selecting source data and pre-trained models for domain adaptation without labeled target validation sets, reducing computational overhead.

PAS is a score that estimates the transferability of a source domain and pre-trained feature extractor to a target domain before performing domain adaptation, enabling selection of the best source and model. Experiments show strong correlation with actual target accuracy and consistent selection of optimal components.

The goal of domain adaptation is to make predictions for unlabeled samples from a target domain with the help of labeled samples from a different but related source domain. The performance of domain adaptation methods is highly influenced by the choice of source domain and pre-trained feature extractor. However, the selection of source data and pre-trained model is not trivial due to the absence of a labeled validation set for the target domain and the large number of available pre-trained models. In this work, we propose PAS, a novel score designed to estimate the transferability of a source domain set and a pre-trained feature extractor to a target classification task before actually performing domain adaptation. PAS leverages the generalization power of pre-trained models and assesses source-target compatibility based on the pre-trained feature embeddings. We integrate PAS into a framework that indicates the most relevant pre-trained model and source domain among multiple candidates, thus improving target accuracy while reducing the computational overhead. Extensive experiments on image classification benchmarks demonstrate that PAS correlates strongly with actual target accuracy and consistently guides the selection of the best-performing pre-trained model and source domain for adaptation.

Foundations

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

Your Notes