Article Preview
TopIntroduction
Flood disasters are natural disasters with high frequency, a wide scope of harm, and a serious impact on the safety of people's lives and property. In July 2021, heavy rainfall in Zhengzhou caused a flood disaster that affected 1,844,900 people, resulting in 292 deaths and 47 missing persons, with a direct economic loss of 53.2 billion yuan (Su et al., 2021). With the rapid development of China's economy, the economic losses caused by flood disasters have become increasingly serious. The task of flood control and disaster reduction is still very arduous. As one of the important nonengineering measures for flood control and disaster reduction, flood forecasting plays a key supporting role in flood control and disaster reduction. Using modern information technology to develop high-precision flood forecasts can help managers adopt scientific flood-control strategies, which is of great significance to reducing the loss of people's lives and property.
Due to the influence of many factors, such as hydrology, meteorology, topography, and vegetation, flood-forecasting technology is a complex, nonlinear model. Many scholars and experts have established flood-forecasting models based on the basic principles of hydrology (Icyimpaye et al., 2022; Noymanee & Theeramunkong, 2019). However, these models usually need to set a large number of parameters, which has a great impact on the prediction results. If the model parameters cannot be accurately obtained, the expected effect will not be achieved.
With the rapid development of information technology, machine learning has been widely used in various fields. Relying on its strong generalization ability and adaptive learning ability, machine learning has also brought innovation and breakthroughs to different industries. Some scholars use machine-learning algorithms to establish water-level prediction models and apply them to flood forecasting (Ahmed et al., 2022; Wee et al., 2021). In recent years, time-series prediction modeling has been one of the key areas of academic concern. Traditional methods focus on parametric models generated by professional knowledge, while machine-learning algorithms provide a data-driven method to learn dynamic sequences (Masini et al., 2023).
With the improvement of data availability and computing power, deep learning has become the research focus of time-series prediction models (Sivakumar et al., 2022). In the learning of time-series data, the traditional recurrent neural network (RNN) has many learning bottlenecks and technical defects, while the long short-term memory (LSTM) (Sahoo et al., 2019) neural network overcomes the shortcomings of the recurrent neural network. LSTM overcomes the bottleneck of gradient explosion and gradient disappearance in the learning and training of long time series data and shows a strong ability to learn long series data (Sahoo et al., 2019).
Scholars in various fields have begun to use LSTM to predict long time series and have achieved good performance (Sagheer & Kotb, 2019). Flood forecasting, as one of the typical scenarios for temporal data prediction, has gradually attracted the attention of scholars. These studies have established a series of data-driven flood-forecasting models based on historical hydrological data (Puttinaovarat & Horkaew, 2020). The studies show that the LSTM neural network has a learning advantage for the flood process of long time series, but most of the research results are still confined to the simple comparison of network performance. In fact, deep-learning network training requires a large number of data samples; too few samples are prone to overfitting problems, resulting in poor extension of the trained neural network. Therefore, it is impossible to build intelligent models in areas lacking hydrological data. However, the application of transfer learning can effectively solve the dilemma of small-sample modeling.