CVMay 3, 2019

Known-class Aware Self-ensemble for Open Set Domain Adaptation

arXiv:1905.01068v112 citations
Originality Incremental advance
AI Analysis

This addresses a more realistic scenario in domain adaptation for machine learning applications, though it is incremental as it builds upon existing self-ensemble models.

The paper tackles open set domain adaptation, where source and target domains have partially overlapping classes, by proposing the Known-class Aware Self-Ensemble (KASE) method, which introduces modules to identify known/unknown classes and adaptively reweight losses, achieving improved performance on benchmark datasets.

Existing domain adaptation methods generally assume different domains have the identical label space, which is quite restrict for real-world applications. In this paper, we focus on a more realistic and challenging case of open set domain adaptation. Particularly, in open set domain adaptation, we allow the classes from the source and target domains to be partially overlapped. In this case, the assumption of conventional distribution alignment does not hold anymore, due to the different label spaces in two domains. To tackle this challenge, we propose a new approach coined as Known-class Aware Self-Ensemble (KASE), which is built upon the recently developed self-ensemble model. In KASE, we first introduce a Known-class Aware Recognition (KAR) module to identify the known and unknown classes from the target domain, which is achieved by encouraging a low cross-entropy for known classes and a high entropy based on the source data from the unknown class. Then, we develop a Known-class Aware Adaptation (KAA) module to better adapt from the source domain to the target by reweighing the adaptation loss based on the likeliness to belong to known classes of unlabeled target samples as predicted by KAR. Extensive experiments on multiple benchmark datasets demonstrate the effectiveness of our approach.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes