Domain Adaptation

Domain Adaptive Ensemble Learning

Introduced by Zhou et al. in Domain Adaptive Ensemble Learning

Domain Adaptive Ensemble Learning, or DAEL, is an architecture for domain adaptation. The 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.

Source: Domain Adaptive Ensemble Learning

Papers


Paper Code Results Date Stars

Tasks


Task Papers Share
Domain Adaptation 1 20.00%
Domain Generalization 1 20.00%
Ensemble Learning 1 20.00%
Pseudo Label 1 20.00%
Unsupervised Domain Adaptation 1 20.00%

Components


Component Type
🤖 No Components Found You can add them if they exist; e.g. Mask R-CNN uses RoIAlign

Categories