1. Institute of Geotechnical and Underground Engineering, Beijing University of Technology, Beijing 100124, China
2. College of Carbon Neutrality Future Technology, Beijing University of Technology, Beijing 100124, China
3. China Nuclear Power Engineering Co., Ltd., Beijing 100089, China
4. School of Water Resources and Hydroelectric Engineering, North China Electric Power University, Beijing 102206, China
5. Qingdao Metro Group Co., Ltd., Qingdao 266045, China
6. Beijing Municipal Construction Group Co., Ltd., Beijing 100089, China
kongfanchao@ncepu.edu.cn
Show less
History+
Received
Accepted
Published Online
2025-09-24
2025-11-05
2026-03-09
PDF
(7199KB)
Abstract
Tunnel engineering faces significant challenges due to the complexity and variability of geological conditions. In such contexts, the timely and appropriate adjustment of shield construction parameters (SCP) to match current geological conditions is crucial for ensuring safe and efficient construction. This paper proposes a self-adaptive intelligent decision-making method for risk control in shield tunnel construction, which integrates a multilayer perceptron (MLP) with a multi-objective optimization (MOO) algorithm. Specifically, an MLP combined with particle swarm optimization (PSO) is employed to predict the optimal SCP. These predicted parameters, along with stratum mechanical properties and tunnel depth, serve as inputs for forecasting two critical performance indicators: maximum surface settlement (MSS) and driving speed (DS). The predictive model, coupled with the MOO algorithm, is then utilized to enable dynamic feedback control of the SCP during construction. To demonstrate the applicability of the proposed method, a case study of Qingdao Metro Line 6 is presented. The results indicated that based on the proposed PSO-MLP-non-dominated sorting genetic algorithm II (NSGA-II), both MSS and DS are effectively improved. The adaptive decision-making between SCP and geological conditions can be realized.
Tao TIAN, Mengyan SONG, Fanchao KONG, Xin HE, Wei Yin, Dechun LU, Xiuli DU.
A self-adaptive intelligent decision-making method with multi-objective optimization for shield tunnel construction risk control.
ENG. Struct. Civ. Eng DOI:10.1007/s11709-026-1282-z
With the rapid progress of urbanization, metro tunnels have become an effective way to improve traffic congestion and promote urban sustainable development [1,2]. Earth pressure balance (EPB) shield is widely used as a key urban tunnel construction method because of high excavation efficiency, low environmental disturbance, and high degree of automation [3–6]. Due to the mutability and variety of geological conditions and complex interaction between the EPB shield and the stratum, the control of the EPB shield is faced with difficult challenges. Unreasonable shield construction parameters (SCP) being set can lead to low construction efficiency [7,8] and poor adaptability to complex geological conditions [9,10], and even machine blockage [11,12]. For example, during the construction of the diversion tunnel in India and Pakistan, the selection of an unreasonable SCP led to machine damage and extended construction periods [13,14]. Therefore, self-adaptive intelligent decision-making for SCP has become an inevitable trend in the development of EPB shield technology.
Currently, the selection of SCP relies heavily on the experience of the operators rather than on scientific guidelines [15,16]. When faced with new working conditions or special circumstances, the operators find it challenging to adopt a reasonable approach based on previous experience [17,18]. EPB shields are generally equipped with a variety of sensors and monitoring equipment that provide a large amount of monitoring data. Monitored construction parameters together with stratum mechanical parameters can provide theoretical guidance for the construction of unexcavated tunnels [19,20]. However, the SCP is artificially set lacking the analysis and utilization of a large amount of data, which results in EPB shield not being able to adapt to the new construction conditions, affecting the efficiency and quality of construction [21,22]. The large volume of data monitored by EPB sensors enables machine learning (ML) methods to leverage self-learning capabilities [4,23], which are expected to realize the automation and intelligent control of new tunnels [24,25]. The establishment of self-adaptive intelligent decision-making for the EPB shield based on big data analytics is very meaningful.
In existing research on predicting SCP, various ML methods such as multilayer perceptron(MLP), random forests (RF), and support vector regression (SVR) have been applied [26–28]. However, based on a comprehensive review of existing research, MLP remains the most widely used model in this field [29]. Neural connections and activation functions are introduced into the MLP, enabling it to reasonably capture the implicit deep relationships between geological conditions and SCP [30]. At the same time, the flexible network architecture can adapt to engineering data sets of varying scales and characteristics. MLP is regarded as a reliable and preferred model for predicting SCP. However, the SCP is only predicted, and the impact of the predicted SCP on stratum disturbance, construction efficiency, and cost is not further considered [31]. The SCP should be dynamically adjusted by construction safety and efficiency requirements. The SCP that meets the requirements can be used directly, while those that do not should be optimized and adjusted to comply with the construction standards.
Various multi-objective optimization (MOO) methods are considered to optimize SCP, such as non-dominated sorting genetic algorithm II (NSGA-II) [32–34], pull search [35,36], and multi-objective particle swarm optimization (PSO) [37,38]. The key to MOO lies in two aspects [39]: 1) to determine the optimization objective; 2) to establish the objective function. Regarding the first aspect, construction efficiency, safety risks, and cost are used as optimization objectives in most previous studies [40–42]. Liu et al. [43] establish an intelligent decision method using the variables of cutter life and penetration rate. The results proved that compared with operators relying on experience, the optimized SCP reduces cost and increases excavation efficiency. Wu et al. [44] developed a hybrid intelligent framework combining RF and NSGA-II. The maximum surface settlement (MSS) and driving speed (DS) are considered as the two optimization objectives. Wang et al. [45] used the NSGA-II algorithm to optimize DS and rotate speed with tunnel efficiency, cutter hob wear, cutter-head vibration and energy consumption as optimization objectives. For the second aspect, ML is used to map and analyze the relationship between optimization objectives and decision variables because of its ability to deal with high-dimensional nonlinear problems [46,47]. Therefore, the objective functions can be established with the assistance of ML.
The existing MOO models for optimizing SCP are a one-stage model, which is effective in determining SCP and making engineering decisions. Zhang et al. [48] proposed a two-stage model for the automatic control of EPB shields. The SCP is predicted based on excavated tunnel data in the first stage. MSS is predicted and the SCP is optimized by PSO when the MSS exceeds the allowable value in the second stage. Obviously, the two-stage model is more reasonable since it reflects the state of the construction process and the dynamic feedback control to some extent. However, to ensure the safety and efficiency of EPB shield construction, only MSS as an optimization objective is not sufficient. Various performance objectives such as construction efficiency, ground disturbance, and construction cost should be considered. Traditional intelligent optimization algorithms such as PSO cannot be directly applied to MOO problems, which are used for single objective problems. The root cause lies in the core mechanism of PSO, which relies on tracking individual optimal and global optimal positions to guide the entire population toward convergence to a single optimal solution [49]. Furthermore, PSO lacks an inherent mechanism for maintaining solution diversity, which is a critical requirement for achieving MOO results. New evolutionary algorithms need to be used to solve the MOO problem and obtain a reasonable SCP solution. Therefore, it is very significant to establish a two-stage intelligent decision-making with MOO for the EPB shield.
In this work, a self-adaptive intelligent decision-making method for SCP is established. In the first stage, MLP is used to learn the historical information of excavated tunnels to predict the SCP of the unexcavated tunnel. In the second stage, tunnel safety and efficiency under the predicted SCP are considered. The SCP that meets the construction requirements is exported directly. When the construction requirements are not met, the MOO algorithm is used to readjust the SCP and make new predictions of tunnel safety and efficiency until it meets the construction requirements. The surrounding environment disturbance is reduced while improving construction efficiency. The rest of this paper is organized as follows. The method of self-adaptive intelligent decision-making in EPB shield construction is established in Section 2. The engineering background, soil types, selection and analysis of characteristic parameters are provided in Section 3. In Section 4, the MOO results of the EPB SCP are analyzed. Section 5 summarizes the conclusions of this study and gives directions for future work.
2 Self-adaptive intelligent decision-making method for shield construction
A self-adaptive intelligent decision-making method is developed for the automated control of tunnel construction. SCP is preliminarily predicted and the mapping between shield tunnel performance and SCP is established by PSO-MLP. The SCP that does not meet the construction requirements is optimized by NSGA-II.
2.1 Self-adaptive intelligent decision-making model
Figure 1 illustrates the flow chart of the self-adaptive intelligent decision-making method. In the first stage, Model A is established to predict SCP. As shown in Table 1, six stratum mechanical parameters, permeability coefficient (PC), compression modulus (CM), cohesion (C), internal friction angle (IFA), standard penetration (SP), and uniaxial compressive strength (UCS), together with one geometric parameter of the tunnel, the buried depth (BD), are considered as input variables. SCP is considered as output.
In the second stage, Model B is used to predict MSS, DS, and to establish objective functions between tunnel performance and SCP. In the database of Model B, 12 input parameters are respectively PC, CM, C, IFA, SP, UCS, BD, thrust (TH), torque (TO), cutterhead rotation speed (CRS), face pressure (FP), grout filling (GF). The two output parameters are MSS and DS. The safety and efficiency performance of the tunnel construction are evaluated and analyzed based on Model B. The SCP that meets the construction requirements is exported directly. The SCP that does not meet the requirements is optimized with the goal of improving MSS and DS. When the optimized SCP meets the construction requirements, the construction is carried out by the optimized SCP. If not, the SCP is further adjusted and optimized until the predicted results meet the construction requirements. To achieve this goal, MSS and DS are defined as the optimization objectives representing construction safety and efficiency, respectively, while the SCP are set as the optimization variables. The MOO algorithm is employed to iteratively adjust the SCP. In each iteration, the algorithm evaluates the predicted MSS and DS obtained from Model B and gradually drives the solutions toward the Pareto-optimal front. The SCP is continuously optimized until both safety and efficiency requirements are simultaneously satisfied.
In Model A and Model B, MLP is used to establish a mapping relation of input parameters to output parameters. The collected datasets are randomly divided into training set and test set in the ratio of 8:2. The number of neurons in the hidden layer of the MLP model is determined by the PSO.
2.2 Hybrid neural network prediction methods
In this work, MLP is used to predict the SCP, MSS and DS in Model A and Model B, respectively. The number of neurons in the two hidden layers of MLP is optimized by PSO.
2.2.1 Multilayer perceptron model
As shown in Fig. 2, MLP is a feedforward artificial neural network model proposed by Minsky and Papert in 1969 [50]. Initial features extraction and fusion of the construction parameters, geological parameters, and tunnel geometry parameters can be performed at the first hidden layer by Eq. (1). The second hidden layer further performs feature extraction and combination based on the first hidden layer, which can better capture the relation between the input parameters and output response. Activation functions are used to make MLP gain the ability to solve nonlinear problems as expressed in Eq. (2).
where sj is the input of jth neuron in the first hidden layer, bj is the bias of jth neuron in the first hidden layer, wij is the weight between the ith neuron in the input layer and jth neuron in the first hidden layer, f(sj) is the activation function. The output layer gives the outputs as follows:
where ym is the mth output of the output layer, wkm is the weight between the kth neuron in the second hidden layer and mth neuron in the output layer, n2 is the number of neurons in the second hidden layer, and uk is the output of the kth neuron in the second hidden layer.
Two neurons are set up in the output layer, which can output two values such as DS and MSS for Model B. At the same time, the neurons in the hidden layer affect the computational efficiency and accuracy of the MLP. Therefore, determining the number of neurons in each hidden layer using the heuristic optimization algorithm is essential.
2.2.2 Optimizing the number of neurons in the hidden layer
In the MLP, the structure of neural network is determined by the number of neurons in input, hidden, and output layers. The number of neurons in the input and output layer is respectively equal to the number of input and output parameters. The hyperparameters in MLP, i.e., the number of neurons in the hidden layer, are set manually based on an empirical formula [51]. The selection of appropriate hyperparameters is crucial to improve the prediction accuracy of the model. In this work, k-fold cross-validation method and PSO are applied to determine the hyperparameters [52–54]. PSO is a population optimization algorithm which is proposed by Kennedy and Eberhart [55]. This algorithm has been inspired by the swarm collaboration mechanism and the bird-foraging behavior. PSO algorithm consists of a swarm of particles and each particle has its velocity vector Vik and position vector Xik. Xik represent the current hyperparameter values. The velocity Vik+1 and position Xik+1 of each particle are updated by Eqs. (4) and (5) in each iteration process. As the particles are continuously updated, the fitness function decreases and stabilizes.
where r1 and r2 are two random numbers, c1 and c2 are learning factors, w is the weight factor. and are the individual optimum and the global optimum position in the kth iteration.
The mean square error (MSE) of the k-fold cross-validation method is used as the fitness function in the PSO algorithm, as shown in Eq. (6). In the k-fold cross-validation process, the data set is randomly divided into k equal subsets. In each iteration, one of the k subsets serves as the validation set, and the remaining k − 1 subsets are combined to form the training set. This process is repeated k times, and the MSE across all folds is taken as the final evaluation result. The k-fold cross-validation method effectively reduces the influence of data partitioning, provides a more reliable estimate of model performance, and prevents overfitting [56].
where , ri and pi are measured and predicted values, respectively, n is the number of samples. k equal to 5 was proved to have better results [57,58]. Therefore, 5-fold cross-validation method is used in this work to improve the robustness of models.
2.3 Optimization and decision-making of shield construction parameters
After the relation between the construction parameters and the tunnel performance has been established by PSO-MLP, the MOO process is conducted to optimize and adjust the unsuitable SCP. In this work, NSGA-II algorithm is used to generate a Pareto optimal front. The decision-making principle for the optimal SCP is determined by a weighted sum model (WSM).
2.3.1 Multi-objective optimization algorithm
Strinibus and Deb [59] proposed the non-dominated sorting genetic algorithm (NSGA) method for solving MOO problems based on genetic algorithms and Pareto optimization. Deb et al. [60] proposed the NSGA-II method where elite policies, fast non-dominated sorting and congestion distance are adopted. Compared with NSGA, NSGA-II maintains the diversity of population while reducing the complexity of the calculation. Because of this feature, NSGA-II has been widely used in MOO problems [61,62]. The process of NSGA-II solving the MOO problem is shown in Fig. 3. The parent population of tth iteration is denoted as Pt and the population size is N. The offspring population Qt is generated by selection, crossover and mutation in the Pt. The crossover probability in this work is 0.8, so the Qt size is 0.8N. Combining Pt and Qt, the output of the Model B is used as objective functions to evaluate the fitness of the population. All members are sorted by the non-domination rank and selected to the next generation until N members are selected. Due to the limitation of the population, the members of ith rank are generally not all selected. To solve this problem, members are further sorted according to the congestion distance as shown in Eq. (7). This process is repeated up to the last generation and Ft1 is the Pareto optimal front in tth iteration as shown in Fig. 3.
where M is the number of objective functions, fj(i) is the jth objective function value of the ith solution, fjmax and fjmin are the maximum and minimum values of the jth objective function, p is the number of Pareto optimal front solutions.
2.3.2 Decision-making in Pareto optimal front
With the NSGA-II algorithm iteratively calculated, the dominant solutions are eliminated, and the non-dominant solutions are obtained as shown in Fig. 4. In the Pareto optimal front, each non-dominated solution is acceptable. For a practical tunneling problem, the designer needs to decide to select an available solution. However, choosing the most optimal solution for one objective may degrade the performance of other objectives. To achieve a reasonable balance between different objectives, several decision-making methods have been developed, such as the Technique for Order of Preference by Similarity to Ideal Solution [63], the Grey Relational Analysis method, and the WSM. The WSM is widely adopted in engineering optimization because of its simplicity and flexibility in assigning weights to different objectives according to practical priorities [31]. Each objective is set with different weights to get a more comprehensive evaluation result in WSM. In this work, a is the weight of the DS, and b is the weight of the MSS, as shown in Fig. 4.
2.4 Performance evaluation indicate
The predictive accuracy of the developed model for construction parameters and tunnel performance is measured using three indexes: determination coefficient (R2), root mean square error (RMSE), and mean absolute error (MAE). The degree of dispersion between the predicted and measured values is reflected by MAE and RMSE in two ways, while the degree of fit between them is described by R2.
where is the average of the measured data.
3 Engineering case and data preparation
To explore the application of the proposed intelligent decision-making method, three intervals of Qingdao Metro Line 6 are used as the case study. The data distribution of the 160 data sets is provided in below. The global sensitivity analysis (GSA) of the parameters is performed to reveal the correlation between tunnel performance and the SCP. Two performance objective functions for the tunnel are established by PSO-MLP.
3.1 Case background
Qingdao Metro Line 6 is shaped like a reverse “C” located inside the West Coast New Area. In this work, the proposed intelligent decision-making method is tested based on the three tunnel intervals of Qingdao Metro Line 6. The four stations from south to north are GangTou Station, HuangHe Road Station, HuaiHe West Road Station, KeLuoShi Station, and the total length of the three intervals is 4.007 km.
The tunnel intervals are constructed by EPB shield, in which the total length and cutter diameter of EPB shield are 75.5 and 6.28 m, respectively. The outer and inner diameters of the lining ring are 6 and 5.4 m, respectively. The ring width is 1.5 m. The burial depth of the shield intervals is about 10.6–17.2 m. Interval 1 (GangTou Station–HuangHe Road Station) mainly crosses the highly weathered amphibolite. Interval 2 (HuangHe Road Station–HuaiHe West Road Staion) mainly crosses the highly weathered monzonitic granite and the slightly weathered monzonitic granite. Interval 3 (HuaiHe West Road Staion–KeLuoShi Station) mainly crosses slightly weathered monzonitic granite. Cutter fracture and “stuck machine” can occur frequently during construction in interval 3. At the same time, the tunnel crosses the XinAn River, which is prone to gushing water leading to large ground settlement. Rational prediction and optimization of the SCP to improve the performance of the shield has a great impact on the practical engineering.
3.2 Data collection and feature analysis
Based on the existing related literature [64] and engineering experience, 12 parameters are considered in this work as factors influencing the MSS and DS of the shield tunnel. 160 data sets were collected for the case study, of which 130 sets were used as training and 30 sets as testing. The mean values of BD, PC, CM, C, IFA, SP, UCS, TH, TO, CRS, FP, GF, DS, and MSS are 15.31 m, 1.18 m/d, 15.19 MPa, 2.29 kPa, 16.84°, 26.61, 16.48 MPa, 11001.68 kN, 2534.66 kN·m, 1.61 r/min, 0.66 bar, 5.48 m3, 24.55 mm/min, and 6.14 mm, respectively. In the type of Table 2, the parameter types of Model A are in parentheses. The data distribution of the input and output parameters is shown in Fig. 5. The difference in units and orders of magnitude between the input parameters leads to the input parameters cannot be taken into account, resulting in large prediction errors. Therefore, during the training of the MLP model, all parameters are normalized. As shown in Eq. (11), the data are mapped to [−1,1]. Dimensional differences between parameters are eliminated and the data are restricted to the same range, which improves the efficiency and performance of MLP.
where xmax and xmin are the maximum and minimum values of the parameter x, respectively. tmax and tmin are the maximum and minimum values of the parameter after normalization, which are 1 and −1 in this work. The output values of the MLP model are reverse normalized according to the same principle.
3.3 Global sensitivity analysis of shield construction parameters
GSA is generally used to assess the contribution of input parameters to the MLP output [65,66]. Pearson correlation coefficient (PCC) is used as a GSA method to study the relative importance of each influencing factor on DS and MSS [67,68], and PCC is expressed in Eq. (12). As shown in Fig. 6, BD, IFA, UCS, TH, TO, FP, and GF are highly correlated with DS, where IFA and TO are positively correlated and BD, UCS, TH, FP, and GF are negatively correlated. PC and TO are highly positively correlated with MSS. CM, TH, and CRS are highly negatively correlated with MSS. Among the five construction parameters, the sum of the absolute value of PCC for TH and TO is larger. Therefore, TH and TO have a greater effect on DS and MSS [69,70]. A larger TH indicates that the frictional resistance of the soil is greater and the stratum is difficult to excavate. Therefore, TH is negatively correlated with DS and MSS. When the direction of excavation is difficult to control, TO increases which makes the soil disturbance increase and leads to deformation of the soil. At the same time, DS and MSS are generally mutually exclusive. The faster DS of the shield machine corresponds to higher pressure on the ground surface, which makes the MSS increase [71]. Therefore, MOO is used to optimize TO and TH to reduce MSS while increasing DS.
where and are the input and output values, respectively. and are the average of and , respectively.
3.4 Establishment of multi-objective function
In this work, the two performance objective functions are constructed based on the predicted results of Model B. Specifically, DS reflects the tunneling efficiency, which should be maximized to improve construction progress. MSS indicates the stratum deformation caused by excavation, which should be minimized to ensure construction safety and control stratum disturbance. Both DS and MSS are nonlinear functions of the SCP, mechanical parameters, and geometric parameters. The two objectives can be predicted by the PSO-MLP model. The relation function can be expressed as
In this work, TH and TO are the main optimized construction parameters to maximize the control of tunneling induced MSS while increasing the DS. Before optimization, the optimization intervals of the parameters need to be set in order to ensure that the optimized parameters are reasonable. To avoid mismatch between optimized TH and TO and actual geological conditions, the TH and TO are constrained as follows:
where THmin and THmax are the maximum and minimum TH in the excavation history, respectively. TOmin and TOmax are the maximum and minimum TO in the excavation history, respectively.
4 Result analysis
Model A for predicting TO and TH is established in the first stage, and the Model B for predicting DS and MSS is established in the second stage. Model A and Model B are evaluated by performance indicators. Finally, to maximize DS and minimize MSS, the optimization process of TO and TH is presented.
4.1 Prediction results of shield construction parameters in the first stage
To train and test the prediction performance of Model A, 130 groups are randomly selected from 160 groups of data for training and the remaining 30 groups for testing. MSE is used as the fitness function of PSO and the number of populations (NP) reflects the size of population information. A larger NP value corresponds to richer population information and stronger global search ability, but it also means more complex model and more consumption of computing resources. On the contrary, the diversity of the population is limited, which is not conducive for the algorithm to obtain the global optimal solution. In practical applications, the appropriate NP should be selected according to the scale and complexity of the problem. Different NP (5, 10, 15, and 20) are set for PSO. As shown in Fig. 7(a), The optimal fitness functions for NP = 15 and 20 are small and essentially the same after 50 iterations. For the swarm intelligence optimization algorithm, the number of fitness function calculations (NFFC) can be roughly expressed by the product of NP and the number of final convergence algebra [32]. The NFFC corresponding to NP = 15 is 375, while the NFFC corresponding to NP = 20 is 460 as shown in Fig. 7(b). The consumption of computational resources is less for NP = 15, thus the NP in Model A is set to 15. Finally, the number of neurons in the two hidden layers is determined to be 13 and 7, respectively. The results of the test set and training set for TH prediction are shown in Fig. 7(c). RMSE, MAE, and R2 of the training set are 363.062 kN, 266.284 kN, and 0.933, respectively, and RMSE, MAE, and R2 of the test set are 382.921 kN, 281.156 kN and 0.859, respectively. The results of predicting TO using PSO-MLP are shown in Fig. 7(d). The training set of the model has a good fit with the measured data: RMSE = 141.124 kN·m, MAE = 90.058 kN·m, R2 = 0.896. In the test set, RMSE, MAE, and R2 are 143.474 kN·m, 105.543 kN·m, and 0.852, respectively.
The distribution curves measured TH and predicted TH are similar as shown in Fig. 8. Interval 1 has the best prediction results because interval 1 has the largest proportion of training data (46%). TH is generally higher in interval 3 due to the harder soils in interval 3. As shown in Fig. 9, the predicted range of TO accurately covers the actual range, and the best prediction is obtained for interval 1. The results show that the PSO-MLP can adaptively predict TH and TO under different geological conditions. The model has a strong generalization ability.
To further verify the reliability of the established model, the prediction performance is compared with that of one single hidden layer PSO-MLP (single), PSO-RF, and PSO-SVR. The key hyperparameters of the four ML models are optimized using the PSO algorithm to achieve superior predictive performance. Specifically, the number of neurons in the hidden layers for the MLP, as well as the number of decision trees (ntree) and the feature number (mtry) in the RF model, and the penalty factor (c) and the bandwidth term (gamma) in the SVR model, are adaptively determined by PSO. The optimized hyperparameter settings are summarized in Table 3.
As shown in Table 4, PSO-MLP has smaller RMSE and MAE and larger R2 in the predicted TH and TO. The four methods are also evaluated comprehensively based on six performance indexes. For each performance index, the method achieving the highest performance is awarded four points, while the method with the lowest performance receives one point. The comprehensive score of the PSO-MLP, PSO-MLP (single), PSO-RF, and PSO-SVR are 23, 6, 18, and 13, respectively, as shown in Fig. 10. The results show that the PSO-MLP model can effectively predict TH and TO.
4.2 Prediction results of shield performance in the second stage
In Model B, Fig. 11(a) shows that the fitness function decreases as the NP increases and the minimum fitness function is 0.032. Figure 11(b) shows that NP = 15 is the best choice, and the corresponding minimum NFFC is 585. The number of neurons in the two hidden layers is set to 13 and 7, respectively. As shown in Fig. 11(c), the predicted DS values of the training and test sets are consistent with the measured DS. The prediction results show that RMSE, MAE, and R2 of the training set are 2.119 mm/min, 1.551 mm/min, and 0.933, respectively, and those of the test set are 2.498 mm/min, 2.021 mm/min, and 0.925, respectively. The predicted data basically fall on the Prediction = Measurement line, which indicates a good fit of the model. The comparison between the predicted and measured values of MSS is shown in Fig. 11(d), with R2 of 0.861 and 0.805 in the training and test sets, respectively.
Figure 12(a) shows that the prediction errors of DS are mainly distributed in the range (−3,3) mm/min. The maximum prediction error and minimum prediction error are 10.52 and 0.01 mm/min, respectively. As shown in Fig. 12(b), 75% of the prediction errors of the MSS are distributed in the range of (−2,2) mm. The maximum prediction error and minimum prediction error are 6.22 and 0.01 mm, respectively. The results show that the predicted range of MSS and DS is approximately the same as the measured range, and the prediction error is small. Overall, the nonlinear mapping relation between the input and output parameters can be effectively captured by PSO-MLP. Each loop DS and MSS can be predicted reasonably, and the predicted and measured values match well.
4.3 Multi-objective optimization processes in the second stage
To test the optimized performance of the PSO-MLP-NSGA-II, the 30 sets of test set data in Model B are selected as examples of MOO. In NSGA-II, the crossover and mutation probability are set to 0.8 and 0.4, respectively, the population size is set to 50, and the number of iterations is set to 20. As shown in Fig. 13, it can be observed that there is a contradiction between the optimization objective DS and MSS, that is, as DS increases, MSS also increases. As the number of iterations increases, the Pareto front gradually moves toward the lower right region, indicating that the optimization process simultaneously improves both tunneling efficiency and construction safety. The TH and TO obtained by the PSO-MLP-NSGA-II framework can effectively achieve the dual objectives of reducing MSS and enhancing DS.
To further verify the effectiveness of PSO-MLP-NSGA-II method, the optimization effects of 30 datasets are analyzed. The WSM method based on Pareto front is used to make the optimal construction parameter decision, in which the weight ratio is 1:1. As shown in Table 5, the average value of the optimized DS is 33.09 mm/min, which is 25.83% higher than the average value of DS before optimization. Through the optimal control of TH and TO, MSS is also significantly reduced. The average value of MSS before and after optimization is 6.48 and 3.55 mm, respectively, and the construction safety performance of the tunnel is increased by 51.06%. Therefore, PSO-MLP-NSGA-II can effectively improve DS and MSS. At the same time, based on the parameter range obtained by Pareto optimization front, the recommended range of TH (5577–18973 kN) and TO (984–4584 kN·m) are proposed to improve the adaptability of shield machine under the rich water stratum condition.
Compared with before optimization, DS of the 30 groups of data increases, and the MSS reduces, as shown in Fig. 14. The improvement of DS and MSS in interval 1 is the same. This is due to the heavy ground traffic and numerous underground pipelines in interval 1, which requires increasing the DS while reducing MSS. After optimization of SCP in interval 2, MSS is basically below 3.5 mm. Interval 2 passes through the pile foundation of the Bozi bridge, and the horizontal distance between the left and right lines and the pile foundation is close, which is 3 and 2 m, respectively. At the same time, the stratum water inflow is huge (220 m3/h), so controlling MSS is a priority. Interval 3 has the highest DS optimization rate because interval 3 is the hardest section of Qingdao Metro Line 6. The interval crosses slightly weathered monzonitic granite, and the tunneling efficiency needs to be improved to a certain extent.
As shown in Fig. 15(a), the MSS optimization rate of interval 2 is the highest, and the DS optimization rate of interval 3 is the highest, which is consistent with the actual construction conditions. The results show that the MOO frame of the shield tunnel can obtain reasonable SCP adaptively. As shown in Fig. 15(b), the average values of the optimized TH in the three intervals are 13323.42, 16222.59, and 13952.31 kN, respectively, and the average values of the optimized TO are 3821.47, 3518.51, and 2503.27 kN·m, respectively.
The safety and efficiency of tunnel construction can be reflected by MSS and DS to some extent [72]. The consideration of the two objectives varies according to the actual needs, so determining the reasonable weight ratio is very crucial to the decision of tunnel construction. To better guide the actual shield tunnel project, the optimization results under different weight combinations are further analyzed in the Pareto front, as shown in Fig. 16. Five weight combinations are analyzed, that is, DS/MSS is 1:9, 3:7, 5:5, 7:3, and 1:9. The larger weights correspond to a higher degree of objective optimization. As shown in Table 6, as the weight of DS increases, the optimization rate of DS increases from 6.51% to 29.41%, and the optimization rate of MSS decreases from 50.69% to 2.48%.
5 Conclusions
To automate the control of the EPB shield construction, the self-adaptive intelligent decision-making method is established. In the first stage, SCP is predicted by PSO-MLP. In the second stage, the safety and efficiency performance of the tunnel construction under predicted SCP are considered. For the SCP that meet the construction safety and efficiency requirements is directly exported. When construction requirements are not met, MOO is used to automate iterative optimization and feedback to find suitable SCP until the construction requirements are met. In the data set collected in Qingdao Metro Line 6, after analyzing the effect of five SCP on DS and MSS by GSA, TH and TO have the greater effect on DS and MSS. Therefore, TH and TO are used as the main shield operating parameters. Based on the tunnel geometry and stratum mechanics parameters, the TH and TO is predicted in the first stage. In the second stage, DS and MSS are predicted by PSO-MLP and NSGA-II is used to adjust TO and TH to improve DS and MSS.
Compared with PSO-RF, PSO-SVR, and PSO-MLP (single), the proposed PSO-MLP has a larger R2 and smaller RMSE and MAE in predicting TH and TO where R2 are 0.859 and 0.852, respectively. Besides, The R2 for predicting DS and MSS are 0.925 and 0.805, respectively. The results show that the complexity and nonlinear relation between input and output parameters can be efficiently captured by PSO-MLP. Based on the developed PSO-MLP-NSGA-II method, reasonable TH and TO are obtained adaptively. The performance of EPB shield tunnels under different working conditions has been enhanced, which contributes to the safety and efficiency of EPB shield construction. In conclusion, the proposed method can reasonably predict the SCP and effectively optimize the SCP with the MOO algorithm, which guides the intelligent construction of the EPB shield. Future research will further expand the data set to incorporate more diverse tunnel construction cases, to increase the robustness and generalization capability of this adaptive intelligent decision-making method.
Zhou X H, Shen S L, Zhou A N. A novel data-driven approach for proactive risk assessment in shield tunnel construction. Transportation Geotechnics, 2025, 50: 101466
[2]
Liu W L, Chen E J, Yao E, Wang Y Y, Chen Y Y. Reliability analysis of face stability for tunnel excavation in a dependent system. Reliability Engineering & System Safety, 2021, 206: 107306
[3]
Jin D L, Guo Y D, Li X G, Yang Y, Fang Y R. Numerical study on the muck flow behavior in the screw conveyor during EPB shield tunneling. Tunnelling and Underground Space Technology, 2023, 134: 105017
[4]
Cheng P P, Liu F, Xu Y J, Li Y H. Regulating bulkhead pressure of EPB shield machines through DEM modeling and data mining. Underground Space, 2023, 8: 15–29
[5]
Wang J, Feng K, Wang Y C, Lin G J, He C. Soil disturbance induced by EPB shield tunnelling in multilayered ground with soft sand lying on hard rock: A model test and DEM study. Tunnelling and Underground Space Technology, 2022, 130: 104738
[6]
Lu D C, Ma Y D, Kong F C, Guo C X, Miao J B, Du X L. Support vector regression with heuristic optimization algorithms for predicting the ground surface displacement induced by EPB shield tunneling. Gondwana Research, 2023, 123: 3–15
[7]
Zhang W G, Zhang R H, Wu C Z, Goh A T C, Lacasse S, Liu Z Q, Liu H L. State-of-the-art review of soft computing applications in underground excavations. Geoscience Frontiers, 2020, 11(4): 1095–1106
[8]
Deng P H, Liu Q S, Huang X, Liu Q, Ma H, Li W W. Acquisition of normal contact stiffness and its influence on rock crack propagation for the combined finite discrete element method (FDEM). Engineering Fracture Mechanics, 2021, 242: 107459
[9]
Hu X Y, Fu W, Woody Ju J, He C, Fang Y, Wang J. Face stability conditions in granular soils during the advancing and stopping of earth pressure balanced shield machine. Tunnelling and Underground Space Technology, 2021, 109: 103755
[10]
Zhang W, Xiang J, Huang R, Liu H. A review of bio-inspired geotechnics-perspectives from geomaterials, geo-components, and drilling & excavation strategies. Biogeotechnics, 2023, 1(3): 100025
[11]
MaJLuoX. The time and cost modeling of TBM in tunneling based on risk evaluation. In: Proceedings of the 2009 Third International Symposium on Intelligent Information Technology Application Workshops. Nanchang: IEEE, 2009: 202–205
[12]
Liu Q, Huang X, Gong Q, Du L, Pan Y, Liu J. Application and development of hard rock TBM and its prospect in China. Tunnelling and Underground Space Technology, 2016, 57: 33–46
[13]
ShangY JYangZ FZengQ LSunY CShiY GYuanG X. Retrospective analysis of TBM accidents from its poor flexibility to complicated geological conditions. Chinese Journal of Rock mechanics and Engineering, 2007, 26(12): 2404–2411 (in Chinese)
[14]
Ma C S, Chen W Z, Tan X J, Tian H M, Yang J P, Yu J X. Novel rockburst criterion based on the TBM tunnel construction of the Neelum-Jhelum (NJ) hydroelectric project in Pakistan. Tunnelling and Underground Space Technology, 2018, 81: 391–402
[15]
Lin S S, Zhou A N, Shen S L. Optimal construction method evaluation for underground infrastructure construction. Automation in Construction, 2023, 152: 104921
[16]
Bilgin N, Yüksel A. The effect of EPB face pressure on TBM performance parameters in different geological formations of Istanbul. Tunnelling and Underground Space Technology, 2023, 138: 105184
[17]
Ates U, Copur H. Investigation of parameters affecting vibration patterns generated during excavation by EPB TBMs. Tunnelling and Underground Space Technology, 2023, 138: 105185
[18]
Tian T, Lu D C, Kong F C, Ma Y D, Li J L, Du X L. An intelligent method for leakage segmentation and area quantification to evaluate the safety performance of tunnels. Engineering Structures, 2025, 338: 120581
[19]
Phoon K K, Zhang W G. Future of machine learning in geotechnics. Georisk: Assessment and Management of Risk for Engineered Systems and Geohazards, 2023, 17(1): 7–22
[20]
Li J B, Jing L J, Zheng X F, Li P Y, Yang C. Application and outlook of information and intelligence technology for safe and efficient TBM construction. Tunnelling and Underground Space Technology, 2019, 93: 103097
[21]
Lu D C, Liu Y H, Kong F H, He X, Zhou A N, Du X L. A novel Bi-LSTM method fusing current and historical data for tunnelling parameters of shield tunnel. Transportation Geotechnics, 2024, 49: 101402
[22]
Phoon K K, Ching J Y, Shuku T. Challenges in data-driven site characterization. Georisk: Assessment and Management of Risk for Engineered Systems and Geohazards, 2022, 16(1): 114–126
[23]
Zhang J, Zhang C, Qian H, Feng T G, Jian Y Z, Wu R H. Prediction of longitudinal surface settlement in composite formation using large-diameter shield machine based on machine learning techniques. Frontiers of Structural and Civil Engineering, 2024, 18(12): 1922–1936
[24]
Chen R P, Zhang P, Wu H N, Wang Z T, Zhong Z Q. Prediction of shield tunneling-induced ground settlement using machine learning techniques. Frontiers of Structural and Civil Engineering, 2019, 13(6): 1363–1378
[25]
Ma J J, Li T B, Yang G, Dai K K, Ma C C, Tang H, Wang G W, Wang J F, Xiao B, Meng L B. A real-time intelligent classification model using machine learning for tunnel surrounding rock and its application. Georisk: Assessment and Management of Risk for Engineered Systems and Geohazards, 2023, 17(1): 148–168
[26]
Li J B, Chen Z Y, Li X, Jing L J, Zhang Y P, Xiao H H, Wang S J, Yang W K, Wu L J, Li P Y. et al. Feedback on a shared big dataset for intelligent TBM Part I: Feature extraction and machine learning methods. Underground Space, 2023, 11: 1–25
[27]
Kannangara K K M, Su L J, Zhou W H. Analysis of post-ground settlement induced during twin tunnelling in silty sand. Tunnelling and Underground Space Technology, 2024, 152: 105949
[28]
Li X, Xue Y G, Li Z Q, Kong F M, Li G K, Zhou B H. Numerical investigation and prediction of the excavation face stability for river-crossing shield tunneling: An intelligent prediction model for limit support pressure. Computers and Geotechnics, 2023, 160: 105493
[29]
Zhang Z C, Luo H B, Liu J J. Incorporation of knowledge and data-driven models applied in shield tunneling: A review. Reliability Engineering & System Safety, 2025, 264: 111379
[30]
Shan F, He X Z, Jahed Armaghani D, Xu H D, Liu X L, Sheng D C. Real-time forecasting of TBM cutterhead torque and thrust force using aware-context recurrent neural networks. Tunnelling and Underground Space Technology, 2024, 152: 105906
[31]
Liu W L, Li A, Liu C J. Multi-objective optimization control for tunnel boring machine performance improvement under uncertainty. Automation in Construction, 2022, 139: 104310
[32]
Hosseini H, Taleai M, Zlatanova S. NSGA-II based optimal Wi-Fi access point placement for indoor positioning: A BIM-based RSS prediction. Automation in Construction, 2023, 152: 104897
[33]
Guo K, Zhang L M. Data-driven optimization for mitigating tunnel-induced damages. Applied Soft Computing, 2022, 115: 108128
[34]
Mahmoudabadi V, Ravichandran N. Reliability-based optimization in climate-adaptive design of embedded footing. Georisk: Assessment and Management of Risk for Engineered Systems and Geohazards, 2022, 17(2): 287–309
[35]
Fan Z, Li W, Cai X, Li H, Wei C, Zhang Q, Deb K, Goodman E. Push and pull search for solving constrained multi-objective optimization problems. Swarm and Evolutionary Computation, 2019, 44: 665–679
[36]
Fan Z, Zheng Z H, Xu B, Li W J, Zhang Y G, Hao Z F. Performance optimization of hard rock tunnel boring machine using multi-objective evolutionary algorithm. Computers & Industrial Engineering, 2022, 169: 108251
[37]
Meng F L, Xu J Y, Xia C Q, Chen W, Zhu M, Fu C Q, Chen X S. Optimization of deep excavation construction using an improved multi-objective particle swarm algorithm. Automation in Construction, 2024, 166: 105613
[38]
Tao Y Q, He W, Sun H L, Cai Y Q, Chen J Q. Multi-objective optimization-based prediction of excavation-induced tunnel displacement. Underground Space, 2022, 7(5): 735–747
[39]
Zhao P J, Liao W J, Xue H J, Lu X Z. Intelligent design method for beam and slab of shear wall structure based on deep learning. Journal of Building Engineering, 2022, 57: 104838
[40]
Chen H Y, Liu J, Shen G Q P, Feng Z B. Control of existing tunnel deformation caused by shield adjacent undercrossing construction using interpretable machine learning and multiobjective optimization. Automation in Construction, 2025, 170: 105943
[41]
Xue Y D, Zhao F, Zhao H X, Li X, Diao Z X. A new method for selecting hard rock TBM tunnelling parameters using optimum energy: A case study. Tunnelling and Underground Space Technology, 2018, 78: 64–75
[42]
Chen W Y, Liu C L, He R, Chen G X, Jeng D S, Duan L L. Stability of the foundation trench of the immersed tunnel subjected to combined wave and current loading. Applied Ocean Research, 2021, 110: 102627
[43]
Liu B, Wang Y X, Zhao G Z, Yang B, Wang R R, Huang D X, Xiang B. Intelligent decision method for main control parameters of tunnel boring machine based on multi-objective optimization of excavation efficiency and cost. Tunnelling and Underground Space Technology, 2021, 116: 104054
[44]
Wu X G, Wang L, Chen B, Feng Z B, Qin Y W, Liu Q, Liu Y. Multi-objective optimization of shield construction parameters based on random forests and NSGA-II. Advanced Engineering Informatics, 2022, 54: 101751
[45]
Wang H Y, Wang J C, Zhao Y Q, Xu H T. Tunneling parameters optimization based on multi-objective differential evolution algorithm. Soft Computing, 2021, 25(5): 3637–3656
[46]
Lin P H, Wu M Z, Xiao Z H, Tiong R L K, Zhang L M. Physics-informed deep reinforcement learning for enhancement on tunnel boring machine’s advance speed and stability. Automation in Construction, 2024, 158: 105234
[47]
Kolawole O, Assaad R H, Adams M P, Ngoma M C, Anya A, Assaf G. Coupled experimental assessment and machine learning prediction of mechanical integrity of MICP and cement paste as underground plugging materials. Biogeotechnics, 2023, 1(2): 100020
[48]
Zhang P, Chen R P, Wu H N. Real-time analysis and regulation of EPB shield steering using random forest. Automation in Construction, 2019, 106: 102860
[49]
Liu B K, Vu-Bac N, Zhuang X Y, Fu X L, Rabczuk T. Stochastic integrated machine learning based multiscale approach for the prediction of the thermal conductivity in carbon nanotube reinforced polymeric composites. Composites Science and Technology, 2022, 224: 109425
[50]
MinskyM LPapertS A. PERCEPTRONS. Cambridge: MIT Press, 2017
[51]
Liu B, Wang R R, Zhao G Z, Guo X U, Wang Y X, Li J B, Wang S G. Prediction of rock mass parameters in the TBM tunnel based on BP neural network integrated simulated annealing algorithm. Tunnelling and Underground Space Technology, 2020, 95(1): 103103
[52]
Kong F C, Lu D C, Ma Y D, Li J L, Tian T. Analysis and intelligent prediction for displacement of stratum and tunnel lining by shield tunnel excavation in complex geological conditions: A case study. IEEE Transactions on Intelligent Transportation Systems, 2022, 23(11): 22206–22216
[53]
Kong F C, Lu D C, Ma Y D, Tian T, Yu H T, Du X L. Novel hybrid method to predict the ground-displacement field caused by shallow tunnel excavation. Science China Technological Sciences, 2023, 66(1): 101–114
[54]
Bo Y, Guo X G, Liu Q S, Pan Y C, Zhang L, Lu Y. Prediction of tunnel deformation using PSO variant integrated with XGBoost and its TBM jamming application. Tunnelling and Underground Space Technology, 2024, 150: 105842
[55]
KennedyJEberhartR. Particle swarm optimization. In: Proceedings of ICNN’95-International Conference on Neural Networks. New York: IEEE, 1995, 1942–1978
[56]
Zhang X, Xia Y Y, Zhang C, Liu B K, Wang C X, Fang H Y, Wang J. A prediction model for dyke-dam piping based on data augmentation and interpretable ensemble learning. Engineering Failure Analysis, 2025, 182: 110174
[57]
Kurnaz T F, Erden C, Kökçam A H, Dağdeviren U, Demir A S. A hyper parameterized artificial neural network approach for prediction of the factor of safety against liquefaction. Engineering Geology, 2023, 319: 107109
[58]
Zhou J, Shi X Z, Du K, Qiu X Y, Li X B, Mitri H S. Feasibility of random-forest approach for prediction of ground settlements induced by the construction of a shield-driven tunnel. International Journal of Geomechanics, 2017, 17(6): 04016129
[59]
Srinivas N, Deb K. Multiobjective optimization using nondominated sorting in genetic algorithms. Evolutionary Computation, 1994, 2(3): 221–248
[60]
Deb K, Pratap A, Agarwal S, Meyarivan T. A fast and elitist multiobjective genetic algorithm: NSGA-II. IEEE Transactions on Evolutionary Computation, 2002, 6(2): 182–197
[61]
Lü X Q, Wu Y B, Lian J, Zhang Y Y, Chen C, Wang P S, Meng L Z. Energy management of hybrid electric vehicles: A review of energy optimization of fuel cell hybrid power system based on genetic algorithm. Energy Conversion and Management, 2020, 205: 112474
[62]
Moniz D, Pedro J, Horta N, Pires J. Multi-objective framework for cost-effective OTN switch placement using NSGA-II with embedded domain knowledge. Applied Soft Computing, 2019, 83: 105608
[63]
Etedali S. Ranking of design scenarios of TMD for seismically excited structures using TOPSIS. Frontiers of Structural and Civil Engineering, 2020, 14(6): 1372–1386
[64]
Zhang W G, Gu X, Hong L, Han L, Wang L. Comprehensive review of machine learning in geotechnical reliability analysis: Algorithms, applications and further challenges. Applied Soft Computing, 2023, 136: 110066
[65]
Liu B K, Liu P J, Wang Y Z, Li Z K, Lv H Q, Lu W Z, Olofsson T, Rabczuk T. Explainable machine learning for multiscale thermal conductivity modeling in polymer nanocomposites with uncertainty quantification. Composite Structures, 2025, 370: 119292
[66]
Liu B K, Lu W Z, Olofsson T, Zhuang X Y, Rabczuk T. Stochastic interpretable machine learning based multiscale modeling in thermal conductivity of polymeric graphene-enhanced composites. Composite Structures, 2024, 327: 117601
[67]
Kannangara K K M, Zhou W H, Ding Z, Hong Z H. Investigation of feature contribution to shield tunneling-induced settlement using Shapley additive explanations method. Journal of Rock Mechanics and Geotechnical Engineering, 2022, 14(4): 1052–1063
[68]
Kong F C, Tian T, Lu D C, Xu B, Lin W P, Du X L. PSO-based machine learning methods for predicting ground surface displacement induced by shallow underground excavation method. KSCE Journal of Civil Engineering, 2023, 27(11): 4948–4961
[69]
Zhao D P, Wang L W, Zhang B H, Wen S X, Li D, Wang D Y, Fang H C. Study on launch tunnelling parameters of a shield tunnel buried in pebble soil with existing pipelines base on discrete continuous coupling numerical method. Tunnelling and Underground Space Technology, 2022, 129: 104629
[70]
Yu H G, Qin C J, Tao J F, Liu C L, Liu Q S. A multi-channel decoupled deep neural network for tunnel boring machine torque and thrust prediction. Tunnelling and Underground Space Technology, 2023, 133: 104949
[71]
Guo S F, Wang B K, Zhang P, Wang S N, Guo Z H, Hou X Y. Influence analysis and relation evolution between construction parameters and ground settlements induced by shield tunneling under soil-rock mixed-face conditions. Tunnelling and Underground Space Technology, 2023, 134: 105020
[72]
Zhang Z G, Chen J, Zhang M X, Yang X. Modified Peck method of evaluating tunnelling-induced ground movements based on measured data. Arabian Journal of Geosciences, 2022, 15(9): 862