CVMar 8, 2020

Mind the Gap: Enlarging the Domain Gap in Open Set Domain Adaptation

arXiv:2003.03787v22 citationsHas Code
AI Analysis

This work addresses the problem of adapting models across domains with unknown classes for researchers in machine learning, but it is incremental as it builds on existing OSDA methods by focusing on larger gaps.

The paper tackles the challenge of open set domain adaptation (OSDA) with large domain gaps, showing that existing methods suffer significant performance drops, and proposes a novel framework that uses mutual supervision between two networks to separate known and unknown classes and maximize domain confusion, achieving superior results on datasets like Office-31, Office-Home, and PACS.

Unsupervised domain adaptation aims to leverage labeled data from a source domain to learn a classifier for an unlabeled target domain. Among its many variants, open set domain adaptation (OSDA) is perhaps the most challenging, as it further assumes the presence of unknown classes in the target domain. In this paper, we study OSDA with a particular focus on enriching its ability to traverse across larger domain gaps. Firstly, we show that existing state-of-the-art methods suffer a considerable performance drop in the presence of larger domain gaps, especially on a new dataset (PACS) that we re-purposed for OSDA. We then propose a novel framework to specifically address the larger domain gaps. The key insight lies with how we exploit the mutually beneficial information between two networks; (a) to separate samples of known and unknown classes, (b) to maximize the domain confusion between source and target domain without the influence of unknown samples. It follows that (a) and (b) will mutually supervise each other and alternate until convergence. Extensive experiments are conducted on Office-31, Office-Home, and PACS datasets, demonstrating the superiority of our method in comparison to other state-of-the-arts. Code available at https://github.com/dongliangchang/Mutual-to-Separate/

Code Implementations2 repos
Foundations

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

Your Notes