Flow Matching on Lie Groups
Finn M. Sherry, Bart M. N. Smets
TL;DR
This paper addresses generative modelling on manifolds by extending Flow Matching (FM) from Euclidean space to Lie groups. It proposes a Lie-group FM that uses exponential-curve integral trajectories with a conditional vector field, enabling simulation-free, intrinsic interpolation on groups with surjective exponential maps. The authors show that Euclidean FM is a special case under the translation group and demonstrate implementations on $\mathrm{SE}(2)$, $\mathrm{SO}(3)$, and $\mathrm{SE}(2)\times\mathbb{R}^2$ using simple neural networks and standard matrix operations. This approach opens up new possibilities for geometrically structured data, such as latent codes of Equivariant Neural Fields, providing a principled framework for generative modelling on manifolds.
Abstract
Flow Matching (FM) is a recent generative modelling technique: we aim to learn how to sample from distribution $\mathfrak{X}_1$ by flowing samples from some distribution $\mathfrak{X}_0$ that is easy to sample from. The key trick is that this flow field can be trained while conditioning on the end point in $\mathfrak{X}_1$: given an end point, simply move along a straight line segment to the end point (Lipman et al. 2022). However, straight line segments are only well-defined on Euclidean space. Consequently, Chen and Lipman (2023) generalised the method to FM on Riemannian manifolds, replacing line segments with geodesics or their spectral approximations. We take an alternative point of view: we generalise to FM on Lie groups by instead substituting exponential curves for line segments. This leads to a simple, intrinsic, and fast implementation for many matrix Lie groups, since the required Lie group operations (products, inverses, exponentials, logarithms) are simply given by the corresponding matrix operations. FM on Lie groups could then be used for generative modelling with data consisting of sets of features (in $\mathbb{R}^n$) and poses (in some Lie group), e.g. the latent codes of Equivariant Neural Fields (Wessels et al. 2025).
