PDillis / stylegan3-fun

Modifications of the official PyTorch implementation of StyleGAN3. Let's easily generate images and videos with StyleGAN2/2-ADA/3!
Other
230 stars 36 forks source link

NoisyTwins Augmentation #34

Open nuclearsugar opened 1 year ago

nuclearsugar commented 1 year ago

I was reading this paper and the augmentation strategy looks quite interesting. The new method preserves the intraclass diversity with class-consistency in image generation and it outperforms other methods by ∼19% FID. Would you considering implementing it into this repo?

https://rangwani-harsh.github.io/NoisyTwins/ https://github.com/val-iisc/NoisyTwins https://arxiv.org/abs/2304.05866

PDillis commented 1 year ago

Hi, sorry for the late response.

It certainly looks interesting, and the code is available. I'll definitely leave this as a nice addition, but I have other projects lined up and I have left this repo a bit in the background. I hope to change this in the coming weeks, but for now I don't have any major additions planned tbh