WORKSHOP: MY AI IS BETTER THAN YOURS WS25

MODELS: FASTGAN

Lecturer: Kim Albrecht Lars Christian Schmidt

Winter 2025

Model Type: Generative Adversarial Network (GAN)
What it does: Learns to generate new images in the style of your dataset — from scratch.
Media: Images

FastGAN is a type of AI model that can invent new images after learning from a set of real ones. You show it a bunch of examples — and it learns to “hallucinate” new ones that look similar, but aren’t exact copies. Imagine training it on 100 of your own portraits, and it generates endless new faces in that style. Or you feed it abstract patterns, and it starts making its own.

How it basically works

FastGAN is made of two parts:

They train by fighting each other (hence: adversarial). The generator improves by fooling the discriminator — and the result gets more convincing over time.

Workings

1. Pick a visual theme

What kind of image world do you want to train the model on?
Examples:

2. Collect your dataset

3. Train the model

4. Generate new images

Resources