Artificial Intelligence

Variational Autoencoder

A generative model that learns a compressed, lower-dimensional representation (latent space) of input data and can generate new data by sampling from this learned space.

Why It Matters

VAEs enable data generation, anomaly detection, and learning meaningful data representations. They are foundational to understanding modern generative AI.

Example

A VAE trained on faces learning a smooth latent space where you can interpolate between two faces, gradually morphing one into the other.

Think of it like...

Like a zip file for data — it compresses information into a compact code, and you can create new variations by tweaking that code slightly.

Related Terms