Foundation Inference Models for Ordinary Differential Equations
About
Ordinary differential equations (ODEs) are central to scientific modelling, but inferring their vector fields from noisy trajectories remains challenging. Current approaches such as symbolic regression, Gaussian process (GP) regression, and Neural ODEs often require complex training pipelines and substantial machine learning expertise, or they depend strongly on system-specific prior knowledge. We propose FIM-ODE, a pretrained Foundation Inference Model that amortises low-dimensional ODE inference by predicting the vector field directly from noisy trajectory data in a single forward pass. We pretrain FIM-ODE on a prior distribution over ODEs with low-degree polynomial vector fields and represent the target field with neural operators. FIM-ODE achieves strong zero-shot performance, matching and often improving upon ODEFormer, a recent pretrained symbolic baseline, across a range of regimes despite using a simpler pretraining prior distribution. Pretraining also provides a strong initialisation for finetuning, enabling fast and stable adaptation that outperforms modern neural and GP baselines without requiring machine learning expertise.
Related benchmarks
| Task | Dataset | Result | Rank | |
|---|---|---|---|---|
| Trajectory reconstruction | ODEBench v1 (test) | Success Rate (R² > 0.9)84.4 | 12 | |
| Trajectory Generalization | ODEBench v1 (test) | Success Rate (R² > 0.9)32.8 | 12 | |
| Trajectory Generalization | ODEBench | Fraction R2 > 0.932.8 | 12 | |
| Forecasting | VDP Task 1: Uniformly Spaced fixed noise seed (test) | MSE0.02 | 11 | |
| Forecasting | VDP Task 2 Irregular Times fixed noise seed (test) | MSE0.13 | 11 | |
| Imputation | FHN (FitzHugh Nagumo) missing-data regime (test) | MSE0.04 | 11 | |
| Dynamics Prediction | CMU MoCap Subject 09 (test) | MSE (short horizon)6.1 | 9 | |
| Dynamics Prediction | CMU MoCap Subject 39 (test) | MSE (short)15.56 | 9 | |
| Dynamics Prediction | CMU MoCap Subject 35 (test) | MSE (short)6.92 | 9 |