Next Article in Journal
Applied Techniques for Twitter Data Retrieval in an Urban Area: Insight for Trip Production Modeling
Previous Article in Journal
A New Hybrid Algorithm Based on Improved MODE and PF Neighborhood Search for Scheduling Task Graphs in Heterogeneous Distributed Systems
 
 
Font Type:
Arial Georgia Verdana
Font Size:
Aa Aa Aa
Line Spacing:
Column Width:
Background:
Article

MHA-ConvLSTM Dam Deformation Prediction Model Considering Environmental Volume Lag Effect

1
School of Science, Nanjing University of Science and Technology, Nanjing 210094, China
2
Nanjing Hydraulic Research Institute, Nanjing 210029, China
3
Key Laboratory of Reservoir Dam Safety, Ministry of Water Resources, Nanjing 210029, China
*
Authors to whom correspondence should be addressed.
Appl. Sci. 2023, 13(14), 8538; https://doi.org/10.3390/app13148538
Submission received: 25 June 2023 / Revised: 20 July 2023 / Accepted: 21 July 2023 / Published: 24 July 2023

Abstract

:
The construction of a reasonable and reliable deformation prediction model is of great practical significance for dam safety assessment and risk decision-making. Traditional dam deformation prediction models are susceptible to interference from redundant features, weak generalization ability, and a lack of model interpretation. Based on this, a deformation prediction model that considers the lag effect of environmental quantities is proposed. The model first constructs a new deformation lag influence factor based on the plain HST model through the lag quantization algorithm. Secondly, the attention and memory capacity of the model is improved by introducing a multi-head attention mechanism to the features of the long-time domain deformation influence factor, and finally, the extracted dynamic features are transferred to the ConvLSTM model for learning, training, and prediction. The results of the simulation tests based on the measured deformation data of an active dam show that the introduction of the deformation lag factor not only improves the interpretation of the prediction model for deformation but also makes the prediction of deformation more accurate, and it can improve the evaluation indexes such as RMSE by 50%, the nMAPE by 40%, and R2 by 10% compared with the traditional prediction model. The combined prediction model is more capable of mining the hidden features of the data and has a deeper picture of the overall peak and local extremes of the deformation data, which provides a new way of thinking for the dam deformation prediction model.

1. Introduction

In recent years, a global slowdown in water and hydropower construction has led countries to pay attention to the management of existing water and hydropower facilities [1], so the effective development of water “four pres” technology has become a key engineering problem in the field of dam safety monitoring [2,3,4].
Dams are subjected to a variety of factors such as the nature of the dam foundation engineering, temperature conditions, structural design, and their own loading during their complex and variable service, and their properties will gradually deteriorate with increasing service life [5,6,7]. This deterioration may lead to an increase in the probability of accidents in dams, which in turn may cause serious property damage and casualties in the surrounding towns [8,9,10]. Therefore, the focus of research has shifted to how to reasonably and effectively construct dam deformation early warning and forecasting models. Among them, it is of great practical importance to rely on actual dam measurement data to study the nonlinear relationship between dam deformation and each deformation characteristic factor, to establish a reliable dam deformation monitoring model, to accurately predict the deformation of dams, and to comprehensively understand their operational status to ensure the long-term safety of dam projects [11].
As the analysis of deformation monitoring information has developed toward a more in-depth field, many scholars have proposed some new methods and techniques to monitor the deformation of dams. Among them, optimization combination models, digital filtering, and principal component regression are widely used in the field of dam safety monitoring [12,13,14]. At present, in practical engineering, deformation monitoring models can be divided into three main categories, including statistical models, deterministic models, and machine learning models [15,16].
Statistical models are based on statistical analysis and the modeling of large amounts of deformation monitoring data to derive probability distributions and trend predictions of the deformation behavior of dams [17]. Typical statistical models are the hydrostatic-thermal-time (HTT) model [18] and the hydrostatic-season-time (HST) model [19]. Among them, the HTT model is applicable when the temperature measurement points of the dam body and foundation can fully describe the variation in its temperature field, and the measured values of each temperature measurement point are used as the temperature components [18]. The HST model, on the other hand, uses harmonic factors to describe the temperature components when the temperature monitoring data inside the dam are lacking or insufficient, and they usually coincide with the deformation of the dam in most cases [19].
Deterministic models are physical models based on the structural properties, material properties, and loads of a dam. By modeling and analyzing the mechanical behavior of a dam, its deformation response and safety conditions can be predicted [20]. Deterministic models usually use numerical computational methods, such as finite element analysis [21]. However, traditional deterministic modeling methods have several limitations and challenges. First, the implementation of the method may require significant time and effort because of the need to build complex models and perform detailed numerical calculations. Second, some assumptions and simplifications are often required for the geometry and boundary conditions of the dam, which may negatively affect the accuracy of the predictions [22,23]. In addition, the lack of long-term monitoring data makes it difficult for these models to accurately consider the long-term deformation behavior of dams [24].
With the continuous progress of machine learning technology, its application in dam deformation prediction and analysis has become a hot spot for research. Compared with traditional mathematical models, machine learning models can better handle complex nonlinear relationships and learn the patterns and laws between deformation and various influencing factors from a large amount of measured data [25,26].
Stojanovic et al. [27] developed a neural-network-based dam deformation modeling system that can adapt to the dynamic changes in the dam observation data by updating the algorithm parameters in real time and effectively improving the adaptive nature of the model. This can reduce the influence of artificial parameters on model accuracy while ensuring the timeliness of parameter selection. Zhu et al. [28] used adaptive theory to optimize the artificial bee colony algorithm and combined it with a back propagation (BP) neural network model to accurately predict the deformation sequences of high arch dams and provide a safety state analysis of dam structures with Gourine’s [29] combined singular spectrum analysis and ANNs to study the influencing factors of dam displacement, and they achieved good results. Wei et al. [30] considered the influence that complex nonlinearities in the residual sequence would have on the prediction accuracy in the modeling process of deformation prediction, and they proposed a combined prediction model, which integrated wavelet decomposition, neural networks, and integrated moving average autonomy on the basis of traditional statistical models. Barzaghi [31] used a GNSS to analyze the deformation of the Eleonora DArborea dam and demonstrated that GNSS technology could reflect the displacement of the dam in both time and space. For the highly nonlinear problem of temperature factor, based on the deformation prediction model constructed using radial basis neural network technology, the kernel principal component analysis method was introduced to reduce the dimensionality of the temperature effect quantity, and the effectiveness of the model was verified in engineering applications.
However, neural network methods are prone to fall into local optimal solutions in the prediction process due to the gradient-descent-based training [32,33], and their generalization ability still needs to be improved. For this reason, Kang et al. [34], Li et al. [35], and Fan et al. [36] applied the extreme learning machine (ELM) model to the dam deformation prediction. The ELM model uses the least squares method for the model solution, which avoids the impact of iterative computation on network accuracy. The effectiveness and superiority of the extreme learning machine model were demonstrated by comparing it with statistical models and conventional artificial neural network methods and by validating it in engineering examples [37,38].
In summary, a combined MHA-ConvLSTM (Multi-Head Attention-ConvLSTM) model that takes the environmental volume lag into account is suggested. By including lag variables to strengthen the explanation of the prediction model and by merging the attention mechanism and convolution technique, they seek to boost the performance of the prediction model in memorization, depiction, and mining features. Finally, by comparing and assessing the prediction effect with other models or benchmark models for actual engineering data, the viability of introducing the lag component and the efficacy of the combined prediction model are confirmed.
The remainder of this essay is structured as follows. The deformation hysteresis quantification algorithm’s fundamental principles and implementation procedure are covered in Section 2. The proposed hybrid prediction model for dam deformation, MHA-ConvLSTM, is also provided along with its creation method. Section 3 gives a full examination of the findings from each of the three validation procedures for the model, including the feasibility validation of the hysteresis factor addition, the ablation validation, and the validity and generalization validation. Section 4 concludes the entire essay and presents a plan for more research.

2. Methodology

2.1. Deformation Hysteresis Quantification Algorithm

In order to quantify the deformation lag time, which is primarily influenced by environmental quantities, this paper proposes a deformation lag quantification algorithm by analyzing the fluctuations and phase differences between the environmental quantities (water level, temperature, etc.) and the measured data of the effect quantity (dam deformation). This approach only considers the water level ( H ) and dam deformation ( δ ), as this paper employs HST (hydrostatic-season-time) as the basis model. Due to the water level variation factor, the dam deformation data and water level data are similar, but there is a slight phase difference between the two.
Therefore, the fundamental concept behind the lag quantification approach is to first employ data decomposition and reconstruction techniques to minimize the negative effects of irregular terms on the phase computation and then to compute the phase cross-entropy of both to determine the lag time. These are the precise stages in this algorithm:
Step 1: Data pre-processing. The monitoring data were normalized to reduce the order-of-magnitude differences between different physical quantities, and the normalization equation was expressed as Equation (1). To reduce the problem of the inability to perform cross-entropy calculations due to low data density, the hot card filling method [39] was used for the monitoring data to make full use of the contextual linkage of the monitoring data for the regression interpolation of missing values, so that the monitoring data have a first-order continuous type.
X i n o r m = X i X min X max X min
In the above equation, X i n o r m is the normalized data, X i is the pre-normalized data, and X max and X min are the maximum and minimum values of the monitored data.
Step 2: Breaking down and rebuilding monitoring data. VMD decomposition was used to decompose the monitoring data, and the high-frequency information obtained from the decomposition was retained and fused, reducing the detrimental effects of low-frequency information on the subsequent calculation of phase cross-entropy. The specific steps of the VMD decomposition reconstruction technique are described in the literature. [40].
Step 3: Hysteresis quantization calculation. For the reconstructed monitoring information, firstly, one set of data was transformed to the frequency of another set of data by using discrete Fourier transform (DFT) [41,42,43,44,45]. Next, the lag was calculated using the phase cross-entropy calculation method. The formula for calculating the phase cross-entropy C E is shown in Equation (2)
C E = P i , j × log P i , j
where P i , j is the probability of simultaneous occurrence of the time series i and j with a phase difference of j . C E denotes the phase cross-entropy between the time series i and j . The phase difference between the time series i and j can be obtained by calculating the phase cross-entropy of the time series. If the phase difference is zero, they are synchronized. If the phase difference is positive, it means that the time series i is lagging behind the time series j . If the phase difference is negative, then the time series is lagging behind the time series j i .

2.2. MHA-ConvLSTM Combined Prediction Model

2.2.1. Multi-Head Attention Mechanism (Multi-Head Attention)

Traditional recurrent neural networks (RNNs) struggle to capture long-range dependencies in sequences when working with extended time domain temporal data. The model’s performance can be enhanced by using the attention technique to assist the model in more accurately capturing these dependencies. The fundamental goal of the attention mechanism is to direct attention to the information that is most important for the current task among a great amount of incoming data while reducing or even removing attention to other aspects. By addressing the issue of information overload, this strategy increases the task processing’s effectiveness and precision. The operations for the typical attention mechanism module are query (Q), key (K), and value (V). In order to get the overall weights and outputs, the attention weights must first be determined using Q and K, and then they must be applied to V. According to Equation (3), the output vector is specifically calculated for the input matrices Q, K, and V.
A t t e n t i o n Q , K , V = S o f t   max Q K T d k V
Equation (3) in Q R n × d k , K R m × d k , V R m × d v .
The multi-head attention mechanism is optimized and improved from multiple parallel attention mechanisms, which not only improves the computational speed but also enables the network to adaptively select important data features to train the network model, increasing the diversity of extracted features; the collaboration between multiple heads helps the network to learn deeper data features, while the collaboration between multiple heads also improves the accuracy of the model prediction. The mathematical expression of the multi-head attention mechanism as Equation (4) is:
M u l t i H e a d Q , K , V = C o n c a t h e a d 1 , , h e a d k , , h e a d n W O
In Equation (4), C o n c a t · denotes the vertical stitching operation of the matrix and W O denotes the weight matrix W O R d v × d m .

2.2.2. Convolutional Long- and Short-Term Memory Neural Network (ConvLSTM)

LSTM and CNN are two commonly used neural network models; each of them is good at extracting different types of features. LSTM is mainly used to extract features between adjacent sequence data, so it is effective in dealing with time series prediction problems. CNN, on the other hand, is able to extract effective bias features as feature vectors and obtain more structural information. In order to fully utilize the advantages of both models, a new model, ConvLSTM, is proposed.
ConvLSTM combines the advantages of LSTM and CNN and is able to extract spatio-temporal features simultaneously instead of a single temporal feature. Unlike the traditional single-step spatio-temporal prediction, ConvLSTM uses a multi-step spatio-temporal prediction and can predict future data trends more accurately. Therefore, this paper adopts the ConvLSTM model to mine the hidden local features and spatio-temporal features of the data. The specific formula of ConvLSTM is shown in the following Equations (5)–(9):
Z t , l = σ W ~ X Z l X t , l + W ~ H Z l H t 1 , l + W ~ C Z l C t 1 , l + b Z l ~
r t , l = σ W ~ X R l X t , l + W ~ H R l H t 1 , l + W ~ C R l C t 1 , l + b R l ~
C t , l = z t , l tanh W ~ X C l X t , l + W ~ H C l H t 1 , l + b C l ~ + r t , l C t 1 , l
o t , l = σ W ~ X O l X t , l + W ~ H O l H t 1 , l + W ~ C O l C t , l + b O l ~
H t , l = o t , l tanh C t , l
where denotes the convolution operator, denotes the Hadmard function, and σ denotes the Sigmoid function, where W ~ X Z l , W ~ H Z l , W ~ C Z l , W ~ X R l , W ~ H R l , W ~ C R l , W ~ X C l , W ~ H C l , W ~ X O l , W ~ H O l , and W ~ C O l are the bias parameters of the convolutional long- and short-term neural network in the l layer.

2.2.3. Combined Prediction Model

The combined prediction model based on MHA-ConvLSTM is intended to solve the problems of poor feature extraction ability, insufficient local detail portrayal ability, and low prediction accuracy of traditional prediction models for longer time domain data.
The specific steps are as follows:
Step 1: Input the water level data and deformation data into the hysteresis quantization algorithm to calculate the hysteresis.
Step 2: Generate a new impact factor dataset by constructing lagging factors based on the quantification results.
Step 3: Feature extraction of the input impact factor dataset via the multi-headed attention mechanism.
Step 4: The extracted data features are trained and predicted by using ConvLSTM.
Step 5: The evaluation of predicted effects.
The specific flow of the hybrid prediction model based on MHA-ConvLSTM is shown in Figure 1.

2.3. Predictive Performance Quantifiers

This study suggests choosing RMSE (root mean square error), nMAPE (normal-ized mean absolute percentage error), and R 2 (coefficient of determination) as quantitative indicators of prediction performance in order to assess the prediction performance of the prediction algorithm at various levels. In Equations (10)–(12), the precise formulas for the aforementioned metrics are displayed.
R M S E = 1 n i = 1 n y m i y p i 2
n M A P E = 1 n i = 1 n y m i y p i y m i max
R 2 = 1 i = 1 n y m i y p i 2 i = 1 n y m i y m 2
In the above equation, n is the total number of data samples, y m i and y p i are the measured and predicted values of i , and y m is the average of y m . In these metrics, RMSE is the square root of the mean of the squared difference between the measured and predicted values. The smaller the RMSE, the closer the prediction result is to the actual value and the more accurate the prediction algorithm is. n M A P E , as an improvement of M A P E , is guaranteed that the denominator is not zero. For n M A P E , the smaller it is, the better the prediction performance is represented. Additionally, R 2 indicates how well the predicted value fits the actual value. The closer R 2 is to 1, the better the predicted value fits the actual value.

3. Case Studies

3.1. Experimental Data Sources

The real measurement dataset of an operating dam is chosen as the case study basis for an in-depth investigation and model analysis in order to confirm the viability and generalizability of the suggested method. The project is situated in the Chinese region of Xinjiang Uygur Autonomous Region. The project’s principal development task is power generation while taking into account the needs for downstream flood control. The total storage capacity is 125 million m3, the regulating storage capacity is 72.4 million m3, the normal storage level is 1649 m, and the maximum dam height is 110 m. An automated safety inspection system, consisting of several instruments measuring temperature, water level, seepage pressure, deforestation, etc., is deployed on the surface and inside the dam to guarantee that it operates normally during its service life. The system, which consists of a variety of sensors for measuring temperature, water level, seepage pressure, deformation, and other variables, realizes the integrated function of automatic monitoring, computation, transmission, and storage, which enables data-driven forecasting and the early warning modeling of dam property changes.
As the test case for this study, the EX1–2, EX1–3, EX2–3, EX2–4, and water level data within the elevation range of 1451.52–1470 m in the left 0 + 045 dam section of this dam were chosen. The monitoring data were obtained from the period of 1 January 2015 to 1 January 2020. According to the actual engineering requirements, the data collection frequency of these monitoring instruments is once per day. The horizontal displacement monitoring device employed in this dam is called EX. Figure 2 displays the location details of each measurement point, Figure 3 displays the time course curve of each measurement site’s deformation data, and Figure 4 displays the time course curve of the water level data.

3.2. Feasibility Validation of Hysteresis Factor Addition

The hydrostatic-season-time (HST) model, a classical and well-accepted mathematical model for dam deformation prediction, predicts the deformation of dams by considering the hydrostatic pressure, seasonal factors, and time dependence of the dam. The HST model provides an alternative method to infer the dam temperature variation and correlate it with dam deformation behavior when temperature monitoring information in the dam is not sufficient. The key to the HST model is the application of the harmonic factor. The harmonic factor is a mathematical technique used to characterize the periodicity of temperature variables. By performing spectral analysis and harmonic decomposition on temperature data, different harmonic components that reflect the seasonal and periodic patterns of temperature variation can be identified. By correlating these harmonic factors with the dam deformation data, a quantitative relationship between the dam deformation and temperature variation can be established. In most cases, the predictions of the HST model coincide with the dam deformation.
According to the HST model described, the deformation of any point of the dam ( δ ) can be decomposed into a water pressure component ( δ H ), a temperature component ( δ T ), and an aging component ( δ θ ). The specific equation is shown in Equation (13)
δ = δ H + δ T + δ θ = a 0 + i = 1 n a i H i + i = 1 m b 1 i sin 2 Π i t 365 + b 2 i cos 2 Π i t 365 + c 1 θ + c 2 ln θ
where a 0 is the constant term, a i is the regression coefficient of the water pressure component, b 1 i and b 2 i are the regression coefficients of the temperature component, c 1 and c 2 are the regression coefficients of the time-dependent component, n is the regression coefficient of the gravity dam ( n is 3 depending on the dam type), H is the reservoir level, m is 2 or 3 depending on the temperature at the project site (this paper takes 2), and θ is the cumulative number of days from the day of observation to the starting date divided by 100. In summary, the influence factor of the initial HST model in this paper is H , H 2 , H 3 , sin 2 Π t 365 , sin 4 Π t 365 , cos 2 Π t 365 , cos 4 Π t 365 , θ , ln θ .
To verify the effect of adding the lag factor, the lag quantification in Section 2.1 was performed with EX1-2 as an example. The case of EX1-2 with water level decomposed via VMD is shown in Figure 5. The reconstructed case is shown in Figure 6.
The lag between the EX1–2 and the water level after reconstructing the data according to Equation (2) in Section 2.1 can be calculated, and EX1–2 deformation lags 11 days behind the water level. Therefore, a new lag factor is introduced with reference to Equation (13), i.e., H 11 , H 11 2 , H 11 3 , to form a combination of impact factors for the HST model considering lag, i.e., H , H 2 , H 3 , sin 2 Π t 365 , sin 4 Π t 365 , cos 2 Π t 365 , cos 4 Π t 365 , θ , ln θ , H 11 , H 11 2 , H 11 3 .
To verify the feasibility of the addition of the lag factor, the plain LSTM model was used to predict the HST model for the above two combinations. Following the principle of selecting 80% of the data as the training set and 20% as the validation set, the data from 1 January 2015 to 1 January 2019 were chosen as the training set, and the data from 1 January 2019 to 1 January 2020 were chosen as the test set. The prediction results are shown in Figure 7 below, the box line plot of the prediction residuals is shown in Figure 8, and the details of the evaluation indexes are shown in Table 1.
From the analysis of the above results, it is clear that the HST model with lag quantization can more perfectly capture the lag effect of environmental quantities for the EX1–2 time series compared with the HST model without lag quantization. The prediction curves under the plain HST model, although smooth, are poorly fitted to the real data and do not portray the local fluctuations of the measured values, especially in the time period when the prediction starts (1 January 2019–1 April 2019). The contrast between the two is more obvious because the input variables of the plain HST model do not contain enough information to feed back the nonlinear characteristics of the deformation, thus leading to some apparent deviation from the measured data and a local distortion. Meanwhile, the box plot of residuals in Figure 8 shows that the median and mean of the residuals are smaller and the distribution of residuals is denser for the HST model with lags considered compared with the HST model without lag quantification, which further verifies the feasibility of introducing lag factors in the HST model.

3.3. Ablation Verification

Because the multi-headed attention mechanism and CovLSTM are both included in this hybrid model, we compared the prediction performance of the plain LSTM, plain LSTM + multi-headed attention mechanism, and plain LSTM + CovLSTM considering lags using the EX1–3 time series as an example to confirm the improvement performance of the hybrid model over the plain model.
Figure 9 below depicts the prediction effect, Figure 10 depicts the prediction residual box line plot, Figure 11 depicts the evaluation index effect plot, and Table 2 depicts the improvement level of each model over plain LSTM.
The results demonstrate that the addition of the attention mechanism significantly enhances the ability of the LSTM model to remember and utilize features, which greatly improves the prediction accuracy of the model with at least a 50% improvement in RMSE. This is in contrast to the plain LSTM model, which is more sensitive to redundant information when facing long-time domain data. The findings also demonstrate that for neural network models, a more effective feature learning model can raise the model’s predictive accuracy. The fit of the model to the periodic changes and lagging characteristics of the dam deformation data is improved, and the R2 is improved by at least 1.5%, further proving the viability of combining the multi-headed attention mechanism with ConvLSTM. ConvLSTM is better at feature learning than LSTM and can more effectively use the important features fed with the attention mechanism.

3.4. Validation of Prediction Model Validity and Generalization

It is proposed to take EX2–3 and EX2–4 as examples to fully verify the effectiveness and generalization of this prediction model by comparing the prediction results with the current mainstream prediction models (BP, Ridge, XGBoost).
The EX2–3 prediction effect is shown in Figure 12a below, the prediction residual box line diagram is shown in Figure 12b, the evaluation index effect diagram is shown in Figure 13, and the improvement degree of each model compared with BP is shown in Table 3.
The effect of EX2–4 prediction is shown in Figure 14a below, the residual box line of prediction is shown in Figure 14b, and the effect of the evaluation index is shown in Figure 15.
The combined results demonstrate that, in terms of performance for fitting the nonlinear dam deformation data, the combined MHA-LSTM model greatly surpasses the other widely used models. Among them, BP and Ridge showed model distortion in the early stages of the prediction process for EX2–3 and EX2–4, and the predicted values significantly deviated from the measured values. However, in the middle and later stages of the prediction, the predicted values gradually fit with the measured values, and this situation was tentatively considered to be a poor acceptance of the base model for the information feedback from the attention mechanism. In contrast, the current model may exhibit great fitting effects for each peak, further demonstrating that it can successfully concentrate on the hidden state of the deformation data in the time dimension and then identify their true properties. The prediction performance is stable and excellent in EX2–3 and EX2–4, which verifies the effectiveness and generalization of the model. Table 4 displays the improvement degree of each model compared with BP. The nMAPE and RMSE are more than 50% better than the plain LSTM model in this set of tests, and the prediction performance is stable and excellent in EX2–3 and EX2–4.

4. Conclusions

This paper presents a hybrid prediction model, MHA-ConvLSTM, for dam deformation that takes into account the lag between environmental factors and deformation. The model builds upon the traditional LSTM for time series prediction by incorporating a multi-headed attention mechanism and convolution technique. Through simulation comparison tests using an active dam as an example, we demonstrated the feasibility of incorporating the lag factor and validated the generalization and effectiveness of the MHA-ConvLSTM model. The main conclusions are as follows:
(1) A hysteresis quantification algorithm is proposed to introduce a new hysteresis factor based on the influence factor of the traditional HST model, aiming to simulate the hysteresis effect of water level on deformation. The experimental results demonstrate that the model with the introduction of the hysteresis factor shows a significant improvement in the prediction accuracy compared with the traditional model;
(2) Compared with the plain LSTM, the MHA-ConvLSTM model is more sensitive to the hidden features of long-time domain deformation data, more sensitive to the temporal features, and more robust compared with other models. This is reflected in the fact that the predicted values fit the measured values more closely and maintain stable performance in the prediction of multiple sets of experimental data, and the evaluation indexes such as RMSE can be improved by more than 50% compared with the traditional model;
(3) The experimental findings demonstrate the applicability of the MHA-ConvLSTM model put forward in this paper for real-world engineering. The hysteresis effect of water level and temperature on deformation can simultaneously be considered in later study, as can hyperparameter optimization.

Author Contributions

Conceptualization, H.L.; methodology, H.L.; software, H.L.; validation, H.L.; formal analysis, D.L.; investigation, H.L.; writing—original draft, H.L.; writing—review and editing, D.L.; supervision, Y.D. All authors have read and agreed to the published version of the manuscript.

Funding

This research was funded by the National Key Research and Development Program (2022YFC3005502), the National Natural Science Foundation of China (51979174), the National Natural Science Foundation of China Joint Fund (U2040221), and the Special Funds for Basic Research Operations of Central Public Welfare Research Institutes (Y322008).

Institutional Review Board Statement

Not applicable.

Informed Consent Statement

Not applicable.

Data Availability Statement

Not applicable.

Conflicts of Interest

The authors declare no conflict of interest.

References

  1. Cai, Z.J.; Yu, J.; Chen, W.L.; Wang, J.J.; Wang, X.L.; Guo, H. Improved extreme learning machine-based dam deformation prediction considering the physical and hysteresis characteristics of the deformation sequence. J. Civ. Struct. Health Monit. 2022, 12, 1173–1190. [Google Scholar] [CrossRef]
  2. Cao, W.H.; Wen, Z.P.; Su, H.Z. Spatiotemporal clustering analysis and zonal prediction model for deformation behavior of super-high arch dams. Expert Syst. Appl. 2023, 216, 15. [Google Scholar]
  3. Chen, W.L.; Wang, X.L.; Cai, Z.J.; Liu, C.X.; Zhu, Y.S.; Lin, W.W. DP-GMM clustering-based ensemble learning prediction methodology for dam deformation considering spatiotemporal differentiation. Knowl.-Based Syst. 2021, 222, 16. [Google Scholar] [CrossRef]
  4. Chen, Y.L.; Zhang, X.J.; Karimian, H.; Xiao, G.; Huang, J.S. A novel framework for prediction of dam deformation based on extreme learning machine and Levy flight bat algorithm. J. Hydroinform. 2021, 23, 935–949. [Google Scholar] [CrossRef]
  5. Hu, J.; Ma, F.H. Zoned deformation prediction model for super high arch dams using hierarchical clustering and panel data. Eng. Comput. 2020, 37, 2999–3021. [Google Scholar] [CrossRef]
  6. Huang, C.J.; Zhou, L.; Liu, F.L.; Cao, Y.Z.; Liu, Z.; Xue, Y. Deformation Prediction of Dam Based on Optimized Grey Verhulst Model. Mathematics 2023, 11, 1729. [Google Scholar] [CrossRef]
  7. Kose, E.; Tasci, L. Geodetic deformation forecasting based on multi-variable grey prediction model and regression model. Grey Syst. 2019, 9, 464–471. [Google Scholar] [CrossRef]
  8. Li, M.C.; Shen, Y.; Ren, Q.B.; Li, H. A new distributed time series evolution prediction model for dam deformation based on constituent elements. Adv. Eng. Inform. 2019, 39, 41–52. [Google Scholar] [CrossRef]
  9. Li, M.J.; Pan, J.Y.; Liu, Y.L.; Liu, H.; Wang, J.X.; Zhao, Z. A Deformation Prediction Model of High Arch Dams in the Initial Operation Period Based on PSR-SVM-IGWO. Math. Probl. Eng. 2021, 2021, 13. [Google Scholar] [CrossRef]
  10. Li, Y.L.; Yin, Q.G.; Zhang, Y.; Qiu, W. Prediction of long-term maximum settlement deformation of concrete face rockfill dams using hybrid support vector regression optimized with HHO algorithm. J. Civ. Struct. Health Monit. 2022, 13, 371–386. [Google Scholar] [CrossRef]
  11. Li, Y.T.; Bao, T.F.; Shu, X.S.; Chen, Z.X.; Gao, Z.X.; Zhang, K. A Hybrid Model Integrating Principal Component Analysis, Fuzzy C-Means, and Gaussian Process Regression for Dam Deformation Prediction. Arab. J. Sci. Eng. 2021, 46, 4293–4306. [Google Scholar] [CrossRef]
  12. Qu, X.D.; Yang, J.; Chang, M. A Deep Learning Model for Concrete Dam Deformation Prediction Based on RS-LSTM. J. Sens. 2019, 2019, 14. [Google Scholar] [CrossRef]
  13. Ren, Q.B.; Li, M.C.; Song, L.G.; Liu, H. An optimized combination prediction model for concrete dam deformation considering quantitative evaluation and hysteresis correction. Adv. Eng. Inform. 2020, 46, 16. [Google Scholar] [CrossRef]
  14. Su, Y.; Weng, K.L.; Lin, C.; Chen, Z.Q. Dam Deformation Interpretation and Prediction Based on a Long Short-Term Memory Model Coupled with an Attention Mechanism. Appl. Sci. 2021, 11, 6625. [Google Scholar] [CrossRef]
  15. Wan, C.H.; Xie, J.C.; Peng, X. Research on the application of improved SVM model in dam displacement and deformation prediction. In Proceedings of the 6th International Conference on Energy, Environment and Materials Science (EEMS), Hulun Buir, China, 28–30 August 2020. [Google Scholar]
  16. Wei, B.W.; Luo, S.Y.; Xu, F.G.; Li, H.K.; Chen, L.J.; Liu, B. Hybrid model for concrete dam deformation in consideration of residual correction by frequency division. Struct. Control Health Monit. 2022, 29, e2940. [Google Scholar] [CrossRef]
  17. Wei, Y.L.; Li, Q.B.; Hu, Y.; Wang, Y.J.; Zhu, X.Z.; Tan, Y.S.; Liu, C.F.; Pei, L. Deformation prediction model based on an improved CNN plus LSTM model for the first impoundment of super-high arch dams. J. Civ. Struct. Health Monit. 2022, 12, 431–442. [Google Scholar] [CrossRef]
  18. Wen, Z.P.; Zhou, R.L.; Su, H.Z. MR and stacked GRUs neural network combined model and its application for deformation prediction of concrete dam. Expert Syst. Appl. 2022, 201, 16. [Google Scholar] [CrossRef]
  19. Wu, X.; Zheng, D.J.; Liu, Y.T.; Chen, Z.Y.; Chen, X.Q. Temporal convolution network-based time frequency domain integrated model of multiple arch dam deformation and quantification of the load impact. Struct. Control Health Monit. 2022, 29, e3090. [Google Scholar] [CrossRef]
  20. Xing, Y.; Chen, Y.; Huang, S.P.; Wang, P.; Xiang, Y.F. Research on Dam Deformation Prediction Model Based on Optimized SVM. Processes 2022, 10, 1842. [Google Scholar] [CrossRef]
  21. Xu, G.Y.; Lu, Y.W.; Jing, Z.X.; Wu, C.Y.; Zhang, Q.R. IEALL: Dam Deformation Prediction Model Based on Combination Model Method. Appl. Sci. 2023, 13, 5160. [Google Scholar] [CrossRef]
  22. Yang, D.S.; Gu, C.S.; Zhu, Y.T.; Dai, B.; Zhang, K.; Zhang, Z.D.; Li, B. A Concrete Dam Deformation Prediction Method Based on LSTM With Attention Mechanism. IEEE Access 2020, 8, 185177–185186. [Google Scholar] [CrossRef]
  23. Yuan, R.Y.; Su, C.; Cao, E.H.; Hu, S.P.; Zhang, H. Exploration of Multi-Scale Reconstruction Framework in Dam Deformation Prediction. Appl. Sci. 2021, 11, 7334. [Google Scholar] [CrossRef]
  24. Zhang, C.Y.; Fu, S.Y.; Ou, B.; Liu, Z.Y.; Hu, M.F. Prediction of Dam Deformation Using SSA-LSTM Model Based on Empirical Mode Decomposition Method and Wavelet Threshold Noise Reduction. Water 2022, 14, 3380. [Google Scholar] [CrossRef]
  25. Zhu, Y.; Gao, Y.J.; Wang, Z.H.; Cao, G.; Wang, R.J.; Lu, S.; Li, W.; Nie, W.; Zhang, Z.R. A Tailings Dam Long-Term Deformation Prediction Method Based on Empirical Mode Decomposition and LSTM Model Combined with Attention Mechanism. Water 2022, 14, 1229. [Google Scholar] [CrossRef]
  26. Ribeiro, L.S.; Wilhelm, V.E.; Faria, E.F.; Correa, J.M.; dos Santos, A.C.P. A comparative analysis of long-term concrete deformation models of a buttress dam. Eng. Struct. 2019, 193, 301–307. [Google Scholar] [CrossRef]
  27. Stojanovic, B.; Milivojevic, M.; Milivojevic, N.; Antonijevic, D. A self-tuning system for dam behavior modeling based on evolving artificial neural networks. Adv. Eng. Softw. 2016, 97, 85–95. [Google Scholar] [CrossRef]
  28. Zhu, Y.T.; Gu, C.S.; Zhao, E.F.; Song, J.T.; Guo, Z.Y. Structural Safety Monitoring of High Arch Dam Using Improved ABC-BP Model. Math. Probl. Eng. 2016, 2016, 6858697. [Google Scholar] [CrossRef] [Green Version]
  29. Gourine, B.; Khelifa, S. Analysis of Dam Deformation Using Artificial Neural Networks Methods and Singular Spectrum Analysis. In Proceedings of the 1st Euro-Mediterranean Conference for Environmental Integration (EMCEI), Sousse, Tunisia, 22–25 November 2017; pp. 871–874. [Google Scholar]
  30. Wei, B.W.; Yuan, D.Y.; Li, H.K.; Xu, Z.K. Combination forecast model for concrete dam displacement considering residual correction. Struct. Health Monit. 2019, 18, 232–244. [Google Scholar] [CrossRef]
  31. Barzaghi, R.; Cazzaniga, N.E.; De Gaetani, C.I.; Pinto, L.; Tornatore, V. Estimating and Comparing Dam Deformation Using Classical and GNSS Techniques. Sensors 2018, 18, 756. [Google Scholar] [CrossRef] [PubMed] [Green Version]
  32. Chen, S.Y.; Gu, C.S.; Lin, C.N.; Zhao, E.F.; Song, J.T. Safety Monitoring Model of a Super-High Concrete Dam by Using RBF Neural Network Coupled with Kernel Principal Component Analysis. Math. Probl. Eng. 2018, 2018, 1712653. [Google Scholar] [CrossRef] [Green Version]
  33. Su, H.Z.; Li, X.; Yang, B.B.; Wen, Z.P. Wavelet support vector machine-based prediction model of dam deformation. Mech. Syst. Signal Process. 2018, 110, 412–427. [Google Scholar] [CrossRef]
  34. Kang, F.; Liu, X.; Li, J.J. Temperature effect modeling in structural health monitoring of concrete dams using kernel extreme learning machines. Struct. Health Monit. 2020, 19, 987–1002. [Google Scholar] [CrossRef]
  35. Li, M.J.; Wang, J.X. An Empirical Comparison of Multiple Linear Regression and Artificial Neural Network for Concrete Dam Deformation Modelling. Math. Probl. Eng. 2019, 2019, 7620948. [Google Scholar] [CrossRef] [Green Version]
  36. Fan, Q.; Fang, X.; Xu, C.; Yang, R. Dynamic Bayesian ELM method for deformation monitoring data prediction. Acta Geod. Cartogr. Sin. 2019, 48, 919–925. [Google Scholar]
  37. Zhangjun, G.; Huadong, H. Application of RS-RF Model in Deformation Prediction of Concrete Dam. IOP Conf. Ser. Earth Environ. Sci. 2020, 474, 072003. [Google Scholar]
  38. Lin, C.; Wang, X.; Su, Y.; Zhang, T.; Chen, Z. Predictions of concrete dam deformation using clustering method and deep learning. J. Hydroelectr. Eng. 2022, 41, 112–127. [Google Scholar]
  39. Jun, Y.; Wangjia; Zhibin, L. Research on dam foundation deformation prediction based on VMD optimized temporal convolutional network. In Proceedings of the 2021 7th International Conference on Hydraulic and Civil Engineering & Smart Water Conservancy and Intelligent Disaster Reduction Forum (ICHCE & SWIDR), Nanjing, China, 6–8 November 2021; pp. 232–238. [Google Scholar]
  40. Luo, Y.; Huang, C.; Zhang, J. Denoising Method of Deformation Monitoring Data Based on Variational Mode Decomposition. Geomat. Inf. Sci. Wuhan Univ. 2020, 45, 784–790. [Google Scholar]
  41. Pytharouli, S.I.; Stiros, S.C. Ladon dam (Greece) deformation and reservoir level fluctuations: Evidence for a causative relationship from the spectral analysis of a geodetic monitoring record. Eng. Struct. 2005, 27, 361–370. [Google Scholar] [CrossRef]
  42. Guido, R.C.; Pedroso, F.; Contreras, R.C.; Rodrigues, L.C.; Guariglia, E.; Neto, J.S. Introducing the Discrete Path Transform (DPT) and its applications in signal analysis, artefact removal, and spoken word recognition. Digit. Signal Process. 2021, 117, 14. [Google Scholar] [CrossRef]
  43. Su, H.L.; Yang, L.N.; Tang, Y.Y.; Luo, H.W. Wavelet transform-based one dimensional manifold embedding for hyperspectral image classification. In Proceedings of the International Conference on Wavelet Analysis and Pattern Recognition (ICWAPR), Kobe, Japan, 7–10 July 2019; pp. 21–26. [Google Scholar]
  44. Guariglia, E. Harmonic Sierpinski Gasket and Applications. Entropy 2018, 20, 714. [Google Scholar] [CrossRef]
  45. Zheng, X.W.; Tang, Y.Y.; Zhou, J.T. A Framework of Adaptive Multiscale Wavelet Decomposition for Signals on Undirected Graphs. IEEE Trans. Signal Process. 2019, 67, 1696–1711. [Google Scholar] [CrossRef]
Figure 1. Flow chart of MHA-ConvLSTM model.
Figure 1. Flow chart of MHA-ConvLSTM model.
Applsci 13 08538 g001
Figure 2. Basic information about the study dam.
Figure 2. Basic information about the study dam.
Applsci 13 08538 g002
Figure 3. Time course curve of deformation data.
Figure 3. Time course curve of deformation data.
Applsci 13 08538 g003
Figure 4. Time course curve of water level data.
Figure 4. Time course curve of water level data.
Applsci 13 08538 g004
Figure 5. (a) Information of EX1-2 deformation data decomposition. (b) Water level data decomposition information.
Figure 5. (a) Information of EX1-2 deformation data decomposition. (b) Water level data decomposition information.
Applsci 13 08538 g005aApplsci 13 08538 g005b
Figure 6. Time course curves of reconstructed deformation and water level data.
Figure 6. Time course curves of reconstructed deformation and water level data.
Applsci 13 08538 g006
Figure 7. Prediction with and without lag factor model.
Figure 7. Prediction with and without lag factor model.
Applsci 13 08538 g007
Figure 8. Distribution of predicted residuals.
Figure 8. Distribution of predicted residuals.
Applsci 13 08538 g008
Figure 9. Prediction with and without lag factor model.
Figure 9. Prediction with and without lag factor model.
Applsci 13 08538 g009
Figure 10. Distribution of predicted residuals.
Figure 10. Distribution of predicted residuals.
Applsci 13 08538 g010
Figure 11. Comparison of evaluation indexes of each prediction model.
Figure 11. Comparison of evaluation indexes of each prediction model.
Applsci 13 08538 g011
Figure 12. (a) Forecast of different forecasting models. (b) Distribution of residuals for each model prediction.
Figure 12. (a) Forecast of different forecasting models. (b) Distribution of residuals for each model prediction.
Applsci 13 08538 g012aApplsci 13 08538 g012b
Figure 13. Comparison of evaluation indexes of each prediction model.
Figure 13. Comparison of evaluation indexes of each prediction model.
Applsci 13 08538 g013
Figure 14. (a) Forecast of different forecasting models. (b) Distribution of residuals for each model prediction.
Figure 14. (a) Forecast of different forecasting models. (b) Distribution of residuals for each model prediction.
Applsci 13 08538 g014
Figure 15. Comparison of evaluation indexes of each prediction model.
Figure 15. Comparison of evaluation indexes of each prediction model.
Applsci 13 08538 g015
Table 1. Comparison of prediction evaluation indicators with and without lag factor models.
Table 1. Comparison of prediction evaluation indicators with and without lag factor models.
ModelsnMAPERMSER2
HST-LSTM0.01010.01540.9741
NewHST-LSTM0.00860.01210.9853
Table 2. The lifting degree of each model compared with plain LSTM.
Table 2. The lifting degree of each model compared with plain LSTM.
ElevationnMAPERMSER2
ConvLSTM19.1%47.7%1.1%
LSTM + MHA35.7%58.4%1.6%
MHA-ConvLSTM57.5%72.5%2.5%
Table 3. Lifting degree of each model compared with BP.
Table 3. Lifting degree of each model compared with BP.
ElevationnMAPERMSER2
Ridge−1.3%−0.7%−0.2%
XGBoost62.3%58.3%9.4%
MHA-ConvLSTM69.6%66.4%10.1%
Table 4. Lifting degree of each model compared with BP.
Table 4. Lifting degree of each model compared with BP.
ElevationnMAPERMSER2
Ridge43.3%45.2%2.2%
XGBoost45.5%47.6%4.5%
MHA-ConvLSTM60.8%63.1%35.8%
Disclaimer/Publisher’s Note: The statements, opinions and data contained in all publications are solely those of the individual author(s) and contributor(s) and not of MDPI and/or the editor(s). MDPI and/or the editor(s) disclaim responsibility for any injury to people or property resulting from any ideas, methods, instructions or products referred to in the content.

Share and Cite

MDPI and ACS Style

Liu, H.; Li, D.; Ding, Y. MHA-ConvLSTM Dam Deformation Prediction Model Considering Environmental Volume Lag Effect. Appl. Sci. 2023, 13, 8538. https://doi.org/10.3390/app13148538

AMA Style

Liu H, Li D, Ding Y. MHA-ConvLSTM Dam Deformation Prediction Model Considering Environmental Volume Lag Effect. Applied Sciences. 2023; 13(14):8538. https://doi.org/10.3390/app13148538

Chicago/Turabian Style

Liu, Hepeng, Denghua Li, and Yong Ding. 2023. "MHA-ConvLSTM Dam Deformation Prediction Model Considering Environmental Volume Lag Effect" Applied Sciences 13, no. 14: 8538. https://doi.org/10.3390/app13148538

Note that from the first issue of 2016, this journal uses article numbers instead of page numbers. See further details here.

Article Metrics

Back to TopTop