Staying Alive: Online Neural Network Maintenance and Systemic Drift
Joshua E. Hammond, Tyler Soderstrom, Brian A. Korgel, Michael Baldea
TL;DR
This work tackles online maintenance of neural networks trained on physical dynamical systems subject to slow parameter drift. It introduces the Subset Extended Kalman Filter (SEKF), which updates only a gradient-selected subset of parameters, guided by loss sensitivity and two quantile-based selection schemes, enabling real-time adaptation with reduced computational cost compared to retraining or full EKF. Across four dynamic regression case studies (one-dimensional drift, CSTR drift, diabetic insulin sensitivity drift, and FCC process changes), SEKF maintains or improves prediction accuracy while delivering substantially lower mean time per iteration and fewer hyperparameter tuning requirements. The results demonstrate the practical potential of online, data-efficient model maintenance for control and optimization tasks under drift, with broader implications for continual adaptation of large neural models.
Abstract
We present the Subset Extended Kalman Filter (SEKF) as a method to update previously trained model weights online rather than retraining or finetuning them when the system a model represents drifts away from the conditions under which it was trained. We identify the parameters to be updated using the gradient of the loss function and use the SEKF to update only these parameters. We compare finetuning and SEKF for online model maintenance in the presence of systemic drift through four dynamic regression case studies and find that the SEKF is able to maintain model accuracy as-well if not better than finetuning while requiring significantly less time per iteration, and less hyperparameter tuning.
