A Digital Twin Framework for Real-Time Monitoring and Full-Field Analysis of Bridges

Authors

  • Haoling Zhao Department of Civil and Environmental Engineering, The Hong Kong Polytechnic University, Hung Hom, Kowloon, Hong Kong
  • Wanglin Wu, Ph.D. Department of Civil and Environmental Engineering, The Hong Kong Polytechnic University, Hung Hom, Kowloon, Hong Kong
  • Qi Xia, Ph.D. School of Civil Engineering, Southeast University, Nanjing, China
  • Yong Xia, Ph.D. Department of Civil and Environmental Engineering, The Hong Kong Polytechnic University, Hung Hom, Kowloon, Hong Kong https://orcid.org/0000-0001-5319-5858

DOI:

https://doi.org/10.70465/ber.v2i3.34

Keywords:

Digital Twin, Deep Learning, Structural Health Monitoring, Full-field Analysis, Temperature Distribution

Abstract

Digital twin technology has been recognized as a transformative approach for civil structural health monitoring (SHM), but real-time structural analysis and result visualization remain challenging because a large-scale civil structure contains thousands of components, making real-time finite element analysis very time-consuming. This study proposes an integrated digital twin framework to address the limitations of traditional finite element methods for real-time analysis through a synergistic combination of SHM and advanced machine learning techniques. A footbridge with an SHM system is used as the testbed. A novel transformer-based surrogate model, named SAE-Transformer, is developed for real-time calculation of the three-dimensional full-field temperature distribution and thermal stress of the entire bridge. One year of bridge data was adopted for training the SAE-Transformer. Equipped with a sequence-aware embedding module and a SwiGLU activation layer, the SAE-Transformer model reduces the temperature prediction error by 39% and the stress estimation error by 45% compared to the state-of-the-art deep learning models. Moreover, the modal superposition technique is adopted to recover the full-field vibration of the bridge using monitoring data from sparse sensors, enabling real-time visualization at 50 frames per second. The implementation demonstrates that the proposed machine learning-empowered technique realizes real-time full-field analysis of large-scale civil structures for the first time.

Downloads

Download data is not yet available.

Introduction

The digital twin technology113,14 plays a significant role in enhancing the structural health monitoring (SHM) of bridges.1524 By creating a real-time virtual representation of the physical bridge structure, digital twins facilitate continuous monitoring and assessment of structural integrity, leading to cost-effective maintenance decisions. The integration of real-time monitoring data from sensors and predictive analytics not only improves the accuracy of health assessments but also supports scenario-based planning and operational optimization throughout the lifespan of the bridge. Moreover, the visual representation provided by digital twins enables engineers to intuitively understand the structural conditions through three-dimensional (3D) models, facilitating potential defect identification and timely alarms to avoid further structural damage and failure.

Due to these merits, the digital twin technology has been rapidly developed in civil SHM during the past years. For example, Jiang et al.25 proposed a digital twin-based aerodynamic admittance function identification method using field measurement data collected by an SHM system. Ye et al.26 developed a digital twin-based framework for identifying the crystal plasticity material parameters of weld joints in orthotropic steel decks through the fusion of a multiscale crystal plasticity finite element (FE) model with macroscale stress–strain material tests. Lin et al.7 proposed a digital twin-based collapse fragility assessment method for long-span cable-stayed bridges under strong earthquakes, demonstrating its feasibility and accuracy for seismic collapse assessment. Teng et al.27 combined digital twins of bridges with transfer learning and achieved 97.3% accuracy in damage detection for a real bridge structure. Lu et al.28 developed a digital twin-based anomaly detection process flow.

However, existing digital twin systems fall short in delivering real-time analysis and visualization across the entire structure. This is because a large-scale civil structure contains thousands or even millions of components, and thus the real-time FE analysis is very time-consuming. For example, Shan et al.29 analyzed the Hong Kong–Zhuhai–Macao Bridge and took 300 sec to obtain the temperature distribution of a bridge segment with approximately 75,000 elements, preventing the real-time analysis and visualization, not mentioning the whole structure and dynamic analysis. Consequently, this inefficiency of the FE analysis leads to most SHM system using offline analyses only or adopting threshold-based criterion according to the measurement data, thereby limiting the full potential of digital twin applications for SHM.

To address these challenges, this study proposes an integrated approach combining deep learning (DL)-based surrogate models and high-performance visualization techniques to enhance the real-time digital twins for bridge SHM. The footbridge in The Hong Kong Polytechnic University campus is used as the testbed. The main contributions of this paper are as follows: A surrogate DL model named SAE-Transformer is developed to enable a rapid calculation of temperature fields and thermal stresses of the entire bridge. Compared to the state-of-the-art transformer model, the proposed method reduces the temperature error by 39% and the stress error by 45%. A web-based computing and rendering platform is implemented using TensorFlow.js30 and WebGL to enable seamless visualization of dynamic structural responses. Various backends are evaluated under different conditions to balance throughput and latency.

Footbridge and the Health Monitoring System

Footbridge descriptions

The footbridge connecting Blocks Z and X at The Hong Kong Polytechnic University’s main campus was opened on October 15, 2019. With a total length of 84.24 meters, the structure comprises a 64.26-meter main span crossing the underlying highway and a 19.98-meter side span31. As illustrated in Figs. 1 and 2, the bridge features a distinctive structural system in which the deck is supported by two butterfly-shaped steel tube arches. These arches connect to deck beams that are supported by a tower at Block X on one end and anchored to the podium floor of Block Z on the opposite end. The primary structural components, including arches, beams, and columns, are made of steel, while the bridge deck utilizes reinforced concrete construction.

Figure 1. Bird’s-eye view of the footbridge

Figure 2. Elevation of the footbridge

Health monitoring system of the bridge

The SHM system was implemented concurrently with the construction of the bridge, commencing data acquisition on September 28, 2019. Following comprehensive testing and commissioning, the system became fully operational on October 13, 2019. The integrated sensor network comprises 88 permanent sensors of 13 distinct types,31 systematically organized to monitor three types of parameters: environmental conditions (air temperature, barometric pressure, humidity, precipitation, and solar radiation), loads (wind forces, pedestrian traffic, and structural temperature variations), and structural responses (stress/strain, displacement, and acceleration).

As depicted in Fig. 3, the sensor array features a strategically distributed configuration. Notably, a pyranometer is mounted on the rooftop of Block X to capture real-time solar radiation data, and a weather station on the roof of Block X provides the ambient temperature. Eight accelerometers (four uniaxial and four triaxial) are placed on the deck beams to measure the vertical and horizontal accelerations. Thirty-six vibrating wire strain gauges are deployed on steel girders, arches, and the concrete deck to provide strain measurements. Seven autonomous data acquisition units (DAU-1 to DAU-7) are distributed along the bridge to collect monitoring data from nearby sensors and then transmit it to the Hub for processing at the Data Center.

Figure 3. Overall framework. Note: GNSS‒Global Navigation Satellite System; MAC‒Media Access Control; BOTDA‒Brillouin Optical Time-Domain Analysis; FBG‒Fiber Bragg Grating; DAU‒Data Acquisition Unit; CCTV‒Closed-Circuit Television

Overview of the proposed framework

This study will realize real-time digital twinning of the footbridge through two tasks: The first is to develop a DL model to calculate the full-field temperature distribution and thermal stress of the entire bridge. The second is to recover the vibration of the structure using real-time acceleration measured at eight accelerometers. These tasks will be detailed in Sections 3 and 4.

As shown in Figs. 3 and 4, the Data Center on the structure aggregates sensor data from DAUs and routes it through the switch to the frontend workstation, which manages the touchscreen interface. The backend server simultaneously handles time-series data storage and executes DL neural network inferences.

Figure 4. Data flow of the proposed framework

DL-Based Temperature and Stress Real-Time Calculation

The task aims to compute the full-field temperature distribution and temperature-induced stress of the bridge in real time under varying environmental conditions, utilizing measured air temperature and solar radiation data from the SHM system. As described in the Introduction, the FE analysis of the full-field temperature distribution and associated stress is very time-consuming. A DL model will be developed to replace the FE model, enabling real-time calculation.

As the SHM system has only a limited number of sensors, the FE model is utilized to generate datasets for the training and evaluation process of the DL model.

FE model

A 3D FE model is developed using the commercial FE analysis software ANSYS 16.0.32 The arches, main beams, deck, and columns are modeled using solid elements for the global 3D heat-transfer analysis. The full 3D model consists of 8,785 elements and 22,585 nodes, as shown in Fig. 5.

Figure 5. 3D view of the FE model

The 3D FE model has been validated in our prior studies.31, 32 The initial FE model was updated so that its vibration properties (frequencies and mode shapes) closely match the field measurement data in an optimal manner.31 Moreover, a heat-transfer analysis was conducted to calculate the temperature distribution of the bridge.32 The temperature data were compared with the field monitoring data across all four seasons. The obtained temperature data were then input into the FE model to calculate the temperature-induced stress and displacement of the bridge via structural analysis. The numerical data were also compared with the field measurements. The numerical results showed good agreement with the field monitoring data, verifying the effectiveness of the 3D model and the associated numerical heat-transfer and structural analyses.

The validated FE model will be used first for heat-transfer analysis and then for structural analysis. Ambient air temperature and solar radiation are applied as thermal boundary conditions in the analysis. The hemisphere technique is employed to determine the view factors between various bridge surfaces, facilitating the calculation of solar radiation exposure on all external surfaces at various times and dates. A 3D heat-transfer analysis is performed to determine the thermal distribution across the entire bridge structure. Details of the heat-transfer analysis can be found in a previous study.32

The resulting temperature data for each node of the FE model are then seamlessly input into the same FE model as thermal loads to compute temperature-induced structural responses (stress in this study) through the structural analysis. This strategy avoids manual data input, as in the traditional approach. It is noteworthy that both analyses utilize the same FE model while employing different element types for their specific purposes.

Inputs and outputs of DL-based methods

In the present DL model, ambient temperature and solar radiation are used as model inputs, and the temperature distribution/stresses at all nodes of the FE model are the outputs.

The solar elevation angle and solar azimuth angle vary at different times and dates. They affect the radiation intensity received by the external bridge surface and thus are also included as DL inputs. Material thermal properties, such as the heat transfer coefficient and absorption coefficient, affect heat transfer between the surfaces and the environment of the bridge. As these coefficients are constant, they can be learned by the neural network implicitly and thus do not need to be included as inputs.

Daily maximum and minimum temperature and daily total solar radiation data obtained from the Hong Kong Observatory in 2023 are used to generate the hourly dataset for DL. The hourly input data are generated as follows: The hourly air temperature data are calculated from the maximum and minimum values using the following equation: in which where t denotes any hour of the day. The solar radiation data before sunrise and after sunset are set to zero, and the data for other hours are calculated from the following equation according to the solar elevation angle. where I0, h, and p are the solar constant, the elevation angle, and the atmospheric transparency factor, respectively. The solar elevation angle and solar azimuth angle at different hours and dates are calculated using the following equations. where ϕ and λ denote the latitude and longitude, respectively; δ and ω are the solar declination angle and solar hour angle, respectively; D is the day number in the year counted from January 1; Sd is the local solar time; and S and F are the local hour and minute values, respectively.

T a = T a v e + T d i f s i n [ π 12 ( t 9 ) ]
T a v e = 1 2 [ m a x   T a ( t ) + m i n   T a ( t ) ]
T d i f = 1 2 [ m a x   T a ( t ) m i n   T a ( t ) ]
I m = I 0 sinh s i n h + 1 p p
h = c o s   ϕ   c o s   δ   c o s   ω + s i n   ϕ   s i n   δ
sin y z = c o s   δ   s i n   ω c o s h
δ = 23.45   s i n   ( 360 × 284 + D 365 )
ω = ( s d 12 ) × 15
s d = S + F ( 120 λ ) × 4 60

It is noted that the thermal effect of ambient temperature and solar radiation on the structure has a considerable time lag, which is closely related to the heat conduction and heat capacity characteristics of the structure. In this regard, the ambient temperature and radiation at the current hour and the previous 5 hours are taken as model inputs to accurately reflect the thermal time lag of the structure.

Using the above-mentioned FE model and heat-transfer analysis, the hourly outputs (temperature distribution and thermal stresses) at all nodes of the entire bridge in 2023 are calculated. The overall formula is presented as follows: where Ttb and σtb denote the full-field ambient temperature and temperature-induced stress at time t, respectively; Ta, R, H, and A are the ambient temperature, direct solar radiation intensity, solar altitude angle, and solar azimuth angle at time t, respectively.

T t b , σ t b = f ( [ T t 5 a R t 5 H t 5 A t 5 T t a R t H t A t ] )

The dataset consists of 8,760 (365 × 24) samples, which are partitioned into a training set (90%) and a validation set (10%) for model training and evaluation.

Data preprocessing

The scales of the model inputs and outputs differ significantly. For example, the temperatures range from 0 to 50°C, the solar angles span from 0° to 90°, the radiation values range from 0 to 1000 W/m2, and the stress values vary greatly from 0 to 100 MPa. These significantly different feature scales will cause elliptical “contour lines” of the loss function, which in turn make the gradient descent paths oscillate inefficiently. Therefore, the inputs and outputs are normalized using the min–max method so that the scales of all feature dimensions align, making the loss function’s contours “circular.” This results in a more efficient optimization, a higher learning rate, and rapid convergence.

Structure of the proposed DL model

This DL model aims to predict the responses of structure from the environmental data and related geometric data at different times. Sequence modeling is appropriate for addressing these types of time-series problems.

The transformer33 model is built upon the attention mechanism and was originally designed to improve neural language processing tasks. Its long-range dependency modeling capability makes it excellent for a wide range of sequential tasks. Therefore, a customized transformer model is developed in this study to predict real-time temperature and thermal stress. Its architecture is demonstrated in Fig. 6.

Figure 6. The architecture of the proposed SAE-Transformer method

The input tensor undergoes parallel processing through two distinct embedding pathways: the input embedding and sequence embedding branches. The resulting feature maps from both branches are then layer-normalized34 (LN in Fig. 6) and concatenated along the feature dimension, forming a comprehensive representation that serves as input to four cascaded SwiGLU Transformer encoder layers. Finally, the processed features are flattened and transformed into the output space through a linear projection layer.

The proposed architecture is detailed in the following subsections.

Embedding mechanisms

In the input embedding branch, the inputs are projected into a high-dimensional latent space, where learnable position encoding is incorporated to preserve spatial–temporal relationships. The process involves linear embedding, where a linear layer is utilized to transform the feature dimensions from 4 to 24 at each time step. Subsequently, learnable position encoding is applied to enhance the expressive performance of the model, particularly since the input includes heterogeneous data types such as temperature, solar radiation, and angles.

The sequence embedding branch is dedicated to sequence embedding, which is designed to augment the sequence processing capabilities of the embedding. Specifically, this module comprises two stacked long short-term memory (LSTM)35 layers, enabling it to effectively capture the sequential information within the input sequence and integrate it into the feature vector.

Both components are independently normalized and then combined to produce the final input embedding.

Encoder and linear decoder

Given that our goal is to compute temperature or stress values at each node, the output is of fixed length and no sequences need to be generated. It is sufficient to capture contextual information and generate high-quality representations of the features using only the transformer encoder, thus eliminating the need for a transformer decoder. The linear layer is thus used as a decoder to map these representations to the output.

To improve the nonlinear performance of the model, a SwiGLU feed-forward layer is used to replace the traditional feed-forward network. This function combines the GLU36 gating mechanism and the Swish activation function.37 The gating mechanism allows the network to transfer information selectively, thus improving the nonlinear performance.

The general formula for SwiGLU is shown as

F F N S w i G L U ( x , W , V ) = ( S w i s h ( x W ) x V )

It is revised as follows in practice: where W,V,and W2 are weights of the linear layers, and is the element-wise product.

F F N S w i G L U ( x , W , V , W 2 ) = ( S w i s h ( x W ) x V ) W 2

Implementation

The DL network is developed in PyTorch38 and trained using the AdamW optimizer39 with a batch size of 128 for 300 epochs. The learning rate is configured with a maximum value of 10−3 and a minimum value of 10−7. Specifically, the reduce-on-plateau scheduling strategy is employed, where the learning rate is halved if there is no reduction in loss for 10 consecutive epochs. The L1 loss is chosen as the supervised loss function, which can effectively reduce the influence of outliers.

Model training (7,884 samples) is run on NVIDIA Tesla A100 GPUs, taking approximately 20 minutes for temperature field convergence and 50 minutes for thermal stress training for the entire year of 2023. The trained DL model is then validated on the 876 test samples. The quantitative and qualitative evaluation results are shown in the following sections.

DL model quantitative evaluation

The DL model’s performance is evaluated under three temperature conditions from the test dataset: (1) the hottest day, (2) the coldest day, and (3) a normal temperature day. The histograms of the temperature errors under these three conditions are shown in Figs. 79, where the error is the difference between the model-predicted temperature and the FE analysis result.

Figure 7. Histogram of temperature errors on the hottest day

Figure 8. Histogram of temperature errors on the coldest day

Figure 9. Histogram of temperature errors on a normal temperature day

The histogram figures reveal larger errors and a more dispersed error distribution on the coldest day, which can be attributed to the limited number of samples representing low temperatures in Hong Kong. This observation suggests that the elevated errors under extreme cold conditions may result from sample imbalance. In contrast, the error distributions on both the hottest day and the normal temperature day exhibit notable concentration. In particular, the smallest error occurs under the normal temperature condition, specifically less than 1°C, demonstrating the robustness of the model in predicting full-field temperature distributions with high accuracy.

The performance of the proposed DL model is also compared with three other DL models: a multilayer perceptron (MLP), a hybrid MLP model incorporating LSTM,35 and the Vanilla Transformer.33 Their errors, computational costs, and inference speeds are presented in Table 1. Here, the absolute error is averaged over all nodes and all samples.

Temperature Stress
Error(°C) Params(M) MACs(M) Time(ms) Error(MPa) Params(M) MACs(M) Time(ms)
MLP 0.27 23.85 23.83 0.4 0.59 70.15 70.08 0.4
LSTM + MLP 0.27 23.92 23.94 0.6 0.22 70.22 70.20 0.6
Vanilla Transformer 0.23 6.96 8.92 1.4 0.09 20.02 21.97 1.4
SAE-Transformer (proposed) 0.14 6.99 8.92 1.6 0.05 20.05 21.97 1.6
Table 1. Accuracy and computational cost of the proposed method

The test results show that the proposed method has a much smaller error than the other three models. In particular, the proposed model achieves a 49%, 49%, and 39% reduction in temperature prediction error and a 92%, 77%, and 44% reduction in stress prediction error, compared with the other methods. Moreover, the proposed SAE-Transformer uses around 30% of the parameters (Params) and total multiply-accumulate operations (MACs) required by the MLP and LSTM + MLP methods.

In terms of inference speed, the proposed SAE-Transformer and the Vanilla Transformer exhibit lower efficiency. This is primarily attributed to the multiple branching structures within the transformer architecture, which result in lower parallelism and higher memory access overhead. Nevertheless, considering that the digital twin platform usually adopts a 60 Hz display device, the rendering time of a single frame is about 16.7 ms (even in high refresh rate scenarios, such as the current state-of-the-art 300 Hz display device, the time for a single frame is 3.3 ms). The inference times of the above methods are significantly shorter than the frame rendering time; that is, all models can fully meet the real-time requirement.

DL model qualitative evaluation

The temperature distributions of the entire bridge under the three temperature conditions (hottest day, coldest day, and normal temperature day) are plotted in Figs. 1012. The ground truth and the error are also shown.

Figure 10. Temperature distribution of the bridge on the hottest day

Figure 11. Temperature distribution of the bridge on the coldest day

Figure 12. Temperature distribution of the bridge on a normal temperature day

The errors on the extreme temperature days (both highest and lowest) are more significant than those on the normal temperature day because the former have much fewer samples than the latter.

The results also reveal that the temperature prediction errors are predominantly concentrated in the arch regions. This phenomenon may be attributed to the intricate geometric features of these areas, given that the architecture of the model does not incorporate geometric structures as input parameters. It is plausible that integrating occlusion models or surface normals would improve accuracy within these regions. Moreover, daytime shows more significant errors than the evening.

Figs. 1315 show the temperature-induced stress of the bridge under different temperature conditions. Only the stress in the X-direction (or longitudinal direction) of the bridge is illustrated due to length limitations. Again, the main arches and legs exhibit higher errors than other components, and the errors on the extreme weather days are larger than those on the normal day. These findings are consistent with the temperature results.

Figure 13. Distribution of thermal stress (X-direction) on the hottest day

Figure 14. Distribution of thermal stress (X-direction) on the coldest day

Figure 15. Distribution of thermal stress (X-direction) on a normal temperature day

Data-Driven Vibration Calculation in Real Time

The footbridge vibrates continuously due to dynamic loads, such as pedestrians and wind. The vibrations can be measured quantitatively via accelerometers. Therefore, the monitoring data from the accelerometers can be combined with advanced computing frameworks for real-time visualization of the complex vibrations.

As the vibration consists of many different modes, the modal superposition method40 is used to decompose complex vibrations into different natural modes. Natural frequencies and corresponding mode shapes derived from the FE analysis are utilized.

Theory

In this task, data from accelerometers are used to reconstruct the full-field displacement. The principle is demonstrated as follows.

Assume that the displacements at all degrees of freedom of a structure (1, 2, …, N) at one instance are composed of M modes, and {r} is the modal participation coefficient. where Φi is the ith mode shape of the structure at N degrees of freedom. Then, the displacements at n sensor locations at that instant are also composed of M modes, where φi is the ith mode shape at n the sensor locations (nN). To avoid ill-conditioning in the calculation, M can be set to the same value as n. As displacements are not available in the SHM system, acceleration data are used instead. Double differentiation of Eq. (14) will lead to the following equation, which indicates that the acceleration data are also a superposition of the lowest modes

{ X 1 X 2 X N } N × 1 = [ Φ 1 Φ 2 Φ M ] N × M { r } M × 1
{ x 1 x 2 x n } n × 1 = [ φ 1 φ 2 φ M ] n × M × { r } M × 1
{ x ¨ 1 x ¨ 2 x ¨ M } M × 1 = [ φ 1 φ 2 φ M ] M × M × { r ¨ } M × 1

The following relationship exists between the acceleration mode participation factor and the displacement mode participation factor:

{ r ¨ } M × 1 = [ ω 2 ] M × M × { r } M × 1 = [ φ 1 φ 2 φ M ] 1 M × M × { x ¨ 1 x ¨ 2 x ¨ M } M × 1

Therefore, the displacement modal participation coefficient can be calculated from the measured acceleration as

{ r } M × 1 = [ ω 2 ] 1 [ φ 1 φ 2 φ M ] 1 M × M × { x ¨ 1 x ¨ 2 x ¨ M } M × 1

Substituting Eq. (17) into Eq. (13) results in the full-field displacement as

or simplified as

{ X 1 X 2 X N } N × 1 = [ ϕ 1 ϕ 2 ϕ M ] N × M × [ ω 1 2 ω M 2 ] 1 × [ φ 1 φ 2 φ M ] 1 M × M × { x ¨ 1 x ¨ 2 x ¨ M } M × 1
{ X 1 X 2 X N } N × 1 = [ T ] N × M × { x ¨ 1 x ¨ 2 x ¨ M } M × 1

Matrix [T] can be calculated in advance as

[ T ] N × M = [ ϕ 1 ϕ 2 ϕ M ] N × M × [ ω 1 2 ω M 2 ] 1 × [ φ 1 φ 2 φ M ] 1 M × M

Modal selection

Due to the negligible axial vibration observed in the bridge structure, axial acceleration measurements are omitted, and the analysis focuses solely on vertical and horizontal displacements. Consequently, only 12 sensors data are used to reconstruct the displacement at all nodes in three directions, that is M = 12 and N = 67,755 in the study. The frequencies and full-field mode shapes are calculated from the FE model. As the calculated mode shapes may contain local modes, which should be removed from the above reconstruction. Therefore, appropriate 12 modes are selected from the FE analysis and listed in Fig. 16.

Figure 16. Selected 12 mode shapes

Performance optimization

Due to the real-time requirements of visualization, the computation should be fast with low latency, thus requiring a series of optimizations.

The displacement reconstruction process must meet a 50-Hz processing requirement to achieve real-time visualization. However, the system’s B/S (Browser/Server) architecture restricts the front-end implementation to JavaScript. Given the single-threaded nature of native JavaScript, matrix computations are limited to sequential element-wise operations, creating a critical bottleneck in computational performance. This single-threaded computational model introduces additional challenges. For instance, the 50-Hz refresh rate requires processing network requests every 20 ms, yet network conditions cannot consistently guarantee such low latency. While buffering could mitigate this issue, insufficient computational throughput leads to sample accumulation in the buffer, eventually causing buffer overflow. These computations also block the UI thread, potentially resulting in degraded responsiveness of the user interface.

To build a high-performance visualization platform, we use TensorFlow.js30 for matrix computation and WASM41 as its backend. For the footbridge, one-step displacement reconstruction takes 0.08 ms on a laptop powered by an AMD Ryzen 7940HX CPU and an NVIDIA RTX 4060 Laptop GPU. Therefore, this approach can achieve excellent performance even though the FE model contains 67,755 degrees of freedom. It has the potential to achieve the real-time visualization for even large-scale structures with millions of nodes.

Conclusions

A DL-based model has been developed to obtain the full-field temperature and temperature-induced stress of a footbridge from the SHM system, enabling real-time monitoring and analysis. The developed SAE-Transformer model reduces the temperature prediction error by 39% and the stress estimation error by 45% compared to the state-of-the-art DL models. The vibration of the entire structure is also reconstructed from the sparse sensors on the bridge, enabling real-time visualization. This study is the first of its kind to demonstrate a real-time digital twin framework on a real civil structure.

The temperature distribution and the associated temperature-induced stresses are calculated in this paper, while the proposed framework can also be applied to calculate other structural responses.

The neural network architecture developed in this study can be extended to larger or more complex structures by adjusting the network depth (number of encoders) and width (feature dimension of the encoders) as required. The computational overhead is maintained at low levels due to the input sparsity characteristics. Real-time inference capability is enabled by the powerful parallel computing capacities of modern GPUs. In future work, we will apply the developed framework to a large-scale structure.

Under out-of-distribution conditions, increased prediction errors in temperature fields were observed during cold weather, which was consistent with theoretical expectations. To address this limitation, one can employ data augmentation strategies, such as generating simulation data to broaden the coverage of the data distribution.

References

Towards a semantic construction digital twin: directions for future research. Autom Constr. 2020;114. doi:10.1016/j.autcon.2020.103179

Digital twin system of bridges group based on machine vision fusion monitoring of bridge traffic load. IEEE Trans Intell Transp Syst. 2021;23(11):22190-22205. doi:10.1109/tits.2021.3130025

Digital twin: Mitigating unpredictable, undesirable emergent behavior in complex systems. Transdiscipl Perspect Complex Syst: New Findings Approach. 2017;89:85-113. doi:10.1007/978-3-319-38756-7_4

Bridge management through digital twin-based anomaly detection systems: a systematic review. Front Built Environ. 2023;9. doi:10.3389/fbuil.2023.1176621

Digital twin: vision, benefits, boundaries, and creation for buildings. IEEE Access. 2019;7:147406-147419. doi:10.1109/access.2019.2946515

Brillouin fiber optic sensors and mobile augmented reality-based digital twins for quantitative safety assessment of underground pipelines. Autom Const. 2022;144. doi:10.1016/j.autcon.2022.104617

Digital twin-based collapse fragility assessment of a long-span cable-stayed bridge under strong earthquakes. Autom Const. 2021;123. doi:10.1016/j.autcon.2020.103547

Review of digital twin about concepts, technologies, and industrial applications. J Manuf Syst. 2021;58:346-361. doi:10.1016/j.jmsy.2020.06.017

A vision on the future of resilient and bridge smart infrastructure. Int J Bridge Eng, Manage Res. 2025;2(2):214250011-214250014. doi:10.70465/ber.v2i2.29

Damage-augmented digital twins towards the automated inspection of buildings. Autom Const. 2023;150. doi:10.1016/j.autcon.2023.104842

Digital twin-driven framework for fatigue life prediction of welded structures considering residual stress. Int J Fatigue. 2024;181. doi:10.1016/j.ijfatigue.2024.108144

Research progress and prospect of digital twin in bridge engineering. Adv Struct Eng. 2024;27(2):333-352. doi:10.1177/13694332231218764

A digital twin of bridges for structural health monitoring. Published online 2019. doi:10.12783/shm2019/32287

A digital twin feasibility study (Part I): non-deterministic predictions of fatigue life in aluminum alloy 7075-T651 using a microstructure-based multi-scale model. Eng Fract Mech. 2020;228. doi:10.1016/j.engfracmech.2020.106888

Fragility analysis of a self-anchored suspension bridge based on structural health monitoring data. Adv Civil Eng. 2019;2019(1). doi:10.1155/2019/7467920

Integrated structural health monitoring in bridge engineering. Autom Constr. 2022;136. doi:10.1016/j.autcon.2022.104168

Sparse Bayesian learning for structural damage detection using expectation-maximization technique. Struct Control Health Monit. 2019;26(5). doi:10.1002/stc.2343

Digital twinning of existing reinforced concrete bridges from labelled point clusters. Autom Const. 2019;105. doi:10.1016/j.autcon.2019.102837

Structural damage detection using auto/cross-correlation functions under multiple unknown excitations. Int J Struct Stab Dyn. 2014;14(5). doi:10.1142/s0219455414400069

Investigation of mode identifiability of a cable-stayed bridge: comparison from ambient vibration responses and from typhoon-induced dynamic responses. Smart Struct Syst. 2015;15(2):447-468.

Structural damage detection based on variational Bayesian inference and delayed rejection adaptive Metropolis algorithm. Struct Health Monitor. 2021;20(4):1518-1535. doi:10.1177/1475921720921256

Substructuring approach to the calculation of higher-order eigensensitivity. Comput Struct. 2013;117:23-33.

Fatigue assessment of multi-loading suspension bridges using continuum damage model. Int J Fatigue. 2012;40:27-35. doi:10.1016/j.ijfatigue.2012.01.015

Simulation and prediction of vortex-induced vibration of a long suspension bridge using SHM-based digital twin technology. J Wind Eng Ind Aerodyn. 2024;247. doi:10.1016/j.jweia.2024.105705

Digital twin-based identification of aerodynamic admittance functions of a long-span bridge. J Wind Eng Ind Aerodyn. 2025;262. doi:10.1016/j.jweia.2025.106095

Digital twin-based identification of crystal plastic material parameters for weld joints of orthotropic steel decks. Adv Struct Eng. 2025;28(2):207-226. doi:10.1177/13694332241281535

Structural damage detection based on transfer learning strategy using digital twins of bridges. Mech Syst Signal Process. 2023;191. doi:10.1016/j.ymssp.2023.110160

Digital twin-enabled anomaly detection for built asset monitoring in operation and maintenance. Autom Const. 2020;118. doi:10.1016/j.autcon.2020.103277

Temperature behavior of cable-stayed bridges. Part I—global 3D temperature distribution by integrating heat-transfer analysis and field monitoring data. Adv Struct Eng. 2023;26(9):1579-1599. doi:10.1177/13694332231174258

Machine learning for the web and beyond. Proc Mach Learn Syst. 2019;1:309-321.

System design and demonstration of performance monitoring of a butterfly-shaped arch footbridge. Struct Control Health Monitor. 2021;28(7). doi:10.1002/stc.2738

Temperature behaviors of an arch bridge through integration of field monitoring and unified numerical simulation. Adv Struct Eng. 2022;25(16):3492-3509. doi:10.1177/13694332221130797

Attention is all you need. Adv Neural Inform Process Syst. 2017;30:6000-6010.

Layer normalization.

Long short-term memory. Neural Comput. 1997;9(8):1735-1780. doi:10.1162/neco.1997.9.8.1735

Glu variants improve transformer.

Searching for activation functions.

Pytorch: An imperative style, high-performance deep learning library. Advances in Neural Information Processing Systems. 2019;32:8026-8037.

Decoupled weight decay regularization.

Dynamics of Structures. McGraw-Hill; 1995.

Bringing the web up to speed with WebAssembly. Published online 2017:185-200.

Published

07/10/2025

How to Cite

Zhao, H., Wu, W., Xia, Q., & Xia, Y. (2025). A Digital Twin Framework for Real-Time Monitoring and Full-Field Analysis of Bridges. International Journal of Bridge Engineering, Management and Research, 2(3), 214250025–1:19. https://doi.org/10.70465/ber.v2i3.34