教師なしドメイン適応(UDA)は、ラベル付きソースドメインから学習した知識をラベルなしターゲットドメインに転送することを目的としています。既存のUDAメソッドでは、ターゲットドメインへの適応中に、ソースドメインからのデータにアクセスする必要がありますが、これは実際の状況では実行できない場合があります。このホワイトペーパーでは、モデルが適応期間中にソースデータにアクセスできない、ソースフリーの教師なしドメイン適応(SFUDA)について説明します。 SFUDAに取り組むためのBAITという新しいフレームワークを提案します。具体的には、最初にソースドメインでモデルをトレーニングします。ソース固有の分類子ヘッド(アンカー分類子と呼ばれる)が修正されたので、アンカー分類子によって初期化される新しい学習可能な分類子ヘッド(ベイト分類子と呼ばれる)をさらに導入します。ソースモデルをターゲットドメインに適合させると、ソースデータにアクセスできなくなり、ベイト分類子は、アンカー分類子の決定境界の右側にターゲットフィーチャをプッシュすることを目的として、フィーチャの位置合わせを実現します。実験結果は、提案されたBAITが、既存の通常のUDAメソッドおよびいくつかのSFUDAメソッドと比較して最先端のパフォーマンスを達成することを示しています。
Unsupervised domain adaptation (UDA) aims to transfer the knowledge learned from labeled source domain to unlabeled target domain. Existing UDA methods require access to the data from the source domain, during adaptation to the target domain, which may not be feasible in some real-world situations. In this paper, we address Source-free Unsupervised Domain Adaptation (SFUDA), where the model has no access to any source data during the adaptation period. We propose a novel framework named BAIT to tackle SFUDA. Specifically, we first train the model on source domain. With the source-specific classifier head (referred to as anchor classifier) fixed, we further introduce a new learnable classifier head (referred to as bait classifier), which is initialized by the anchor classifier. When adapting the source model to the target domain, the source data are no more accessible and the bait classifier aims to push the target features towards the right side of the decision boundary of the anchor classifier, thus achieving the feature alignment. Experiment results show that proposed BAIT achieves state-of-the-art performance compared with existing normal UDA methods and several SFUDA methods.