COMPSCI 280 Project2: Flow Matching

an updated version of CS180 Project 5 part B with flow matching instead of DDPM diffusion

Overview

You will train your own flow matching model on MNIST.

Part 1: Training a Single-Step Denoising UNet

Unconditioned UNet architecture

fig1
fig2

Visualization of the noising process

fig3.png

Training loss curve

fig4.png

Sample results on the test set after the first and the 5-th epoch

fig5.png
fig6.png

Sample results on the test set with out-of-distribution noise levels after the model is trained.

fig7.png

Sample results on the test set with pure noise

fig8.png

Average image of the training set

fig9.png
The average MNIST image is blurry and lacks clear digits, showing general intensity distributions. The denoised results, however, retain distinct shapes, indicating that it is doing denoising.

Part 2: Training a Flow Matching Model

Training loss curve plot for the time-conditioned UNet over the whole training process

fig10_tunet.png

Sampling results for the time-conditioned UNet for 5 and 10 epochs

tunet_sample.png

Training loss curve plot for the class-conditioned UNet over the whole training process

fig10_cunet.png

Sampling results for the class-conditioned UNet for 5 and 10 epochs

cunet_sample.png

Jiashen Du
Jiashen Du
Undergrad Student major in CS

My research interests include Artificial Intelligence, Deep Learning, Computer Vision and LLMs.