Conditional Normalizing Flows for Forward and Backward Joint State and Parameter Estimation
Luke S. Lagunowich, Guoxiang Grayson Tong, Daniele E. Schiavazzi
TL;DR
The paper tackles nonlinear, non-Gaussian state estimation by introducing conditional normalizing flows conditioned with either Transformer or Mamba-SSM embeddings to capture complex posteriors in forward and backward time. It augments the NF training with an optimal-transport–inspired kinetic term to regularize layer transitions, and demonstrates effectiveness on autonomous vehicle dynamics and SIR-based epidemiology, including rollout to real-world COVID-19 data and joint state-parameter estimation. Key findings show that conditional NF can accurately represent multimodal distributions and that Mamba-SSM conditioning performs particularly well for temporally evolving, ODE-like dynamics, while the KE term improves sampling efficiency and stability. The work advances practical, uncertainty-aware state estimation for time-series in domains like autonomous systems and epidemiology, with potential for broader real-world deployment and integration with physics-based models.
Abstract
Traditional filtering algorithms for state estimation -- such as classical Kalman filtering, unscented Kalman filtering, and particle filters - show performance degradation when applied to nonlinear systems whose uncertainty follows arbitrary non-Gaussian, and potentially multi-modal distributions. This study reviews recent approaches to state estimation via nonlinear filtering based on conditional normalizing flows, where the conditional embedding is generated by standard MLP architectures, transformers or selective state-space models (like Mamba-SSM). In addition, we test the effectiveness of an optimal-transport-inspired kinetic loss term in mitigating overparameterization in flows consisting of a large collection of transformations. We investigate the performance of these approaches on applications relevant to autonomous driving and patient population dynamics, paying special attention to how they handle time inversion and chained predictions. Finally, we assess the performance of various conditioning strategies for an application to real-world COVID-19 joint SIR system forecasting and parameter estimation.
