Unpaired Image-to-Image Translation using Cycle-Consistent Adversarial Networks
Jun-Yan Zhu, Taesung Park, Phillip Isola, Alexei A. Efros

TL;DR
This paper introduces a novel unpaired image-to-image translation method using cycle-consistent adversarial networks, enabling effective translation without paired training data across various tasks.
Contribution
It proposes a cycle consistency loss to train unpaired image translation models, improving over previous methods that required paired data.
Findings
Outperforms prior methods on unpaired image translation tasks
Produces high-quality, realistic translated images
Works across diverse applications like style transfer and season transfer
Abstract
Image-to-image translation is a class of vision and graphics problems where the goal is to learn the mapping between an input image and an output image using a training set of aligned image pairs. However, for many tasks, paired training data will not be available. We present an approach for learning to translate an image from a source domain to a target domain in the absence of paired examples. Our goal is to learn a mapping such that the distribution of images from is indistinguishable from the distribution using an adversarial loss. Because this mapping is highly under-constrained, we couple it with an inverse mapping and introduce a cycle consistency loss to push (and vice versa). Qualitative results are presented on several tasks where paired training data does not exist, including collection style…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
- 🤗huggingnft/cryptopunks__2__bored-apes-yacht-clubmodel· ♡ 5♡ 5
- 🤗huggan/sim2real_cycleganmodel· ♡ 10♡ 10
- 🤗huggingnft/boredapeyachtclub__2__mutant-ape-yacht-clubmodel· ♡ 1♡ 1
- 🤗huggingnft/mini-mutants__2__boredapeyachtclubmodel· ♡ 1♡ 1
- 🤗huggan/NeonGANmodel· ♡ 6♡ 6
- 🤗Keiser41/crmodel
- 🤗sunzet/vangogh2photo_cycle_gansmodel
Videos
Unpaired Image-to-Image Translation using Cycle-Consistent Adversarial Networks· youtube
Taxonomy
TopicsGenerative Adversarial Networks and Image Synthesis · Advanced Vision and Imaging · Advanced Image Processing Techniques
MethodsBatch Normalization · Residual Connection · PatchGAN · *Communicated@Fast*How Do I Communicate to Expedia? · Tanh Activation · Residual Block · Instance Normalization · Convolution · HuMan(Expedia)||How do I get a human at Expedia? · Sigmoid Activation
