Related Experiment Videos
Predicting influenza in the post-COVID era: assessing LSTM, GRU, and transformer robustness to covariate shift
Atiqa Naeem Alam Din1,2, Woldegebriel Assefa Woldegerima1,2,3, Jianhong Wu2,3
1Disease-Informed Modeling, Methods & Systems (DIMMS) Lab, Department of Mathematics and Statistics, York University, Toronto, ON, Canada.
Abstract:
Forecasting influenza has become increasingly challenging due to post-COVID disruptions in seasonality and strain circulation. This work compares the performance of Long Short Term Memory Networks (LSTM), Gated Recurrent Unit (GRU), and transformer models in forecasting influenza spread using multivariate epidemiological and environmental data, with a focus on robustness under post-COVID non-stationarity. We compare LSTM, GRU, and transformer architectures within a multivariate deep learning framework using influenza and temperature data from Ontario (2014-2025), with data split into training, validation, and testing periods. Although recurrent models outperform transformers on limited, noisy data, all architectures exhibit marked performance collapse under post-COVID non-stationarity. The GRU and LSTM track pre-COVID seasonal peaks more closely, yet both substantially under-estimate the post-COVID resurgence, indicating that none of the models generalize across the regime shift. These findings position our study as a diagnostic of how architectural inductive biases break down under covariate shift. Furthermore, this manuscript assesses how the COVID-19 pandemic affected the accuracy and performance of machine learning algorithms and notes the integration of transfer learning and attention mechanisms to improve model performance.
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.
The...
Steps in Outbreak Investigation
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...