-
CiteScore
0.10
Impact Factor
Volume 2, Issue 1, Agricultural Science and Food Processing
Volume 2, Issue 1, 2025
Submit Manuscript Edit a Special Issue
Agricultural Science and Food Processing, Volume 2, Issue 1, 2025: 1-11

Open Access | Review Article | 19 November 2024
Research Progress on Time Series Prediction of Agricultural Disaster Risk: A Mini-review
1 Lanzhou Regional Climate Center, Lanzhou 730020, China
2 Lanzhou Institute of Arid Meteorology, Lanzhou 730020,China
3 College of Earth Science and Engineering, West Yunnan University of Applied Sciences, Dali 671006, China
* Corresponding Authors: Jingjing Lin, [email protected] ; Jing Wang, [email protected]
Received: 16 October 2024, Accepted: 09 November 2024, Published: 19 November 2024  
Abstract
Food security is crucial for human survival and national economic development, but frequent meteorological disasters have caused great harm to agricultural production. Therefore, it is very important and meaningful to study how to quickly and accurately predict the loss rate of disasters. Only based on historical loss sequence, the time series prediction method can effectively predict future loss. Therefore, this paper first briefly describes the main means of time series prediction, namely statistical methods and machine learning algorithms. Secondly, the commonly used machine learning algorithms for disaster loss time series prediction, and its application cases and existing problems, were introduced in detail. To address the issue of small sample sizes for loss predication, data augmentation techniques can be used; To address the issue of data non-stationarity, Empirical Mode Decomposition (EMD) can be used to decompose the original sequence into relatively stationary sub-sequences. In addition, exploratory solutions have been proposed, such as ensemble learning strategies for multiple machine learners, and combining machine learning algorithms with optimization algorithms, strong prediction strategies, or attention mechanisms. Finally, a summary solution for conventional disaster damage prediction was proposed.

Keywords
food security
meteorological disasters
time series prediction
machine learning

1. Significance and Overview of Agricultural Disaster Loss Sequence Prediction

Food security is a cornerstone of human survival and sustainable economic development. However, frequent meteorological disasters—such as droughts, floods, and extreme temperatures—severely threaten agricultural productivity, leading to significant crop losses and destabilizing food supply chains [1, 2]. Accurate prediction of agricultural disaster losses is critical for proactive disaster mitigation, resource allocation, and policy formulation to safeguard food production [1, 3, 4, 5, 6, 7, 8].

Therefore, it is very important and meaningful to study how to quickly and accurately predict the loss rate of disasters. However, due to the irregularity of the frequency and degree of meteorological disasters, predicting disaster losses is a difficult scientific problem, which raising an urgent need to develop a fast and feasible method [9, 10].

Traditional approaches to loss assessment often rely on post-disaster surveys, which are time-consuming and reactive. Time series prediction methods, which analyze historical loss data to forecast future trends, offer a promising alternative by enabling preemptive risk management [6]. Based on historical loss sequence, and past loss values as input data, a forecast model that conforms to the loss variation law is constructed to predict future loss.

However, the formation of disaster losses is very complex and influenced by multiple factors, often exhibiting nonlinear and unstable characteristics, making it difficult to building an effective forecasting model. In addition, agricultural disaster losses exhibit complex nonlinear and non-stationary patterns due to interactions between climate variability, soil conditions, and crop resilience, making accurate prediction challenging [11].

2. Time Series Prediction Methods

In the field of agricultural disaster loss prediction, due to the seasonality, periodicity, and high randomness of agricultural production data, traditional statistical methods often fail to precisely predict crop yield reduction and economic losses. Machine learning methods can effectively capture these complex nonlinear characteristics, showcasing stronger advantages in agricultural yield prediction, pest outbreak forecasting, and disaster loss estimation. The time series prediction methods mainly include statistical and machine learning methods. The statistical method utilizes statistical equations to construct prediction models. Traditional statistical models include autoregressive (AR) [12], autoregressive moving average (ARMA) [13], autoregressive integral moving average (ARIMA) [14] models, and so on. The AR model can fit the relationship between regression variables themselves. The iterative relationship between adjacent variables is represented by a linear combination of historical data. The moving average (MA) model introduces sliding windows to extract variation features. The integration of AR and MA can more accurately simulate time sequence. Afterwards, the ARIMA method was also developed and widely applied [15, 16].

In addition, other statistical methods are also popular, such as exponential smoothing model (ES) [17, 18], cubic polynomial curve fitting model (CPCF) [19], and grey model (GM) [20], etc. These statistical methods have shown good performance in solving low dimensional and linear problems [21], but have weak performance in nonlinear prediction, which cannot be predicted well meteorological disaster losses with complex, nonlinear, multi-dimensional, and uncertain characteristics.

Machine learning (ML) algorithms have achieved satisfactory results in regression [22]. It can effectively fit nonlinear relationships between multi-dimensional variables by constructing complex learning networks and significantly enhance forecast accuracy [2, 16, 23], which become a possible solution for loss prediction [15, 24, 25].

In the past few decades, various machine learning models for time series prediction have been proposed, such as artificial neural network (ANN) [26, 27, 28, 29], backpropagation neural network (BPNN) [30, 31], generalized regression neural network (GRNN) [32], recurrent neural network (RNN) [33], long short-term memory network (LSTM) [34, 35], Gated Recurrent Unit network (GRU) [36, 37], radial basis function network (RBF) [38], support vector machine model (SVM) [39, 40, 41, 42], extreme learning machines (ELMs), and so on.

3. Some Main Prediction Algorithms

Machine learning method performs well in disaster loss rate estimation, with robust analysis and processing capabilities for high-dimensional and nonlinear data. Therefore, research in this area has gradually increased [6, 28, 43, 44, 45, 46, 47]. For example, some researchers have utilized BPNN [48, 49], RF [2, 50, 51], or Support Vector Machine (SVM) [4, 52, 53] for disaster loss rate estimation and have achieved excellent results, which provide a mature research foundation [7]. For example, ANN and LSTM neural network models have been widely applied in crop yield forecasting, crop growth simulation, and pest occurrence risk assessment, demonstrating excellent prediction performance. The SVM method, due to its robustness in small sample problems, has been successfully used in agricultural disaster loss prediction (e.g., damage to coastal farmland due to storm surges) and food supply chain disruption forecasting.

The following is a brief overview and application of some main machine learning algorithms.

3.1 Neural Networks

Artificial neural network (ANN) has many advantages such as nonlinearity, adaptability, parallelism, robustness, and strong computing power [54], and have been applied in many fields for prediction, such as economic growth estimation [55, 56], stock price prediction [57, 58], and exchange rate prediction [59, 60]. The numerical experiment indicates that the performance of various neural networks with different network structures varies and is suitable for different situations [38].

For instance, BPNN is a classic network in time series analysis. Even many scholars use heuristic optimization algorithms to optimize its initial weights and thresholds in order to improve model accuracy. However, it still has drawbacks such as slow convergence speed, low running efficiency and poor generalization ability [11, 61, 62].

RNN is a typical algorithm. In RNN, the hidden layer endows memory function by connecting nodes in different components, but it has a divergence issue over a long period of time. Therefore, LSTM was proposed by introducing gate components. Furthermore, it was improved by redesigning the gate structure [63], such as bidirectional LSTM and GRU.

Additionally, GRNN performs well in small sample fitting [64].

3.2 Support Vector Machine

Support Vector Machine (SVM) is a new type of machine learning method, which has many strengths to process nonlinear data, global optimization, strong adaptability, and strong generalization ability, especially for complex problems such as small samples, nonlinearity, and high-dimensional. Compared with neural network models, support vector machine models require less training data [6]. Therefore, it is an effective tool and more suitable for simulating and predicting disaster loss sequences [65].

Based on traditional SVM and by combining regularization theory, Least Squares Support Vector Machine (LSSVM) is developed, which transforms inequality constraints into equality constraints, and uses quadratic programming method to solve function estimation problems, greatly improving convergence speed [66]. Overall, LSSVM can not only solve problems with few samples and nonlinearity, but also has many advanced properties (such as simple operation, fast convergence speed and high prediction accuracy, etc.), which can be used for disaster loss prediction [6, 11]. However, it should also be noted that non-stationary time series have a significant impact on their prediction accuracy [11].

3.3 Application of Machine Learning Algorithms in Disaster Loss Prediction

At present, researches on disaster loss prediction are mainly focused on earthquakes [67, 68, 69], tropical cyclones [70, 71, 72, 73], floods [74, 75, 76, 77], storm surges [78],Wang et al. [79] and forest fires [16, 80].

Loss prediction models include two forms, i.e. single and combined models.

Here are some cases of single model. Wang et al. [79] estimate direct losses of storm surges by using GIS and open data. Yin et al. [78] established a grey correlation model of storm surge disaster losses in coastal areas of China. Jin et al. [4] using SVM to predicted storm surge disaster loss with small sample data. Feng et al. [81] forecasted the direct economic losses and sufferers of storm surges separately based on SVM and BPNN. Zhang et al. [82] evaluated the accuracy of five models, including BPNN, one-dimensional convolutional neural network, decision tree (DT), random forest (RF), and extreme gradient enhancement (XGBoost), in constructing mudslides prediction models. Lou et al. [83] constructed a loss assessment model of tropical cyclone based on SVM. Cao et al. [84] used an improved grey model to assess the direct economic losses caused by marine disasters in coastal cities of China. He et al. [85] used dynamic recurrent neural networks to predict flood disaster losses. Ye et al. [86] discussed the feasibility of artificial neural networks, nonlinear regression, and EI Niño for predicting storm surge disasters. Yang et al. [87] utilized the extended Kalman filter to forecast the economic losses and casualties caused by storm surge. Wu et al. [11] applied LSSVM to predict the economic losses of waterlogging in the subway station project. As research deepens, more and more models are available, but choosing the appropriate model still poses challenges [88].

Besides single model, many researchers proposed a combination model to improve the prediction accuracy [89, 90]. For example, Chen et al. [91] combined GA Elman neural network (ENN), support vector regression (SVR), and GRNN into a comprehensive evaluation model for predicting tropical cyclone losses. Feng and Liu [81] believe that the joint model of BP and SVM can better predict the economic losses by storm surges. Zhao et al. [15] combined the results of ENN and GRNN to achieve interval prediction of economic losses caused by storm surge disasters. They think that the performance of the combined model is better than that of the single model. Meng et al. [92] used four machine learning models to predict the direct economic losses caused by tropical cyclones in Guangdong Province. Yang et al. [93] predicted the affected population caused by tropical cyclones based on a mixed model of the generalized additive model(GAM) and XGBoost.

4. Problems in Predicting Disaster Loss Time Series

Time series prediction has been a research hotspot in the past decade. Traditional statistical methods and machine learning methods have been widely studied and applied.

Machine learning methods have strong learning abilities, which can automatically learn hidden feature information in data and capture nonlinear relationships. However, when the data is complex and unstable, this learning ability requires a large amount of data for training and optimization to achieve excellent performance with high accuracy and strong robustness [37].

However, due to the complexity, irregularity, noise, and instability of meteorological disasters, as well as difficulties in data collection, loss time sequences also exhibit small sample size, strong randomness, high volatility, weak regularity, non-stationary and nonlinear characteristics [6, 15, 37]. So, the prediction results from the original dataset are often not satisfactory.

Small Sample Problem: Agricultural production data often suffer from short recording periods and limited effective data, which not only reduces the model's generalization ability but also directly impacts the applicability of prediction results in real agricultural decision-making. Therefore, data augmentation techniques (e.g., interpolation, information diffusion methods) to generate additional data samples help improve the predictive capability of agricultural production models, making them more suitable for practical agricultural scenarios.

Non-stationary Problem: Agricultural production data is often influenced by crop growth periods, seasonal changes, and disaster occurrence frequencies, resulting in noticeable non-stationarity. Applying Empirical Mode Decomposition (EMD) to decompose agricultural disaster loss sequences allows for the extraction of different frequency loss patterns, helping to build more stable and reliable agricultural loss prediction models.

In summary, small sample size and non-stationary of data in loss prediction are the two main issues.

4.1 Small Sample Size and Its Solution

The small sample size problem often led to large errors and poor performance in loss estimation model. It inevitably brings some limitations to machine learning based loss rate estimation models, such as easy overfitting and poor generalization ability [7, 37]. Therefore, in this case, choosing a suitable learning algorithm, or finding a method to enhance the information of the original data, is currently urgently needed [2].

Some researchers proposed data augmentation technology to address the issue [37], such as virtual sample generation (VSG) [94, 95]. The strategy of VSG is to extract prior information from a given small sample data, and then generate new virtual samples to fill the information gap between the original samples, which can obtain more samples containing the original data features [37]. These virtual samples have similarity. Its data distribution and statistical characteristics are the same as the original sample [37].

There are also many VSG techniques applied in small samples. For example, Li et al. [96] use an information diffusion model (IDM) to generate virtual loss samples. Huang [97] also proposed an information diffusion model, which is a fuzzy statistical technique that converts single point samples into set valued samples, which can effectively utilize fuzzy information in small samples to fill information gaps. Additionally, Sun [2] proposed a new data augmentation technique called k-nearest neighbor Gaussian noise method (KNN-GN), which generates virtual samples by adding Gaussian noise to the original sample. Rogoza [98] proposed local extrapolation to simulate small samples less than ten. Yuan et al. [1] and Sun et al. [2] generate virtual samples through interpolation.

Presently, some scholars have conducted researches on small sample prediction. For example, Dan et al. [99] established a small sample preprocessing model to enhance data stationarity, and then used simulated annealing algorithm and SVM for prediction. Rajesh et al. [100] and Deng et al. [101] also applied grey theory to traditional small sample prediction. Sun et al. [2] combined KNN-GN with XGBoost to construct a prediction model, which can quickly and accurately estimate direct economic losses in a short period of time after a storm surge occurs.

4.2 Data Non-stationary and Its Solutions

On this issue, some studies have shown that the Empirical Mode Decomposition (EMD) can decompose the original sequence into a set of IMF (Intrinsic Mode Function) components with different frequencies and residuals. After decomposition, these subsequences are relatively stationary, which are easy to simulate, can fully mine data information, better reflect the physical characteristics of the original data, and extract linear features from nonlinear time series. Further, this method shows strong universality in processing non-stationary data [97].

This technology has also been applied to loss prediction. For instance, Chai et al. [6] decomposed the time series of ship collision conflicts into combinations of different frequency subsequences. Each subsequence displayed a more regular frequency range than the original conflict sequence. Subsequently, different LSSVMs were established for each IMF components. The final prediction result of the ship collision conflict number was obtained by summarizing the prediction results of each subsequence. After this step, the prediction accuracy was greatly improved [6].

4.3 Other Solutions

Besides the above solutions in a single model, some ensemble learning strategies that use multiple machine learners also begun to emerge [9, 20, 37, 102, 103, 104, 105]. Ensemble learning is a learning strategy that combines multiple learners together to reduce bias, achieve superior generalization ability, improve the accuracy and reliability of prediction, and has already achieved excellent performance for predication [2, 106, 107]. Compared to a single machine learning model, it can absorb the advantages of a single method and more effectively extract the features of data. In addition to single and combined models, ensemble learning and optimization algorithms are gradually gaining attention in agricultural disaster prediction. For example, integrating optimization techniques such as Genetic Algorithms (GA) and Particle Swarm Optimization (PSO) with machine learning models for crop yield prediction, livestock loss estimation, and food supply chain forecasting further improves the model's accuracy. Additionally, the prediction results can directly support agricultural insurance pricing, disaster risk zoning, and food emergency reserve management.

Especially for small sample data, it can effectively fit nonlinear functions, and comprehensively extract high-dimensional and temporal features of data. Even for the loss prediction, whether it is the affected populations or economic losses, the composite prediction has a smaller error than the two single predictions. For instance, Du et al., [7] constructed a new combination model, namely Elman neural network-Generalized regression neural network-Definite integral model (ENN-GRNN-DI), for interval prediction of disaster losses [2, 7, 15].

In addition, some researches combined optimization algorithms and machine learning model. They adopted optimization methods to optimize the hyperparameters of machine learning algorithms to improve prediction accuracy. For example, Wang et al. [108] and Yuan et al. [1] respectively used the Beetle Antenna Search (BAS) algorithm and Levenberg Marquardt (LM) algorithm to optimize the BPNN, and used the optimized BPNN model to predict the economic losses of storm surges, and found that the prediction accuracy is significantly improved. Lin et al. [42] used a Vector Space Model (VSM) to correct the results of BPNN. Chen et al. [91] combined genetic algorithm (GA) with Elman neural network, SVR, and GRNN models to predict tropical cyclone losses. Liu et al. [109] proposed a hybrid model that combines wavelet transform (WT), genetic algorithm, and support vector machine. Wu et al. [11] established a new intelligent prediction model for economic losses of subway station caused by rainstorm and flood using sparrow search algorithm (SSA), mean impact value (MIV) and LSSVM. The results showed that SSA algorithms has the advantages of good stability, strong global search ability, and fewer parameters. This fusion method can not only improve the prediction accuracy, but also have strong interpretability.

Furthermore, some researchers adopted a strategy of combining machine learning algorithms with strong predictors, such as Zhao [31] combining an adaptive boosting algorithm with BPNN (Adaboost-BPNN) to predict direct economic losses from marine disasters [2, 11]. Moreover, other researchers combined machine learning algorithms with attention mechanisms to improve prediction accuracy.

5. Conclusion

Therefore, based on the above analysis of existing disaster loss prediction, in order to improve the accuracy of disaster loss predication, the following schemes can be proposed for conventional solutions:

1) The EMD-LSSVM method (i.e. Combining empirical mode decomposition and least squares support vector machine models): It decomposes the original disaster loss time series into a set of IMFs and a residual. Then, corresponding LSSVM models are established using IMF components. Finally, the predicted values of final loss are obtained by adding each sub-sequence result [6].

2) The Interpolation-LSSVM method (i.e. Combining Interpolation and least squares support vector machine models): It can achieve the goal of accurately estimating disaster loss under small sample conditions. Firstly, Interpolation is used to generate a new enhanced data set. Then, LSSVM algorithm is conducted to obtain the optimal loss estimation. Finally, the model robustness was verified [7].

Based on the analysis above, future agricultural disaster loss prediction methods should focus on the EMD-LSSVM method (suitable for non-stationary agricultural data) and interpolation-enhanced LSSVM method (suitable for small sample agricultural problems). Both methods help improve the accuracy and stability of disaster predictions, which in turn provide more precise disaster risk forecasting services for agricultural production, food processing, and agricultural supply chains. This will effectively reduce the negative impact of meteorological disasters on agriculture and food production, ensuring food security.


Data Availability Statement
Not applicable.

Funding
This work was supported without any funding.

Conflicts of Interest
Feng Fang, Jingjing Lin, Peixuan Chen, Pengcheng Huang, Xing Wang, Yulong Ma, Liwei Liu, and Xiaowei Wang are employees of the Lanzhou Regional Climate Center, Lanzhou 730020, China. Jing Wang is an employee of the Lanzhou Institute of Arid Meteorology, Lanzhou 730020, China.

Ethical Approval and Consent to Participate
Not applicable.

References
  1. Yuan, S., Wang, G., Chen, J., & Guo, W. (2019). Assessing the forecasting of comprehensive loss incurred by typhoons: a combined PCA and BP neural network model. Journal of Artificial Intelligence, 1(2), 69.
    [Google Scholar]
  2. Sun, H., Wang, J., & Ye, W. (2021). A data augmentation-based evaluation system for regional direct economic losses of storm surge disasters. International journal of environmental research and public health, 18(6), 2918.
    [CrossRef]   [Google Scholar]
  3. Young, C. C., & Liu, W. C. (2015). Prediction and modelling of rainfall–runoff during typhoon events using a physically-based and artificial neural network hybrid model. Hydrological Sciences Journal, 60(12), 2102-2116.
    [CrossRef]   [Google Scholar]
  4. Jin, X., Shi, X., Gao, J., Xu, T., & Yin, K. (2018). Evaluation of loss due to storm surge disasters in China based on econometric model groups. International journal of environmental research and public health, 15(4), 604.
    [CrossRef]   [Google Scholar]
  5. Gao, S., Huang, Y., Zhang, S., Han, J., Wang, G., Zhang, M., & Lin, Q. (2020). Short-term runoff prediction with GRU and LSTM networks without requiring time step optimization during sample generation. Journal of Hydrology, 589, 125188.
    [CrossRef]   [Google Scholar]
  6. Chai, T., & Xue, H. (2021). A study on ship collision conflict prediction in the Taiwan Strait using the EMD-based LSSVM method. PLoS one, 16(5), e0250948.
    [CrossRef]   [Google Scholar]
  7. Du, X., Li, X., Zhang, S., Zhao, T., Hou, Q., Jin, X., & Zhang, J. (2022). High-accuracy estimation method of typhoon storm surge disaster loss under small sample conditions by information diffusion model coupled with machine learning models. International Journal of Disaster Risk Reduction, 82, 103307.
    [CrossRef]   [Google Scholar]
  8. Guo, H., Yin, K., & Huang, C. (2022). Modeling of Direct Economic Losses of Storm Surge Disasters Based on a Novel Hybrid Forecasting System. Frontiers in Marine Science, 8, 804541.
    [CrossRef]   [Google Scholar]
  9. Yang, W., Wang, J., Niu, T., & Du, P. (2019). A hybrid forecasting system based on a dual decomposition strategy and multi-objective optimization for electricity price forecasting. Applied energy, 235, 1205-1225.
    [CrossRef]   [Google Scholar]
  10. Kappi, M., & Mallikarjuna, B. (2024). Artificial intelligence and machine learning for disaster prediction: a scientometric analysis of highly cited papers. Natural Hazards, 1-21.
    [Google Scholar]
  11. Wu, H., & Wang, J. (2021). A method for prediction of waterlogging economic losses in a subway station project. Mathematics, 9(12), 1421.
    [CrossRef]   [Google Scholar]
  12. Jin, C. Z., Jia, L. J., Yang, Z. J., & Wada, K. (2002, December). On convergence of a BCLS algorithm for noisy autoregressive process estimation. In Proceedings of the 41st IEEE Conference on Decision and Control, 2002. (Vol. 4, pp. 4252-4257). IEEE.
    [CrossRef]   [Google Scholar]
  13. Jin, Z., Shu, Y., Liu, J., & Yang, O. W. (2000, May). Prediction-based network bandwidth control. In 2000 Canadian Conference on Electrical and Computer Engineering. Conference Proceedings. Navigating to a New Era (Cat. No. 00TH8492) (Vol. 2, pp. 675-679). IEEE.
    [CrossRef]   [Google Scholar]
  14. Qin, M., Li, Z., & Du, Z. (2017). Red tide time series forecasting by combining ARIMA and deep belief network. Knowledge-Based Systems, 125, 39-52.
    [CrossRef]   [Google Scholar]
  15. Zhao, X., Li, H., Ding, L., Wang, W., & Xue, Y. (2020). Forecasting direct economic losses of marine disasters in China based on a novel combined model. International Journal of Disaster Risk Reduction, 51, 101921.
    [CrossRef]   [Google Scholar]
  16. Zhang, S., Zhang, J., Li, X., Du, X., Zhao, T., Hou, Q., & Jin, X. (2022). Estimating the grade of storm surge disaster loss in coastal areas of China via machine learning algorithms. Ecological Indicators, 136, 108533.
    [CrossRef]   [Google Scholar]
  17. Taylor, J. W. (2003). Short-term electricity demand forecasting using double seasonal exponential smoothing. Journal of the Operational Research Society, 54(8), 799-805.
    [CrossRef]   [Google Scholar]
  18. Smyl, S. (2020). A hybrid method of exponential smoothing and recurrent neural networks for time series forecasting. International journal of forecasting, 36(1), 75-85.
    [CrossRef]   [Google Scholar]
  19. Chu, F. L. (2004). Forecasting tourism demand: a cubic polynomial approach. Tourism management, 25(2), 209-218.
    [CrossRef]   [Google Scholar]
  20. Wang, Q., & Song, X. (2019). Forecasting China’s oil consumption: a comparison of novel nonlinear-dynamic grey model (GM), linear GM, nonlinear GM and metabolism GM. Energy, 183, 160-171.
    [CrossRef]   [Google Scholar]
  21. Yi, A., Yang, M., & Li, Y. (2021). Macroeconomic uncertainty and crude oil futures volatility–evidence from China crude oil futures market. Frontiers in Environmental Science, 9, 636903.
    [CrossRef]   [Google Scholar]
  22. Graves, A., Mohamed, A. R., & Hinton, G. (2013, May). Speech recognition with deep recurrent neural networks. In 2013 IEEE international conference on acoustics, speech and signal processing (pp. 6645-6649). IEEE.
    [CrossRef]   [Google Scholar]
  23. Shirzadi, A., Shahabi, H., Chapi, K., Bui, D. T., Pham, B. T., Shahedi, K., & Ahmad, B. B. (2017). A comparative study between popular statistical and machine learning methods for simulating volume of landslides. Catena, 157, 213-226.
    [CrossRef]   [Google Scholar]
  24. Chang, T. K., Talei, A., Alaghmand, S., & Ooi, M. P. L. (2017). Choice of rainfall inputs for event-based rainfall-runoff modeling in a catchment with multiple rainfall stations using data-driven techniques. Journal of Hydrology, 545, 100-108.
    [CrossRef]   [Google Scholar]
  25. Mosavi, A., Ozturk, P., & Chau, K. W. (2018). Flood prediction using machine learning models: Literature review. Water, 10(11), 1536.
    [CrossRef]   [Google Scholar]
  26. Tayfur, G., & Singh, V. P. (2006). ANN and fuzzy logic models for simulating event-based rainfall-runoff. Journal of hydraulic engineering, 132(12), 1321-1330.
    [CrossRef]   [Google Scholar]
  27. Chua, L. H., Wong, T. S., & Sriramula, L. K. (2008). Comparison between kinematic wave and artificial neural network models in event-based runoff simulation for an overland plane. Journal of hydrology, 357(3-4), 337-348.
    [CrossRef]   [Google Scholar]
  28. Chen, C. S., Chen, B. P. T., Chou, F. N. F., & Yang, C. C. (2010). Development and application of a decision group Back-Propagation Neural Network for flood forecasting. Journal of hydrology, 385(1-4), 173-182.
    [CrossRef]   [Google Scholar]
  29. Kan, G., Yao, C., Li, Q., Li, Z., Yu, Z., Liu, Z., ... & Liang, K. (2015). Improving event-based rainfall-runoff simulation using an ensemble artificial neural network based hybrid data-driven model. Stochastic environmental research and risk assessment, 29, 1345-1370.
    [Google Scholar]
  30. Velo-Suárez, L., & Gutiérrez-Estrada, J. C. (2007). Artificial neural network approaches to one-step weekly prediction of Dinophysis acuminata blooms in Huelva (Western Andalucía, Spain). Harmful Algae, 6(3), 361-371.
    [CrossRef]   [Google Scholar]
  31. Zhao, X., Li, H., Ding, L., & Liu, M. (2019). Research and application of a hybrid system based on interpolation for forecasting direct economic losses of marine disasters. International Journal of Disaster Risk Reduction, 37, 101121.
    [CrossRef]   [Google Scholar]
  32. Gu, S. M., Sun, X. H., Wu, Y. H., & Cui, Z. D. (2012, May). An approach to forecast red tide using generalized regression neural network. In 2012 8th International Conference on Natural Computation (pp. 194-198). IEEE.
    [CrossRef]   [Google Scholar]
  33. Shu, X., Zhang, L., Qi, G. J., Liu, W., & Tang, J. (2021). Spatiotemporal co-attention recurrent neural networks for human-skeleton motion prediction. IEEE Transactions on Pattern Analysis and Machine Intelligence, 44(6), 3300-3315.
    [CrossRef]   [Google Scholar]
  34. Ding, Y., Zhu, Y., Feng, J., Zhang, P., & Cheng, Z. (2020). Interpretable spatio-temporal attention LSTM model for flood forecasting. Neurocomputing, 403, 348-359.
    [CrossRef]   [Google Scholar]
  35. Onan, A. (2022). Bidirectional convolutional recurrent neural network architecture with group-wise enhancement mechanism for text sentiment classification. Journal of King Saud University-Computer and Information Sciences, 34(5), 2098-2117.
    [CrossRef]   [Google Scholar]
  36. Wei, X., Zhang, L., Yang, H. Q., Zhang, L., & Yao, Y. P. (2021). Machine learning for pore-water pressure time-series prediction: Application of recurrent neural networks. Geoscience Frontiers, 12(1), 453-467.
    [CrossRef]   [Google Scholar]
  37. Zhang, Y. L., Bai, Y. T., Jin, X. B., Su, T. L., Kong, J. L., & Zheng, W. Z. (2023). Deep Fusion Prediction Method for Nonstationary Time Series Based on Feature Augmentation and Extraction. Applied Sciences, 13(8), 5088.
    [CrossRef]   [Google Scholar]
  38. Sztobryn, M. (2003). Forecast of storm surge by means of artificial neural network. Journal of Sea Research, 49(4), 317-322.
    [CrossRef]   [Google Scholar]
  39. Bray, M., & Han, D. (2004). Identification of support vector machines for runoff modelling. Journal of Hydroinformatics, 6(4), 265-280.
    [CrossRef]   [Google Scholar]
  40. Yu, P. S., Chen, S. T., & Chang, I. F. (2006). Support vector regression for real-time flood stage forecasting. Journal of hydrology, 328(3-4), 704-716.
    [CrossRef]   [Google Scholar]
  41. Chen, S. T., & Yu, P. S. (2007). Pruning of support vector networks on flood forecasting. Journal of hydrology, 347(1-2), 67-78.
    [CrossRef]   [Google Scholar]
  42. Lin, G. F., Chen, G. R., Huang, P. Y., & Chou, Y. C. (2009). Support vector machine-based models for hourly reservoir inflow forecasting during typhoon-warning periods. Journal of hydrology, 372(1-4), 17-29.
    [CrossRef]   [Google Scholar]
  43. Gan, H. X., Zhang, B. G., Zheng, Y. Z., & Peng, J. M. (2008). Application of the grey model theory to forecast maritime traffic accident. Ship & Ocean Engineering, 37(6), 99-102.
    [Google Scholar]
  44. Chen, H. S., & Wei, Q. (2013). Application of the Grey Verhulst Model in Predicting Water Traffic Accidents. Journal of Navigation, 36(2), 67–69.
    [Google Scholar]
  45. Zhao, J. N., & Wu, Z. L. (2005). Forecasting of maritime accidents by grey-Markov model. Journal of Dalian Maritime University, 31(4), 15-18.
    [Google Scholar]
  46. Lu, X., & Yang, Y. (2006). Application of regression analysis method in vessel traffic accident forecasting. Journal of Wuhan University of Technology (Transportation Science and Engineering), 30(3), 546-548.
    [Google Scholar]
  47. Wang, Q., & Wang, Z. M. (2013). Forecasting of maritime traffic accidents based on the improved SCGM (1, 1) _c-markov model. Navigation of China, 36(4), 119-124.
    [Google Scholar]
  48. Guo, Z., Dai, X., Li, X., & Ye, S. (2013). Predict typhoon-induced storm surge deviation in a principal component back-propagation neural network model. Chinese Journal of Oceanology and Limnology, 31(1), 219-226.
    [CrossRef]   [Google Scholar]
  49. Cheng, C., Zeng, Q., Zhao, H., Guo, W., & Duan, H. (2019). Social impact assessment of storm surge disaster through dynamic neural network model. International Journal of Performability Engineering, 15(10), 2817.
    [CrossRef]   [Google Scholar]
  50. Dahal, O. (2020). Mapping and Predicting Community Vulnerability to Hurricane Florence in Coastal North Carolina Using Machine Learning (Doctoral dissertation).
    [Google Scholar]
  51. Behera, M. D., Prakash, J., Paramanik, S., Mudi, S., Dash, J., Varghese, R., ... & Srivastava, P. K. (2022). Assessment of tropical cyclone amphan affected inundation areas using sentinel-1 satellite data. Tropical Ecology, 1-11.
    [Google Scholar]
  52. Hien, N. T., Tran, C. T., Nguyen, X. H., Kim, S., Phai, V. D., Thuy, N. B., & Van Manh, N. (2020). Genetic programming for storm surge forecasting. Ocean Engineering, 215, 107812.
    [CrossRef]   [Google Scholar]
  53. Sahana, M., Rehman, S., Sajjad, H., & Hong, H. (2020). Exploring effectiveness of frequency ratio and support vector machine models in storm surge flood susceptibility assessment: A study of Sundarban Biosphere Reserve, India. Catena, 189, 104450.
    [CrossRef]   [Google Scholar]
  54. De Oliveira, M. M., Ebecken, N. F. F., De Oliveira, J. L. F., & de Azevedo Santos, I. (2009). Neural network model to predict a storm surge. Journal of applied Meteorology and Climatology, 48(1), 143-155.
    [CrossRef]   [Google Scholar]
  55. Feng, L., & Zhang, J. (2014). Application of artificial neural networks in tendency forecasting of economic growth. Economic Modelling, 40, 76-80.
    [CrossRef]   [Google Scholar]
  56. Milačić, L., Jović, S., Vujović, T., & Miljković, J. (2017). Application of artificial neural network with extreme learning machine for economic growth estimation. Physica A: Statistical Mechanics and its Applications, 465, 285-288.
    [CrossRef]   [Google Scholar]
  57. Zahedi, J., & Rounaghi, M. M. (2015). Application of artificial neural network models and principal component analysis method in predicting stock prices on Tehran Stock Exchange. Physica A: Statistical Mechanics and its Applications, 438, 178-187.
    [CrossRef]   [Google Scholar]
  58. Göçken, M., Özçalıcı, M., Boru, A., & Dosdoğru, A. T. (2016). Integrating metaheuristics and artificial neural networks for improved stock price prediction. Expert Systems with Applications, 44, 320-331.
    [CrossRef]   [Google Scholar]
  59. Panda, C., & Narasimhan, V. (2007). Forecasting exchange rate better with artificial neural network. Journal of Policy Modeling, 29(2), 227-236.
    [CrossRef]   [Google Scholar]
  60. Xiong, Z. (2011). Research on RMB exchange rate forecasting model based on combining ARIMA with Neural Networks. The journal of quantitative & technical economics, 6, 65-76.
    [Google Scholar]
  61. Tsai, C. P., & Lee, T. L. (1999). Back-propagation neural network in tidal-level forecasting. Journal of Waterway, Port, Coastal, and Ocean Engineering, 125(4), 195-202.
    [CrossRef]   [Google Scholar]
  62. Mandal, S. (2001). Discussion of “Back-Propagation Neural Network in Tidal-Level Forecasting” by S. Mandal. Journal of Waterway, Port, Coastal, and Ocean Engineering, 127(1), 55-55.
    [CrossRef]   [Google Scholar]
  63. Zheng, H., Lin, F., Feng, X., & Chen, Y. (2020). A hybrid deep learning model with attention-based conv-LSTM networks for short-term traffic flow prediction. IEEE Transactions on Intelligent Transportation Systems, 22(11), 6910-6920.
    [CrossRef]   [Google Scholar]
  64. Tao, F. U., Gong, Q. Z., Wang, D. Z., & Li, Q. I. (2015). Numerical control machine reliability distribution model research based on the ANN model and HPSO algorithm. J. Sichuan Univ. 52(2), 262–268.
    [Google Scholar]
  65. Vapnik, V. (2013). The nature of statistical learning theory. Springer science & business media.
    [Google Scholar]
  66. Suykens, J. A., & Vandewalle, J. (1999). Least squares support vector machine classifiers. Neural processing letters, 9, 293-300.
    [Google Scholar]
  67. Jena, R., Pradhan, B., Beydoun, G., Alamri, A. M., & Sofyan, H. (2020). Earthquake hazard and risk assessment using machine learning approaches at Palu, Indonesia. Science of the total environment, 749, 141582.
    [CrossRef]   [Google Scholar]
  68. Kim, T., Song, J., & Kwon, O. S. (2020). Pre-and post-earthquake regional loss assessment using deep learning. Earthquake Engineering & Structural Dynamics, 49(7), 657-678.
    [CrossRef]   [Google Scholar]
  69. Pulinets, S., Krankowski, A., Hernandez-Pajares, M., Marra, S., Cherniak, I., Zakharenkova, I., ... & Budnikov, P. (2021). Ionosphere Sounding for Pre-seismic anomalies identification (INSPIRE): Results of the project and Perspectives for the short-term earthquake forecast. Frontiers in Earth Science, 9, 610193.
    [CrossRef]   [Google Scholar]
  70. Qi, P., & Du, M. (2018). Multi-factor evaluation indicator method for the risk assessment of atmospheric and oceanic hazard group due to the attack of tropical cyclones. International journal of applied earth observation and geoinformation, 68, 1-7.
    [CrossRef]   [Google Scholar]
  71. Sawant, S., Mohite, J., Sakkan, M., & Pappula, S. (2019, July). Near real time crop loss estimation using remote sensing observations. In 2019 8th international conference on Agro-Geoinformatics (Agro-Geoinformatics) (pp. 1-5). IEEE.
    [CrossRef]   [Google Scholar]
  72. Giffard-Roisin, S., Yang, M., Charpiat, G., Kumler Bonfanti, C., Kégl, B., & Monteleoni, C. (2020). Tropical cyclone track forecasting using fused deep learning from aligned reanalysis data. Frontiers in big Data, 3, 1.
    [CrossRef]   [Google Scholar]
  73. Sattarzadeh, A. R., Kutadinata, R. J., Pathirana, P. N., & Huynh, V. T. (2023). A novel hybrid deep learning model with ARIMA Conv-LSTM networks and shuffle attention layer for short-term traffic flow prediction. Transportmetrica A: Transport Science, 1-23.
    [CrossRef]   [Google Scholar]
  74. Tehrany, M. S., Pradhan, B., Mansor, S., & Ahmad, N. (2015). Flood susceptibility assessment using GIS-based support vector machine model with different kernel types. Catena, 125, 91-101.
    [CrossRef]   [Google Scholar]
  75. Ali, S. A., Parvin, F., Pham, Q. B., Vojtek, M., Vojteková, J., Costache, R., ... & Ghorbani, M. A. (2020). GIS-based comparative assessment of flood susceptibility mapping using hybrid multi-criteria decision-making approach, naïve Bayes tree, bivariate statistics and logistic regression: a case of Topľa basin, Slovakia. Ecological Indicators, 117, 106620.
    [CrossRef]   [Google Scholar]
  76. Zhi, G., Liao, Z., Tian, W., & Wu, J. (2020). Urban flood risk assessment and analysis with a 3D visualization method coupling the PP-PSO algorithm and building data. Journal of Environmental Management, 268, 110521.
    [CrossRef]   [Google Scholar]
  77. Soltani, K., Ebtehaj, I., Amiri, A., Azari, A., Gharabaghi, B., & Bonakdari, H. (2021). Mapping the spatial and temporal variability of flood susceptibility using remotely sensed normalized difference vegetation index and the forecasted changes in the future. Science of the Total Environment, 770, 145288.
    [CrossRef]   [Google Scholar]
  78. Yin, K., Zhang, Y., & Li, X. (2017). Research on storm-tide disaster losses in China using a new grey relational analysis model with the dispersion of panel data. International journal of environmental research and public health, 14(11), 1330.
    [CrossRef]   [Google Scholar]
  79. Wang, S., Mu, L., Qi, M., Yu, Z., Yao, Z., & Zhao, E. (2021). Quantitative risk assessment of storm surge using GIS techniques and open data: A case study of Daya Bay Zone, China. Journal of environmental management, 289, 112514.
    [CrossRef]   [Google Scholar]
  80. Mohajane, M., Costache, R., Karimi, F., Pham, Q. B., Essahlaoui, A., Nguyen, H., ... & Oudija, F. (2021). Application of remote sensing and machine learning algorithms for forest fire mapping in a Mediterranean area. Ecological Indicators, 129, 107869.
    [CrossRef]   [Google Scholar]
  81. Feng, Q., & Liu, Q. (2017). Pre-assessment for the loss caused by storm surge based on the SVM-BP neural network. Marine Environmental Science, 36(4), 615-621.
    [Google Scholar]
  82. Zhang, Y., Ge, T., Tian, W., & Liou, Y. A. (2019). Debris flow susceptibility mapping using machine-learning techniques in Shigatse area, China. Remote Sensing, 11(23), 2801.
    [CrossRef]   [Google Scholar]
  83. Lou, W., Chen, H., Shen, X., Sun, K., & Deng, S. (2012). Fine assessment of tropical cyclone disasters based on GIS and SVM in Zhejiang Province, China. Natural hazards, 64(1), 511-529.
    [Google Scholar]
  84. Cao, Y., Yin, K., & Li, X. (2020). Prediction of Direct Economic Loss Caused by Marine Disasters Based on The Improved GM (1, 1) Model. Journal of Grey System, 32(1).
    [Google Scholar]
  85. He, S. H., Yang, B., & Dai, M. S. (2014). Flood disaster loss prediction based on dynamic recurrent neural network. Chin. Econ, 2014, 16-19.
    [Google Scholar]
  86. Ye, L., & Yu, F. (2002). The long-range change and forecast of storm surge disasters in China. Marine Forecasts, 19(1), 89-96.
    [Google Scholar]
  87. Yang, S., Liu, X., & Liu, Q. (2016). A storm surge projection and disaster risk assessment model for China coastal areas. Natural Hazards, 84, 649-667.
    [Google Scholar]
  88. Chen, W., Xie, X., Wang, J., Pradhan, B., Hong, H., Bui, D. T., ... & Ma, J. (2017). A comparative study of logistic model tree, random forest, and classification and regression tree models for spatial prediction of landslide susceptibility. Catena, 151, 147-160.
    [CrossRef]   [Google Scholar]
  89. Liu, W., & Xu, Y. (2020). Randomised learning-based hybrid ensemble model for probabilistic forecasting of PV power generation. IET Generation, Transmission & Distribution, 14(24), 5909-5917.
    [CrossRef]   [Google Scholar]
  90. Bravo, J. M., & Ayuso, M. (2021, March). Forecasting the retirement age: A Bayesian model ensemble approach. In World Conference on Information Systems and Technologies (pp. 123-135). Cham: Springer International Publishing.
    [Google Scholar]
  91. Chen, S., Tang, D., Liu, X., & Chunhua, H. (2018). Assessment of tropical cyclone disaster loss in Guangdong Province based on combined model. Geomatics, Natural Hazards and Risk, 9(1), 431-441.
    [CrossRef]   [Google Scholar]
  92. Meng, C., Xu, W., Qiao, Y., Qin, L., Su, P., & Liao, X. (2024). Predicting vulnerability through hybrid modeling combining GAM and XGBoost-A case of affected population vulnerability to tropical cyclone in Hainan Province. International Journal of Disaster Risk Reduction, 111, 104732.
    [CrossRef]   [Google Scholar]
  93. Yang, J., Chen, S., Tang, Y., Lu, P., Lin, S., Duan, Z., & Ou, J. (2024). A Tropical Cyclone Risk Prediction Framework using Flood Susceptibility and Tree-based Machine Learning Models: County-level Direct Economic Loss Prediction in Guangdong Province. International Journal of Disaster Risk Reduction, 104955.
    [CrossRef]   [Google Scholar]
  94. Niyogi, P., Girosi, F., & Poggio, T. (1998). Incorporating prior information in machine learning by creating virtual examples. Proceedings of the IEEE, 86(11), 2196-2209.
    [CrossRef]   [Google Scholar]
  95. He, Y. L., Wang, P. J., Zhang, M. Q., Zhu, Q. X., & Xu, Y. (2018). A novel and effective nonlinear interpolation virtual sample generation method for enhancing energy prediction and analysis on small data problem: A case study of Ethylene industry. Energy, 147, 418-427.
    [CrossRef]   [Google Scholar]
  96. Li, M., Zhang, R., & Liu, K. (2021). A new marine disaster assessment model combining bayesian network with information diffusion. Journal of Marine Science and Engineering, 9(6), 640.
    [CrossRef]   [Google Scholar]
  97. Chongfu, H. (1997). Principle of information diffusion. Fuzzy sets and Systems, 91(1), 69-90.
    [CrossRef]   [Google Scholar]
  98. Rogoza, W. (2019). Method for the prediction of time series using small sets of experimental samples. Applied Mathematics and Computation, 355, 108-122.
    [CrossRef]   [Google Scholar]
  99. DAN, W. R., YU, Y. X., TANG, Y. J., & FAN, M. (2010). Forecasting method for water quality time series of few and abnormal data. Journal of Computer Applications, 30(2), 486.
    [Google Scholar]
  100. Rajesh, R. (2016). Forecasting supply chain resilience performance using grey prediction. Electronic Commerce Research and Applications, 20, 42-58.
    [CrossRef]   [Google Scholar]
  101. Deng, Y., Zhou, X., Shen, J., Xiao, G., Hong, H., Lin, H., ... & Liao, B. Q. (2021). New methods based on back propagation (BP) and radial basis function (RBF) artificial neural networks (ANNs) for predicting the occurrence of haloketones in tap water. Science of The Total Environment, 772, 145534.
    [CrossRef]   [Google Scholar]
  102. Hao, Y., & Tian, C. (2019). A novel two-stage forecasting model based on error factor and ensemble method for multi-step wind power forecasting. Applied energy, 238, 368-383.
    [CrossRef]   [Google Scholar]
  103. Niu, X., & Wang, J. (2019). A combined model based on data preprocessing strategy and multi-objective optimization algorithm for short-term wind speed forecasting. Applied Energy, 241, 519-539.
    [CrossRef]   [Google Scholar]
  104. Şahin, U. (2019). Forecasting of Turkey’s greenhouse gas emissions using linear and nonlinear rolling metabolic grey model based on optimization. Journal of Cleaner Production, 239, 118079.
    [CrossRef]   [Google Scholar]
  105. Wang, D., He, W., & Shi, R. (2019). How to achieve the dual-control targets of China’s CO2 emission reduction in 2030? Future trends and prospective decomposition. Journal of cleaner production, 213, 1251-1263.
    [CrossRef]   [Google Scholar]
  106. Genovese, E., Hallegatte, S., & Dumas, P. (2011). Damage assessment from storm surge to coastal cities: Lessons from the Miami area. Advancing geoinformation science for a changing world, 21-43.
    [Google Scholar]
  107. Helderop, E., & Grubesic, T. H. (2022). Hurricane storm surge: toward a normalized damage index for coastal regions. Natural Hazards, 110(2), 1179-1197.
    [Google Scholar]
  108. Wang, T. T., & Liu, Q. (2018). Prediction of storm surge disaster loss based on BAS-BP model. Mar. Environ. Sci, 37(03), 457-463.
    [Google Scholar]
  109. Liu, D., Niu, D., Wang, H., & Fan, L. (2014). Short-term wind speed forecasting using wavelet transform and support vector machines optimized by genetic algorithm. Renewable energy, 62, 592-597.
    [CrossRef]   [Google Scholar]

Cite This Article
APA Style
Fang, F., Lin, J., Wang, J., Chen, P., Huang, P., Wang, X., Ma, Y., Liu, L., Wang, D., & Wang, X. (2024). Research Progress on Time Series Prediction of Agricultural Disaster Risk: A Mini-review. Agricultural Science and Food Processing, 2(1), 1–11. https://doi.org/10.62762/ASFP.2024.610643

Article Metrics
Citations:

Crossref

0

Scopus

0

Web of Science

0
Article Access Statistics:
Views: 551
PDF Downloads: 103

Publisher's Note
IECE stays neutral with regard to jurisdictional claims in published maps and institutional affiliations.

Rights and permissions
CC BY Copyright © 2024 by the Author(s). Published by Institute of Emerging and Computer Engineers. This article is an open access article distributed under the terms and conditions of the Creative Commons Attribution (CC BY) license (https://creativecommons.org/licenses/by/4.0/), which permits use, sharing, adaptation, distribution and reproduction in any medium or format, as long as you give appropriate credit to the original author(s) and the source, provide a link to the Creative Commons licence, and indicate if changes were made.
Agricultural Science and Food Processing

Agricultural Science and Food Processing

ISSN: 3066-1579 (Online) | ISSN: 3066-1560 (Print)

Email: [email protected]

Portico

Portico

All published articles are preserved here permanently:
https://www.portico.org/publishers/iece/

Copyright © 2024 Institute of Emerging and Computer Engineers Inc.