CVNov 7, 2016

Unsupervised Cross-Domain Image Generation

arXiv:1611.02200v11044 citations
Originality Incremental advance
AI Analysis

This work addresses the challenge of domain transfer in image generation without paired data, which is incremental as it builds on existing GAN-based methods.

The paper tackles the problem of unsupervised cross-domain image generation by learning a generative function that maps samples between domains while preserving a given function's output, and demonstrates its ability to generate convincing novel images of unseen entities with preserved identity.

We study the problem of transferring a sample in one domain to an analog sample in another domain. Given two related domains, S and T, we would like to learn a generative function G that maps an input sample from S to the domain T, such that the output of a given function f, which accepts inputs in either domains, would remain unchanged. Other than the function f, the training data is unsupervised and consist of a set of samples from each domain. The Domain Transfer Network (DTN) we present employs a compound loss function that includes a multiclass GAN loss, an f-constancy component, and a regularizing component that encourages G to map samples from T to themselves. We apply our method to visual domains including digits and face images and demonstrate its ability to generate convincing novel images of previously unseen entities, while preserving their identity.

Code Implementations6 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