Skip to main content

Blog

Learn About Our Meetup

5000+ Members

MEETUPS

LEARN, CONNECT, SHARE

Join our meetup, learn, connect, share, and get to know your Toronto AI community. 

JOB POSTINGS

INDEED POSTINGS

Browse through the latest deep learning, ai, machine learning postings from Indeed for the GTA.

CONTACT

CONNECT WITH US

Are you looking to sponsor space, be a speaker, or volunteer, feel free to give us a shout.

[Discussion] Cannot make CycleGAN work on a simple toy MNIST example

[Discussion] Cannot make CycleGAN work on a simple toy MNIST example

Hi. I tried implementing CycleGAN from scratch. And I tested my implementation on a toy example where the first domain consists of normal MNIST images and the other domain consists of flipped MNIST images. I think the task sounds simple enough. However, while the learned translations are able to generate sharp (normal/flipped) MNIST images, the mappings are not correct at all (e.g., 7s are mapped to 1s or 6s ). Please refer to the figures below. Did anyone encounter the sample problem when using CycleGAN? I think overall my architecture is correct (having adversarial loss and cycle loss). There may be few differences in the generators and discriminators but I don’t think it would make that much difference.

During the first few iterations, generated images are not clear. But it is fair enough

After many iterations, the generated flipped images look sharp. But the mappings are not correct at all.

submitted by /u/laituan245
[link] [comments]