arXiv reaDer
ドメイン適応型アンサンブル学習
Domain Adaptive Ensemble Learning
複数のソースドメインからターゲットドメインにディープニューラルネットワークを一般化する問題は、2つの設定で研究されます。ラベルなしのターゲットデータが利用可能な場合、それはマルチソースの教師なしドメイン適応(UDA)問題であり、そうでない場合はドメイン一般化(DG)問題です。 。両方の問題に対処するために、ドメイン適応アンサンブル学習(DAEL)と呼ばれる統合フレームワークを提案します。 DAELモデルは、ドメイン間で共有されるCNN特徴抽出器と、特定のソースドメインに特化するようにそれぞれトレーニングされた複数の分類器ヘッドで構成されます。このような各分類子は、独自のドメインの専門家であり、他のドメインの専門家ではありません。 DAELは、これらの専門家を協力して学習し、アンサンブルを形成するときに、お互いの補完的な情報を活用して、見えないターゲットドメインに対してより効果的になることを目指しています。この目的のために、各ソースドメインは、他のソースから学習した非専門家のアンサンブルに監視信号を提供する独自の専門家を備えた疑似ターゲットドメインとして順番に使用されます。実際の専門家が存在しないUDA設定でのラベルなしのターゲットデータの場合、DAELは疑似ラベルを使用してアンサンブル学習を監視します。 3つのマルチソースUDAデータセットと2つのDGデータセットでの広範な実験は、DAELが両方の問題の最先端を、多くの場合大幅に改善することを示しています。コードはhttps://github.com/KaiyangZhou/Dassl.pytorchでリリースされています。
The problem of generalizing deep neural networks from multiple source domains to a target one is studied under two settings: When unlabeled target data is available, it is a multi-source unsupervised domain adaptation (UDA) problem, otherwise a domain generalization (DG) problem. We propose a unified framework termed domain adaptive ensemble learning (DAEL) to address both problems. A DAEL model is composed of a CNN feature extractor shared across domains and multiple classifier heads each trained to specialize in a particular source domain. Each such classifier is an expert to its own domain and a non-expert to others. DAEL aims to learn these experts collaboratively so that when forming an ensemble, they can leverage complementary information from each other to be more effective for an unseen target domain. To this end, each source domain is used in turn as a pseudo-target-domain with its own expert providing supervisory signal to the ensemble of non-experts learned from the other sources. For unlabeled target data under the UDA setting where real expert does not exist, DAEL uses pseudo-label to supervise the ensemble learning. Extensive experiments on three multi-source UDA datasets and two DG datasets show that DAEL improves the state of the art on both problems, often by significant margins. The code is released at https://github.com/KaiyangZhou/Dassl.pytorch.
updated: Wed Sep 08 2021 07:36:36 GMT+0000 (UTC)
published: Mon Mar 16 2020 16:54:15 GMT+0000 (UTC)
参考文献 (このサイトで利用可能なもの) / References (only if available on this site)
被参照文献 (このサイトで利用可能なものを新しい順に) / Citations (only if available on this site, in order of most recent)
Amazon.co.jpアソシエイト