Skip to main content

Hybrid AutoODE

Assume the time series xtโˆˆRdx_t \in \mathbb{R}^d is governed by unknown differential equations and by other unknown factors that could affect its trajectory. The Hybrid AutoODE uses physics-guided models in conjunction with neural networks to improve the prediction of xtx_t. It is modelled by the following equations:

dxdt=fฮธ(t,x,u,F)dudt=gฮธ(t,x,u,F)x(t0)=x0u(t0)=u0\begin{aligned} &\frac{dx}{dt} = f_\theta(t, x, u, F) \\ &\frac{du}{dt} = g_\theta(t, x, u, F) \\ &x(t_0) = x_0 \\ &u(t_0) = u_0 \end{aligned}

where uโˆˆRpu \in \mathbb{R}^p are the unobserved variables and FF is a neural network. The Hybrid AutoODE uses auto-differentiation to estimate the parameters ฮธ\theta of the equations and the neural network.