Next Article in Journal
A Comparison of the Application of Load Monitoring Metrics for Key Match Characteristics in Women’s Rugby Sevens
Previous Article in Journal
Computational Fluid Dynamics of Compartment Fires: A Review of Methods and Applications
 
 
Font Type:
Arial Georgia Verdana
Font Size:
Aa Aa Aa
Line Spacing:
Column Width:
Background:
Article

A Spatiotemporal-Adaptive-Network-Based Method for Predicting Axial Forces in Assembly Steel Struts with Servo System of Foundation Pits

1
Department of Civil Engineering, Zhejiang University, Hangzhou 310058, China
2
China Construction First Group Construction & Development Co., Ltd., Beijing 100102, China
3
College of Civil Engineering, Zhejiang University of Technology, Hangzhou 310007, China
4
Zhejiang Key Laboratory of Intelligent Control of Transit Infrastructure Risk, Hangzhou 310007, China
5
Research Center of Coastal and Urban Geotechnical Engineering, Zhejiang University, Hangzhou 310058, China
*
Author to whom correspondence should be addressed.
Appl. Sci. 2025, 15(5), 2343; https://doi.org/10.3390/app15052343
Submission received: 22 January 2025 / Revised: 20 February 2025 / Accepted: 20 February 2025 / Published: 22 February 2025
(This article belongs to the Special Issue Applications of Machine Learning in Geotechnical Engineering)

Abstract

:
The axial force in assembly steel struts with servo systems is a critical indicator of stability in foundation pit support systems. Due to its high sensitivity to temperature variations and direct influence on the lateral deformation of the foundation pit enclosure structure, accurate prediction is essential for safety monitoring and early warning. This study proposes a novel method for predicting the axial force in assembly steel struts with servo systems based on a spatiotemporal adaptive network. The method begins by feeding historical axial force data from multiple steel struts into an LSTM network to extract temporal sequence features. A self-attention mechanism is then employed to capture the global dependencies within the axial force data, enhancing the feature representation. Concurrently, a convolutional neural network (CNN) is utilized to extract local spatial features. Additionally, excavation depth and excavated soil stratification data are processed through convolutional operations to derive stratification-related features. Subsequently, the temporal and spatial features of axial force are fused with stratification-related features derived from excavation data and further refined through a CNN, enabling more accurate predictions. Validation using deep foundation pit data from a metro station in Zhejiang Province demonstrated the method’s reliability and improved performance across multiple metrics compared to the existing approaches.

1. Introduction

With the rapid development of the nation and society, the urbanization process has accelerated, leading to a significant increase in the utilization of underground space [1,2]. In foundation pit engineering, the scale and depth of deep excavations continue to grow, often situated in densely populated urban centers with complex and variable surroundings [3,4]. These characteristics greatly amplify the challenges and risks associated with construction. Any accidents involving deep foundation pits can result in substantial socioeconomic losses and pose serious threats to the safety of construction workers and nearby structures [5,6].
In deep foundation pit construction, the axial force of assembly steel struts is a critical indicator of the stability of the support system, directly reflecting the overall safety of the excavation [7]. However, it is significantly influenced by various external factors, including complex environmental conditions and varying excavation scenarios, with weather changes being particularly prominent [8,9,10]. For instance, during rain or snow, drastic temperature fluctuations can cause thermal expansion and contraction of metal materials, leading to axial force deviations around the design value [11,12,13]. Similarly, excavation processes, such as changes in excavation depth or speed, can introduce additional variability in axial forces. In extreme cases, these deviations may become substantial, potentially exceeding safe limits and increasing the risk of excavation instability and construction hazards [14,15]. To address this challenge, it is essential to conduct in-depth research on the behavior of axial forces in assembly steel struts under varying environmental and excavation conditions, enabling precise prediction and early warning of potential issues. Such advancements can help to mitigate the risk of safety incidents caused by abnormal axial forces, reduce casualties, enhance the overall efficiency and reliability of deep foundation pit projects, and allow experts ample time to make informed decisions.
In prediction methods, machine learning and neural networks have been widely applied for forecasting and early warning in engineering monitoring data. Support Vector Machines (SVMs) [16] and Random Forests (RFs) [17] have been used for predicting foundation pit deformation and safety risks. Backpropagation (BP) [18] neural networks and Artificial Neural Networks (ANNs) [19] have been employed for foundation pit settlement prediction. Furthermore, researchers have improved these basic networks to enhance prediction accuracy. For instance, Liu et al. [20] optimized BP neural networks using the Grey Verhulst model, while Liu et al. [21] introduced genetic algorithms to optimize ANN models, achieving higher accuracy in settlement prediction. Despite these advancements, such methods struggle to adequately capture the dynamic variations in monitoring data under complex working conditions. In recent years, the development of deep learning has led to the application of recurrent neural networks, such as Long Short-Term Memory (LSTM) [22] and Gated Recurrent Unit (GRU) [23], for predicting engineering monitoring data due to their strengths in handling time-series data. Li et al. [24] proposed an LSTM-based method for foundation pit deformation prediction, while Liu et al. [25] enhanced the GRU model by incorporating a Variational Mode Decomposition (VMD) method optimized with Particle Swarm Optimization (PSO), resulting in the VMD-PSO-GRU model, which achieved high prediction accuracy.
However, the stability of foundation pit support systems is influenced not only by temporal factors but also by spatial distribution characteristics, geological conditions, and external environmental factors such as temperature variations. The traditional methods have not considered the joint modeling of temporal and spatial dimensions. Addressing the influence of environmental conditions and the coupled effects of excavation implementation on the axial forces of assembly steel struts, this study integrates time series, spatial distribution, and geological features to construct an accurate predictive model based on a spatiotemporal adaptive network. This method can capture the complex variation patterns of axial forces, enabling effective early warning support for deep foundation pit construction. By reducing safety incidents caused by abnormal axial forces, it helps to ensure construction safety and improve economic efficiency.

2. Methodology

2.1. Overview

To address the issue of axial force fluctuations in assembly steel struts during foundation pit construction caused by temperature variations and excavation processes, particularly in severe cases where significant deviations from the design value may pose safety risks, this study proposes an axial force prediction method for assembly steel struts based on a spatiotemporal adaptive network, as illustrated in Figure 1. By enabling accurate axial force prediction and early warning, this approach aims to identify potential anomalies caused by multi-factor coupling during construction, reduce safety risks, and enhance the stability and reliability of foundation pit projects. The proposed method comprises two main steps: feature extraction and fusion-based prediction.
In the feature extraction phase, an LSTM network is first employed to capture the temporal sequence features from the historical axial force data of each assembly steel strut. To further enhance its ability to capture long-range dependencies, a self-attention mechanism is integrated with the LSTM, enabling it to selectively focus on hidden states across different time steps. Additionally, excavation depth and stratification distribution data are incorporated, with convolutional operations applied to extract features relevant to geological conditions. This combination of enriched temporal and spatial characteristics yields a comprehensive and robust feature representation for prediction. In the fusion prediction phase, the extracted temporal, spatial, and geological features are integrated to form a unified representation. This integrated feature set is then input into a deep learning network that models and predicts the axial forces of the assembly steel struts, leveraging the complementary strengths of the multidimensional features to ensure accurate and robust predictions.

2.2. Spatiotemporal Adaptive Prediction Network

2.2.1. LSTM Network

To effectively extract the temporal features of assembly steel strut axial force data, this study constructs an LSTM model. The model is designed to capture the dynamic temporal variations in historical axial force data, providing high-quality temporal feature representations for subsequent prediction tasks. LSTM networks, known for their significant advantage in handling long-term dependencies in time-series data, are widely used in dynamic trend prediction applications.
As shown in Figure 2, the historical axial force data for each assembly steel strut are processed independently through separate LSTM modules. Leveraging the coordinated operation of the input, forget, and output gates, the LSTM effectively retains key features, enabling it to capture the temporal patterns and regularities of axial force variations. After processing through the LSTM network, the output temporal feature representations encapsulate the critical variation trends of assembly steel strut axial forces across different time steps. The computation process of the LSTM network can be described as follows:
f t = σ ( W f · [ h t 1 , x t ] + b f )
i t = σ ( W i · [ h t 1 , x t ] + b i )
C ˜ t = tanh ( W C · [ h t 1 , x t ] + b C )
C t = f t C t 1 + i t C ˜ t
o t = σ ( W o · [ h t 1 , x t ] + b o )
h t = o t tanh ( C t )
where x t is the current input vector, h t 1 and h t denote the previous and current hidden states, respectively, and [ h t 1 , x t ] denotes their concatenation for computing gate activations and candidate states; W f , W i , W C , and W o together with b f , b i , b C , and b o are the weight matrices and bias vectors for the forget, input, candidate, and output gates; σ and tanh are the sigmoid and hyperbolic tangent functions, respectively; f t , i t , and o t are the outputs of the forget, input, and output gates; and C ˜ t is the candidate cell state used to update and form the new cell state C t .

2.2.2. Self-Attention Mechanism

To further enhance the representation capability of assembly steel strut axial force data features, a self-attention mechanism is integrated into the LSTM network to refine the hidden states across time steps by focusing on the most relevant information. As illustrated in Figure 3, the self-attention mechanism not only captures long-range dependencies but also highlights critical temporal features, overcoming the limitations of traditional methods that predominantly focus on local characteristics. By applying self-attention to the LSTM’s hidden states, the model selectively accentuates key information, yielding a more comprehensive and focused depiction of the global dynamic changes in the data. Moreover, this approach enables the model to uncover and prioritize potential spatial correlations within the axial force data, thereby optimizing the feature representation derived from the LSTM. The enhanced representation effectively combines the temporal dynamics captured by the LSTM with the essential dependencies revealed by the self-attention mechanism, ultimately providing enriched and precise feature information for the subsequent prediction module.
The core computation process of the self-attention mechanism is as follows: For an input feature matrix X R n × a (where n represents the number of time steps and d is the feature dimension), linear transformations are first applied to obtain the query vector (Q), key vector (K), and value vector (V):
Q = X W Q , K = X W K , V = X W V
where W Q , W K , W V R d × d are learnable weight matrices and d is the reduced feature dimension. Next, the similarity between the query and key vectors is computed using a dot product, and the result is normalized with the Softmax function to generate the attention weight matrix A:
A = Softmax Q K d
the attention weight matrix A R n × n represents the strength of spatial correlations within the input data. Finally, the attention weight matrix is multiplied with the value vector to produce the weighted output features O:
O = A V
the output O is the global feature representation processed by the self-attention mechanism, which incorporates the spatial correlation information within the input data.

2.2.3. CNN Framework

To extract the local spatial features of assembly steel strut axial force data and capture geological characteristics pertinent to foundation pit construction, this study employs a CNN for feature extraction. As illustrated in Figure 4, the temporal and spatial features of the axial force data are fused with geological features to form a unified representation that is subsequently processed by the CNN. This method facilitates the extraction of high-level features that capture complex spatial and geological relationships, ultimately enhancing the accuracy of assembly steel strut axial force predictions.
The feature map X R H × W × C , generated from the self-attention-enhanced LSTM, where H and W denote the height and width of the feature map and C represents the number of channels, is used as input. A convolutional kernel K R k × k × C is applied to perform convolution operations and extract local spatial features. The convolution calculation is defined as follows:
Y ( i , j ) = p = 1 C n = 1 k m = 1 k X ( i + m 1 , j + n 1 , p ) · K ( m , n , p ) + b
where Y ( i , j ) is the value of the output feature map at position ( i , j ) , b is the bias term, p is the input channel index, and m, n are indices along the spatial dimensions of the kernel. The convolution operation slides the kernel over the input feature map to extract spatial features, using the ReLU activation function to introduce nonlinearity and improve the model’s capacity to capture complex patterns:
Y ReLU ( i , j ) = max ( 0 , Y ( i , j ) )

2.2.4. Model Performance Evaluation Metrics

To comprehensively evaluate the performance of the proposed model, three metrics are adopted: Root Mean Squared Error (RMSE), Mean Absolute Error (MAE), and the Coefficient of Determination ( R 2 ). Smaller RMSE and MAE values indicate lower prediction errors, while an R 2 value closer to 1 signifies higher prediction accuracy and better model fit. The specific formulas for these metrics are as follows:
RMSE = 1 n i = 1 n y i y ^ i 2
MAE = 1 n i = 1 n y i y ^ i
R 2 = 1 i = 1 n ( y i y ^ i ) 2 i = 1 n ( y i y ¯ ) 2
where n is the total number of data points, y i is the observed value for the i-th data point, y ^ i is the predicted value for the i-th data point, and y ¯ is the mean of the observed values.

3. Case Study

3.1. Overview of the Engineering Project

The deep foundation pit in this project pertains to the main excavation of the Sanbao Station on the SG9-3 section of the Phase I civil construction of Hangzhou Metro Line 9. Sanbao Station serves as a “T”-shaped transfer station between Line 6 and Line 9. The Line 6 section of Sanbao Station (Zones 1 to 5) is an underground four-story island-style station with a total length of 175 m and a standard width of 25.7 m. The Line 9 section (Zones 6 to 11) is an underground three-story island-style station with a total length of 201.2 m and a standard width of 24.5 m. Both sections adopt a double-column, three-span reinforced concrete box-frame structure with full waterproofing. The diaphragm walls and interior lining walls are designed as composite walls. The station is primarily constructed using the open-cut method. Entrance passages, ventilation shafts, and other auxiliary structures are mainly constructed using the open-cut method after the main structure is completed. For Entrance C, where it connects to the already constructed underpass tunnel, the horizontal freezing method is employed, followed by underground excavation. During the excavation and underground construction, special consideration is afforded to minimizing the impact on the surrounding environment. A schematic diagram of the environment surrounding Sanbao Station is shown in Figure 5.

3.2. Geological Conditions and Steel Support Layout

The foundation soil layers in the station area, from top to bottom, consist of filling layers (plain filling and miscellaneous filling), sandy silt layers, clay layers (mucky clay, silty clay, and silty clay containing sand), silty layers, gravelly medium sand layers, rounded gravel layers, and mud siltstone layers (ranging from completely weathered to moderately weathered). Specifically, the base slab of Sanbao Station (Zones 1 to 5) is situated within the silty clay layer, while the walls are founded in the moderately weathered mud siltstone stratum. The detailed geological profile is shown in Figure 6.
The standard section width of Zones 1 to 5 at Sanbao Station is 23.3 m, while the end shaft width is 27 m. Each steel strut weighs approximately 11.5 tons. The installation process for the steel struts involves pre-assembly on the ground, followed by segmented hoisting into the foundation pit using a 20-ton gantry crane, where the assembly is completed. In certain areas, manual chain hoists are used to assist with assembly adjustments. For the transfer nodes, steel struts are segmented and hoisted into the foundation pit using a 50-ton crawler crane, where they are subsequently assembled. The layout of the second layer of steel struts within the foundation pit is illustrated in Figure 7.

4. Results Analysis

4.1. Data Description

Temperature fluctuations can lead to variations in assembly steel strut axial force, particularly under the influence of diurnal temperature differences, causing the axial force to oscillate around its design value to a certain extent. If these fluctuations are not effectively predicted and controlled, they may threaten the stability of the foundation pit support system and even pose safety risks. To analyze the relationship between assembly steel strut axial force and temperature changes in greater detail and to validate the effectiveness of the proposed method, this study uses axial force monitoring data from six assembly steel struts in the second layer of Zone 5 at Sanbao Station as experimental data.
This study utilizes monitoring data from assembly steel struts ZC2-1 to ZC2-6 collected between 22 October 2019 and 26 December 2019. The data were recorded hourly, capturing daily temperature variations and their corresponding impact on the axial force of assembly steel struts over consecutive days, as illustrated in Figure 8. To ensure the scientific validity of the model training and evaluation, the dataset was divided into three parts: 70% for model training, 10% for validation, and 20% for testing. By modeling and analyzing this dataset, the study uncovers the fluctuation patterns of assembly steel strut axial forces under daily temperature changes. Furthermore, the prediction results provide 4 h forecasts of axial force, offering technical support and data-driven insights for safety monitoring during foundation pit construction and stability assessment of the support system.

4.2. Prediction Performance

As shown in Figure 9 and Figure 10, the dashed-box areas correspond to the period between December 17 and 18, 2019, during which the axial forces of the assembly steel struts with a servo system exhibit a gradual decrease. This trend can be attributed to the progressive increase in the axial-force-bearing capacity of the newly cast concrete struts. Following the casting process, the concrete struts underwent a curing period during which their strength steadily increased, enabling them to take on more of the applied load. As a result, the load previously borne by the assembly steel struts with a servo system was gradually redistributed to the concrete struts, leading to a reduction in the axial forces of the steel struts.
This phenomenon is effectively captured by the spatiotemporal axial force predictions generated using the spatiotemporal adaptive network (STAN) model. As detailed in the figures, the predicted axial forces for struts ZC2-2 and ZC2-3, derived from the past 5 h of axial force data, excavation depth, and stratigraphic distribution, align well with the observed trends. Subplots (a–d) in Figure 9 and Figure 10 compare the predicted and actual axial force values for 1 h, 2 h, 3 h, and 4 h forecasting intervals, respectively. The STAN model demonstrates high accuracy in tracking the variations in axial forces, particularly for shorter-term predictions (Figure (a) and (b)), while maintaining consistency in longer-term forecasts (Figure (c) and (d)) despite slight deviations. The alignment between the STAN model’s predictions and the observed reduction in axial forces underscores its effectiveness in capturing the spatiotemporal dynamics of axial force redistribution during construction. This validates the model’s applicability in monitoring and predicting the behavior of support systems under dynamic load conditions.
Table 1 presents the evaluation results of the axial force predictions for the overall performance across six assembly steel struts over the next 1 to 4 h. The model’s performance is quantitatively analyzed using RMSE, MAE, and R 2 . The results show that the model achieves low errors and high prediction accuracy for forecasts. However, as the prediction time steps increase, the errors gradually grow, leading to a slight decline in accuracy. For the 1 h prediction, the RMSE is 20.77, the MAE is 14.88, and R 2 reaches 0.99, indicating an excellent fit between the predicted and actual values. This level of accuracy effectively meets the monitoring requirements for dynamic changes in assembly steel strut axial forces in practical engineering scenarios. The low error within the first hour demonstrates that the model effectively leverages historical data to capture both local trends and overall fluctuations in axial force variations.
However, in the 2 h and 3 h predictions, the errors increase, with RMSE reaching 51.22 and 62.23, MAE rising to 38.39 and 46.60, and R 2 dropping to 0.93 and 0.91, respectively. Although the error growth is significant, the overall accuracy remains acceptable, and the predictions effectively capture the trends in assembly steel strut axial forces. For the longer-term 4-h prediction, the RMSE rises to 83.81, MAE increases to 59.94, and R 2 drops to 0.86, indicating a higher level of error. This suggests that, for longer prediction time steps, the model’s ability to capture local fluctuations diminishes, although it still accurately reflects the overall trend. The experiments demonstrate that the STAN model achieves low errors in predictions, meeting the accuracy requirements for monitoring and early warning of assembly steel strut axial forces. For medium- to long-term predictions, while the error increases, the model retains a certain degree of predictive capability, providing valuable references for trend analysis.
The decline in prediction accuracy over time can be attributed to two main factors. First, the fluctuation in assembly steel strut axial forces is influenced by various complex factors, such as temperature changes, excavation progress, and stratigraphic conditions. These factors tend to exhibit greater complexity and uncertainty over longer prediction time steps, reducing the relevance of historical data for future predictions and increasing the difficulty and error in forecasting. However, the proposed STAN method leverages the joint modeling of temporal and spatial features to effectively extract dynamic patterns under multi-factor influences, enabling it to capture overall trend changes even over extended time steps. Second, short-term predictions typically rely on the local trends and overall fluctuation characteristics of historical data, which exhibit strong continuity and predictability within shorter periods, leading to higher accuracy. In contrast, long-term predictions require the model to possess stronger nonlinear fitting and generalization capabilities to address more unknown factors and complex dependencies in dynamic changes. Although errors increase gradually in long-term predictions, the STAN method significantly enhances the ability to model complex nonlinear relationships by extracting global features through the self-attention mechanism and integrating local features via multi-layer convolutional networks.

4.3. Method Comparison

To demonstrate the superiority of the proposed STAN method in predicting assembly steel strut axial forces, a comparative analysis was conducted against the RNN method proposed by Borandag [26], the LSTM method proposed by Guo et al. [1], and the GRU method proposed by Zhang et al. [27]. As shown in Figure 11 and Figure 12, the performance of each method was evaluated by comparing the predicted and actual axial forces of assembly steel struts ZC2-2 and ZC2-3 over the next 1, 2, 3, and 4 h. These comparisons highlight the performance of each method across different prediction time steps.
The figures reveal significant differences in the ability of the three methods to predict assembly steel strut axial forces. The RNN method captures the overall trend of the axial force variations but responds more slowly to regions with rapid fluctuations and shows limitations in fitting local details. As the prediction time steps increase, the RNN method’s capacity to model complex dynamic changes becomes increasingly constrained, making it difficult to maintain stable performance in long-term predictions. The LSTM method, by incorporating a gating mechanism, effectively captures temporal dependencies in the time series. Compared to RNN, it demonstrates improved performance in short-term predictions, particularly excelling in capturing rapid fluctuations. As the prediction time steps increase, LSTM maintains relatively stable performance in modeling global trends, but its fitting capability in regions with pronounced local fluctuations remains somewhat limited. The GRU method, similar to LSTM, also leverages gating mechanisms to manage long-term dependencies while reducing computational complexity. It achieves comparable performance to LSTM in predicting axial force variations but exhibits slightly better generalization in long-term forecasts, capturing local fluctuations more effectively. However, like LSTM, it still faces challenges in maintaining high accuracy under the influence of temperature fluctuations.
In comparison, the STAN method demonstrates significant advantages in both short-term and long-term predictions. For the 1 h and 2 h predictions, the STAN method accurately captures the overall trend of the assembly steel strut axial forces while effectively characterizing the local fluctuation features. The predicted curves align closely with the actual values, reflecting its high precision. For the longer-term 3 h and 4 h predictions, despite the increased demands placed on the model due to the increase in prediction time steps, the STAN method continues to effectively capture the overall trends and maintains a high degree of consistency in regions with local fluctuations. This highlights its strong adaptability and stability across different prediction time steps.
The quantitative analysis in Table 2 highlights the significant advantages of the STAN method in predicting assembly steel strut axial forces, particularly in handling long-term predictions, where its performance far surpasses that of the other methods. This superiority arises from the STAN method’s spatiotemporal adaptive mechanism, which effectively integrates temporal features, spatial characteristics, and geological information, enabling a more comprehensive capture of the dynamic patterns in assembly steel strut axial forces. In long-term predictions, the STAN method mitigates the impact of error accumulation by leveraging joint modeling of temporal dependencies and spatial distribution characteristics, thereby enhancing the robustness of the model.
The LSTM method performs well in short-term and mid-term predictions and significantly outperforms the traditional RNN method. By introducing a gating mechanism, LSTM captures temporal dependencies in time-series data more effectively, demonstrating stronger modeling capability for complex temporal patterns. For instance, in the 1 h and 2 h predictions, while the performance differences among the methods are relatively minor, LSTM achieves slightly lower RMSE and MAE values than RNN, indicating that its gating mechanism effectively improves trend fitting for assembly steel strut axial forces. The GRU method, similar to LSTM, incorporates a gating mechanism to manage long-term dependencies while offering a more simplified architecture with fewer parameters. It demonstrates comparable performance to LSTM in short-term and mid-term predictions, achieving slightly better accuracy in longer time steps due to its improved generalization ability. However, like LSTM, it remains limited in its ability to fully capture local fluctuations over extended time horizons.
However, a shared limitation of the LSTM, GRU, and RNN approaches is their sole focus on the temporal relationships of assembly steel strut axial forces without considering the spatial correlations between struts. In the 3 h and 4 h predictions, this limitation significantly reduces their ability to capture local fluctuation characteristics, causing the predicted results to deviate substantially from the actual trends. In contrast, the STAN method comprehensively integrates temporal features, spatial characteristics, and geological information, enabling more holistic modeling of the dynamic variations in assembly steel strut axial forces. By capturing both the overall trends and local details, the STAN method significantly outperforms the LSTM, GRU, and RNN methods. Its performance advantage becomes even more pronounced in long-term predictions, showcasing remarkable adaptability and robustness.

5. Conclusions

This study proposes a spatiotemporal-adaptive-network-based method for predicting the dynamic variations in axial forces of assembly steel struts with a servo system during foundation pit excavation. The following conclusions are drawn:
(1)
The STAN model integrates the self-attention mechanism with a convolutional neural network, effectively combining temporal features, spatial characteristics, and geological information. This integration significantly enhances the model’s ability to capture and predict the complex dynamic variations in axial forces of assembly steel struts with a servo system.
(2)
The STAN model was validated using monitoring data of axial forces from assembly steel struts with a servo system in an actual engineering project. The results demonstrate that the STAN model effectively captures the dynamic variation trends of axial forces in both short-term and long-term predictions, with the predicted curves closely aligning with the actual values. In short-term predictions, the model excels at accurately capturing local fluctuation characteristics. For long-term predictions, despite the increased challenges posed by longer time steps, the STAN model continues to effectively reflect the overall trends, showcasing strong stability and adaptability.
(3)
The comparative analysis with the RNN, LSTM, and GRU methods demonstrates that the STAN model offers significant advantages in capturing the dynamic variation patterns of axial forces in assembly steel struts with a servo system. Particularly in long-term predictions, the STAN model, through joint modeling of spatiotemporal features, provides a more comprehensive reflection of the overall trends and local fluctuation characteristics. In contrast, the RNN, LSTM, and GRU methods, which only consider temporal relationships and fail to incorporate spatial features, exhibit a gradual decline in prediction accuracy as the prediction time steps increase. While the GRU approach performs similarly to the LSTM method and achieves slightly better accuracy in long-term predictions due to its improved generalization ability, both methods still struggle to fully capture local fluctuations and spatial dependencies. This further validates the adaptability and stability of the STAN model in complex engineering environments, demonstrating its superiority in effectively predicting axial force variations in deep excavation projects.
Fluctuations in axial forces of assembly steel struts with a servo system are critical factors affecting the stability of foundation pit support systems, with abnormal variations potentially leading to structural instability and severe safety incidents. Accurate prediction and effective early warning of axial forces are therefore essential for ensuring construction safety and reducing the risk of accidents during foundation pit excavation. The proposed STAN model achieves precise modeling and prediction of dynamic changes in axial forces of assembly steel struts with a servo system, providing technical support for axial force early warning during construction. This method has theoretical significance and offers a potential solution for early warning in practical engineering, serving as a reference for related research and engineering applications.
Future research will explore the integration of physical constraints associated with temperature fluctuations regarding neural network frameworks to further enhance the accuracy of long-term axial force predictions. This will be achieved by embedding key thermal–mechanical principles and material behavior, particularly the effects of temperature-induced expansion and contraction of steel supports, directly within the model architecture. The enhanced hybrid approach is expected to better capture the complex interactions between temperature variations and axial force dynamics. This strategy aims to overcome the limitations of purely data-driven models by improving both interpretability and robustness, ultimately providing a more reliable early warning system for foundation pit support stability under conditions of temperature variation.

Author Contributions

Conceptualization, W.L. and Z.W.; methodology, J.S. and J.Z.; validation, J.F., K.C. and J.S.; formal analysis, W.L. and W.Y.; investigation, J.Z.; data curation, Z.W.; writing—original draft preparation, W.L. and J.S.; writing—review and editing, Z.W. and W.Y.; visualization, K.C.; supervision, Z.W. All authors have read and agreed to the published version of the manuscript.

Funding

This research received no external funding.

Institutional Review Board Statement

Not applicable.

Informed Consent Statement

Not applicable.

Data Availability Statement

The data of this research are available upon request to the corresponding author. The data are not publicly available due to privacy.

Acknowledgments

The authors would like to express their heartfelt gratitude to the anonymous reviewers and editors for their invaluable insights and constructive feedback, which have greatly contributed to enhancing the quality of this article. Furthermore, the authors acknowledge with thanks the various opportunities and resources that have facilitated the completion of this research.

Conflicts of Interest

Author Weiwei Liu was employed by China Construction First Group Construction & Development Co., Ltd. The remaining authors declare that the research was conducted in the absence of any commercial or financial relationships that could be construed as a potential conflict of interest.

References

  1. Guo, Y.; Li, C.; Yan, M.; Ma, R.; Bi, W. Research on Deformation Safety Risk Warning of Super-Large and Ultra-Deep Foundation Pits Based on Long Short-Term Memory. Buildings 2024, 14, 1464. [Google Scholar] [CrossRef]
  2. Wu, B.; Wan, Y.; Xu, S.; Zhao, C.; Liu, Y.; Zhang, K. A multi-source intelligent fusion assessment method for dynamic construction risk of subway deep foundation pit: A case study. Sustainability 2023, 15, 10162. [Google Scholar] [CrossRef]
  3. Huang, G.; Liu, Z.; Wang, Y.; Yang, Y. A Multi-Objective Prediction XGBoost Model for Predicting Ground Settlement, Station Settlement, and Pit Deformation Induced by Ultra-Deep Foundation Construction. Buildings 2024, 14, 2996. [Google Scholar] [CrossRef]
  4. Jin, Y.; Zhao, H.; Zheng, C.; Liu, J.; Ding, C. Effect of steel support cross-section and preloaded axial force on the stability of deep foundation pits. Buildings 2024, 14, 2532. [Google Scholar] [CrossRef]
  5. Jiang, Z.; Zhu, S.; Que, X.; Ge, X. Deformation Effects of Deep Foundation Pit Excavation on Retaining Structures and Adjacent Subway Stations. Buildings 2024, 14, 2521. [Google Scholar] [CrossRef]
  6. Hu, T.; Xu, J. Prediction of Buildings’ Settlements Induced by Deep Foundation Pit Construction Based on LSTM-RA-ANN. Appl. Sci. 2024, 14, 5021. [Google Scholar] [CrossRef]
  7. Wang, F.; Shi, G.; Zhai, W.; Li, B.; Zhang, C.; Fang, H. Internal force on and deformation of steel assembled supporting structure of foundation pit under thermal stress. Appl. Sci. 2021, 11, 2225. [Google Scholar] [CrossRef]
  8. Yang, Y.; Zeng, H.; Liu, X.; Yang, B.; Li, Y. Real-time monitoring for effects of vibration and temperature of construction site on steel assembly bracing of foundation pit. Buildings 2023, 13, 450. [Google Scholar] [CrossRef]
  9. Liu, C.; Liu, Y.P.; Zheng, G.; Zhang, Y.L. Studies of the effect of seasonal temperature change on a circle beam supporting excavation. In Transportation Research Congress 2016; American Society of Civil Engineers: Reston, VA, USA, 2016; pp. 446–462. [Google Scholar] [CrossRef]
  10. Qi, J.; Wang, B.; Wang, X.; Song, Z.; Cui, Z. Application of optical-fiber sensing to concrete support and continuous wall strain monitoring. In IOP Conference Series: Earth and Environmental Science; IOP Publishing: Bristol, UK, 2019; Volume 349, p. 012032. [Google Scholar] [CrossRef]
  11. Chen, D.; Wang, Z.; Jiang, K.; Yu, F.; Su, J.; Ai, X. Study on the coupling effect and construction deformation control of large deep foundation pit groups involving iron considering the coupling effect of seepage stress. Therm. Sci. Eng. Prog. 2024, 54, 102780. [Google Scholar] [CrossRef]
  12. Cao, C.; Yuan, B.; Huang, S.T.; Zhang, J.L.; Feng, Q.M. The field monitoring and finite element analysis of axial force of a deep foundation pit’s reinforced concrete inner-supporting. Appl. Mech. Mater. 2015, 775, 237–242. [Google Scholar] [CrossRef]
  13. Chen, H.; Wang, Z.; Zhang, J.; Wang, Z.; Peng, P.; Feng, T. Field Monitoring and Analysis of Factors Influencing Existing Tunnels Laterally Adjacent to Foundation Pit Excavations. Appl. Sci. 2025, 15, 1074. [Google Scholar] [CrossRef]
  14. Hu, Q.; Zhang, K.; Song, J.; Fang, H.; Xie, J.; He, P.; Ran, L. Numerical Simulation and Analysis of Thermal Stress on Restressed Assembly Steel Struts System in Foundation Excavation. In IOP Conference Series: Earth and Environmental Science; IOP Publishing: Bristol, UK, 2019; Volume 300, p. 022162. [Google Scholar] [CrossRef]
  15. Wu, M.; Du, C.; Yang, K.; Geng, X.; Liu, X.; Xia, T. A new empirical approach to estimate temperature effects on strut loads in braced excavation. Tunn. Undergr. Space Technol. 2019, 94, 103115. [Google Scholar] [CrossRef]
  16. Li, X.; Liu, X.; Li, C.Z.; Hu, Z.; Shen, G.Q.; Huang, Z. Foundation pit displacement monitoring and prediction using least squares support vector machines based on multi-point measurement. Struct. Health Monit. 2019, 18, 715–724. [Google Scholar] [CrossRef]
  17. Zhou, Y.; Li, S.; Zhou, C.; Luo, H. Intelligent approach based on random forest for safety risk prediction of deep foundation pit in subway stations. J. Comput. Civ. Eng. 2019, 33, 05018004. [Google Scholar] [CrossRef]
  18. Ma, H.; Yuan, S.; Zhang, Z.; Tian, Y.; Dong, S. Application of soil parameter inversion method based on BP neural network in foundation pit deformation prediction. Appl. Geophys. 2023, 20, 299–309. [Google Scholar] [CrossRef]
  19. Zhang, Z.; Xu, R.; Wu, X.; Wang, J. ANN-based dynamic prediction of daily ground settlement of foundation pit considering time-dependent influence factors. Appl. Sci. 2022, 12, 6324. [Google Scholar] [CrossRef]
  20. Liu, C.; Wang, Y.; Hu, X.; Han, Y.; Zhang, X.; Du, L. Application of GA-BP Neural Network Optimized by Grey Verhulst Model around Settlement Prediction of Foundation Pit. Geofluids 2021, 2021, 5595277. [Google Scholar] [CrossRef]
  21. Liu, L.; Moayedi, H.; Rashid, A.S.A.; Rahman, S.S.A.; Nguyen, H. Optimizing an ANN model with genetic algorithm (GA) predicting load-settlement behaviours of eco-friendly raft-pile foundation (ERP) system. Eng. Comput. 2020, 36, 421–433. [Google Scholar] [CrossRef]
  22. Shi, X.; Chen, Z.; Wang, H.; Yeung, D.Y.; Wong, W.K.; Woo, W.C. Convolutional LSTM network: A machine learning approach for precipitation nowcasting. Adv. Neural Inf. Process. Syst. 2015, 28. [Google Scholar] [CrossRef]
  23. Dey, R.; Salem, F.M. Gate-variants of gated recurrent unit (GRU) neural networks. In Proceedings of the 2017 IEEE 60th international midwest symposium on circuits and systems (MWSCAS), Boston, MA, USA, 6–9 August 2017; pp. 1597–1600. [Google Scholar] [CrossRef]
  24. Li, H.; Zhao, Z.; Du, X. Research and application of deformation prediction model for deep foundation pit based on LsTM. Wirel. Commun. Mob. Comput. 2022, 2022, 9407999. [Google Scholar] [CrossRef]
  25. Liu, R.; Zhang, Q.; Jiang, F.; Zhou, J.; He, J.; Mao, Z. Research on Deformation Prediction of VMD-GRU Deep Foundation Pit Based on PSO Optimization Parameters. Materials 2024, 17, 2198. [Google Scholar] [CrossRef] [PubMed]
  26. Borandag, E. Software Fault Prediction Using an RNN-Based Deep Learning Approach and Ensemble Machine Learning Techniques. Appl. Sci. 2023, 13, 1639. [Google Scholar] [CrossRef]
  27. Zhang, W.; Li, H.; Tang, L.; Gu, X.; Wang, L.; Wang, L. Displacement prediction of Jiuxianping landslide using gated recurrent unit (GRU) networks. Acta Geotech. 2022, 17, 1367–1382. [Google Scholar] [CrossRef]
Figure 1. Spatiotemporal adaptive prediction network framework.
Figure 1. Spatiotemporal adaptive prediction network framework.
Applsci 15 02343 g001
Figure 2. Overall structure of LSTM.
Figure 2. Overall structure of LSTM.
Applsci 15 02343 g002
Figure 3. Structure of the self-attention mechanism.
Figure 3. Structure of the self-attention mechanism.
Applsci 15 02343 g003
Figure 4. CNN structural framework.
Figure 4. CNN structural framework.
Applsci 15 02343 g004
Figure 5. Schematic diagram of the project’s surrounding environment.
Figure 5. Schematic diagram of the project’s surrounding environment.
Applsci 15 02343 g005
Figure 6. Typical geological profile of zones 1 to 5 at Sanbao Station.
Figure 6. Typical geological profile of zones 1 to 5 at Sanbao Station.
Applsci 15 02343 g006
Figure 7. Layout of the second layer of assembly steel struts with servo system in zone 5 of Sanbao Station.
Figure 7. Layout of the second layer of assembly steel struts with servo system in zone 5 of Sanbao Station.
Applsci 15 02343 g007
Figure 8. Axial force variation curves of assembly steel struts with servo system in the second layer.
Figure 8. Axial force variation curves of assembly steel struts with servo system in the second layer.
Applsci 15 02343 g008
Figure 9. Comparison of predicted and actual axial forces of ZC2-2 for the next four hours: (a) next 1st hour; (b) next 2nd hour; (c) next 3rd hour; (d) next 4th hour.
Figure 9. Comparison of predicted and actual axial forces of ZC2-2 for the next four hours: (a) next 1st hour; (b) next 2nd hour; (c) next 3rd hour; (d) next 4th hour.
Applsci 15 02343 g009
Figure 10. Comparison of predicted and actual axial forces of ZC2-3 for the next four hours: (a) next 1st hour; (b) next 2nd hour; (c) next 3rd hour; (d) next 4th hour.
Figure 10. Comparison of predicted and actual axial forces of ZC2-3 for the next four hours: (a) next 1st hour; (b) next 2nd hour; (c) next 3rd hour; (d) next 4th hour.
Applsci 15 02343 g010
Figure 11. Comparison of the performance of different methods in predicting axial forces of ZC2-2 over the next four hours: (a) next 1st hour; (b) next 2nd hour; (c) next 3rd hour; (d) next 4th hour.
Figure 11. Comparison of the performance of different methods in predicting axial forces of ZC2-2 over the next four hours: (a) next 1st hour; (b) next 2nd hour; (c) next 3rd hour; (d) next 4th hour.
Applsci 15 02343 g011
Figure 12. Comparison of the performance of different methods in predicting axial forces of ZC2-3 over the next four hours: (a) next 1st hour; (b) next 2nd hour; (c) next 3rd hour; (d) next 4th hour.
Figure 12. Comparison of the performance of different methods in predicting axial forces of ZC2-3 over the next four hours: (a) next 1st hour; (b) next 2nd hour; (c) next 3rd hour; (d) next 4th hour.
Applsci 15 02343 g012
Table 1. Evaluation of overall predicted axial force performance for assembly steel struts with servo system over the next four hours.
Table 1. Evaluation of overall predicted axial force performance for assembly steel struts with servo system over the next four hours.
Predicted Axial Force
(Future Hours)
Evaluation Metrics
RMSEMAER2
Next 1st Hour20.7714.880.99
Next 2nd Hour51.2238.390.93
Next 3rd Hour62.2346.600.91
Next 4th Hour83.8159.940.86
Table 2. Comparison of overall predicted axial force performance for assembly steel struts with servo system using various methods.
Table 2. Comparison of overall predicted axial force performance for assembly steel struts with servo system using various methods.
ModelNext 1st HourNext 2nd HourNext 3rd HourNext 4th Hour
RMSEMAER2RMSEMAER2RMSEMAER2RMSEMAER2
RNN30.4722.480.9660.5848.370.8794.4874.180.71127.0399.250.62
LSTM28.0420.830.9756.7142.780.9291.4266.860.81124.7495.740.67
GRU27.4121.040.9853.0942.450.9384.9968.030.73123.0291.940.65
STAN20.7714.880.9951.2238.390.9362.2346.600.9183.8159.940.86
Disclaimer/Publisher’s Note: The statements, opinions and data contained in all publications are solely those of the individual author(s) and contributor(s) and not of MDPI and/or the editor(s). MDPI and/or the editor(s) disclaim responsibility for any injury to people or property resulting from any ideas, methods, instructions or products referred to in the content.

Share and Cite

MDPI and ACS Style

Liu, W.; Sheng, J.; Zhou, J.; Fu, J.; Yao, W.; Chang, K.; Wang, Z. A Spatiotemporal-Adaptive-Network-Based Method for Predicting Axial Forces in Assembly Steel Struts with Servo System of Foundation Pits. Appl. Sci. 2025, 15, 2343. https://doi.org/10.3390/app15052343

AMA Style

Liu W, Sheng J, Zhou J, Fu J, Yao W, Chang K, Wang Z. A Spatiotemporal-Adaptive-Network-Based Method for Predicting Axial Forces in Assembly Steel Struts with Servo System of Foundation Pits. Applied Sciences. 2025; 15(5):2343. https://doi.org/10.3390/app15052343

Chicago/Turabian Style

Liu, Weiwei, Jianchao Sheng, Jian Zhou, Jinbo Fu, Wangjing Yao, Kuan Chang, and Zhe Wang. 2025. "A Spatiotemporal-Adaptive-Network-Based Method for Predicting Axial Forces in Assembly Steel Struts with Servo System of Foundation Pits" Applied Sciences 15, no. 5: 2343. https://doi.org/10.3390/app15052343

APA Style

Liu, W., Sheng, J., Zhou, J., Fu, J., Yao, W., Chang, K., & Wang, Z. (2025). A Spatiotemporal-Adaptive-Network-Based Method for Predicting Axial Forces in Assembly Steel Struts with Servo System of Foundation Pits. Applied Sciences, 15(5), 2343. https://doi.org/10.3390/app15052343

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