02 · Model Architectures

VAE

Variational Autoencoder

A model that compresses data into a compact “latent” representation and reconstructs it. Useful for generation and as a component inside larger systems — notably image generators.

Concrete example

Often the quiet compression stage tucked inside a larger image-generation pipeline.