Unpaired Image-to-Image Translation using Cycle-Consistent Adversarial Networks
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 transfer, object transfiguration, season transfer, photo enhancement, etc. Quantitative comparisons against several prior methods demonstrate the superiority of our approach.
Cite
@article{arxiv.1703.10593,
title = {Unpaired Image-to-Image Translation using Cycle-Consistent Adversarial Networks},
author = {Jun-Yan Zhu and Taesung Park and Phillip Isola and Alexei A. Efros},
journal= {arXiv preprint arXiv:1703.10593},
year = {2020}
}
Comments
An extended version of our ICCV 2017 paper, v7 fixed the typos and updated the implementation details. Code and data: https://github.com/junyanz/pytorch-CycleGAN-and-pix2pix