This project implements a basic Variational Autoencoder (VAE) to reconstruct and sample FashionMNIST images, based on the original concept from Kingma & Welling (2013). The goal was primarily to experiment with VAEs and evaluate reconstruction quality and sample realism using the FID score.
- β-VAE (Higgins et al.)
- VQ-VAE (van den Oord et al.)
- VAE-GAN
- Diffusion-based decoders