Flow Matching
Resources
- An Introduction to Flow Matching by Cambridge Machine Learning Group
- Utkarsh, Utkarsh, Pengfei Cai, Alan Edelman, Rafael Gomez-Bombarelli, and Christopher Vincent Rackauckas. 2025. “Physics-Constrained Flow Matching: Sampling Generative Models with Hard Constraints.” arXiv:2506.04171. Preprint, arXiv, June 4. https://doi.org/10.48550/arXiv.2506.04171.
Related
Main Idea
Flow matching is a technique in Generative Modeling relying on an iterated map in pseudo time ("flow time"). That is, beginning with
with the goal that
To derive an explicit (but expensive) form of
Through the Change of Variables formula, we can represent the relation between the likelihoods explicitly (although maybe expensively) as
Further assumption and simplification gives
Repeating this until
From here, we can choose a simple
However, a number of questions still remain, shaping the differences between various approaches:
- How do we construct/parameterize
so that is invertible, and so that we know this inverse? - How can we compute the Jacobian in an effective way?