This repo contains the code for our paper Functional Flow Matching (Oral, AISTATS 2024).
Our code is roughly structured as follows:
/configscontains example configuration files that can be used to configure parameters for experiments/datacontains the data used in our experiments/modelscontains the various neural architectures used in this work/scriptshas files that can be used to launch training jobs to reproduce our experiments/utilcontains various utilities, e.g. for reading config files and performing evaluation- The files
functional_fm.pyandconditional_ffm.pyimplement our FFM model. - The file
diffusion.pyandlosses.pyimplement the baseline DDPM and DDO models. Similarly,gano.pyandgano1d.pyimplement the GANO baseline.
If you found our code useful or build upon our work, we ask that you cite our AISTATS 2024 paper as follows:
@inproceedings{kerrigan2024functional,
title = {Functional FLow Matching,
author = {Gavin Kerrigan and Giosue Migliorini and Padhraic Smyth},
booktitle = {The 27th International Conference on AI and Statistics (AISTATS)},
year = {2024}
}