Related Experiment Video
Updated: May 7, 2026

An R-Based Landscape Validation of a Competing Risk Model
Published on: September 16, 2022
Still Competitive: Revisiting Recurrent Models for Irregular Time Series Prediction
Ankitkumar Joshi1, Milos Hauskrecht1
1Department of Computer Science, University of Pittsburgh.
Gated Recurrent Unit with Exponential basis functions (GRUwE) offers a competitive and efficient solution for irregularly sampled time series prediction. This novel approach demonstrates strong performance in healthcare and sensor networks, outperforming current state-of-the-art methods.
Area of Science:
- Machine Learning
- Time Series Analysis
- Recurrent Neural Networks
Background:
- Modeling irregularly sampled multivariate time series presents a significant challenge across various domains, including healthcare and sensor networks.
- Existing complex learning architectures for irregular time series prediction lack clarity regarding their true benefits, prompting investigation into simpler, efficient alternatives.
Purpose of the Study:
- To propose and evaluate GRUwE (Gated Recurrent Unit with Exponential basis functions), an RNN-based algorithm designed for irregularly sampled time series.
- To assess GRUwE's competitiveness against state-of-the-art methods for both regression-based and event-based predictions in continuous time.
Main Methods:
- GRUwE maintains a Markov state representation updated by irregular observations using observation-triggered and time-triggered resets with learnable exponential decays.
- The model supports continuous-time predictions for both next-observation and next-event tasks.
Main Results:
- Empirical evaluations on real-world benchmarks show GRUwE achieving competitive or superior performance compared to current state-of-the-art methods.
- GRUwE demonstrates effectiveness in both next-observation and next-event prediction tasks.
Conclusions:
- GRUwE presents a simple yet powerful RNN-based approach for irregularly sampled time series.
- The model offers practical advantages including ease of implementation, minimal hyper-parameter tuning, and reduced computational overhead for online deployment.
Related Concept Videos
Prediction Intervals
However, the point estimate is most likely not the exact value of the population parameter, but close to it. After calculating point estimates, we construct interval estimates, called confidence intervals or prediction intervals. This prediction interval comprises a range of values unlike the point estimate and is a better predictor of the observed sample value, y.
Clearance Models: Noncompartmental Models
The noncompartmental approach capitalizes on extensive sampling data, correlating the volume of distribution to systemic exposure and the administered dosage. This method enables...
Residuals and Least-Squares Property
If the observed data point lies above the line, the residual is positive, and the line underestimates the actual data value for y. If the observed data point lies below the line, the residual is negative, and the line overestimates the actual data value for y.
The process of fitting the best-fit...
BIBO stability of continuous and discrete -time systems
To determine the BIBO stability, the convolution integral is utilized when a bounded continuous-time input is applied to a Linear Time-Invariant (LTI) system....
Parametric Survival Analysis: Weibull and Exponential Methods
Weibull Distribution
The Weibull distribution is a flexible model used in parametric survival analysis. It can handle both increasing and decreasing hazard rates, depending on its shape parameter...
Survival Tree
Building a Survival Tree
Constructing a...