A multifidelity approach to continual learning for physical systems
Amanda Howard, Yucheng Fu, Panos Stinis
TL;DR
This work tackles catastrophic forgetting in sequential learning for physical systems by introducing Multifidelity Continual Learning (MFCL), which leverages correlations between outputs of previously trained models and current-domain predictions. MFCL trains a current-domain model to correct a prior model’s (low-fidelity) output via linear and nonlinear subnetworks, enabling accurate learning across multiple subdomains while using smaller networks. The framework synergizes with physics-informed neural networks (PINNs) and can be enhanced with memory-aware synapses (MAS) and replay, achieving superior retention on long-time simulations (e.g., pendulum dynamics, Allen-Cahn equation) and data-informed tasks (vanadium redox-flow batteries, energy consumption). Results indicate MFCL reduces forgetting, provides robustness to hyperparameters, and offers privacy-friendly and potentially federated learning-friendly advantages, with code and data available for reproducibility.
Abstract
We introduce a novel continual learning method based on multifidelity deep neural networks. This method learns the correlation between the output of previously trained models and the desired output of the model on the current training dataset, limiting catastrophic forgetting. On its own the multifidelity continual learning method shows robust results that limit forgetting across several datasets. Additionally, we show that the multifidelity method can be combined with existing continual learning methods, including replay and memory aware synapses, to further limit catastrophic forgetting. The proposed continual learning method is especially suited for physical problems where the data satisfy the same physical laws on each domain, or for physics-informed neural networks, because in these cases we expect there to be a strong correlation between the output of the previous model and the model on the current training domain.
