LGNEOct 16, 2020

Neural Ordinary Differential Equations for Intervention Modeling

arXiv:2010.08304v121 citations
Originality Incremental advance
AI Analysis

This addresses a limitation in intervention modeling for real-world systems like physical interactions or medical treatments, representing an incremental improvement over prior Neural ODE variants.

The paper tackles the problem of modeling external interventions in continuous-time systems, which existing Neural ODE methods fail to handle properly, by proposing IMODE, a novel approach that uses two separate ODE functions for observations and interventions, and demonstrates its superiority on synthetic and real-world datasets.

By interpreting the forward dynamics of the latent representation of neural networks as an ordinary differential equation, Neural Ordinary Differential Equation (Neural ODE) emerged as an effective framework for modeling a system dynamics in the continuous time domain. However, real-world systems often involves external interventions that cause changes in the system dynamics such as a moving ball coming in contact with another ball, or such as a patient being administered with particular drug. Neural ODE and a number of its recent variants, however, are not suitable for modeling such interventions as they do not properly model the observations and the interventions separately. In this paper, we propose a novel neural ODE-based approach (IMODE) that properly model the effect of external interventions by employing two ODE functions to separately handle the observations and the interventions. Using both synthetic and real-world time-series datasets involving interventions, our experimental results consistently demonstrate the superiority of IMODE compared to existing approaches.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes