An Interpretable Hybrid Predictive Model of COVID-19 Cases using Autoregressive Model and LSTM
Yangyi Zhang, Sui Tang, and Guo Yu

TL;DR
This paper introduces a hybrid predictive model combining autoregressive and LSTM techniques to accurately and interpretably forecast COVID-19 cases, outperforming existing models across multiple datasets and evaluation metrics.
Contribution
The paper presents a novel hybrid model that adaptively combines AR and LSTM, enhancing prediction accuracy and interpretability for COVID-19 case forecasting.
Findings
Hybrid model achieves 4.173% MAPE on county data
Outperforms AR, LSTM, and other models in global datasets
Demonstrates interpretability of the combined model
Abstract
The Coronavirus Disease 2019 (COVID-19) has a profound impact on global health and economy, making it crucial to build accurate and interpretable data-driven predictive models for COVID-19 cases to improve policy making. The extremely large scale of the pandemic and the intrinsically changing transmission characteristics pose great challenges for effective COVID-19 case prediction. To address this challenge, we propose a novel hybrid model in which the interpretability of the Autoregressive model (AR) and the predictive power of the long short-term memory neural networks (LSTM) join forces. The proposed hybrid model is formalized as a neural network with an architecture that connects two composing model blocks, of which the relative contribution is decided data-adaptively in the training procedure. We demonstrate the favorable performance of the hybrid model over its two component…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsCOVID-19 diagnosis using AI · Anomaly Detection Techniques and Applications · Machine Learning in Healthcare
MethodsSupport Vector Machine · Tanh Activation · Sigmoid Activation · Long Short-Term Memory
