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

Still Competitive: Revisiting Recurrent Models for Irregular Time Series Prediction

About

Modeling irregularly sampled multivariate time series is a persistent challenge in domains like healthcare and sensor networks. While recent works have explored a variety of complex learning architectures to solve the prediction problems for irregularly sampled time series, it remains unclear what the true benefits of some of these architectures are, and whether clever modifications of simpler and more efficient RNN-based algorithms are still competitive, i.e. they are on par with or even superior to these methods. In this work, we propose and study GRUwE: Gated Recurrent Unit with Exponential basis functions, that builds upon RNN-based architectures for observations made at irregular times. GRUwE supports both regression-based and event-based predictions in continuous time. GRUwE works by maintaining a Markov state representation of the time series that updates with the arrival of irregular observations. The Markov state update relies on two reset mechanisms: (i) observation-triggered reset to account for the new observation, and (ii) time-triggered reset that relies on learnable exponential decays, to support the predictions in continuous time. Our empirical evaluations across several real-world benchmarks on next-observation and next-event prediction tasks demonstrate that GRUwE can indeed achieve competitive or superior performance compared to the recent state-of-the-art (SOTA) methods. Thanks to its simplicity, GRUwE offers compelling advantages: it is easy to implement, requires minimal hyper-parameter tuning efforts, and significantly reduces the computational overhead in the online deployment.

Ankitkumar Joshi, Milos Hauskrecht• 2025

Related benchmarks

TaskDatasetResultRank
Event PredictionStackOverflow
RMSE1.369
42
Event PredictionRetweet
RMSE22.21
18
Event Forecastingtaxi
RMSE0.369
16
Next event predictionAMAZON
RMSE0.611
14
Next observation predictionMIMIC-III Small
MSE4.651
13
Next observation predictionPhysioNet
MSE0.261
13
Next observation predictionUSHCN
MSE0.015
13
Next observation predictionMIMIC-III Large
MSE0.816
12
Showing 8 of 8 rows

Other info

Follow for update