Next Article in Journal
Exploring Irrigation and Water Supply Technologies for Smallholder Farmers in the Mediterranean Region
Previous Article in Journal
Financial and Logistical Service Strategy of Third-Party Logistics Enterprises in Cross-Border E-Commerce Environment
 
 
Font Type:
Arial Georgia Verdana
Font Size:
Aa Aa Aa
Line Spacing:
Column Width:
Background:
Article

Construction and Application of LSTM-Based Prediction Model for Tunnel Surrounding Rock Deformation

1
School of Resource & Environment and Safety Engineering, Hunan University of Science and Technology, Xiangtan 411201, China
2
Hunan Province Key Laboratory of Geotechnical Engineering for Stability Control and Health Monitoring, Hunan University of Science and Technology, Xiangtan 411201, China
*
Author to whom correspondence should be addressed.
Sustainability 2023, 15(8), 6877; https://doi.org/10.3390/su15086877
Submission received: 5 March 2023 / Revised: 17 April 2023 / Accepted: 18 April 2023 / Published: 19 April 2023

Abstract

:
Tunnel surrounding rock deformation is a significant issue in tunnel construction and maintenance and has garnered attention from both domestic and international scholars. Traditional methods of predicting tunnel surrounding rock deformation involve fitting monitoring and measuring data, which is a laborious and resource-intensive process with low accuracy when predicting data with significant fluctuations. A deep learning approach can improve monitoring efficiency and accuracy while reducing labor costs. In this study, taking an actual tunnel project as an example, a long short-term memory (LSTM) network model was constructed based on the recurrent neural network algorithm with deep learning to model and analyze the tunnel monitoring and measurement data, and the model was used to analyze and predict the vault settlement of the tunnel. LSTM is a type of artificial neural network architecture that is commonly used in deep learning applications for sequence prediction tasks, such as natural language processing, speech recognition, and time-series forecasting. In predicting data with smaller fluctuations, the maximum error is 4.76 mm, the minimum error is 0.03 mm, the root mean square error is 2.64, and the coefficient of determination is 0.98. In predicting data with larger fluctuations, the maximum error is 8.32 mm, the minimum error is 0.13 mm, the root mean square error is 4.42, and the coefficient of determination is 0.88. The average error of the LSTM network model is 2.16 mm. With the growth of the prediction period, the prediction results become more and more stable and closer to the actual vault settlement, which provides a reliable reference for introducing the LSTM prediction method with deep learning to tunnel construction and promoting tunnel construction safety.

1. Introduction

In recent times, China has formulated and advanced its “new infrastructure” strategy, which includes the development of 5G networks, big data centers, artificial intelligence, and the industrial Internet, all of which are considered novel forms of infrastructure. China is the world’s largest tunnel construction country [1] and more and more tunnels pass through its complex terrain. In the process of highway tunnel construction, challenges include the poor regional geological conditions of the tunnel, improper choice of blasting parameters, and changes in surrounding rock conditions. To overcome these challenges, artificial intelligence (AI) technologies have been increasingly utilized in tunnel engineering construction, specifically in the area of deep learning for tunnel stability assessment and disaster risk evaluation [2,3]. In order to ensure the safety of tunnel excavation, it is necessary to monitor the surrounding rock of the tunnel and accurately predict the change trend of the tunnel. In 1984, H.H. Instein of the Massachusetts Institute of Technology put forward a paper on the application of artificial intelligence in rock mechanics [4]. In 1985, Fairhurst proposed to use fuzzy mathematics combined with an expert system to solve the tunnel support problem [5]. In 2006, G.E. Hamilton published deep learning research on reducing data dimensions [6]. In China, Zhang et al. [7] took the lead in introducing artificial intelligence theory into rock mechanics and geotechnical engineering and predicted the mechanical properties of rocks. Song et al. [8] proposed the observation and research method of underground rock strata dynamics, the prediction and control mechanical model, and roof prediction and control technology. Feng et al. [9] put forward the concept of intelligent rock mechanics, found out the internal relations contained in engineering instance data, used these relations to make a reasonable judgment on tunnel stability, and established an intelligent system for rockburst risk estimation. Chen et al. [10] pointed out that modern information technology such as big data should be used to strengthen the construction of the tunnel database and establish intelligent data monitoring. Chen et al. [11] summarized the main research progress of stability analysis, slope intelligent monitoring, and slope intelligent prediction of artificial intelligence technology in geotechnical engineering, and put forward prospects for solving slope stability problems with artificial intelligence technology. Wang et al. [12] carried out the physical and mechanical test research of soft rock, and combined with finite element numerical simulation, analyzed and predicted the deformation of tunnel surrounding rock. Jiang [13] used artificial intelligence technology to predict rock mechanical behavior and proposed the particle swarm optimization support vector machine model for rock mechanical behavior prediction.
Experts have conducted a lot of research on tunnel deformation prediction methods, including theoretical research [14,15,16,17,18,19], such as constitutive models, plasticity, and damage and viscoplasticity theory. Huang et al. [20] derived a plastic damage scheme for the expansion of undrained spherical cavities in rock media. Plastic damage was considered and the Cam-Clay (MCC) model was modified. Numerical simulation research [21,22,23,24] includes DLSM, DEM, FEM, and the peri-dynamic model. Ma et al. [25] conducted a numerical study of the effect of karst caves on tunnel stability using the apparent lattice spring model (DLSM). Huang et al. [26] adopted a stabilization method including surface grouting and internal tunnel grouting. The mechanism of interval lining damage and the effect of stabilization were studied by numerical simulation and analysis of field monitoring data. In terms of machine learning prediction research [27,28,29,30,31,32,33], Hu et al. [34], based on the LSTM network, built the Seq2Seq model and proposed the application method of pretreatment of measured settlement data. Early prediction models for tunnel deformation were primarily based on the theory of continuum mechanics. However, the uncertain nature of boundary conditions has led some scholars to employ numerical simulation predictions using finite element software. Nevertheless, the anisotropic nature of rock, faults, and fragmentation can result in deviations between predicted and actual tunnel deformation and groundwater conditions. In light of these challenges, deep learning techniques have been developed to predict tunnel surrounding rock deformation. However, prior studies that utilized multiple tunnel data samples obtained from the literature lack specificity for individual tunnels. To address this issue, this study focuses on a particular tunnel construction project and collects monitoring data during construction. Using LSTM networks, a targeted prediction model is constructed and validated through comparisons with existing models. This model is then applied to the tunnel, providing a new method and technical reference for monitoring tunnel surrounding rock deformation.
The available research results have made a significant contribution to our understanding of tunnel deformation prediction methods. In this paper, we construct LSTM network models based on recurrent neural network algorithms in deep learning to study their effectiveness in predicting the deformation of the Yuanbaoshan Tunnel of Yunnan Li-Xiang Railway. By combining the existing literature and the research of this group, the prediction and analysis of the vault settlement in two different sections of this tunnel are carried out. This study shows that the LSTM prediction model is able to predict the vault settlement during the tunnel construction, and by comparisons with traditional prediction curves, we find that the accuracy and stability of the prediction are more consistent with the actual measured data in the field, both for data with smaller and larger fluctuations. Predicting tunnel deformation problems with the LSTM network model can promote the practical application of artificial intelligence in tunnel engineering, as well as reduce labor costs and improve monitoring accuracy. It provides a new method and new technology reference for monitoring tunnel deformation.

2. Materials and Methods

2.1. Recurrent Neural Network

Deep learning is a methodology that involves the transformation of original data features through multiple steps to acquire a feature representation, which is then input into the prediction function to obtain the final output [35]. Figure 1 illustrates that deep learning models primarily comprise neural network models, including recurrent neural networks that possess short-term memory capabilities. In a recurrent neural network, neurons can receive both the information of other neurons as well as their own information, forming a network structure with a loop. The network structure typically consists of an input layer, a hidden layer, and an output layer.
Suppose that given an input value, x t = ( x 1 , x 2 , x t ) , the recurrent neural network can extract features through the hidden layer h t . h t is calculated as follows:
h t = f ( s 0 , s t )
where h 0 = 0 , f ( ) is a nonlinear function. As shown in Figure 2, the output layer biases the output results according to different hidden layer weights and itself.

2.2. LSTM Prediction Model

Due to the problems of vanishing gradients and exploding gradients in traditional recurrent neural networks, it is difficult to learn the data parameters of remote nodes. Therefore, this study adopts its improved long short-term memory (LSTM) model. As shown in Figure 3, LSTM has a memory function, which can associate the information on time series, find out the features, and carry out long-term learning. It was proposed by Hochreiter and Schmidhuber [36].
All recurrent neural networks have the form of a chain of repeating modules. In a traditional recurrent neural network, the structure of repeating modules is very simple, while in LSTM, the structure of repeating modules is very complex, with four neural network layers, and they interact in a special way. The calculation of a single neuron in the LSTM repeat module includes two parts: neural network state update and output value calculation. There are three gate functions in the neuron, which are the input gate, the forgetting gate, and the output gate. The input value, memory value, and output value are controlled by the gate function.
The forgetting gate controls the amount of information discarded by the neural network state at the current moment. The calculation process of forgetting gate is as follows:
f t = σ ( W f [ h t 1 , x t ] + b f )
where f t is the output of the forgetting gate, h t 1 is the hidden state at the last moment, and the proportion of information forgotten is controlled by the information fusion W f , b f , and sigmoid function of σ .
The input gate is divided into two parts, which are the input value of the input gate it and the new input:
i t = σ ( W i [ h t 1 , x t ] + b i )
C ˜ t = tanh ( W c [ h t 1 , x t ] + b c )
where the output value of the tanh function is between −1 and 1, the input gate filters input layer information, and the calculation process of the input gate is as follows:
C t = f t C t 1 + i t C ˜ t
where C t is the neural network status updated at the current time. The calculation process of the output gate and hidden state is as follows:
o t = σ ( W o [ h t 1 , x t ] + b o )
h t = o t tanh ( C t )

2.3. Tunnel Surrounding Rock Deformation Prediction Model

Tunnel surrounding rock deformation prediction is a complex nonlinear problem. Considering that tunnel surrounding rock deformation data are time-series data, the LSTM model is more suitable for tunnel surrounding rock deformation prediction with high timeliness requirements than other models. As shown in Figure 4, combined with the monitoring data of the tunnel surrounding the rock deformation vault settlement, the parameters of the prediction model were analyzed, and we proposed the tunnel surrounding rock deformation prediction model of the LSTM network. Where x 0 , x 1 x t is the input vault settlement data, y 0 , y 1 y t is the predicted result of the LSTM model, s 0 , s 1 s t is the t LSTM neuron of the hiding layer, C t 1 is the state of the hiding layer at the previous time, and h t 1 is the state of the hiding layer at the previous time.

3. Model Establishment and Parameter Selection

3.1. Model Establishment and Optimization

The pytorch framework has the advantage of being open source, with simple modules, flexible code, and multiple resources and development. The tunnel surrounding rock deformation prediction model of the LSTM network is selected to run under the pytorch3.6 framework with the CPU version built under the Windows operating system. The Adam optimization algorithm is used in network training. The Adam algorithm can optimize the learning rate of the loss function. Based on 110 sets of engineering data, the tunnel surrounding rock deformation prediction model of the LSTM network is used to train and test the data. A total of 78 sets of data were used for training and 32 sets were used for testing. The learning rate in the training process of the model is set to 0.001, and the total number of sample data used in each training is 21, including 20 training samples and 1 label sample. For example, take the vault settlement value from 1 August to 19 August, ( x 0 , x 1 , x 19 ) as 20 training samples, and the arch settlement x 20 on 20 August is the label sample. After the training samples were imported into the LSTM model for forward reasoning, the current output value was calculated, and the MSE was calculated for the output value and x 20 . According to MSE, the weight of neurons in LSTM was adjusted by a backpropagation algorithm. The above process is repeated constantly, and the model with the lowest loss moment is taken as the final LSTM prediction model.

3.2. Data Sets and Evaluation Indicators

Before building the database of the training and testing network, the arch settlement of the tunnel surrounding rock deformation monitoring data is preprocessed. Pretreatment can speed up the training of neural network models and prevent the gradient explosion in the training process. The surrounding rock deformation monitoring data during tunnel construction are normalized so that their value domain is distributed within [0, 1]. The MinMaxScaler function in Python’s machine learning library scikit-learn is used for normalized preprocessing of input data; the calculation process is as follows:
x ˜ = x min ( x ) max ( x ) min ( x )
During the normalization process, the maximum and minimum values of the samples in the training set should be recorded. After the completion of the model training, the output value of the model should be de-normalized to restore the output to the measured predicted value.
In order to find out suitable model calculation parameters, this paper constructs a tunnel surrounding rock deformation prediction database containing 110 groups of tunnel engineering instances based on the pre-treated surrounding rock deformation monitoring data during tunnel construction. The settlement position of the vault is on the wall of the tunnel after excavation, and monitoring measurement is completed after each excavation and before the next cycle according to the code requirements.
To evaluate the accuracy of the LSTM network model in predicting the arch settlement, the root mean square error ( R M S E ) and determination coefficient ( R 2 ) were used to evaluate the accuracy of the prediction model.
RMSE = 1 m i = 1 m ( h ( x i ) y i ) 2
R 2 = 1 i = 1 m ( y i h ( x i ) ) 2 i = 1 m ( y i   y ¯ ) 2

4. Engineering Application and Prediction Results Analysis

4.1. Engineering Overview

To determine suitable model calculation parameters, the Yuanbaoshan Tunnel of the Yunnan Li-Xiang Railway was selected as the case study. The tunnel’s depth of burial is mostly over 300 m, and it passes through a mainly layered carbonitic SLATE stratum. The strata strike is primarily parallel to the tunnel’s direction, and the dip angle ranges from 75° to 90°. Due to regional structural factors, the rock mass is susceptible to deformation and exhibits significant joint development, moderate weathering, and fissure water. As a result of the deformation of the tunnel surrounding rock, the supporting structure of the tunnel also undergoes significant deformation. Table 1 presents the relevant tunnel parameters.
To verify the prediction effect of the established model algorithm on the settlement data of the tunnel vault, typical sections (a) and (b) were selected for testing, as shown in Figure 5 and Figure 6.
Figure 5 shows the cumulative subsidence deformation of the vault’s surrounding rock from 5 August 2020, to 28 September 2020, comprising a total of 55 data sets, out of which 39 were used for training. The data exhibits minimal fluctuations, and the surrounding rock deformation value has converged after 40 days of excavation. The model achieved convergence after about 200 training iterations, and there was no significant reduction in training loss. The optimal model obtained after model adjustment was then used to predict the remaining 16 groups of data. Similarly, Figure 6 represents the cumulative subsidence deformation of the vault’s surrounding rock from 17 April 2020 to 10 June 2020, comprising a total of 55 data sets, out of which 39 were used for training. The data exhibit significant fluctuations, and the surrounding rock deformation value changes significantly from 10 to 30 days after excavation and eventually stabilizes around 50 days after excavation. The model achieved convergence after about 200 training iterations, and there was no significant reduction in training loss. The optimal model obtained after model adjustment was then used to predict the remaining 16 groups of data.

4.2. Prediction Model

After the model is established, the traditional curve prediction is carried out on the data of the two sections, respectively, and the prediction results are compared with those of the LSTM network model. Traditional curve prediction can select the appropriate curve type to predict the observed data and understand the trend of change in the data. Microsoft Excel provides the ability of traditional curve prediction, and a nonlinear prediction model of tunnel vault settlement can be established in Microsoft Excel. Through comparison, it is found that the regression correlation coefficient of the logarithmic function is higher than other regression functions in predicting vault settlement. Therefore, this paper uses a logarithmic function and observed data for prediction. The comparison between the accumulated surrounding rock deformation value and the predicted value of (a) is shown in Table 2, and the comparison of the predicted results is shown in Figure 5. The comparison between the accumulated surrounding rock deformation value and the predicted value of (b) is shown in Table 3, and the comparison of the predicted results is shown in Figure 6.

5. Discussion

Based on the tunnel surrounding rock deformation data of 110 tunnel surrounding rock deformation engineering examples, this paper uses the tunnel surrounding rock deformation prediction model of the LSTM network to train and test the data. A total of 78 sets of data were used for training and 32 sets were used for testing. In order to verify the prediction effect of the established model algorithm on the measured tunnel vault settlement data, this paper selects the traditional curve prediction method and the deep learning prediction method to simulate data with two different degrees of fluctuation.
Based on the information presented in Table 2 and Figure 5, the traditional curve prediction method exhibits a maximum error of 15.21 mm, a minimum error of 6.51 mm, a root mean square error of 9.7258, and a determination coefficient of 0.9312. In contrast, the LSTM network model used in the deep learning prediction method shows a maximum error of 4.76 mm, a minimum error of 0.03 mm, a root mean square error of 2.6412, and a determination coefficient of 0.9791. The LSTM network model is significantly more effective than the traditional curve prediction method. Both the traditional and deep learning prediction methods can roughly predict the variation regularity of tunnel vault subsidence for small fluctuation data curves. However, the average error of the traditional curve prediction method is 8.85 mm, and as the forecasting period grows, the predicted results gradually tend towards a stable value. On the other hand, the LSTM network model has an average error of 2.16 mm and becomes increasingly stable and closer to the actual vault settlement as the forecasting period increases. The conventional function curve prediction method for tunnel vault subsidence is insufficient in accuracy when dealing with complex conditions. It is limited by its simplicity and a lack of parameters, making it difficult to provide precise estimates. To address this challenge, the LSTM network model is employed to predict tunnel vault subsidence based on actual training sample data. This approach is able to repair complex function relations and correct network models to enable nonlinear mapping of changes in tunnel vault subsidence. While the traditional curve prediction method can provide an approximate estimation of tunnel vault settlement data with small fluctuations, the LSTM network model in the deep learning prediction method can offer highly accurate predictions when precise tunnel vault settlement data are required.
According to the findings presented in Table 3 and Figure 6, the traditional curve prediction method exhibits a maximum error of 16.45 mm, a minimum error of 0.04 mm, a root mean square error of 7.7986, and a determination coefficient of 0.7674. In contrast, the LSTM network model used in the deep learning prediction method has a maximum error of 8.32 mm, a minimum error of 0.13 mm, a root mean square error of 4.4238, and a determination coefficient of 0.8754. The LSTM network model is significantly more accurate than the traditional curve prediction method, except for the minimum error. The traditional curve prediction method is 10.8% less accurate in predicting tunnel vault settlement data with large fluctuation ranges compared to the LSTM network model. Although the minimum error of the traditional curve prediction method is small, it fails to capture the fluctuation of the data. On the other hand, the LSTM network model captures time-series data information, detects different features during changes, and facilitates long-term learning. This model considers influencing factors as the input layer and improves prediction accuracy through backpropagation of training input and LSTM output to the hidden layer, resulting in an average prediction error of only 3.95 mm. While the traditional curve prediction method may be more accurate at specific moments when predicting tunnel vault settlement data with large fluctuations, the LSTM network model exhibits overall superior performance in comprehensive prediction.

6. Conclusions

During tunnel construction and operation, the deformation of the surrounding rock poses a great challenge to tunneling, and accurate prediction of changes in the tunnel structure is essential to ensure tunnel safety. For this reason, it is necessary to monitor the state of the tunnel envelope and predict its change trend. In this study, a recurrent neural network algorithm in deep learning is used to model and analyze the monitoring and measurement data of the tunnel, and an LSTM network model is established to predict the settlement of the tunnel vault. By comparison with traditional prediction methods, this study found that the LSTM model provided better prediction accuracy. The main findings are summarized as follows:
(1)
The LSTM network model with deep learning is an effective method for predicting tunnel vault settlement data, offering high accuracy and stability. It outperforms traditional curve prediction methods for both data with large and small fluctuation ranges.
(2)
After applying the LSTM network model to the project, the average error for small and large fluctuation data sets are 2.16 mm and 3.95 mm, respectively. The prediction model reflects the surrounding rock deformation of tunnel vault settlement well. Introducing the LSTM network model in deep learning to monitor tunnel surrounding rock deformation during construction can provide valuable insights for ensuring tunnel construction safety.
(3)
Traditional prediction methods, with their limited function and parameters, are unable to accurately predict tunnel vault subsidence. The LSTM network forecasting method in deep learning overcomes this limitation through gate function control of input, memory, and output values, and backpropagation training of LSTM inputs and outputs to hidden layers, allowing it to learn and correlate time-series information for more accurate predictions of tunnel vault settlement.
(4)
Traditional methods for monitoring surrounding rock deformation in tunnels are inefficient, imprecise, and require significant manpower and resources. The future of tunnel engineering demands accurate and fast forecasting of surrounding rock deformation, and the application of artificial intelligence in tunnel engineering, particularly deep learning algorithms, can play a significant role in ensuring tunnel safety. The prediction results obtained through deep learning algorithms can provide feedback for tunnel construction, optimize construction parameters, and facilitate proactive protective measures.

Author Contributions

Writing—original draft, Y.H.; Writing—review & editing, Q.C. All authors have read and agreed to the published version of the manuscript.

Funding

This work is supported by the National Natural Science Foundation of China (No. 52078211) and the Natural Science Foundation of Hunan Province (2020JJ4021).

Institutional Review Board Statement

Not applicable.

Informed Consent Statement

Informed consent was obtained from all subjects involved in the study.

Data Availability Statement

Not applicable.

Conflicts of Interest

The authors declare no conflict of interest.

References

  1. Wang, M.S. An Overview of Development of Railways, Tunnels and Underground Works in China. Tunn. Constr. 2010, 30, 351–364. [Google Scholar]
  2. Wang, T.J. Development status and prospect of intelligent construction technology for railway tunnel in China. China Railw. 2020, 12, 1–9. [Google Scholar] [CrossRef]
  3. Tian, S.M.; Wu, K.F.; Wang, Z.W.; Wang, M.N.; Ma, W.B.; Yi, W.H. Development status and implementation path analysis on intelligent construction of mountain tunnels in China. J. China Railw. Soc. 2022, 44, 134–142. [Google Scholar]
  4. Dershowitz, W.S.; Einstein, H.H. Application of artificial intelligence to problems of rock mechanics. Symp. Rock Mech. 1984, 483–494. [Google Scholar]
  5. Feng, X.T.; Lin, Y.M. New development of expert systems on rock mechanics and engineering. Chin. J. Rock Mech. Eng. 1995, 1, 85. [Google Scholar]
  6. Hinton, G.E.; Salakhutdinov, R.R. Reducing the dimensionality of data with neural networks. Science 2006, 313, 504–507. [Google Scholar] [CrossRef]
  7. Zhang, Q.; Song, J.R. Predicting mechanical behaviors of rock or rock engineering by neural network. Chin. J. Rock Mech. Eng. 1992, 11, 35–43. [Google Scholar]
  8. Song, Z.Q.; Hao, J.; Shang, J.Q.; Dan, Y.K. Study on water inrush from fault’s prevention and control theory. J. China Coal Soc. 2013, 38, 1511–1515. [Google Scholar] [CrossRef]
  9. Feng, X.T.; Ma, P.B. Identifying stability of underground openings based on data mining. Chin. J. Rock Mech. Eng. 2001, 20, 306–309. [Google Scholar]
  10. Chen, X.S.; Fu, Y.B.; Chen, X.; Xiao, H.; Bao, X.; Pang, X.; Wang, X. Progress in underground space construction technology and technical challenges of digital intelligence. China J. Highw. Transp. 2022, 35, 1–12. [Google Scholar] [CrossRef]
  11. Chen, C.F.; Li, W.; Zhang, J.; Liao, J.; Lv, X. State-of-the-Art of Intelligent Analysis and Design in Slope Engineering of Highways in Mountainous Areas. J. Hunan Univ. Nat. Sci. 2022, 49, 15–31. [Google Scholar] [CrossRef]
  12. Wang, K.Y.; Shang, Y.J.; He, W.T. Prediction of surrounding rock deformation in deep high- way tunnel. Chin. J. Undergr. Space Eng. 2015, 11, 1164–1174. [Google Scholar]
  13. Jiang, A.N. Forecasting nonlinear time series of surrounding rock deformations of underground cavern based on PSO-SVM. Rock Soil Mech. 2007, 28, 1176–1180. [Google Scholar]
  14. Hoek, E.; Marinos, P. Predicting tunnel squeezing problems in weak heterogeneous rock masses. Tunn. Tunn. Int. 2000, 32, 45–51. [Google Scholar]
  15. Ajalloeian, R.; Moghaddam, B.; Azimian, A. Prediction of Rock Mass Squeezing of T4 Tunnel in Iran. Geotech. Geol. Eng. 2017, 35, 747–763. [Google Scholar] [CrossRef]
  16. Wang, T.S.; Zhang, L.P.; Hua, X.S. Summary of deformation prediction study of metro tunnel construction. Adv. Sci. Technol. Water Resour. 2003, 23, 62–65. [Google Scholar]
  17. Peck, R.B. Deep Excavation and Tunneling in Soft Ground; ASCE: New York, NY, USA, 1984. [Google Scholar]
  18. Yang, J.S.; Liu, B.C. Ground Surface Movement and Deformation in the Construction of City Tunnel; China Railway Publishing House: Beijing, China, 2002. [Google Scholar]
  19. Rahal, M.A.; Veuz, A.R. Analysis of settlement and pore pressure induced by cyclic loading of soil. J. Geotech. Geoenviron. Eng. 1998, 124, 1208–1210. [Google Scholar] [CrossRef]
  20. Huang, L.; Liang, J.; Ma, J.; Yang, H.; Gui, Y. Spherical cavity expansion in porous rock considering plasticity and damage. Int. J. Numer. Anal. Methods Geomech. 2021, 45, 2235–2259. [Google Scholar] [CrossRef]
  21. Ma, S.Q. Numerical simulation on the surrounding rock large deformation and support structure of Youshui tunnel. Chin. J. Undergr. Space Eng. 2009, 5, 494–498. [Google Scholar]
  22. Tao, Z.G.; Luo, S.L.; Li, M.N.; Ren, S.L.; He, M.C. Optimization of large deformation control parameters of layered slate tunnels based on numerical simulation and field test. Chin. J. Rock Mech. Eng. 2020, 39, 491–506. [Google Scholar] [CrossRef]
  23. Kong, X.P.; Liu, G.B.; Liao, S.M. Influence of construction of shanghai stadium transverse station of pearl line phaseⅡon station of metro line No.1. Chin. J. Rock Mech. Eng. 2004, 23, 821–825. [Google Scholar]
  24. Blackburn, J.T. Automated Remote Sensing and Three Dimensional Analysis of Internally Braced Excavations; Northwestern University: Illinois, IL, USA, 2005; pp. 50–80. [Google Scholar]
  25. Ma, J.; Guan, J.; Duan, J.; Huang, L.; Liang, Y. Stability analysis on tunnels with karst caves using the distinct lattice spring model. Undergr. Space 2021, 6, 469–481. [Google Scholar] [CrossRef]
  26. Huang, L.; Ma, J.; Lei, M.; Liu, L.; Lin, Y.; Zhang, Z. Soil-water inrush induced shield tunnel lining damage and its stabilization: A case study. Tunn. Undergr. Space Technol. 2020, 97, 103290. [Google Scholar] [CrossRef]
  27. Tang, Y.Q.; Cui, Z.D.; Wang, J.X.; Yan, L.P.; Yan, X.X. Application of grey theory-based model to prediction of land subsidence due to engineering environment in Shanghai. Environ. Geol. 2008, 55, 583–593. [Google Scholar] [CrossRef]
  28. Liu, K.Y.; Liu, B.G. Intelligent information-based construction in tunnel engineering based on the GA and CCGPR coupled algorithm. Tunn. Undergr. Space Technol. 2019, 88, 113–128. [Google Scholar] [CrossRef]
  29. Chen, Q.N.; Zhang, Y.X.; Chen, J.G. The Displacement Prediction of Surrounding Rock Based on BP Neural Network for the Tunnel. J. Highw. Transp. Res. Dev. 2004, 21, 65–69. [Google Scholar]
  30. Zhao, H.B. Predicting the surrounding deformations of tunnel using support vector machine. Chin. J. Rock Mech. Eng. 2005, 24, 649–652. [Google Scholar]
  31. Zhou, Q.C.; Fan, S.X.; Zhao, J.; Xiong, X.L. Tunnel deformation monitoring system based on Multi—Agent technique. J. Railw. Eng. Soc. 2014, 9, 77–82. [Google Scholar]
  32. Zhang, J.; Chen, L.; Lai, Z.L. Tunnel deformation prediction based on grey neural network with improved genetic algorithm. Sci. Surv. Mapp. 2021, 46, 55–61+77. [Google Scholar] [CrossRef]
  33. Chen, Q.N.; Zhang, Y.X.; Zhao, M.H.; Liu, X.R. Forecasting evolution of tunnel surrounding rock displacement by—SVR. Rock Soil Mech. 2006, 27, 591–593. [Google Scholar]
  34. Hu, A.F.; Li, T.; Chen, Y.; Ge, H.B.; Li, Y.J. Deep Learning for Preprocessing of Measured Settlement Data. J. Hunan Univ. Nat. Sci. 2021, 48, 43–51. [Google Scholar] [CrossRef]
  35. Qiu, X.P. Neural Networks and Deep Learning; China Machine Press: Beijing, China, 2020; pp. 10–11. [Google Scholar]
  36. Hochreiter, S.; Schmidhuber, J. Long short-term memory. Neural Comput. 1997, 9, 1735. [Google Scholar] [CrossRef] [PubMed]
Figure 1. Deep learning structure.
Figure 1. Deep learning structure.
Sustainability 15 06877 g001
Figure 2. Recurrent neural network structure.
Figure 2. Recurrent neural network structure.
Sustainability 15 06877 g002
Figure 3. LSTM structure.
Figure 3. LSTM structure.
Sustainability 15 06877 g003
Figure 4. LSTM tunnel surrounding rock deformation prediction model.
Figure 4. LSTM tunnel surrounding rock deformation prediction model.
Sustainability 15 06877 g004
Figure 5. Comparison of prediction results (a).
Figure 5. Comparison of prediction results (a).
Sustainability 15 06877 g005
Figure 6. Comparison of prediction results (b).
Figure 6. Comparison of prediction results (b).
Sustainability 15 06877 g006
Table 1. Tunnel parameters.
Table 1. Tunnel parameters.
The Surrounding Rock GradeTunnel Length
(km)
Excavation
Section Area
(m2)
Maximum
Vault Subsidence
(mm)
Maximum
Buried Depth
(m)
Strata Inclination
(°)
V10.660.819068775~90
Table 2. Measured data and predicted data (a).
Table 2. Measured data and predicted data (a).
Monitoring Time
/d
Measured Value
/mm
Logarithmic CurveLSTM Model
Estimate
/mm
Error
/mm
Estimate
/mm
Error
/mm
40174.80181.316.51178.423.62
41175.70182.486.78180.464.76
42176.70183.626.92181.394.69
43177.80184.746.94181.874.07
44178.00185.837.83182.154.15
45180.10186.896.79182.302.20
46180.60187.937.33182.401.80
47181.60188.957.35182.460.86
48180.50189.959.45182.502.00
49181.70190.939.23182.530.83
50182.70191.899.19182.550.15
51182.60192.8310.23182.570.03
52182.10193.7511.65182.580.48
53182.00194.6512.65183.591.59
54180.60195.5414.94182.602.00
55181.20196.4115.21182.601.40
evaluation indexRMSE9.72582.6412
R20.93120.9791
Table 3. Measured data and predicted data (b).
Table 3. Measured data and predicted data (b).
Monitoring Time
/d
Measured Value
/mm
Logarithmic CurveLSTM Model
Estimate
/mm
Error
/mm
Estimate
/mm
Error
/mm
40264.80249.6515.15259.525.28
41266.60251.2215.38260.296.31
42269.20252.7516.45260.888.32
43265.20254.2510.95261.493.71
44261.30255.715.59262.070.77
45260.60257.143.46262.571.97
46258.50258.540.04262.994.49
47258.80259.911.11263.234.43
48260.30261.250.95263.453.15
49263.40262.560.84263.530.13
50265.50263.851.65263.521.98
51267.70265.112.59263.414.29
52270.80266.344.46266.244.56
53271.30267.553.75267.024.28
54272.20268.743.46267.774.43
55273.80269.913.89268.535.27
evaluation indexRMSE7.79864.4238
R20.76740.8754
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

He, Y.; Chen, Q. Construction and Application of LSTM-Based Prediction Model for Tunnel Surrounding Rock Deformation. Sustainability 2023, 15, 6877. https://doi.org/10.3390/su15086877

AMA Style

He Y, Chen Q. Construction and Application of LSTM-Based Prediction Model for Tunnel Surrounding Rock Deformation. Sustainability. 2023; 15(8):6877. https://doi.org/10.3390/su15086877

Chicago/Turabian Style

He, Yongchao, and Qiunan Chen. 2023. "Construction and Application of LSTM-Based Prediction Model for Tunnel Surrounding Rock Deformation" Sustainability 15, no. 8: 6877. https://doi.org/10.3390/su15086877

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