CVLGJul 28, 2020

Discrepancy Minimization in Domain Generalization with Generative Nearest Neighbors

arXiv:2007.14284v11 citations
Originality Incremental advance
AI Analysis

This addresses the problem of domain shift for machine learning models, offering a novel approach that does not require domain labels, though it appears incremental as it builds on existing discrepancy minimization techniques.

The paper tackles domain generalization by proposing a Generative Nearest Neighbor based Discrepancy Minimization method that theoretically guarantees bounded error and empirically outperforms state-of-the-art methods on PACS and VLCS datasets.

Domain generalization (DG) deals with the problem of domain shift where a machine learning model trained on multiple-source domains fail to generalize well on a target domain with different statistics. Multiple approaches have been proposed to solve the problem of domain generalization by learning domain invariant representations across the source domains that fail to guarantee generalization on the shifted target domain. We propose a Generative Nearest Neighbor based Discrepancy Minimization (GNNDM) method which provides a theoretical guarantee that is upper bounded by the error in the labeling process of the target. We employ a Domain Discrepancy Minimization Network (DDMN) that learns domain agnostic features to produce a single source domain while preserving the class labels of the data points. Features extracted from this source domain are learned using a generative model whose latent space is used as a sampler to retrieve the nearest neighbors for the target data points. The proposed method does not require access to the domain labels (a more realistic scenario) as opposed to the existing approaches. Empirically, we show the efficacy of our method on two datasets: PACS and VLCS. Through extensive experimentation, we demonstrate the effectiveness of the proposed method that outperforms several state-of-the-art DG methods.

Foundations

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

Your Notes