# FNODE: Flow-Matching for data-driven simulation of constrained multibody systems

**Authors:** Hongyu Wang, Jingquan Wang, Dan Negrut

arXiv: 2509.00183 · 2026-03-23

## TL;DR

FNODE introduces a flow-matching neural ODE framework that learns accelerations directly from data, improving efficiency and accuracy in simulating constrained multibody systems while enforcing kinematic constraints.

## Contribution

The paper proposes a novel flow-matching approach for neural ODEs that simplifies training and enhances simulation accuracy for constrained multibody dynamics.

## Key findings

- Outperforms existing models in accuracy and efficiency
- Enforces kinematic constraints effectively
- Reduces training complexity and runtime

## Abstract

Data-driven modeling of constrained multibody dynamics remains challenged by (i) the training cost of Neural ODEs, which typically require backpropagation through an ODE solver, and (ii) error accumulation in rollout predictions. We introduce a Flow-Matching Neural ODE (FNODE) framework that learns the acceleration mapping directly from trajectory data by supervising accelerations rather than integrated states, turning training into a supervised regression problem and eliminating the ODE-adjoint/solver backpropagation bottleneck. Acceleration targets are obtained efficiently via numerical differentiation using a hybrid fast Fourier transform (FFT) and finite-difference (FD) scheme. Kinematic constraints are enforced through coordinate partitioning: FNODE learns accelerations only for the independent generalized coordinates, while the dependent coordinates are recovered by solving the position-level constraint equations. We evaluate FNODE on single and triple mass-spring-damper systems, a double pendulum, a slider crank with and without friction, a vehicle model, and a cart-pole, and compare against MBD-NODE, LSTM, and fully connected baselines. Across these benchmarks, FNODE achieves improved prediction accuracy and training/runtime efficiency, while maintaining constraint satisfaction through the partitioning procedure. Our code and scripts are released as open source to support reproducibility and follow-on research.

## Full text

_Full body text omitted from this summary view._ Fetch the complete paper as Markdown: https://tomesphere.com/paper/2509.00183/full.md

## Figures

26 figures with captions in the complete paper: https://tomesphere.com/paper/2509.00183/full.md

## References

55 references — full list in the complete paper: https://tomesphere.com/paper/2509.00183/full.md

---
Source: https://tomesphere.com/paper/2509.00183