Elsevier

Knowledge-Based Systems

Volume 228, 27 September 2021, 107213
Knowledge-Based Systems

A VMD-EWT-LSTM-based multi-step prediction approach for shield tunneling machine cutterhead torque

https://doi.org/10.1016/j.knosys.2021.107213Get rights and content

Highlights

  • We present a VMD-EWT-LSTM-based multi-step prediction method for cutterhead torque.

  • VMD and EWT decomposes original input sequence into relatively simple subsequences.

  • The appropriate mode quantity K of VMD could be determined adaptively.

  • It only deals with one input reducing calculation time and improving efficiency.

  • Its five-step average accuracy reaches 97.7%, 97.2%, 96.9%, 96.7% and 96.3%.

Abstract

Cutterhead torque is an important operational parameter that reflects the obstruction degree of geological environment to shield tunneling machine. Accurate multi-step prediction for cutterhead torque is of crucial significance for ensuring efficient and safe propulsion of shield tunneling machine. In this study, a novel hybrid multi-step prediction model combining variational mode decomposition (VMD), empirical wavelet transform (EWT) and long short-term memory (LSTM) network is proposed for shield tunneling machine cutterhead torque. To begin with, the VMD is employed to decompose the original cutterhead torque subsequences into some subsequences and residual sequence, and the residual sequence is further decomposed by the EWT. The combination of VMD and EWT significantly reduces the complexity of the original cutterhead torque sequence. On this basis, the LSTM neural network is employed to predict each subsequence in multiple time steps, and finally add the prediction results of each subsequence to realize the multi-step cutterhead torque prediction. To demonstrate performance of the presented VMD-EWT-LSTM-based approach, comparisons with recent prediction algorithms in six datasets is conducted. The results testify that accuracy of the VMD-EWT-LSTM-based prediction approach is better than other methods. In six datasets, from 1st step prediction to 5th step prediction, the average accuracy of presented prediction approach reaches 97.7%, 97.2%, 96.9%, 96.7% and 96.3%, respectively. Hence, the VMD-EWT-LSTM-based approach can accurately predict cutterhead torque of shield tunneling machine in multiple time steps.

Introduction

In terms of tunnel construction, compared with conventional blasting method, the shield construction method is safer, cleaner and more efficient. Therefore, shield tunneling machine is widely used in water conservancy, highway and railway tunnel construction [1], [2], [3], [4]. To ensure safe construction of shield tunneling machine, it is necessary to adjust the operating parameters of the equipment according to the geological environment. However, it is extremely difficult to predict exactly the geological conditions before excavation at present [5], [6], [7]. Compared with the prediction of geological conditions, predicting the shield machine operational parameters seems more feasible in actual tunnel construction. Cutterhead torque is an important operational parameter of shield tunneling machine, reflecting obstruction degree of geological environment to shield tunneling machine. Precisely predicting the cutterhead torque can help operators to adjust operational parameters in advance, which is beneficial to avoid the cutterhead being stuck and trapped, and ensure safe and efficient tunneling​ construction.

On the one hand, when the geological conditions are complex, the prediction accuracy of the current cutterhead torque prediction method is low, which cannot effectively extract the variation law of cutterhead torque. On the other hand, the current cutterhead torque prediction methods are mainly realizing the prediction of single time step. The prediction time step is short and the practical application value is still limited. If multiple time step prediction of cutterhead torque can be realized, it will be more effective to guide the shield machine driver to adjust operating parameters in advance, which has more practical significance. Since the change rule of cutterhead torque time series is very complicated, it is difficult to effectively learn its long-term change rule. Therefore, multi-step prediction of cutterhead torque is challenging at present.

In order to effectively extract the variation law of cutterhead torque and realize high-precision multi-step prediction of cutterhead torque, this paper proposes a VMD-EWT-LSTM-based multi-step prediction method for cutterhead torque of shield machines. Considering VMD and EWT have excellent characteristics of decomposing nonlinear signals, VMD is used to decompose the original torque sequence of cutterhead to obtain some subsequences and residual sequence, and EWT is employed to decompose the residual sequence. On this basis, the original cutterhead torque sequence with a relatively complicated change law could be decomposed into a series of subsequences with a relatively simple change law, which are easier to predict. Then, LSTM neural network that has excellent ability to extract the time-varying features of time series is used to make multi-step prediction for each subsequence obtained by decomposition. Eventually, the final prediction result could be obtained by adding forecast results for each subsequence. Compared with recent approaches, VMD-EWT-LSTM-based method can capture change features of cutterhead torque effectively, and has a higher multi time step prediction accuracy.

The contributions and innovations of this study are summarized as follows:

(1) We present a novel VMD-EWT-LSTM-based multi time step prediction method for shield machine cutterhead torque, in which combining VMD and EWT to decompose the original cutterhead torque sequence in advance can effectively extract the intrinsic characteristics of the original sequence, and LSTM with high prediction performance is employed to make multi-step prediction for each subsequence.

(2) The appropriate mode quantity K of VMD can be determined adaptively by setting appropriate threshold of the average decomposition relative error and K. A proper mode quantity could improve the cutterhead torque prediction accuracy and reduce unnecessary computation time.

(3) Compared with existing single time step cutterhead torque prediction methods, the presented VMD-EWT-LSTM-based multi time step prediction method has higher practical significance. Moreover, the presented VMD-EWT-LSTM-based method has higher prediction accuracy and stronger generalization ability than these methods, and overcomes the shortcomings of traditional methods that cannot effectively learn the long-term change law of cutterhead torque.

(4) Compared with existing cutterhead torque prediction approaches, the presented VMD-EWT-LSTM-based method only deals with one input parameter (i.e., cutterhead torque), which reduces the calculation time and improves the efficiency.

The rest of this study is arranged as follows. Section 2 introduces the researches related to cutterhead torque prediction. Section 3 introduces the materials and Section 4 focuses on describing the proposed VMD-EWT-LSTM-based multi-step cutterhead torque prediction method in this paper. In Section 5, the experimental design, comparative results and analysis are presented. Thereafter, in Section 6, some discussions on the method and results are provided. Eventually, Section 7 gives the conclusion of this study.

Section snippets

Related work

In this part, we introduce the current prediction methods of shield machine operation parameters and some researches on multi-step prediction of time series. At present, prediction approaches for shield machine operational parameters mainly include two types: physical model-based calculation approaches and data-driven prediction approaches. The former is mainly based on the physical principles of these operational parameters for predictive calculation. The latter is mainly to utilize historical

Materials

The dataset of this research was sampled from the Singapore T225 subway tunnel project (Fig. 1(a)), which was constructed by Shanghai Tunnel Company. This tunnel includes a total of 501 rings. In each ring, the shield tunneling machine excavated forward approximately 1 to 2 m. The overall length for this tunnel is approximately 750 m. Fig. 1(b) provides the shield machine utilized in this tunnel project. Its main machine equipment parameters are given in Table 1.

These data monitored by the

The proposed VMD-EWT-LSTM-based approach

Fig. 3 presents the overall flowchart of presented multi-step cutterhead torque prediction approach. It is mainly composed of three stages: signal decomposition, data normalization and multi-step torque prediction. The details of the proposed prediction method are described in the following Sections.

Performance evaluation index

We use three indicators to investigate prediction effect of the proposed multi-step cutterhead torque prediction method. That is, root mean square error (RMSE), mean absolute error (MAE), and mean absolute percentage error (MAPE). The calculation formulas for RMSE, MAE and MAPE is as follows: RMSE=1ni=1nxixˆi2MAE=1ni=1n|xixˆi|MAPE=1ni=1n|xixˆixi|×100% in which xi represents actual value of cutterhead torque at the time i, and xˆi is the predicted value of cutterhead torque at the time i.

Discussion

Empirical mode decomposition (EMD), EWT, and VMD are commonly used signal decomposition methods. EMD has the problems such as mode aliasing, sensitivity to noise data, and boundary effects. The signal decomposition effect of EMD is worse than VMD and EWT. Compared with VMD, EWT can extract sub signals with a narrower bandwidth based on the Fourier spectrum of the signal. Hence, EWT requires more decomposition numbers than VMD to achieve more thorough decomposition to the signals with many

Conclusion

In this paper, we propose a novel VMD-EWT-LSTM-based multi-step prediction method for shield machine cutterhead torque. In the presented method, VMD is used to decompose the original cutterhead torque sequence, and the EWT is used to further decompose the residual sequence. The cutterhead torque sequence with complex change characteristics is decomposed into a series of subsequences with relatively simple change characteristics, which reduces the complexity of the original cutterhead torque

CRediT authorship contribution statement

Gang Shi: Conceptualization, Methodology, Software, Writing - original draft, Code review. Chengjin Qin: Conceptualization, Methodology, Software, Writing - original draft, Writing - review & editing, Resources, Data curation, Validation, Supervision. Jianfeng Tao: Conceptualization, Methodology, Software, Resources, Data curation, Visualization, Validation. Chengliang Liu: Conceptualization, Supervision, Project administration, Funding acquisition.

Declaration of Competing Interest

The authors declare that they have no known competing financial interests or personal relationships that could have appeared to influence the work reported in this paper.

Acknowledgments

This work was partially supported by the National Key R&D Program of China (Grant No. 2018YFB1702503), the State Key Laboratory of Mechanical System and Vibration (Grant No. MSVZD202103) and Shanghai Municipal Science and Technology Major Project (Grant No. 2021SHZDZX0102).

References (46)

  • SunW. et al.

    Dynamic load prediction of tunnel boring machine (TBM) based on heterogeneous in-situ data

    Autom. Constr.

    (2018)
  • SongX. et al.

    A new fuzzy c-means clustering-based time series segmentation approach and its application on tunnel boring machine analysis

    Mech. Syst. Signal Proc.

    (2019)
  • ZhangP. et al.

    A critical evaluation of machine learning and deep learning in shield-ground interaction prediction

    Tunn. Undergr. Space Technol.

    (2020)
  • ZhouC. et al.

    Dynamic prediction for attitude and position in shield tunneling: A deep learning method

    Autom. Constr.

    (2019)
  • QinC. et al.

    Precise cutterhead torque prediction for shield tunneling machines using a novel hybrid deep neural network

    Mech. Syst. Signal Proc.

    (2021)
  • KaoI. et al.

    Exploring a long short-term memory based encoder-decoder framework for multi-step-ahead flood forecasting

    J. Hydrol.

    (2020)
  • LiuH. et al.

    Wind speed forecasting method based on deep learning strategy using empirical wavelet transform, long short term memory neural network and Elman neural network

    Energy Convers Manage.

    (2018)
  • UpadhyayA. et al.

    Instantaneous voiced/non-voiced detection in speech signals based on variational mode decomposition

    J. Franklin Inst. B

    (2015)
  • WangY. et al.

    Research on variational mode decomposition and its application in detecting rubimpact fault of the rotor system

    Mech. Syst. Signal Process.

    (2015)
  • LiH. et al.

    An optimized VMD method and its applications in bearing fault diagnosis

    Measurement

    (2020)
  • XuZ. et al.

    Fault diagnosis of rolling bearing of wind turbines based on the variational mode decomposition and deep convolutional neural networks

    Appl. Soft Comput.

    (2020)
  • LahmiriS.

    A variational mode decomposition approach for analysis and forecasting of economic and financial time series

    Expert Syst. Appl.

    (2016)
  • LiuY. et al.

    Non-ferrous metals price forecasting based on variational mode decomposition and LSTM network

    Knowl.-Based Syst.

    (2020)
  • Cited by (71)

    View all citing articles on Scopus
    View full text