Elsevier

Neurocomputing

Volume 74, Issue 17, October 2011, Pages 2734-2744
Neurocomputing

Flood simulation using parallel genetic algorithm integrated wavelet neural networks

https://doi.org/10.1016/j.neucom.2011.03.018Get rights and content

Abstract

The conventional means of flood simulation and prediction using conceptual hydrological model or artificial neural network (ANN) has provided promising results in recent years. However, it is usually difficult to obtain ideal flood reproducing due to the structure of hydrological model. Back propagation (BP) algorithm of ANN may also reach local optimum when training nodal weights. To improve the mapping capability of neural networks, wavelet function was adopted (WANN) to strengthen the non-linear simulation accuracy and generality. In addition, genetic algorithm is integrated with WANN (GAWANN) to avoid reaching local optimum. Meanwhile, Message Passing Interface (MPI) subroutines are introduced for distributed implement considering the time consumption during nodal weights training. The GAWANN was applied in the flood simulation and prediction in arid area. The test results of 4 independent cases were compared to reveal the relations between historical rainfall and runoff under different time lags. The simulation was also carried out with Xinanjiang model to demonstrate the capability of GAWANN. The numerical experiments in this paper indicated that the parallel GAWANN has strong capability of rain-runoff mapping as well as computational efficiency and is suitable for applications of flood simulation in arid areas.

Introduction

Flood simulation and prediction is one of the most active researching areas in surface water hydrology. Flood takes place whenever there is a heavy or a long period of precipitation. An accurate prediction of flood under changeable meteorological and layer conditions can not only help in the water resources management especially in hydropower, but also reduce the loss of lives and property to the minimum in floodplain areas. While with the fast increasing economic activities in floodplain and rivers especially in arid areas in northeast China, further requirements are raised on more accurate flood prediction precision.

The actual rain-runoff (RR) process is such a non-linear problem as until now no explicit formula can describe the process perfectly. During the last decades, great progress in flood prediction has been made by taking several techniques such as empirical model, statistical model, and physical based conceptual or distributed hydrological model into account. Empirical models can provide hydrograph in a special basin but long time series of observations are badly needed before carrying out simulation [1]. Besides, empirical methods are always not capable of generating a runoff hydrograph with complete information on timing of peak. Physical based hydrological model are more popular since the fast development in computer science and technology in the 1940s [2], [3], [4], [5]. Newly developing spatial technology like remote sensing (RS) can also support physical based models by providing large sets of spatial data such as leaf area index (LAI) and land use category, even soil moisture [6], [7], [8]. On the other hand, hydrological models commonly used in flood prediction can be divided into two categories, i.e. conceptual and distributed model. Developed by Zhao [9], [10], [11], Xinanjiang model is a most widely accepted conceptual lumped hydrological model that performs in flood simulation especially suitable in wet areas. The model was conceptualized to divide the runoff into surface and ground flow using Horton's theory [12]. Lin et al. [13], [14] coupled Xinanjiang model and meteorological system in flood prediction of Huaihe River Basin. Compared to distributed hydrological models, less data inputs are needed in conceptual model. Inputs of such conceptual model are mainly about precipitation, evapotranspiration, etc. Researches on distributed hydrological models that started in the 1960s have been applied in many major basins around the world due to its strong power in taking the under-layer viabilities into consideration [15]. Braud et al. analyzed the flash flood event using two distributed hydrological model: CVN and MARINE. Different terms of the two models are discussed in the peak discharges [16]. Results of such models are generally ideal; however many of them involve ecology, atmosphere, human activities, and can also be affected by basic science including physics, bio-process, or chemistry. Others may differ or orient for various simulation purposes [17]. On the other hand, physics based models need a great number of spatial and observation data as inputs to implement simulation and calibration including temperature, wind speed, sunshine hour, etc.

Compared to the aforementioned methods, black-box models, artificial neutral network (ANN), have the advantage of fast data fitting and have became the preferred approach since its development in the 1980s. Ju et al. [18] employ division-based back-propagation neural networks in rainfall–runoff simulation and compared with the Xinanjiang conceptual RR hydrological model. Ahmad et al. [19] adopted ANN model for prediction peak flow in Red River timing and shape of runoff hydrograph together with the employment of meteorological parameters including antecedent precipitation index and melt index.

In addition to the application using ANN issues above, many improvements have also been made to strengthen the performance of ANN. This includes integrating data preprocessing techniques with ANN, such as moving average (MA) and singular spectrum analysis (SSA) [20]. The coupled ANN has the ability to get rid of the effects of white noise that may add errors to the weights training. For another instance, in order to improve the drawbacks of the conventional optimal process, Chen and Chang [21] proposed a novel evolutionary artificial neural network (EANN) for time series forecasting.

In flood prediction, however, a much higher runoff time series forecasting accuracy is often requested. Besides, the forecasting ability, especially the forecasting interval length, is also a significant criterion to be taken into consideration. In this paper, an ANN model hybrid wavelet function was proposed and applied in the simulation and prediction process of flood period in Nen River Basin of China. The nodal weight training of ANN model was improved by the hybrid of parallel genetic algorithm to reach global optimal before carrying out BP at the last iteration. Forecasting ability was then further discussed by taking three different prediction solutions. The objective of this study lies in (1) developing wavelet artificial neural networks and their applications to flood simulation in arid floodplain of Northern China and (2) enhancing the computational efficiency of GAWANN using MPI technique.

The remaining paper outlines a framework for developing a flood prediction system using genetic algorithm hybrid back propagation wavelet neutral networks and can be organized as follows. Section 2 gives a brief introduction to the WANN and the improvements done by integrating genetic algorithm with MPI technology. Section 3 follows the study case with data preprocessing. Results of different prediction solutions were drawn with further discussions and comparisons in Section 4. Meanwhile simulation results of the Xinanjiang model were also used as a comparison to GAWANN. In the last section, conclusion and remarks are summarized.

Section snippets

Back propagation artificial neural networks

As RR is an incidental, non-linear process and always affected by the variation of under-layer conditions, it is difficult to derive a single accurate formula to describe all the physical processes. Artificial neural networks (ANN), belonging to the class of black-box models, can be explored in RR simulation as alternative due to its strong non-linear mapping capability. ANN model is able to learn the underlying relationship between input and output signals of a sequential process with no need

Study area

Nen River basin is one of the largest basins located in the northeast of China. The study area, Taonan sub-basin, is the upper area of the Taonan hydrological station on the left part of Nen River basin, as shown in Fig. 3. It is relatively flat on the right part of Taonan sub-basin topologically while quite undulating on the opposite side. The total area of Taonan sub-basin is approximately counted up to 28,452 square kilometers. Taonan sub-basin can be divided into 3 catchments (catchment

Simulation results

Test cases are carried out among 32 input–output conditions. The data from year 1994 to 1998 (5 years) are used for nodal weight training while data from 1999 to 2007 are used in validation. As the 6-h rainfall–runoff data were recorded during flood period mainly from June to September, the total number of data records engaged in the nodal weighs training counts up to 2433. Evaluation results and the performance of the GAWANN model during the flood period is presented in Table 1. Apparently, it

Summary and conclusions

In this paper, parallelized genetic algorithm integrated with wavelet neural networks is applied to flood simulation and prediction during flood period in arid area of China. The GA method is integrated with BP wavelet neural algorithm to avoid reaching local optimum; However, GA has increased the computational complexity and time consumption of the implement. Thus, the GAWANN was enhanced to be implemented using parallel computation (MPI). The comparison of the test cases indicates that the

Acknowledgments

This paper is sponsored by (1) the 11th Five-Year Plan National Key Technology Support Planning (Grant no. 2008BAB29B08, 2006BAB04A07), (2) Special Researching Grants (Grant nos. 200801005 and 200901031) from MWR of China for Public Welfare.

Yuhui Wang receives his B.S. and M.S. degrees from the School of Environmental Science and Engineering, Donghua University, Shanghai, China, in year 2003 and 2005, respectively. Since then, he carried out his Ph.D. in the same university till now. His main research interests include neural networks, distributed hydrological modeling, water quality simulation, water resources assessment.

References (33)

Cited by (27)

  • Resilient landscape pattern for reducing coastal flood susceptibility

    2023, Science of the Total Environment
    Citation Excerpt :

    In addition, coastal vulnerability and drainage-related factors represented by roads also show a significant impact on flood susceptibility. The neural network simulates the data analysis mechanism of the human brain, making it a powerful tool for solving complex nonlinear problems at different scales (Li et al., 2019; Wang et al., 2011). It takes a natural nonlinear modeling process that does not need a specific nonlinear relationship between data.

  • Wavelet sampling and generalization in neural networks

    2017, Neurocomputing
    Citation Excerpt :

    With wavelets as activation functions, it has been shown that wavelet networks can avoid local minima, accelerate convergence and help identify optimal network structures more efficiently [36–41]. However, typical learning algorithms in wavelet networks are often developed from standard ones, e.g. error back-propagation [42–46] and evolutionary algorithms [47]. Using such algorithms, wavelet networks still cannot overcome the shortcomings of classic neural networks completely.

View all citing articles on Scopus

Yuhui Wang receives his B.S. and M.S. degrees from the School of Environmental Science and Engineering, Donghua University, Shanghai, China, in year 2003 and 2005, respectively. Since then, he carried out his Ph.D. in the same university till now. His main research interests include neural networks, distributed hydrological modeling, water quality simulation, water resources assessment.

Hao Wang is the academician of Chinese Academy of Engineering from China Institute of Water Resources and Hydropower Research (IWHR). He is a famous expert in hydrology and water resources planning and management.

Xiaohui Lei is an associate professor in China Institute of Water Resources and Hydropower Research, focusing on hydrological modeling, flood forecasting and water resources operation. He has developed a distributed hydrological model, EasyDHM, which is water resources and flood management oriented. The EasyDHM model system makes model building, calibration and analysis easy, which makes it available to practical water resources and flood management.

List of professional qualifications: 1998, B.E. from the Hydraulic Engineering, Tsinghua University, Beijing, China; 2001, M.E. from the Department of Hydrology and Water Resources, IWHR (China Institute of Water Resources and Hydropower Research), Beijing, China; 2007, PhD in Life and Environmental Science, University of Tsukuba, Ibaraki, China.

Yunzhong Jiang is a professor in China Institute of Water Resources and Hydropower Research, focusing on hydrological modeling, flood forecasting and water resources operation.

As one of the project leaders, Jiang has accomplished several China National Key-technologies R&D Programs. In addition, he has published several hydrological database standards and above 30 papers on water resources operation and hydrological modeling.

List of professional qualifications: 1991, B.S. from HoHai University, Nanjing, China; 1996, Ph.D. from the Dalian University of Technology, Dalian, China

Xinshan Song is the associate professor in the School of Environmental Science and Engineering, Donghua University, Shanghai, China. In recent years, he has published more than 20 papers and several books especially in environmental mathematical simulation, environmental assessment and planning.

View full text