LGMLJul 9, 2018

Domain2Vec: Deep Domain Generalization

arXiv:1807.02919v16 citationsHas Code
Originality Highly original
AI Analysis

This addresses the problem of domain shift for machine learning practitioners by providing a novel neural network approach that improves generalization across related domains.

The paper tackles domain generalization by learning a decision function from labeled source domains to apply on an unseen target domain, proposing Domain2Vec (D2V) which learns domain-specific embeddings and outperforms state-of-the-art algorithms on standard image classification datasets.

We address the problem of domain generalization where a decision function is learned from the data of several related domains, and the goal is to apply it on an unseen domain successfully. It is assumed that there is plenty of labeled data available in source domains (also called as training domain), but no labeled data is available for the unseen domain (also called a target domain or test domain). We propose a novel neural network architecture, Domain2Vec (D2V) that learns domain-specific embedding and then uses this embedding to generalize the learning across related domains. The proposed algorithm, D2V extends the idea of distribution regression and kernelized domain generalization to the neural networks setting. We propose a neural network architecture to learn domain-specific embedding and then use this embedding along with the data point specific features to label it. We show the effectiveness of the architecture by accurately estimating domain to domain similarity. We evaluate our algorithm against standard domain generalization datasets for image classification and outperform other state of the art algorithms.

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