CVApr 21, 2019

MiniMax Entropy Network: Learning Category-Invariant Features for Domain Adaptation

arXiv:1904.09601v410 citations
Originality Incremental advance
AI Analysis

This addresses the problem of domain shift in machine learning for applications like computer vision, but it is incremental as it builds on adversarial learning methods.

The paper tackles domain adaptation by learning category-invariant features from unlabeled target data using labeled source data, achieving state-of-the-art results on benchmark datasets.

How to effectively learn from unlabeled data from the target domain is crucial for domain adaptation, as it helps reduce the large performance gap due to domain shift or distribution change. In this paper, we propose an easy-to-implement method dubbed MiniMax Entropy Networks (MMEN) based on adversarial learning. Unlike most existing approaches which employ a generator to deal with domain difference, MMEN focuses on learning the categorical information from unlabeled target samples with the help of labeled source samples. Specifically, we set an unfair multi-class classifier named categorical discriminator, which classifies source samples accurately but be confused about the categories of target samples. The generator learns a common subspace that aligns the unlabeled samples based on the target pseudo-labels. For MMEN, we also provide theoretical explanations to show that the learning of feature alignment reduces domain mismatch at the category level. Experimental results on various benchmark datasets demonstrate the effectiveness of our method over existing state-of-the-art baselines.

Foundations

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

Your Notes