IVP-VAE: Modeling EHR Time Series with Initial Value Problem Solvers

Abstract

Continuous-time models such as Neural ODEs and Neural Flows have shown promising results in analyzing irregularly sampled time series frequently encountered in electronic health records. Based on these models, time series are typically processed with a hybrid of an initial value problem (IVP) solver and a recurrent neural network within the variational autoencoder architecture. Sequentially solving IVPs makes such models computationally less efficient. In this paper, we propose to model time series purely with continuous processes whose state evolution can be approximated directly by IVPs. This eliminates the need for recurrent computation and enables multiple states to evolve in parallel. We further fuse the encoder and decoder with one IVP solver utilizing its invertibility, which leads to fewer parameters and faster convergence. Experiments on three real-world datasets show that the proposed method can systematically outperform its predecessors, achieve state-of-the-art results, and have significant advantages in terms of data efficiency.

Cite

Text

Xiao et al. "IVP-VAE: Modeling EHR Time Series with Initial Value Problem Solvers." AAAI Conference on Artificial Intelligence, 2024. doi:10.1609/AAAI.V38I14.29534

Markdown

[Xiao et al. "IVP-VAE: Modeling EHR Time Series with Initial Value Problem Solvers." AAAI Conference on Artificial Intelligence, 2024.](https://mlanthology.org/aaai/2024/xiao2024aaai-ivp/) doi:10.1609/AAAI.V38I14.29534

BibTeX

@inproceedings{xiao2024aaai-ivp,
  title     = {{IVP-VAE: Modeling EHR Time Series with Initial Value Problem Solvers}},
  author    = {Xiao, Jingge and Basso, Leonie and Nejdl, Wolfgang and Ganguly, Niloy and Sikdar, Sandipan},
  booktitle = {AAAI Conference on Artificial Intelligence},
  year      = {2024},
  pages     = {16023-16031},
  doi       = {10.1609/AAAI.V38I14.29534},
  url       = {https://mlanthology.org/aaai/2024/xiao2024aaai-ivp/}
}