Notes:


  1. Unpaired image-to-imgage translation
  2. Cycle-consistency loss
  3. Good result
  4. Only works on texture and color translation, does not perform well on deformation.


Result:


network img


Summary:


  1. Network structure:

    network img

  2. Objective

    • GAN loss: Traditional GAN loss

      network img

    • Cycle loss: Kind of like reconstruction loss, but images is generated by two generators

      network img



arxiv: https://arxiv.org/abs/1703.10593
github: https://github.com/junyanz/CycleGAN