Interpolation-Prediction Networks for Irregularly Sampled Time SeriesDownload PDF

Published: 21 Dec 2018, Last Modified: 22 Oct 2023ICLR 2019 Conference Blind SubmissionReaders: Everyone
Abstract: In this paper, we present a new deep learning architecture for addressing the problem of supervised learning with sparse and irregularly sampled multivariate time series. The architecture is based on the use of a semi-parametric interpolation network followed by the application of a prediction network. The interpolation network allows for information to be shared across multiple dimensions of a multivariate time series during the interpolation stage, while any standard deep learning model can be used for the prediction network. This work is motivated by the analysis of physiological time series data in electronic health records, which are sparse, irregularly sampled, and multivariate. We investigate the performance of this architecture on both classification and regression tasks, showing that our approach outperforms a range of baseline and recently proposed models.
Keywords: irregular sampling, multivariate time series, supervised learning, interpolation, missing data
TL;DR: This paper presents a new deep learning architecture for addressing the problem of supervised learning with sparse and irregularly sampled multivariate time series.
Code: [![github](/images/github_icon.svg) mlds-lab/interp-net](https://github.com/mlds-lab/interp-net)
Data: [MIMIC-III](https://paperswithcode.com/dataset/mimic-iii), [PhysioNet Challenge 2012](https://paperswithcode.com/dataset/physionet-challenge-2012)
Community Implementations: [![CatalyzeX](/images/catalyzex_icon.svg) 1 code implementation](https://www.catalyzex.com/paper/arxiv:1909.07782/code)
14 Replies

Loading