Riemannian Flow Matching Policy for Robot Motion Learning
Max Braun, Noémie Jaquier, Leonel Rozo, Tamim Asfour
TL;DR
The paper addresses learning robot visuomotor policies when states lie on Riemannian manifolds by introducing RFMP, a Riemannian extension of Flow Matching that uses a geodesic-informed vector field to transport a base distribution toward demonstrations. RFMP conditions the learned vector field on observations, employs a receding horizon for temporal consistency, and leverages tractable ODE-based inference, yielding smoother trajectories and faster runtime than diffusion-based baselines. It provides detailed implementation on simple MLP architectures and evaluates on LASA datasets in both trajectory-based and visuomotor settings, including Euclidean and spherical manifolds. The results show RFMP achieving competitive or superior smoothness and notably lower inference times, while preserving intrinsic manifold geometry, highlighting its potential for real-time robotic control with multimodal demonstrations.
Abstract
We introduce Riemannian Flow Matching Policies (RFMP), a novel model for learning and synthesizing robot visuomotor policies. RFMP leverages the efficient training and inference capabilities of flow matching methods. By design, RFMP inherits the strengths of flow matching: the ability to encode high-dimensional multimodal distributions, commonly encountered in robotic tasks, and a very simple and fast inference process. We demonstrate the applicability of RFMP to both state-based and vision-conditioned robot motion policies. Notably, as the robot state resides on a Riemannian manifold, RFMP inherently incorporates geometric awareness, which is crucial for realistic robotic tasks. To evaluate RFMP, we conduct two proof-of-concept experiments, comparing its performance against Diffusion Policies. Although both approaches successfully learn the considered tasks, our results show that RFMP provides smoother action trajectories with significantly lower inference times.
