CycleGAN: Unpaired Image-to-Image Translation using Cycle-Consistent Adversarial Networks
Notes:
- Unpaired image-to-imgage translation
- Cycle-consistency loss
- Good result
- Only works on texture and color translation, does not perform well on deformation.
Result:
Summary:
-
Network structure:
-
Objective
-
GAN loss: Traditional GAN loss
-
Cycle loss: Kind of like reconstruction loss, but images is generated by two generators
-
Links:
arxiv: https://arxiv.org/abs/1703.10593
github: https://github.com/junyanz/CycleGAN