English

Image-to-Image Translation with Conditional Adversarial Networks

Computer Vision and Pattern Recognition 2018-11-27 v3

Abstract

We investigate conditional adversarial networks as a general-purpose solution to image-to-image translation problems. These networks not only learn the mapping from input image to output image, but also learn a loss function to train this mapping. This makes it possible to apply the same generic approach to problems that traditionally would require very different loss formulations. We demonstrate that this approach is effective at synthesizing photos from label maps, reconstructing objects from edge maps, and colorizing images, among other tasks. Indeed, since the release of the pix2pix software associated with this paper, a large number of internet users (many of them artists) have posted their own experiments with our system, further demonstrating its wide applicability and ease of adoption without the need for parameter tweaking. As a community, we no longer hand-engineer our mapping functions, and this work suggests we can achieve reasonable results without hand-engineering our loss functions either.

Keywords

Cite

@article{arxiv.1611.07004,
  title  = {Image-to-Image Translation with Conditional Adversarial Networks},
  author = {Phillip Isola and Jun-Yan Zhu and Tinghui Zhou and Alexei A. Efros},
  journal= {arXiv preprint arXiv:1611.07004},
  year   = {2018}
}

Comments

Website: https://phillipi.github.io/pix2pix/, CVPR 2017

R2 v1 2026-06-22T16:59:48.275Z