Automatic and Structure-Aware Sparsification of Hybrid Neural ODEs
Bob Junyi Zou, Lu Tian
TL;DR
Hybrid neural ODEs address data-scarce healthcare challenges by integrating mechanistic dynamics with neural components, but risk overfitting due to large latent state spaces. The authors propose Hybrid Graph Sparsification (HGS) for MNODEs, a three-step pipeline that combines domain-informed graph refinement with gradient-based regularization to prune edges and states while preserving mechanistic structure. Specifically, they (i) merge strongly connected components into a relaxed DAG, (ii) augment essential pathways with partial transitive closures, and (iii) apply a combined $L_1$/$L_2$ penalty on edge weights $W$ and decoder parameters $\Theta$, all within an encoder–decoder MNODE framework trained by forward-Euler discretization. Experiments on synthetic data and real-world T1D glucose dynamics (UVA-Padova) show improved predictive accuracy and robustness with sparser, more interpretable models, demonstrating effective hybrid model reduction in healthcare with limited data.
Abstract
Hybrid neural ordinary differential equations (neural ODEs) integrate mechanistic models with neural ODEs, offering strong inductive bias and flexibility, and are particularly advantageous in data-scarce healthcare settings. However, excessive latent states and interactions from mechanistic models can lead to training inefficiency and over-fitting, limiting practical effectiveness of hybrid neural ODEs. In response, we propose a new hybrid pipeline for automatic state selection and structure optimization in mechanistic neural ODEs, combining domain-informed graph modifications with data-driven regularization to sparsify the model for improving predictive performance and stability while retaining mechanistic plausibility. Experiments on synthetic and real-world data show improved predictive performance and robustness with desired sparsity, establishing an effective solution for hybrid model reduction in healthcare applications.
