Unpaired Image-to-Image Translation Using Cycle-Consistent Adversarial Networks
Introduces CycleGAN for unpaired image-to-image translation, using adversarial and cycle-consistency losses to map between domains without paired data.
Image-to-image translation usually learns a mapping from aligned image pairs, but paired data is often unavailable. This work translates images from a source to a target domain without paired examples, using an adversarial loss to make outputs indistinguishable from the target distribution. Because that mapping is under-constrained, it adds an inverse mapping and a cycle-consistency loss so translating back recovers the original. Results span style transfer, object transfiguration, season transfer, and photo enhancement, outperforming prior methods.
Based on: Unpaired Image-to-Image Translation Using Cycle-Consistent Adversarial Networks · IEEE International Conference on Computer Vision