PAS: Estimating the target accuracy before domain adaptation

arXiv cs.CV / 4/14/2026

📰 NewsIdeas & Deep AnalysisModels & Research

Key Points

  • 提案手法PASは、ドメイン適応を行う前に「ソースドメイン」と「事前学習済み特徴抽出器」の転移可能性をスコアで推定し、ターゲット精度を事前に見積もることを目的としています。
  • PASは事前学習モデルの一般化能力と埋め込み(特徴ベクトル)に基づいてソースとターゲットの互換性を評価し、ターゲット側のラベルなし状況でも候補選定を可能にします。
  • 複数候補の事前学習モデルとソースデータの中から最も適切な組み合わせを選ぶ枠組みにPASを統合することで、ターゲット精度の向上と計算コストの削減を同時に狙います。
  • 画像分類ベンチマークで、PASスコアが実際のターゲット精度と強く相関し、最良の事前学習モデル/ソースドメイン選択を一貫して導くことが示されています。

Abstract

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.