LGAIJul 10, 2022

Deep Transformer Model with Pre-Layer Normalization for COVID-19 Growth Prediction

arXiv:2207.06356v12 citationsh-index: 20
Originality Synthesis-oriented
AI Analysis

This work addresses forecasting COVID-19 spread for public health planning in Indonesia, but it is incremental as it applies an existing method to a new dataset with minor modifications.

The paper tackled predicting COVID-19 case growth in Indonesia using a Deep Transformer model with Pre-Layer Normalization, achieving a MAPE of 18.83 for one-day-ahead prediction and outperforming LSTM and RNN models.

Coronavirus disease or COVID-19 is an infectious disease caused by the SARS-CoV-2 virus. The first confirmed case caused by this virus was found at the end of December 2019 in Wuhan City, China. This case then spread throughout the world, including Indonesia. Therefore, the COVID-19 case was designated as a global pandemic by WHO. The growth of COVID-19 cases, especially in Indonesia, can be predicted using several approaches, such as the Deep Neural Network (DNN). One of the DNN models that can be used is Deep Transformer which can predict time series. The model is trained with several test scenarios to get the best model. The evaluation is finding the best hyperparameters. Then, further evaluation was carried out using the best hyperparameters setting of the number of prediction days, the optimizer, the number of features, and comparison with the former models of the Long Short-Term Memory (LSTM) and Recurrent Neural Network (RNN). All evaluations used metric of the Mean Absolute Percentage Error (MAPE). Based on the results of the evaluations, Deep Transformer produces the best results when using the Pre-Layer Normalization and predicting one day ahead with a MAPE value of 18.83. Furthermore, the model trained with the Adamax optimizer obtains the best performance among other tested optimizers. The performance of the Deep Transformer also exceeds other test models, which are LSTM and RNN.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes