DualGAN: Unsupervised Dual Learning for Image-to-Image Translation
This addresses the high cost and impracticality of human labeling for image translation tasks, offering a more data-efficient solution.
The paper tackles the problem of requiring large labeled datasets for image-to-image translation by proposing DualGAN, an unsupervised dual learning mechanism that uses two sets of unlabeled images from different domains. It shows that DualGAN achieves considerable performance gains over single GANs and can match or slightly outperform conditional GANs trained on fully labeled data for some tasks.
Conditional Generative Adversarial Networks (GANs) for cross-domain image-to-image translation have made much progress recently. Depending on the task complexity, thousands to millions of labeled image pairs are needed to train a conditional GAN. However, human labeling is expensive, even impractical, and large quantities of data may not always be available. Inspired by dual learning from natural language translation, we develop a novel dual-GAN mechanism, which enables image translators to be trained from two sets of unlabeled images from two domains. In our architecture, the primal GAN learns to translate images from domain U to those in domain V, while the dual GAN learns to invert the task. The closed loop made by the primal and dual tasks allows images from either domain to be translated and then reconstructed. Hence a loss function that accounts for the reconstruction error of images can be used to train the translators. Experiments on multiple image translation tasks with unlabeled data show considerable performance gain of DualGAN over a single GAN. For some tasks, DualGAN can even achieve comparable or slightly better results than conditional GAN trained on fully labeled data.