データセットでトレーニングされた分類器は、ドメインシフトのために異なる条件下で取得された他のデータセットではほとんど機能しません。この問題は通常、ドメイン適応方法によって対処されます。この作業では、教師なしドメイン適応のさまざまなパラダイムを統合する新しいディープラーニングフレームワークを紹介します。具体的には、ソースとターゲットの特徴分布を一致させる目的で、特徴のホワイトニングを実装するドメインアライメントレイヤーを提案します。さらに、Min-Entropy Consensus Lossを提案することにより、ラベル付けされていないターゲットデータを活用します。数字の分類とオブジェクト認識タスクの両方を考慮して、公開されているデータセットの結果を報告します。ほとんどの実験で、我々のアプローチは以前の方法を改善し、新しい最先端のパフォーマンスを設定することを示しています。
A classifier trained on a dataset seldom works on other datasets obtained under different conditions due to domain shift. This problem is commonly addressed by domain adaptation methods. In this work we introduce a novel deep learning framework which unifies different paradigms in unsupervised domain adaptation. Specifically, we propose domain alignment layers which implement feature whitening for the purpose of matching source and target feature distributions. Additionally, we leverage the unlabeled target data by proposing the Min-Entropy Consensus loss, which regularizes training while avoiding the adoption of many user-defined hyper-parameters. We report results on publicly available datasets, considering both digit classification and object recognition tasks. We show that, in most of our experiments, our approach improves upon previous methods, setting new state-of-the-art performances.