Our new X account is live! Follow @wizwand_team for updates
WorkDL logo mark

Forecasting Irregularly Sampled Time Series using Graphs

About

Forecasting irregularly sampled time series with missing values is a crucial task for numerous real-world applications such as healthcare, astronomy, and climate sciences. State-of-the-art approaches to this problem rely on Ordinary Differential Equations (ODEs) which are known to be slow and often require additional features to handle missing values. To address this issue, we propose a novel model using Graphs for Forecasting Irregularly Sampled Time Series with missing values which we call GraFITi. GraFITi first converts the time series to a Sparsity Structure Graph which is a sparse bipartite graph, and then reformulates the forecasting problem as the edge weight prediction task in the graph. It uses the power of Graph Neural Networks to learn the graph and predict the target edge weights. GraFITi has been tested on 3 real-world and 1 synthetic irregularly sampled time series dataset with missing values and compared with various state-of-the-art models. The experimental results demonstrate that GraFITi improves the forecasting accuracy by up to 17% and reduces the run time up to 5 times compared to the state-of-the-art forecasting models.

Vijaya Krishna Yalavarthi, Kiran Madhusudhanan, Randolf Sholz, Nourhan Ahmed, Johannes Burchert, Shayan Jawed, Stefan Born, Lars Schmidt-Thieme• 2023

Related benchmarks

TaskDatasetResultRank
ForecastingMIMIC-III (test)
MSE0.396
43
Irregularly Sampled Time Series ForecastingPhysionet 12 (test)
MSE0.286
28
Irregularly Sampled Time Series ForecastingUSHCN (test)
MSE0.272
26
Irregularly Sampled Time Series ForecastingMIMIC-IV (test)
MSE0.225
25
Irregularly Sampled Time Series ForecastingPhysionet 75%-3 task 12 (test)
MSE0.286
9
Irregularly Sampled Time Series ForecastingMIMIC-III 75%-3 task (test)
MSE0.396
9
Time Series ForecastingUSHCN (test)
MSE0.499
9
Irregularly Sampled Time Series ForecastingUSHCN 75%-3 task (test)
MSE0.272
9
Irregularly Sampled Time Series ForecastingUSHCN 50%-50% task (test)
Inference Time (s)0.062
9
Irregularly Sampled Time Series ForecastingPhysionet-12 50%-50% task (test)
Inference Time (s)0.776
9
Showing 10 of 13 rows

Other info

Code

Follow for update