| Literature DB >> 33324028 |
Hongfang Lu1, Xin Ma2, Minda Ma3.
Abstract
Electricity consumption has been affected due to worldwide lockdown policies against COVID-19. Many countries have pointed out that electricity supply security during the epidemic is critical to ensuring people's livelihood. Accurate prediction of electricity demand would act a more important role in ensuring energy security for all the countries. Although there have been many studies on electricity forecasting, they did not consider the pandemic, and many works only considered the prediction accuracy and ignored the stability. Driven by the above reasons, it is necessary to develop an electricity consumption prediction model that can be well applied in the pandemic. In this work, a hybrid prediction system is proposed with data processing, modelling, and optimization. An improved complete ensemble empirical mode decomposition with adaptive noise is used for data preprocessing, which overcomes the shortcomings of the original method; a multi-objective optimizer is adopted for ensuring the accuracy and stability; support vector machine is used as the prediction model. Taking daily electricity demand of US as an example, the results prove that the proposed hybrid models are superior to benchmark models in both prediction accuracy and stability. Moreover, selection of input parameters is discussed, and the results indicate that the model considering the daily infections has the highest prediction accuracy and stability, and it is proved that the proposed model has great potential in real-world applications.Entities:
Keywords: COVID-19; Denoising; Electricity demand; Multi-objective optimizer; Prediction; Support vector machine
Year: 2020 PMID: 33324028 PMCID: PMC7728554 DOI: 10.1016/j.energy.2020.119568
Source DB: PubMed Journal: Energy (Oxf) ISSN: 0360-5442 Impact factor: 7.147
Fig. 1Distribution of COVID-19 infections worldwide.
Studies related to energy demand prediction in the past two years.
| Reference | Prediction target | Model | Factors considered | Models for comparison |
|---|---|---|---|---|
| [ | Energy demand in Iran | A hybrid model combines scenario analysis and Bayesian approach | Historical energy demand, primary energy production, population, GDP, natural gas price, gasoline price | – |
| [ | Energy demand in Ireland | Covariance matrix adaptation evolutionary strategy | Historical energy demand | PSO, DE, BP, MA, RWF, LR |
| [ | Electricity demand in India | LSTM | Historical electricity demand considering cluster analysis | ANN, RNN, SVM |
| [ | Electricity demand in New South Wales and Singapore | VMD-SSA-SVM | Historical electricity demand | SVM, SSA-SVM, SSA-LSSVM, ARIMA |
| [ | Natural gas demand in Germany | FAR-CNN | Historical natural gas demand | FAR-LSTM, FAR, CNN, LSTM, MLP, AR, SAR, LightGBM |
| [ | Energy demand in China | ADL-MIDAS | Historical energy demand | – |
| [ | Residential natural gas demand | LR, KM, KMM, TRM, TLM, TNM | Historical maximum daily demand, weather | – |
| [ | Energy demand in Basilicata and Italy | Regression analysis | End user-related factors | – |
| [ | Load demand | SWPT–HHO–FNN | Historical load demand, date attribute, weather | PSO-ANN, PSO-LSSVM, BP |
| [ | Energy demand | ARIMA-ANN-PSO-SVM | Historical energy demand | ARIMA, ANN, PSO-SVM |
| [ | Building energy demand | Engineering simulation | Factors related to building energy | – |
Fig. 2Nine factors considered by GRSI.
Fig. 3Datasets of electricity demand and three COVID-19-related factors.
The statistical description of the four datasets.
| Dataset | Unit | Data amount | Maximum | Minimum | Mean | Standard deviation |
|---|---|---|---|---|---|---|
| ED | MWh | 118 | 12,283,918 | 8,518,041 | 9893992.51 | 843837.09 |
| DI | – | 118 | 48,529 | 0 | 12016.01 | 13542.94 |
| DD | – | 118 | 4928 | 0 | 728.02 | 991.41 |
| GRSI | – | 118 | 73.57 | 0 | 40.53 | 31.36 |
Fig. 4Overall prediction system.
Ranges of the raw dataset and decomposed datasets.
Data normalization
| Dataset | Raw data | IMF1 | IMF2 | IMF3 | IMF4 | IMF5 | IMF6 |
|---|---|---|---|---|---|---|---|
| Maximum | 12,283,918 | 498434.6 | 529416.8 | 261793.4 | 176162.7 | 739302.2 | 10,188,100 |
| Minimum | 8,518,041 | −487,111 | −487,698 | −214,320 | −170,305 | −225,773 | 9,110,830 |
Fig. 5The optimization and training processes of MOGWO-SVM.
Fig. 6The principle of one-day ahead prediction.
Denormalization and addition
Reasons for choosing benchmark models and their theories and applications.
| Model | Reason for being selected | Theories | Applications |
|---|---|---|---|
| NSGAII-SVM | NSGA-II is a classic multi-objective optimizer. It adopts fast non-dominated sorting and elite strategy. | [ | [ |
| WOA-SVM | WOA is one of the most popular meta-heuristic optimizers that has appeared in recent years. | [ | [ |
| PSO-SVM | PSO is a classic meta-heuristic optimizer. | [ | [ |
| SVM | The most primitive SVM model. | [ | [ |
| RBFNN | One of the most popular neural network models. | [ | [ |
Fig. 7The prediction results of each model in the test set.
The error of each model.
| Model | MAE (MWh) | RMSE (MWh) | MAPE (%) |
|---|---|---|---|
| NSGAII-SVM | 657551.0 | 713818.0 | 7.28 |
| WOA-SVM | 203117.0 | 261994.0 | 2.24 |
| PSO-SVM | 273117.0 | 355819.0 | 2.99 |
| SVM | 507161.0 | 574946.0 | 5.62 |
| RBFNN | 481283.0 | 577849.0 | 5.26 |
Note: Bold denotes the data with best performance in the current dataset.
Fig. 8The relative error of the prediction. (a) ICEEMDAN-MOGWO-SVM; (b) NSGAII-SVM; (c) WOA-SVM; (d) PSO-SVM; (e) SVM; (f) RBFNN.
Fig. 9STDRE of each model in the test set.
The DM test statistics of each benchmark model.
| Model | DM test |
|---|---|
| NSGAII-SVM | 15.2315∗ |
| WOA-SVM | 3.9445∗ |
| PSO-SVM | 4.6559∗ |
| SVM | 11.6551∗ |
| RBFNN | 4.7936∗ |
Note: ∗ is 5% significance level.
Accuracy and stability metrics of four models.
| Case | MAE (MWh) | RMSE (MWh) | MAPE (%) | STDRE (%) |
|---|---|---|---|---|
| MOGWO-SVM | 141955.0 | 172917.0 | 1.56 | 1.616 |
| ICEEMDAN-SVM | 458448.0 | 529195.5 | 5.09 | 3.152 |
| SVM | 507161.0 | 574946.0 | 5.62 | 3.256 |
Note: Bold denotes the data with best performance in the current dataset.
Fig. 10The influence of ICEEMDAN on the prediction accuracy and stability of MOGWO-SVM. (a) Accuracy; (b) Stability.
Correlation between three COVID-19-related factors and ED.
| Variable | Correlation coefficient | ||
|---|---|---|---|
| PCC | SCC | KCC | |
| DI | −0.7861 | −0.8847 | −0.7041 |
| DD | −0.6561 | −0.8637 | −0.6754 |
| GRSI | −0.8410 | −0.8668 | −0.7074 |
Model inputs corresponding to seven cases.
| Case | Input(s) |
|---|---|
| Case 1 (original) | ED, DI, DD, GRSI |
| Case 2 | ED, DI |
| Case 3 | ED, DD |
| Case 4 | ED, GRSI |
| Case 5 | ED, DI, DD |
| Case 6 | ED, DI, GRSI |
| Case 7 | ED, DD, GRSI |
Fig. 11The prediction results of seven cases.
Accuracy and stability metrics for seven cases.
| Case | MAE (MWh) | RMSE (MWh) | MAPE (%) | STDRE (%) |
|---|---|---|---|---|
| Case 1 (original) | 45134.7 | 54865.1 | 0.49 | 0.389 |
| Case 3 | 73448.3 | 76074.6 | 0.80 | 0.220 |
| Case 4 | 41361.7 | 44057.3 | 0.45 | 0.160 |
| Case 5 | 56840.1 | 72454.7 | 0.62 | 0.591 |
| Case 6 | 50032.1 | 58502.2 | 0.54 | 0.355 |
| Case 7 | 115,952 | 126308.0 | 1.26 | 0.540 |
Note: Bold denotes the data with best performance in the current dataset.
Fig. 12The prediction accuracy ranking of models considering different factors.
Fig. 13One-day ahead, two-day ahead, three-day ahead prediction results.