WORKSHOP: MY AI IS BETTER THAN YOURS WS25

MODELS: PIX2PIX

Lecturer: Kim Albrecht Lars Christian Schmidt

Winter 2025

Model Type: Conditional Generative Adversarial Network (cGAN)
What it does: Turns one image into another image, based on pixel-to-pixel translation.
Media: Images

Pix2Pix is a machine learning model that learns how to turn images of one type into images of another type. It works especially well when the images are aligned — meaning the “before” and “after” images match in shape or layout. The model looks at hundreds of pairs and learns the translation pattern. Later, you can give it a new sketch — and it will try to create a realistic version based on what it has learned.

Workings

1. Pick a concept

Think of a transformation:

2. Collect or create your data

3. Preprocess the data

Resources

Machine Learning 4 Artists Tutorial