教師なしドメイン適応(UDA)は、ラベル付きのソースドメインから学習した知識をラベルなしのターゲットドメインに転送することを目的としています。既存のUDAメソッドでは、適応中にソースデータにアクセスする必要がありますが、これは実際のアプリケーションでは実行できない場合があります。このホワイトペーパーでは、ソースフリーの教師なしドメイン適応(SFUDA)の問題に対処します。この問題では、適応中にソースモデルのみが使用可能になります。 SFUDAに対処するためにBAITという名前の方法を提案します。具体的には、ソース分類器のヘッドが固定されたソースモデルのみを前提として、新しい学習可能な分類器を導入します。ターゲットドメインに適応する場合、新しく追加された分類子のクラスプロトタイプが餌として機能します。最初に、ドメインシフトのためにソース分類子のプロトタイプから逸脱するターゲット機能にアプローチします。次に、これらのターゲットフィーチャは、ソース分類子の対応するプロトタイプに向かってプルされ、ソースデータがない場合にソース分類子とのフィーチャアライメントを実現します。実験結果は、提案された方法が、既存のUDAおよびSFUDA方法と比較して、いくつかのベンチマークデータセットで最先端のパフォーマンスを達成することを示しています。
Unsupervised domain adaptation (UDA) aims to transfer the knowledge learned from a labeled source domain to an unlabeled target domain. Existing UDA methods require access to source data during adaptation, which may not be feasible in some real-world applications. In this paper, we address the source-free unsupervised domain adaptation (SFUDA) problem, where only the source model is available during the adaptation. We propose a method named BAIT to address SFUDA. Specifically, given only the source model, with the source classifier head fixed, we introduce a new learnable classifier. When adapting to the target domain, class prototypes of the new added classifier will act as a bait. They will first approach the target features which deviate from prototypes of the source classifier due to domain shift. Then those target features are pulled towards the corresponding prototypes of the source classifier, thus achieving feature alignment with the source classifier in the absence of source data. Experimental results show that the proposed method achieves state-of-the-art performance on several benchmark datasets compared with existing UDA and SFUDA methods.