Your VAE Sucks(theadamcolton.github.io) |
Your VAE Sucks(theadamcolton.github.io) |
Basically, existing VAEs are pretty good at compression, but have bad properties like 2D latent position bias and difficulty training on batches of mixed resolutions
So I try something I call DCT-Autoencoder, which takes ideas from JPG to learn compression of patched DCT features of an image
Check it out!