Abstract
In this paper, an ensemble artificial intelligence (AI) based model is proposed for seepage modeling. For this purpose, firstly several AI models (i.e. Feed Forward Neural Network, Support Vector Regression and Adaptive Neural Fuzzy Inference System) were employed to model seepage through the Sattarkhan earthfill dam located in northwest Iran. Three different scenarios were considered where each scenario employs a specific input combination suitable for different real world conditions. Afterwards, an ensemble method as a post-processing approach was used to improve predicting performance of the water head through the dam and the results of the models were compared and evaluated. For this purpose, three methods of model ensemble (simple linear averaging, weighted linear averaging and non-linear neural ensemble) were employed and compared. The obtained results indicated that the model ensemble could lead to a promising improvement in seepage modeling. The results indicated that the ensembling method could increase the performance of AI modeling by up to 20% in the verification step.
INTRODUCTION
Monitoring of dam parameters by instrumentations is extremely important in the operation of dams. Such monitoring items include seepage, pore pressure, deformations, earthquake motion, temperature variations, etc. Physical explanation of considerable variations in the indicators is the most important part in the operation of the dams. A seepage problem is one of the most important challenges in the design, construction and operation of the earthfill dams and many earthfill dams are vulnerable to failure because of seepage problems in the dam core. Several studies have been performed to simulate seepage through earthfill dams by various methods (e.g. see Bardet & Tobita 2002; Nourani et al. 2014). There are different approaches to develop models for prediction of the non-linear structural behavior of the dam, which are usually classified into three main groups, including physical-based, black box and conceptual models (Nourani 2017). Although physical-based and conceptual models are reliable tools for investigating the actual physic of the phenomenon, they have practical limitations, and when accurate predictions are more important than the physical understanding, employing black box models can be more useful. Auto Regressive Integrated Moving Average (ARIMA) is a classic black box tool for modeling aqua-related time series (Salas et al. 1990). These types of models, which are basically linear, lose their merit toward modeling hydraulic processes that are embedded with high complexity, dynamism and nonlinearity in both spatial and temporal scales. Recently, artificial intelligence (AI) approaches have been widely used for modeling hydraulic processes. AI models such as Feed Forward Neural Network (FFNN), Support Vector Regression (SVR), and Adaptive Neural Fuzzy Inference System (ANFIS) are relatively new black box methods which have been used in various aspects of hydraulic engineering (e.g. ASCE 2000; Shahin et al. 2001). In the field of earthfill dam seepage modeling, Tayfur et al. (2005) employed Artificial Neural Networks (ANN) for predicting piezometric heads of an earthfill dam in Poland. They used upstream and downstream water levels as inputs of ANN and the outputs of ANN were compared with the results of the Finite Element Method. An ANN model was linked to the Radial Basis Function (RBF) interpolator by Nourani & Babakhani (2012) for spatio-temporal modeling of water heads in earthfill dams. Nourani et al. (2012) developed sole and integrated ANN modeling approaches to simulate the piezometric heads of an earthen dam so that in sole ANN modeling, a single ANN was developed for each piezometer, whereas in the integrated ANN modeling only a unique ANN was trained for all piezometers at various sections of the dam. For the neuro-fuzzy and SVR (based on the Support Vector Machine, SVM, concept) models, as other types of AI methods, only one study can be found in technical literature for each. Novaković et al. (2014) developed a neuro-fuzzy model which serves both ANN and fuzzy concepts within a unique framework to predict the water levels in piezometers of the Iron Gate 2 dam using the tail water levels as input data and the water levels in the piezometers as the targets; and finally Yongbiao (2012) employed an SVR model to analyse the seepage and piping in the dam body.
Although such black box models (e.g. ARIMA, ANN, ANFIS, and SVR) may lead to quite reliable results, it is a well-known issue that for solving a unique problem, using different models may lead to slightly different results. For example, in a time series prediction, one model may appropriately simulate the maximum values whereas the other may represent well the lower values. Therefore, by combining different models via an ensemble modeling framework as a post-processing method, different aspects of the underlying patterns may be captured more accurately. The concept of such a model combination has been already discussed and used in different engineering fields (e.g. Krogh & Vedelsby 1995; Shamseldin et al. 1997; Zhang 2003) but not, as far as the present authors are aware, in the context of seepage modeling in general and earthfill dam analysis in particular. The objective of the present paper is to apply such a concept to the earthfill dam seepage analysis. With this regard first FFNN (a commonly used AI model), SVR (more recently used AI model), ANFIS (an AI model which can handle uncertainty of process via fuzzy concept) and ARIMA (a linear conventional method) models are used for modeling an earthfill dam (Sattarkhan dam) seepage via three scenarios with different input combinations. Then, an ensemble model is formed using the outputs of the mentioned models for each scenario to improve the modeling performance. In this way, three ensembling methods of simple linear averaging, weighted linear averaging and non-linear neural ensemble are used for each scenario.
MATERIALS AND METHODS
Sattarkhan earth dam and data
Sattarkhan earthfill dam is a reservoir dam that was constructed in Iran's East Azerbaijan Province on Ahar Chai River. The height of the dam is 78 m above the bed rock and its crest length is 340 m and volume of reservoir is 131.5 million m3 when the water level is at normal level. Figure 1 shows a view of the dam. Different electrical piezometers have been installed in four sections of the dam. Water levels in the piezometers have been monitored every month for the period from 1999/4/20 to 2013/1/19; also daily water levels in the upstream of the reservoir have been recorded for the dam but the variations in water levels downstream of the reservoir are almost negligible.
In this study data of piezometers numbers 207, 212, 216 and 217 at cross section number 2 at different levels were used for the modeling purpose (see Figure 2). Table 1 summarizes the statistics of the used data and Figure 3 presents the observed water levels in piezometers numbers 207 and 217 and the water levels of upstream of the dam for the considered period as examples. Due to the calibration and verification goals, data set was divided into two parts. The first 75% of the data were employed for the training of the models and the remaining data were used for verification purposes.
. | Reservoir . | Piezometer number . | |||
---|---|---|---|---|---|
207 . | 212 . | 216 . | 217 . | ||
Maximum (m) | 1,447 | 1,439 | 1,439 | 1,442 | 1,442 |
Minimum (m) | 1,438 | 1,424 | 1,424 | 1,429 | 1,425 |
Average (m) | 1,432 | 1,431 | 1,431 | 1,434 | 1,434 |
Standard deviation (m) | 2 | 3 | 3 | 3 | 4 |
. | Reservoir . | Piezometer number . | |||
---|---|---|---|---|---|
207 . | 212 . | 216 . | 217 . | ||
Maximum (m) | 1,447 | 1,439 | 1,439 | 1,442 | 1,442 |
Minimum (m) | 1,438 | 1,424 | 1,424 | 1,429 | 1,425 |
Average (m) | 1,432 | 1,431 | 1,431 | 1,434 | 1,434 |
Standard deviation (m) | 2 | 3 | 3 | 3 | 4 |
Proposed methodology
In the proposed method in this study first FFNN, SVR, ANFIS and ARIMA models were separately created and trained, based on three scenarios. Then, an ensemble model was formed via outputs of the single models. Figure 4 shows the schematic of the proposed methodology. In the proposed ensembling approach for piezometric head time series prediction, linear ARIMA model was also used as well as AI models. The main idea of model ensembling is based on the following perspectives. Firstly, it is often difficult in practice to determine whether a time series under study is generated from a linear or non-linear underlying process or whether one particular method or model is better than others. Therefore, choosing the appropriate method for a unique issue is a difficult task for the predictors. By ensembling various models, the problem of choosing a suitable model can be handled. Although linear models sometimes could not provide accurate results based on their limitations to handle nonstationary and non-linearity, these models are still used because: (a) linear models are low-cost and simple, and the superposition principle can be applied in such linear models; and (b) the noise (or error) included in the used data (or employed computational scheme) increases linearly in a linear model, but such a noise (or error) may non-linearly be magnified over further time/space steps. Hence, it is recommended to apply a linear model for linear portions of a natural process. Secondly, the time series of the real world processes may include both linear and non-linear characteristics. If this is the case, then neither ARIMA nor AIs can be adequate in modeling and forecasting the time series since the ARIMA model cannot deal with non-linear relationships while an AI model may magnify the noise of a linear pattern. Hence, by combining ARIMA and AI models, complex autocorrelation structures in the data can be detected more accurately. Thirdly, it has been proved in most previous studies that no unique method is able to investigate the process perfectly (Zhang 2003). This is largely due to the fact that a real-world problem is often complex in nature and any unique model may not be able to capture different patterns of the process.
The aim of the proposed methodology in this study was to predict piezometric time series of an earthfill dam using upstream and related piezometer's data as inputs of the models. For this purpose, four different black box models were created and then, outputs of single models combined via three ensembling methods, based on three different input scenarios in which each scenario can be applied in a specific operation situation as discussed below.
Scenario 1
Scenario 2
Scenario 3
Dominant piezometers and lag times that are determined in scenarios 1 and 2 can be used in this scenario. Although this scenario with a more complicated structure uses more input data, it is expected that it leads to more accurate outcomes with regard to scenarios 1 and 2.
Feed Forward Neural Network
Adaptive Neural Fuzzy Inference System
To calibrate the premise parameters set {ai, bi, ci} and consequent parameters set {pi, qi, ri} of the ANFIS, the conjunction of least squared and gradient descent methods are used as a hybrid calibration algorithm (Aqil et al. 2007).
Support Vector Regression
Auto Regressive Integrated Moving Average
ARIMA is a classic time series-prediction model, commonly used for practical issues. The function of ARIMA is indicated by (p, d, q) where p indicates the order of autoregressive terms, d refers to degree of differencing and q is the order of moving average term in the predicting equation (for more details see Salas et al. 1990).
Ensembling unit
It is well known that a combination of different predictors as a post-processing approach can improve overall predictions for a time series. An advantage of combining predictions is that when several methods are used, the results do not seem to be highly sensitive to the specific choice of methods. In this sense, using combined predictors is safer and less risky than relying on a single method. It is recommended by experimental and theoretical researches that ensembling the outputs of various models can be an effective method to enhance the overall efficiency of the time series prediction. It has been shown that it is less risky to use a combination of relatively simple methods than to use a single method which is more complex and expensive (Makridakis & Winkler 1983).
In this study, three methods were considered for combination of the used models outputs to improve predicting performance as: (a) the simple linear averaging method, (b) the linear weighted averaging method and (c) the non-linear neural ensemble method. In contrast to linear combination methods 1 (Equation (17)) and 2 (Equation (18)), in the neural ensemble method, another FFNN is trained to non-linearly ensemble the outputs of the single models of ARIMA, SVR, FFNN and ANFIS.
In the neural ensemble method, non-linear averaging is performed by training a neural network. The input layer of the neural ensemble model is fed by the outputs of four considered models, each of which is assigned to one neuron in the input layer. A schematic of the proposed neural ensemble method is shown in Figure 5.
Efficiency criteria
where n, , and are data number, observed data, averaged value of the observed data and calculated values, respectively. DC ranges between –∞ and 1, with perfect score of 1.
RESULTS AND DISCUSSION
As the first step, piezometers numbers 207 and 217 of section 2 were modelled via proposed scenario 1 using FFNN, ANFIS, SVR and ARIMA models, separately (see Table 2 for the obtained results).
Piezometer number . | Model . | Model structurea . | DC . | RMSEb . | ||
---|---|---|---|---|---|---|
Calibration . | Verification . | Calibration . | Verification . | |||
207 | FFNN | 3-8-1 | 0.929 | 0.887 | 0.061 | 0.036 |
ANFIS | Gaussian-3 | 0.946 | 0.876 | 0.053 | 0.037 | |
SVR | 0.333, 0.01, 15 | 0.915 | 0.883 | 0.067 | 0.038 | |
ARIMA | (5,2,4) | 0.880 | 0.764 | 0.074 | 0.056 | |
217 | FFNN | 3-5-1 | 0.827 | 0.756 | 0.110 | 0.104 |
ANFIS | Trapezoidal-2 | 0.856 | 0.690 | 0.100 | 0.118 | |
SVR | 0.333, 0.1, 30 | 0.873 | 0.667 | 0.094 | 0.121 | |
ARIMA | (5,2,4) | 0.800 | 0.571 | 0.117 | 0.136 |
Piezometer number . | Model . | Model structurea . | DC . | RMSEb . | ||
---|---|---|---|---|---|---|
Calibration . | Verification . | Calibration . | Verification . | |||
207 | FFNN | 3-8-1 | 0.929 | 0.887 | 0.061 | 0.036 |
ANFIS | Gaussian-3 | 0.946 | 0.876 | 0.053 | 0.037 | |
SVR | 0.333, 0.01, 15 | 0.915 | 0.883 | 0.067 | 0.038 | |
ARIMA | (5,2,4) | 0.880 | 0.764 | 0.074 | 0.056 | |
217 | FFNN | 3-5-1 | 0.827 | 0.756 | 0.110 | 0.104 |
ANFIS | Trapezoidal-2 | 0.856 | 0.690 | 0.100 | 0.118 | |
SVR | 0.333, 0.1, 30 | 0.873 | 0.667 | 0.094 | 0.121 | |
ARIMA | (5,2,4) | 0.800 | 0.571 | 0.117 | 0.136 |
aNumbering of a-b-c in structure of neural network represents the number of input layer, hidden layer and output layer neurons. In ANFIS, structure MF-a refers to used membership function and number of membership functions. Numbering of a, b, c in SVR structure denotes to γ, ɛ, c and numbering of (a, b, c) in ARIMA structure refers to orders of autoregressive and moving average components and the order of differencing, respectively.
bSince all data are normalized, the RMSE has no dimension.
In scenario 1, correlation coefficient was employed for identification of the proper input set. It was found that each piezometer's head at time step t is mostly correlated with the piezometer's head at time step t–1 and upstream reservoirs levels at time steps t and t–1. Selection of appropriate architecture of the network, i.e. number of neurons in the hidden layer and optimal iteration epoch number are important items in training of each FFNN to prevent the overfitting of the FFNN. So the range of 10–200 for epoch number and the range of 1–10 for number of neurons in the hidden layer were considered and the best results are mentioned in the tables. Considering tangent sigmoid as activation functions of hidden and output layers, the FFNNs were trained using a scaled conjugate gradient scheme of the BP algorithm (Haykin 1994) and the best structure and epoch number of each network were determined through a trial and error procedure to model both piezometers 207 and 217. The obtained results for the best structure are presented for piezometers 207 and 217 in Table 2.
A Sugeno fuzzy inference system was employed for ANFIS models. An ANFIS model includes several rules and membership functions. In the current study, Gaussian and Trapezoidal-shaped membership functions were found to be appropriate for simulation of piezometers number 207 and 217, respectively. Since time series of piezometers numbers 207 and 217 obey normal and semi-normal probability density function (directly or after applying a transformation), respectively, so Gaussian and Trapezoidal-shaped MFs have shown better performance in modeling the mentioned piezometers. Furthermore, constant MFs were employed for the outputs of ANFIS models. In addition to examining the number of membership functions, the alteration of the training epoch was also investigated to obtain the most optimum ANFIS models. The range of 10–100 for epoch number and the range of 2–4 for the number of membership functions were considered and the best results are shown in Table 2.
Also, SVR models were created by RBF kernel for both mentioned piezometers. The RBF kernel's tuning parameters are fewer than two sigmoid and polynomial kernels. Also, this kernel shows better performance by considering smoothness assumptions (Noori et al. 2011). For each piezometer, the RBF-kernel's parameters in SVR were tuned to achieve the best performance efficiency (see Table 2).
Finally, ARIMA models were created for both mentioned piezometers. For this purpose, firstly an ARIMA model was fitted to the calibration data to calibrate the model. Then the calibrated model was used to find the values of the verification data, month by month. The best structures of the ARIMA models were obtained through trial and error procedure for both piezometers numbers 207 and 217 (see Table 2).
Among the various predicting models that were developed, AI-based models were more accurate than the ARIMA model. It can be seen that although five lag times were used for calibrating of ARIMA model but results of AI models by three inputs were better than ARIMA models. The lower accuracy of the conventional ARIMA model compared to the AI-based models can be attributed to the linearity of ARIMA and its shortcomings in modeling non-linear processes such as seepage. In addition, ARIMA cannot use water levels of upstream reservoir as inputs. In other words, it can only use previous piezometer heads. Among AI models, the FFNN performance in the verification step was slightly better than the other two AI models.
Piezometer 207 is the closest piezometer to the upstream which is affected mostly by the variations of the reservoir water levels (even capillary), whereas piezometer number 217 is placed at the uppermost level of the core and the middle of the cross-section and it is far enough from the upstream to parallel with the fluctuations of the upstream water level immediately; on the other hand, due to soil friction these fluctuations would disappear through the dam, and the fluctuations of upstream head do not have a considerable effect on the head of this piezometer. Because of employing upstream water level time series for training the AI models and due to the mentioned reasons, the performance of AI models for piezometer 217 was not as accurate as piezometer number 207 (see Tables 2–4).
Piezometer number . | Model . | Model structurea . | DC . | RMSEb . | ||
---|---|---|---|---|---|---|
Calibration . | Verification . | Calibration . | Verification . | |||
207 | FFNN | 4-5-1 | 0.971 | 0.927 | 0.039 | 0.029 |
ANFIS | Gaussian-2 | 0.966 | 0.871 | 0.042 | 0.038 | |
SVR | 0.333, 0.01, 15 | 0.957 | 0.823 | 0.048 | 0.047 | |
217 | FFNN | 4-2-1 | 0.911 | 0.791 | 0.079 | 0.097 |
ANFIS | Trapezoidal-2 | 0.938 | 0.696 | 0.066 | 0.117 | |
SVR | 0.25, 0.2, 5 | 0.940 | 0.737 | 0.065 | 0.108 |
Piezometer number . | Model . | Model structurea . | DC . | RMSEb . | ||
---|---|---|---|---|---|---|
Calibration . | Verification . | Calibration . | Verification . | |||
207 | FFNN | 4-5-1 | 0.971 | 0.927 | 0.039 | 0.029 |
ANFIS | Gaussian-2 | 0.966 | 0.871 | 0.042 | 0.038 | |
SVR | 0.333, 0.01, 15 | 0.957 | 0.823 | 0.048 | 0.047 | |
217 | FFNN | 4-2-1 | 0.911 | 0.791 | 0.079 | 0.097 |
ANFIS | Trapezoidal-2 | 0.938 | 0.696 | 0.066 | 0.117 | |
SVR | 0.25, 0.2, 5 | 0.940 | 0.737 | 0.065 | 0.108 |
aNumbering of a-b-c in structure of neural network represents the number of input layer, hidden layer and output layer neurons. In ANFIS, structure MF-a refers to used membership function and number of membership functions. Numbering of a, b, c in SVR structure denotes γ, ɛ, c, respectively.
bSince all data are normalized, the RMSE has no dimension.
Piezometer number . | Model . | Model structurea . | DC . | RMSEb . | ||
---|---|---|---|---|---|---|
Calibration . | Verification . | Calibration . | Verification . | |||
207 | FFNN | 7-3-1 | 0.977 | 0.914 | 0.035 | 0.031 |
ANFIS | Gaussian-2 | 0.986 | 0.763 | 0.027 | 0.052 | |
SVR | 0.143, 0.1, 20 | 0.980 | 0.892 | 0.033 | 0.037 | |
217 | FFNN | 7-2-1 | 0.946 | 0.801 | 0.061 | 0.094 |
ANFIS | Trapezoidal-2 | 0.972 | 0.689 | 0.044 | 0.118 | |
SVR | 0.5, 0.2, 5 | 0.957 | 0.761 | 0.055 | 0.103 |
Piezometer number . | Model . | Model structurea . | DC . | RMSEb . | ||
---|---|---|---|---|---|---|
Calibration . | Verification . | Calibration . | Verification . | |||
207 | FFNN | 7-3-1 | 0.977 | 0.914 | 0.035 | 0.031 |
ANFIS | Gaussian-2 | 0.986 | 0.763 | 0.027 | 0.052 | |
SVR | 0.143, 0.1, 20 | 0.980 | 0.892 | 0.033 | 0.037 | |
217 | FFNN | 7-2-1 | 0.946 | 0.801 | 0.061 | 0.094 |
ANFIS | Trapezoidal-2 | 0.972 | 0.689 | 0.044 | 0.118 | |
SVR | 0.5, 0.2, 5 | 0.957 | 0.761 | 0.055 | 0.103 |
aNumbering of a-b-c in structure of neural network represents the number of input layer, hidden layer and output layer neurons. In ANFIS, structure MF-a refers to used membership function and number of membership functions. Numbering of a, b, c in SVR structure denotes γ, ɛ, c, respectively.
bSince all data are normalized, the RMSE has no dimension.
In scenario 2, correlation coefficient was applied to determine the dominant piezometers between piezometers of section 2 and piezometer numbers 207 and 217. Consequently, piezometers number 212 and 216 were employed for modeling the piezometer number 207 and piezometers numbers 212 and 216 were used for modeling piezometer number 217. Therefore, upstream reservoir level at time steps t and t–1 and 2 other piezometers' data at time step t were used as four inputs to train the AI models.
Scenario 3 is a combination of scenarios 1 and 2. Thus in scenario 3, data of piezometers numbers 212, 216 and 207 were employed for modeling piezometer number 207, and data of piezometers numbers 212, 216 and 217 were used for modeling piezometer number 217. In this scenario for modeling piezometer i at time step t, piezometer i at time step t–1, upstream reservoir level at time steps t and t−1 and two other piezometers' data at time steps t and t−1 were employed to create the AI models. The results of FFNN, ANFIS, SVR and ARIMA models for both piezometers 207 and 217 via scenarios 2 and 3 are summarized in Tables 3 and 4, respectively. For instance, Figure 6 shows the observed and computed water head time series of piezometer number 217 by ARIMA and AI models for verification step via scenario 2.
According to the obtained results via three proposed scenarios, in scenario 2 although the data of each piezometer have not been used in the input layer, the performance of scenario 2 due to the use of synchronous data with targets and using data of two other piezometers for modeling is slightly better than scenario 1. In scenario 3, because of employing each piezometer's data and two other piezometers, the performance is much better than both scenarios 1 and 2 but albeit with more complex structure of modeling. Therefore, in general cases of seepage modeling, scenario 1 could be used and in case of failure of some piezometers, scenario 2 could be employed. Furthermore, scenario 3 could be employed to catch more accurate results with a more complicated modeling framework.
By comparing the results of single models (see Figure 6), it is clear that the FFNN model could not simulate the peaks as well as other AI models. On the other hand, ARIMA predicted upper and ANFIS and SVR predicted lower values of the observed time series much better. So it could be concluded that each model has some limitations and advantages in modeling of different scenarios and different piezometers. Thus by combining different models, predicting performance could be improved over the single models. In the next step, the three ensembling methods described previously were used for combining outputs of single models to improve predicting performance for each scenario. In this step, ensemble methods were formed for each scenario.
Only the calibration data set was utilized to estimate the parameters of both weighted averaging and neural ensemble methods. In a neural ensemble model like single FFNN, considering tangent sigmoid as activation functions of hidden and output layers, the network was trained using a scaled conjugate gradient scheme of BP algorithm and the best structure and epoch number of the ensemble network were determined through a trial and error procedure.
Obtained results of ensemble models for piezometers 207 and 217 via scenarios 1, 2 and 3 are tabulated in Tables 5–7, respectively. Furthermore, peak DCs and RMSEs of neural ensemble models for the verification step are compared with the individual AI models in Table 8 for scenarios 1, 2 and 3. For example, Figures 7 and 8 show the observed versus computed water head time series (computed by both neural ensemble method and a single model) respectively for the piezometers numbers 207 and 217 at the verification step. Also the scatter plots of the verification step of modeling by scenarios 1–3 for piezometers 207 and 217 are shown in Figures 9 and 10, respectively.
Piezometer number . | Ensemble model . | Model structurea . | DC . | RMSEb . | ||
---|---|---|---|---|---|---|
Calibration . | Verification . | Calibration . | Verification . | |||
207 | Simple averaging | – | 0.942 | 0.892 | 0.055 | 0.035 |
Weighted averaging | 0.2530, 0.2577, 0.2494, 0.2309 | 0.942 | 0.892 | 0.055 | 0.035 | |
Neural averaging | 4-7-1 | 0.943 | 0.892 | 0.054 | 0.035 | |
217 | Simple averaging | – | 0.882 | 0.716 | 0.091 | 0.113 |
Weighted averaging | 0.2464, 0.2550, 0.2602, 0.2385 | 0.882 | 0.715 | 0.090 | 0.113 | |
Neural averaging | 4-5-1 | 0.841 | 0.757 | 0.105 | 0.104 |
Piezometer number . | Ensemble model . | Model structurea . | DC . | RMSEb . | ||
---|---|---|---|---|---|---|
Calibration . | Verification . | Calibration . | Verification . | |||
207 | Simple averaging | – | 0.942 | 0.892 | 0.055 | 0.035 |
Weighted averaging | 0.2530, 0.2577, 0.2494, 0.2309 | 0.942 | 0.892 | 0.055 | 0.035 | |
Neural averaging | 4-7-1 | 0.943 | 0.892 | 0.054 | 0.035 | |
217 | Simple averaging | – | 0.882 | 0.716 | 0.091 | 0.113 |
Weighted averaging | 0.2464, 0.2550, 0.2602, 0.2385 | 0.882 | 0.715 | 0.090 | 0.113 | |
Neural averaging | 4-5-1 | 0.841 | 0.757 | 0.105 | 0.104 |
aNumbering of a,b,c,d in weighted averaging structure denotes to weights of FFNN, ANFIS, SVR, ARIMA models. Numbering of a-b-c in structure of neural averaging represents the number of input layer, hidden layer and output layer neurons.
bSince all data are normalized, the RMSE has no dimension.
Piezometer number . | Ensemble model . | Model structurea . | DC . | RMSEb . | ||
---|---|---|---|---|---|---|
Calibration . | Verification . | Calibration . | Verification . | |||
207 | Simple averaging | – | 0.973 | 0.935 | 0.037 | 0.027 |
Weighted averaging | 0.2572, 0.2559, 0.2536, 0.2333 | 0.973 | 0.935 | 0.037 | 0.027 | |
Neural averaging | 4-2-1 | 0.974 | 0.949 | 0.036 | 0.024 | |
217 | Simple averaging | – | 0.955 | 0.788 | 0.056 | 0.097 |
Weighted averaging | 0.2538, 0.2613, 0.2620, 0.2230 | 0.955 | 0.788 | 0.056 | 0.098 | |
Neural averaging | 4-7-1 | 0.948 | 0.809 | 0.060 | 0.093 |
Piezometer number . | Ensemble model . | Model structurea . | DC . | RMSEb . | ||
---|---|---|---|---|---|---|
Calibration . | Verification . | Calibration . | Verification . | |||
207 | Simple averaging | – | 0.973 | 0.935 | 0.037 | 0.027 |
Weighted averaging | 0.2572, 0.2559, 0.2536, 0.2333 | 0.973 | 0.935 | 0.037 | 0.027 | |
Neural averaging | 4-2-1 | 0.974 | 0.949 | 0.036 | 0.024 | |
217 | Simple averaging | – | 0.955 | 0.788 | 0.056 | 0.097 |
Weighted averaging | 0.2538, 0.2613, 0.2620, 0.2230 | 0.955 | 0.788 | 0.056 | 0.098 | |
Neural averaging | 4-7-1 | 0.948 | 0.809 | 0.060 | 0.093 |
aNumbering of a,b,c,d in weighted averaging structure denotes to weights of FFNN, ANFIS, SVR, ARIMA models. Numbering of a-b-c in structure of neural averaging represents the number of input layer, hidden layer and output layer neurons.
bSince all data are normalized, the RMSE has no dimension.
Piezometer number . | Ensemble model . | Model structurea . | DC . | RMSEb . | ||
---|---|---|---|---|---|---|
Calibration . | Verification . | Calibration . | Verification . | |||
207 | Simple averaging | – | 0.983 | 0.885 | 0.030 | 0.036 |
Weighted averaging | 0.2555, 0.2578, 0.2563, 0.2303 | 0.983 | 0.886 | 0.030 | 0.036 | |
Neural averaging | 4-3-1 | 0.985 | 0.900 | 0.028 | 0.033 | |
217 | Simple averaging | – | 0.961 | 0.767 | 0.052 | 0.102 |
Weighted averaging | 0.2575, 0.2644, 0.2603, 0.2177 | 0.962 | 0.768 | 0.051 | 0.102 | |
Neural averaging | 4-4-1 | 0.955 | 0.821 | 0.056 | 0.089 |
Piezometer number . | Ensemble model . | Model structurea . | DC . | RMSEb . | ||
---|---|---|---|---|---|---|
Calibration . | Verification . | Calibration . | Verification . | |||
207 | Simple averaging | – | 0.983 | 0.885 | 0.030 | 0.036 |
Weighted averaging | 0.2555, 0.2578, 0.2563, 0.2303 | 0.983 | 0.886 | 0.030 | 0.036 | |
Neural averaging | 4-3-1 | 0.985 | 0.900 | 0.028 | 0.033 | |
217 | Simple averaging | – | 0.961 | 0.767 | 0.052 | 0.102 |
Weighted averaging | 0.2575, 0.2644, 0.2603, 0.2177 | 0.962 | 0.768 | 0.051 | 0.102 | |
Neural averaging | 4-4-1 | 0.955 | 0.821 | 0.056 | 0.089 |
aNumbering of a,b,c,d in weighted averaging structure denotes to weights of FFNN, ANFIS, SVR, ARIMA models. Numbering of a-b-c in structure of neural averaging represents the number of input layer, hidden layer and output layer neurons.
bSince all data are normalized, the RMSE has no dimension.
Piezometer number . | Model . | DC . | RMSEa . | ||||
---|---|---|---|---|---|---|---|
Scenario 1 . | Scenario 2 . | Scenario 3 . | Scenario 1 . | Scenario 2 . | Scenario 3 . | ||
207 | FFNN | 0.698 | 0.803 | 0.621 | 0.036 | 0.029 | 0.042 |
ANFIS | 0.702 | 0.521 | 0.266 | 0.036 | 0.045 | 0.056 | |
SVR | 0.613 | 0.682 | 0.561 | 0.041 | 0.037 | 0.043 | |
Neural averaging | 0.716 | 0.866 | 0.688 | 0.035 | 0.024 | 0.042 | |
217 | FFNN | 0.392 | 0.632 | 0.601 | 0.116 | 0.090 | 0.105 |
ANFIS | 0.403 | 0.339 | 0.354 | 0.115 | 0.121 | 0.120 | |
SVR | 0.420 | 0.312 | 0.435 | 0.135 | 0.124 | 0.122 | |
Neural averaging | 0.516 | 0.687 | 0.692 | 0.104 | 0.084 | 0.088 |
Piezometer number . | Model . | DC . | RMSEa . | ||||
---|---|---|---|---|---|---|---|
Scenario 1 . | Scenario 2 . | Scenario 3 . | Scenario 1 . | Scenario 2 . | Scenario 3 . | ||
207 | FFNN | 0.698 | 0.803 | 0.621 | 0.036 | 0.029 | 0.042 |
ANFIS | 0.702 | 0.521 | 0.266 | 0.036 | 0.045 | 0.056 | |
SVR | 0.613 | 0.682 | 0.561 | 0.041 | 0.037 | 0.043 | |
Neural averaging | 0.716 | 0.866 | 0.688 | 0.035 | 0.024 | 0.042 | |
217 | FFNN | 0.392 | 0.632 | 0.601 | 0.116 | 0.090 | 0.105 |
ANFIS | 0.403 | 0.339 | 0.354 | 0.115 | 0.121 | 0.120 | |
SVR | 0.420 | 0.312 | 0.435 | 0.135 | 0.124 | 0.122 | |
Neural averaging | 0.516 | 0.687 | 0.692 | 0.104 | 0.084 | 0.088 |
aSince all data are normalized, the RMSE has no dimension.
The results of the ensemble methods indicated that almost all of the ensemble models produced better outcomes with regard to the single models. So, simple averaging, weighted averaging and neural averaging methods increased the performance of AI based modeling (according to the obtained DC values) for piezometer No. 207 respectively up to 3, 3 and 3% in the training and up to 7, 7 and 4% in the verification step. While for the piezometer No. 217, these improvements were respectively up to 16, 16, and 18% for the training and up to 13, 13 and 19% for the verification steps. It should be noted that the DCs in the calibration phase for all methods did not show a significant difference, but the performance improvements are remarkable in the verification phase, which is the ultimate aim of this study. Also, it can be concluded from the results of Table 8 that ensemble models can predict peaks much better than single models. So, the neural averaging method increased the performance of modeling for piezometers 207 and 217 respectively up to 11 and 23% for the verification step in comparison with the AI model with the best performance. As discussed previously, some of the models provided higher and others provided lower estimates, each model having its own advantages and disadvantages. However, the ensemble methods, because of using each model's unique capability, simulate the phenomenon better than single models. As can be seen in Tables 2–7, the results of single models are very close together, and since the performance of simple and weighted averaging methods are in direct relation with individual models, thus the results of simple and weighted averaging models are almost equal.
The performance of the FFNN-based non-linear ensemble was better than the two linear ensemble methods. In non-linear ensemble due to employing FFNN, simulation of the non-linear behavior of the phenomenon would be more accurate than two other ensemble methods. On the other hand, since the results of both simple and weighted ensemble models are in direct relation to the individual models, if the performance of one is poor, the obtained results of ensembling will also be poor; in such conditions the neural ensembling would be very helpful.
CONCLUSIONS
In this paper, three methods of model ensembling, including simple, weighted and neural ensembling methods, were employed to combine the models to increase the modeling efficiency. In this way, Sattarkhan earthfill dam piezometric heads were simulated via different AI models of FFNN, SVR, ANFIS as well as classic ARIMA. Thereafter ensemble methods were employed as post-processing methods to combine the outputs of the models. For this purpose, three scenarios were considered, each containing different input combinations for different conditions. The comparison of the obtained results of single models showed that an FFNN result in the verification step is slightly better than other single models. According to the results of AI-based and ARIMA models in the verification step, it was clear that AI-based models are more reliable than the linear ARIMA model, since the ARIMA model could not cope with nonlinearity of the seepage phenomenon.
The comparison of considered scenarios showed that employing synchronous data with targets can improve predicting performance by up to 10%. Furthermore, it was investigated that in case of a failure of a piezometer, other piezometers may be used in modeling based on scenario 2.
Ensemble models produced better approximation than the single models and model combination improved the modeling performance by up to 20%.
Not surprisingly, the neural ensemble model was generally found to be a more robust and efficient method of combination and this method could improve the performance of AI modeling for the verification step by up to 20%. Also, the neural averaging method increased the performance of modeling for prediction of peaks by up to 23% for the verification step in comparison with the AI model with the best performance. The success of the neural ensemble was due to the fact that by employing the FFNN model in ensemble methods, the non-linear kernel could simulate the non-linear behavior of the phenomenon more accurately than other linear ensemble methods.
Overall, the results of this study provide promising evidence for combining models. The results of the application of the three combination methods, especially the neural ensemble method, indicated that the estimated combined outputs can be more accurate than the individual models.
For future studies, other black box models such as Genetic Programming and also conceptual models may be employed to ensemble and compare the obtained results with the individual models. In addition, it is suggested to verify other non-linear ensembling methods such as ANFIS and SVR instead of FFNN. Furthermore, it is suggested to simulate other important aspects of earthfill dams like settlement and its variation at different points of the earthfill dams.