mingyuliutw / UNIT

Unsupervised Image-to-Image Translation
Other
1.98k stars 360 forks source link

Importance of data augmentation #104

Closed sanchitsgupta closed 3 years ago

sanchitsgupta commented 5 years ago

Hi,

I am working with translating images from the gta domain to the cityscapes one. I observed that you have incorporated data augmentation in your model in the form of horizontal flips and random crops. My doubt was that since we are training UNIT in order to translate full size images from one domain to the other, wouldn't it be better to show UNIT full size images while training (in contrast to random crops).

While carrying out your experiments, did you gather any empirical evidence of the importance of data augmentation, specifically the random crops?

Also I am relatively new to the field of image-to-image translation, so it would be great if you could share your insights on this matter, like the intuitive/theoretical reasons for using random crops and not showing UNIT a full image at a time.

Thank you :)

mingyuliutw commented 3 years ago

Sorry for the late reply, random cropping smooth out the data distribution. In my opinion, it makes overlapping of source and target domain distributions easier.