Reduced-order models & scientific ML
Autoencoders, reservoir computers and transformers, built to be forecast-stable and interpretable rather than merely accurate.
Real-time assimilation needs a surrogate that runs far faster than the system it represents. Data-driven reduced-order models are the natural candidate: compress the state onto a low-dimensional latent space, then learn the dynamics there.
Two properties matter more for deployment than raw accuracy.
Numerical stability. A latent model of a chaotic system can blow up or fall onto a spurious attractor. We formulate echo state networks as state-space models so that a filter can correct the latent state directly, which stabilises the forecast.
Interpretability. If a model reconstructs a flow, we want to know what it used. In LAMP, the learned attention matrix doubles as an optimal sensor-placement map — the model tells you where to measure.
We also work on parameterised ROMs that adapt to regimes they were not trained on, retraining only the part that actually degrades.
Key publications
- Özalp, E., Nóvoa, A., & Magri, L. (2026). Real-time forecasting of chaotic dynamics from sparse data and autoencoders. Computer Methods in Applied Mechanics and Engineering, 450, 118600. doi10.1016/j.cma.2025.118600
- Eze, B., Magri, L., & Nóvoa, A. (2026). Latent attention on masked patches for flow reconstruction. In Computational science – ICCS 2026 workshops (Lecture Notes in Computer Science, pp. 181–188). Springer. doi10.1007/978-3-032-29915-4_15
- Zighed, I., Nóvoa, A., Magri, L., & Sayadi, T. (2026). Efficient adaptation of ROMs for unsteady flows using data assimilation. Computers & Fluids, 107250. doi10.1016/j.compfluid.2026.107250
- Nóvoa, A., & Magri, L. (2025). Online model learning with data-assimilated reservoir computers. In Computational science – ICCS 2025 (Lecture Notes in Computer Science, Vol. 15910, pp. 57–64). Springer. doi10.1007/978-3-031-97567-7_5