- Learn mapping G: X -> Y such that the distribution of images X is indistinguishable from the distribution Y using adversarial loss.
- Couple with inverse mapping F: Y -> X so that F(G(X)) ~= X
- Reason about stylistic differences between two images and imagine what the scene could look like if you were to translate it from one set into other
- Problem of image-to-image translation
- Obtaining paired data is difficult - we seek for translation between domains without paired data (e.g: horse <-> zebra)
- Train on cycle consistency loss: F (G(x)) ≈ x and G(F (y)) ≈ y
- GANs and adversarial loss
- pix2pix
- CoGAN for unpaired image to image translation
- Cycle consistency