Model-Free Neural State Estimation in Nonlinear Dynamical Systems: A Comparative Study of Neural Architectures and Classical Filters
Zhuochen Liu, Hans Walker, Rahul Jain
TL;DR
The paper investigates whether model-free neural estimators can match principled filtering in nonlinear dynamical systems. It conducts a controlled, large-scale comparison across Transformer-based, recurrent, and state-space neural models against EKF, UKF, EnKF, and PF in five nonlinear scenarios, using long-horizon RMSE and robustness metrics. The results show that state-space neural models (e.g., Mamba and Mamba-2) achieve competitive accuracy, closely approaching strong nonlinear filters while delivering substantially higher inference throughput, demonstrating filtering-like behavior learned from data. These findings suggest neural architectures can serve as viable, high-throughput alternatives to classical filters when system models are unavailable, while highlighting data and calibration considerations for uncertainty quantification. The work provides benchmarked evidence and practical insights for integrating neural estimators into real-time state estimation tasks.
Abstract
Neural network models are increasingly used for state estimation in control and decision-making problems, yet it remains unclear to what extent they behave as principled filters in nonlinear dynamical systems. Unlike classical filters, which rely on explicit knowledge of system dynamics and noise models, neural estimators can be trained purely from data without access to the underlying system equations. In this work, we present a systematic empirical comparison between such model-free neural network models and classical filtering methods across multiple nonlinear scenarios. Our study evaluates Transformer-based models, state-space neural networks, and recurrent architectures alongside particle filters and nonlinear Kalman filters. The results show that neural models (in particular, state-space models (SSMs)) achieve state estimation performance that approaches strong nonlinear Kalman filters in nonlinear scenarios and outperform weaker classical baselines despite lacking access to system models, while also attaining substantially higher inference throughput.
