CycleGAN
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 X to a target domain Y in the absence of paired examples. Our goal is to learn a mapping G:X→Y such that the distribution of images from G(X) is indistinguishable from the distribution Y using an adversarial loss. Because this mapping is highly under-constrained, we couple it with an inverse mapping F:Y→X and introduce a cycle consistency loss to push F(G(X))≈X (and vice versa). Qualitative results are presented on several tasks where paired training data does not exist, including collection style transfer, object transfiguration, season transfer, photo enhancement, etc. Quantitative comparisons against several prior methods demonstrate the superiority of our approach.
Documentation
- Unpaired Image-to-Image Translation using Cycle-Consistent Adversarial Networks
- https://junyanz.github.io/CycleGAN/
- https://github.com/junyanz/CycleGAN
- https://arxiv.org/abs/1703.10593
See also
- Deep learning
- Image-to-Image Translation with Conditional Adversarial Networks (pix2pix)
- Unpaired Image-to-Image Translation using Cycle-Consistent Adversarial Networks (CycleGAN)
- Toward Multimodal Image-to-Image Translation (BicycleGAN)
Favorite site
- Github - CycleGAN and pix2pix in PyTorch
- [추천] GAN을 이용한 Image to Image Translation: Pix2Pix, CycleGAN, DiscoGAN 1
References
-
GAN_-_Image_to_Image_Translation_Pix2Pix_CycleGAN_DiscoGAN.pdf ↩