Hacker News new | ask | show | jobs
by ArtWomb 1668 days ago
If StyleGAN3 is just StyleGAN with anti-aliasing, I feel there should be post-processing effect pass to smooth discontinuities. Lots of commercial 2D image filters in the wild exhibit pixel artifacts. And a simple averaging blur is enough to compensate. I wonder if there is something equivalent ;)
1 comments

It is anti-aliased StyleGAN, but the anti-aliasing happens in the latent space inside the network (on concepts rather than pixels, sort of.)

I forget how it works exactly, but it causes the image to look more like it's made of flat textures.