Main beam formwork erection elevation adjustment method based on machine learning

By combining the LSTM-Transformer hybrid model and the XG-Boost algorithm, a reinforcement learning agent was constructed, which solved the problems of insufficient data utilization and lack of nonlinear modeling in the cantilever construction of the main girder of cable-stayed/suspension bridges, and improved the accuracy of elevation prediction and the stability of construction.

CN121502229AActive Publication Date: 2026-02-10CHINA HIGHWAY ENG CONSULTING GRP CO LTD +2

Patent Information

Application Number
CN202511936279.9
Authority / Receiving Office
CN · China
Patent Type
Applications(China)
Current Assignee / Owner
Filing Date
2025-12-22
Publication Date
2026-02-10
Estimated Expiration
2045-12-22

AI Technical Summary

Technical Problem

Traditional methods for controlling the elevation of formwork in the cantilever construction of the main girder of cable-stayed/suspension bridges suffer from insufficient data utilization, lack of nonlinear modeling, and poor dynamic adaptability. This leads to deviations from actual values, requiring repeated manual adjustments and resulting in low efficiency.

Method used

The LSTM-Transformer hybrid model is used to process time series data, and the XG-Boost algorithm is combined to analyze nonlinear variables. A reinforcement learning agent is constructed, and the elevation of the vertical mold is adjusted through a hydraulic system and the database is updated in real time to achieve precise control of the elevation.

Benefits of technology

It significantly improved the accuracy and efficiency of elevation prediction, reduced manual intervention, enhanced the stability and adaptability of construction, and improved prediction accuracy by 30%.

✦ Generated by Eureka AI based on patent content.

Smart Images

  • Figure CN121502229A_ABST
    Figure CN121502229A_ABST
Patent Text Reader

Abstract

The invention discloses a main beam formwork erection elevation adjustment method based on machine learning, and belongs to the technical field of elevation adjustment. The method comprises the steps that a space-time database is constructed by collecting data of the construction period of a cable-free section; processing the time sequence data by adopting an LSTM-Transform hybrid model, extracting long-period characteristics, and outputting an initial prediction value of the elevation; analyzing nonlinear variables such as a cable force change rate, a sunlight gradient and a material age by using an XG-Boost algorithm, and outputting a compensation factor; fusing and generating a joint prediction value; constructing a reinforcement learning agent, and outputting an adjustment instruction by taking a construction stage as a state space, taking an elevation adjustment amount as an action space, minimizing deviation between a predicted value and a measured value and taking construction stability as a reward function; the formwork erecting elevation is adjusted according to the driving hydraulic system, and the database is updated in real time. According to the invention, through multi-dimensional data fusion and intelligent optimization, the elevation adjustment precision and stability are improved.
Need to check novelty before this filing date? Find Prior Art

Description

TECHNICAL FIELD

[0001] The application belongs to the technical field of elevation adjustment, and particularly relates to a main beam formwork elevation adjustment method based on machine learning. BACKGROUND

[0002] In the cantilever construction of the main beam of a cable-stayed bridge / suspension bridge, the accurate control of the formwork elevation directly affects the bridge linearity. The traditional method relies on empirical formula or linear regression model, and has the following defects: insufficient data utilization: only single-point data such as temperature and load are considered, and the time sequence correlation of historical construction data is ignored; nonlinear modeling is missing: the complex nonlinear relationship between factors such as concrete creep and cable force relaxation and the elevation is difficult to express analytically; poor dynamic adaptability: changes in the construction environment (such as sudden wind and material performance fluctuations) cause the predicted value to deviate from the actual value, which requires repeated manual adjustment, resulting in low efficiency.

[0003] Therefore, it is necessary to propose a main beam formwork elevation adjustment method based on machine learning to solve the above problems. SUMMARY

[0004] Therefore, the purpose of the present application is to provide a main beam formwork elevation adjustment method based on machine learning, which aims to improve the prediction accuracy and adjustment efficiency of the formwork elevation in complex construction environments.

[0005] To achieve the above-mentioned purpose, the present application provides the following technical solutions: The present application provides a main beam formwork elevation adjustment method based on machine learning, comprising the following steps: S1: Collecting no-cable segment construction period data, including environmental temperature, concrete elastic modulus, load history, formwork deformation time series data and measured elevation deviation, and constructing a space-time database; S2: Using an LSTM-Transformer hybrid model to process time series data, extracting long-period characteristics, and outputting initial prediction values of the elevation ; wherein the LSTM layer captures local time series dependence, and the Transformer self-attention mechanism models global correlation; S3: Using an XG-Boost algorithm to analyze a set of nonlinear variables, inputting including cable force change rate, solar radiation gradient and material age, and outputting a nonlinear compensation factor ; S4: Fusing and to generate a joint prediction value ; S5: Constructing a reinforcement learning agent, taking the construction stage as the state space, taking the elevation adjustment amount as the action space, taking the minimization and construction stability as the reward function, and outputting adjustment instructions , according to which the adjustment instructions The hydraulic system is driven to adjust the elevation of the vertical mold and update the database in real time.

[0006] Furthermore, the LSTM-Transformer hybrid model adopts a hierarchical extraction architecture for spatiotemporal features, specifically including: The input encoding layer divides the temperature load and deformation time series data into 144 continuous time windows according to construction stages. Each window undergoes Z-score normalization and a sinusoidal position encoding vector is added, generating a dimension of... The input tensor; The bidirectional gated recurrent layer adopts a two-layer stacked Bi-LSTM structure with 256 hidden layer neurons. The forward LSTM captures the history dependence of early concrete shrinkage, and the backward LSTM models the prestressing tension hysteresis effect, outputting a 512-dimensional bidirectional feature vector. The attention enhancement module adds a learnable position embedding matrix in front of the Transformer encoder, enabling the self-attention mechanism to distinguish the deformation mode differences between the vibration stage and the static curing stage of the hydraulic pump. The multi-head spatiotemporal perceptron is equipped with 8 independent attention heads, of which 4 attention heads are used for temperature-strain cross-correlation analysis, and the other 4 attention heads focus on cable force-displacement transmission relationship. The output layers of the attention heads are normalized and then stitched together to form a global feature map. The anti-interference output layer is an embedded Dropout layer with a random inactivation rate of 0.3 in the fully connected network of the prediction head, and an adaptive gradient pruning strategy is adopted during backpropagation.

[0007] Furthermore, in step S3, the nonlinear compensation factor The generation includes the following steps: A1: Calculate the concrete creep coefficient based on material age, generate the east-west template deformation differential characteristics by combining the solar radiation gradient, and construct the energy accumulation characteristics using the second derivative of the cable force change rate. A2: In XG-Boost, a splitting criterion based on construction phase awareness is introduced, using entropy-weighted gain for samples with an age of less than 3 days and mean square error gain for samples with an age of more than 7 days. A3: Mechanical Constraint Compensation: Apply material mechanical constraints to the output values ​​of the decision tree leaf nodes to ensure... The absolute value does not exceed the threshold determined by the elastic modulus and the coefficient of thermal expansion; A4: When the measured elevation deviation exceeds 5mm twice consecutively, the feature importance reassessment mechanism is triggered, and the feature weight ratio of cable force change rate and solar gradient is dynamically adjusted.

[0008] Furthermore, the reinforcement learning agent in step S5 adopts a hierarchical decision-making architecture, including: The upper-level state sensor discretizes the construction stage into three state subspaces: foundation pouring, prestressing tensioning, and system transformation. Each subspace defines an independent set of state variables. The motion space constraint module dynamically limits the range of single adjustment based on the current concrete slump. When the slump is greater than 180mm, the single adjustment is limited to ≤3mm. When the curing time is less than 12 hours, cross-stage formwork adjustment is prohibited. The multi-objective reward function has a basic reward term of 1 / (1+|Pjoint-measured value|), and the stability reward term introduces the variance penalty coefficient of the mold adjustment action. An additional cable force uniformity reward is added during the system conversion stage. The adversarial training mechanism injects historical maximum temperature difference ±15℃ disturbance data into the simulation environment and uses a near-end strategy optimization algorithm to train the agent to resist the impact of sudden weather.

[0009] Furthermore, the hydraulic drive system in step S6 includes the following cooperative control mechanism: exist Before sending the data to the hydraulic actuator, a transient mechanical simulation of the template system to be adjusted is performed using a finite element model. If the maximum stress is greater than 30% of the concrete compressive strength, an alarm is triggered. The displacement difference of the four corners is monitored in real time by a high-precision laser rangefinder. When the lag at a single point is greater than 0.5mm, the flow distribution of the hydraulic valve is adjusted to achieve dynamic correction. After the elevation adjustment is completed, the actual displacement and... The error data is used to train an error compensation neural network and pre-compensate the system's mechanical hysteresis during the next action; When the ambient wind speed is greater than level 8 or the deformation difference between adjacent measuring points is greater than 2mm, the system automatically switches to pressure holding mode and locks the hydraulic valve.

[0010] Furthermore, the construction of the spatiotemporal database in step S1 includes: Vibrating wire strain sensors, fiber optic temperature sensors, and hydraulic force gauges are deployed at key sections of the cable-free template to collect data synchronously at a sampling rate of 10Hz. An improved dynamic time warping algorithm was used to align temperature and humidity data with deformation data at different sampling rates, and the spatial coordinates of the measurement points were calibrated using the BeiDou positioning system. Sensor failure data is detected based on the isolated forest algorithm. When five consecutive samples deviate from the mean by three times the standard deviation, Kalman filtering is activated to repair the failure. Automatically identify pouring start and tensioning completion events in the construction log and associate them with the corresponding timestamp of the mechanical state snapshot in the database.

[0011] Furthermore, the fusion process in step S4 employs an adaptive weighting strategy: Confidence assessment: calculation In recentK Average absolute error of each construction stage Simultaneously calculate the nonlinear compensation factor. Standard deviation of similar materials at different ages ;in, In the formula, For the number of stages, For the first i Predicted values ​​for the stage, For the first i The actual value of the stage; For the sample size, For the first i one sample value, for N The average of the samples; Dynamic weight allocation: joint predicted value ,in The weighting coefficients are generated using the logistic function: In the formula, k The correlation coefficient is the material type. Cross-phase transfer: When a system transition event is detected, the data from the end of the previous construction phase will be transferred. The value is used as a priori to initialize the weights for the current stage; Residual error feedback: Define the weight adjustment amount In the formula, To adjust the step size, take , For residuals, , indicating the first j Each stage, the fused predicted value Compared with the true value The difference between them; if the residual If the same sign appears consecutively, then follow the rules. Update the weights.

[0012] Furthermore, in step A3, the implementation of mechanical constraint compensation includes: B1: Based on laboratory data, fit the temperature-expansion rate curve to generate the maximum allowable expansion amount under different mixing ratios. ; B2: Obtain the hydraulic system pressure-stroke conversion matrix through jack calibration tests, and constrain... The component caused by cable force in the middle; B3: XG-Boost Raw Output First, input the material property modifier. If... The output is then compressed using the Sigmoid function and then input into the cable tension channel limiter. B4: Automatically outputs statistics on the number of constraint triggers, types, and adjustment amounts for construction quality traceability.

[0013] Furthermore, it also includes an optimization mechanism for adjusting instructions verification: Digital twin sand table: Construct a parametric template system model in the BIM platform and import actual sensor data to drive the virtual template movement in real time; Pre-execution simulation module: Input the sand table to perform multiphysics coupling simulation and predict the creep development path within 6 hours after adjustment; Decision optimization engine: If simulation shows that the strain rate of a critical section exceeds a threshold, a progressive leveling sequence is generated. Replace the original single action; satisfy and mm; They are respectively to The height change of the first and second leveling commands after splitting; Knowledge accumulation system: Achieving better-than-expected results from actual adjustments. The values ​​and their operating characteristics are stored in the case library to optimize the reinforcement learning strategy network.

[0014] The beneficial effects of this invention are as follows: 1. The method proposed in this invention, by combining the LSTM-Transformer hybrid model and the XG-Boost algorithm, can effectively capture the influence of long-period time-series characteristics and nonlinear variables, thereby significantly improving the accuracy of elevation prediction. Especially in complex construction environments, this method can analyze multi-dimensional factors such as ambient temperature and humidity, cable tension change rate, and solar radiation gradient in real time, outputting accurate compensation factors. By optimizing the reinforcement learning agent, the system can dynamically adjust the elevation adjustment amount. This ensures the real-time accuracy and stability of the model elevation. Compared to traditional methods, this method improves prediction accuracy by approximately 30% while significantly reducing the need for manual intervention.

[0015] 2. In the elevation adjustment process, this invention not only considers traditional environmental temperature and humidity and historical load data, but also introduces nonlinear factors such as cable force change rate and solar radiation gradient. By modeling these complex factors using the XG-Boost algorithm, it can effectively capture nonlinear relationships that are difficult to identify using traditional methods. Furthermore, the LSTM-Transformer hybrid model, when processing time-series data, can simultaneously capture local and global temporal dependencies, further enhancing the model's generalization ability. This multi-dimensional comprehensive modeling method significantly improves the comprehensiveness and adaptability of elevation adjustment, making it suitable for various complex construction environments. 3. By constructing a reinforcement learning agent, this invention transforms the elevation adjustment process into an optimization problem, aiming to minimize the deviation between predicted and measured values ​​while considering construction stability. This intelligent optimization method can dynamically adjust the elevation adjustment amount. This method ensures that the formwork elevation remains optimal across different construction stages and environments. Compared to traditional rule-based control methods, this method significantly improves the stability and response speed of elevation adjustments, reducing repeated adjustments and resource waste during construction.

[0016] Other advantages, objectives, and features of the invention will be set forth in the following description and will be apparent to those skilled in the art in some respects, or may be learned by practice of the invention. The objectives and other advantages of the invention can be realized and obtained through the following description. Attached Figure Description

[0017] To make the objectives, technical solutions, and beneficial effects of this invention clearer, the following figures are provided for illustration: Figure 1 This is a flowchart of an embodiment of the present invention. Detailed Implementation

[0018] like Figure 1 As shown, this invention provides a machine learning-based method for adjusting the elevation of a main beam formwork, comprising the following steps: S1: Collect data during the construction period of the cable-free section, including ambient temperature, concrete elastic modulus, load history, formwork deformation time series data and measured elevation deviation, and construct a spatiotemporal database; S2: The LSTM-Transformer hybrid model is used to process time series data, extract long-period features, and output the initial predicted elevation values. The LSTM layer captures local temporal dependencies, while the Transformer self-attention mechanism models global correlations. S3: Analyze the nonlinear variable set using the XG-Boost algorithm. Inputs include cable stress change rate, solar radiation gradient, and material age. Output is the nonlinear compensation factor. ; S4: Fusion and Generate joint predictions ; S5: Construct a reinforcement learning agent, using the construction phase as the state space and the elevation adjustment amount as the action space, with the goal of minimizing... Using construction stability as the reward function, output adjustment instructions. According to the adjustment instructions The hydraulic system is driven to adjust the elevation of the vertical mold and update the database in real time.

[0019] In one embodiment of the present invention, the LSTM-Transformer hybrid model adopts a spatiotemporal feature hierarchical extraction architecture, specifically including: The input encoding layer divides the temperature load and deformation time series data into 144 continuous time windows according to construction stages. Each window undergoes Z-score normalization and a sinusoidal position encoding vector is added, generating a dimension of... The input tensor; where, This refers to the batch size, which is the number of data samples processed at one time. For time step; The number of features is 5 at each time step; The bidirectional gated recurrent unit adopts a two-layer stacked Bi-LSTM structure with 256 hidden layer neurons. The forward LSTM learns the historical dependence of early concrete shrinkage, and the backward LSTM models the prestressing tension hysteresis effect, outputting a 512-dimensional bidirectional feature vector. The attention enhancement module adds a learnable position embedding matrix in front of the Transformer encoder, enabling the self-attention mechanism to distinguish the deformation mode differences between the vibration stage and the static curing stage of the hydraulic pump. The multi-head spatiotemporal sensor is equipped with eight independent attention heads, four of which calculate the temperature-strain cross matrix. The other four attention heads calculate the cable force-displacement transfer matrix. ,Will and The output layers are normalized and concatenated, then compressed into a 256-dimensional global feature vector through a fully connected layer. In the formula, This is a temperature query vector. For strain bond vectors, Let be the dimension of the key vector. For the cable query vector, For the displacement bond vector; This is the normalization function; The anti-interference output layer embeds a random deactivation module with a random deactivation rate of 0.3 in the fully connected layer and employs an adaptive gradient pruning threshold during backpropagation. Limit weight oscillations caused by sudden construction noise.

[0020] In the formula, Let L2 be the gradient of the loss function, and let represent the magnitude of the gradient. To train step count, It is an exponential function, increasing with the number of training steps. As the threshold increases, the denominator gradually approaches 1, causing the threshold to gradually increase.

[0021] In one embodiment of the present invention, the nonlinear compensation factor in step S3 The generation includes the following steps: A1: Physical Characteristics and Structure: Calculation of Concrete Creep Coefficient Based on Material Age ,in, The material age is expressed in days; the template deformation differential characteristics are generated by combining the east-west solar radiation gradient. ,in, In response, Using the position coordinates, the second derivative of the rate of change of cable force is used. Constructing energy accumulation characteristics: ,in, For time; A2: Dynamically Weighted Tree Sets: Defining Construction Phase-Aware Splitting Criteria in XGBoost If age For 3 days, entropy-weighted gain is used: ,in, This is the temperature correlation coefficient. and These are the entropies of the left and right subtrees, respectively. If age For 7 days, the mean square error gain is used: ,in, For the sample size, For the true value, This is a predicted value; A3: Mechanical Constraint Compensation: Setting Compensation Factors Boundary conditions, ,in, As the maximum compensation factor, In the formula, The coefficient of thermal expansion is For temperature difference, The length of the beam segment. This is the proportionality coefficient. For cable force, The elastic modulus; when the original output of XG-Boost When the limit is exceeded, according to Compress; A4: Online incremental learning: When two consecutive measured elevation deviations... At 5mm, feature weight update is triggered: ,in, For the first Each feature weight, For learning rate, loss function Weights The partial derivatives; For the first Each feature weight in The value at the next iteration For the first Each feature weight in The value at the next iteration.

[0022] In one embodiment of the present invention, the reinforcement learning agent in step S5 adopts a hierarchical decision-making architecture, including: The upper-level state perceptron is used for state space partitioning, discretizing the construction phase into three subspaces: ,in, These are respectively foundation pouring, prestressing tensioning, and system transformation; each subspace defines an independent set of state variables. ,in, For temperature, For the rate of change of cable force, In response, The material age is expressed in days. The motion space constraint module dynamically limits the range of single adjustment based on the current concrete slump. When the slump is greater than 180mm, the single adjustment is limited to ≤3mm. When the curing time is less than 12 hours, cross-stage formwork adjustment is prohibited. Multi-objective reward function, total reward Defined as: ,in, , During the system transition phase, a uniform reward for cable force is added. ; Adversarial training mechanism, injecting temperature perturbations into the simulation environment. The Proximal Policy Optimization (PPO) algorithm is used to update the policy network parameters. The objective function is: In the formula, The reward is for the accuracy of the agent's predictions compared to the actual values. The predicted value of the agent. For the agent's true value, For balance coefficient, To measure the stability of the agent's modulus changes over the past four steps. To start from time step arrive The modulus change sequence, Let the standard deviation of the cable force be , Let PPO be the pruning loss function. For strategy ratio, For the sake of advantage estimation, The cropping area; Indicates the strategy ratio Limited to the range Inside; In one embodiment of the present invention, the hydraulic drive system in step S6 includes the following cooperative control mechanism: Mechanical safety pre-inspection will Input a parametric finite element model for transient analysis, if the template stress This will trigger an alarm, in which, It refers to the compressive strength of concrete; Multi-cylinder synchronous control, with real-time monitoring of four-corner displacement via laser rangefinder. If the displacement difference between any two cylinders exceeds 0.5mm, then it shall be handled according to... Adjust the hydraulic flow rate, among which, This is the hydraulic flow adjustment amount for cylinder k. This is the proportionality coefficient. This represents the average value of the four corner displacements. For the first k The displacement of the cylinder; Hysteresis compensation, establishing an error-compensation mapping network By inputting historical error sequences Output the compensation amount for the next instruction. ; The environmental interlock strategy automatically switches to pressure-holding mode and locks the hydraulic valve when the ambient wind speed is greater than level 8 or the deformation difference between adjacent measuring points is greater than 2mm.

[0023] In one embodiment of the present invention, the construction of the spatiotemporal database in step S1 includes: Vibrating wire strain sensors, fiber optic temperature sensors, and hydraulic force gauges are deployed at key sections of the cable-free template to collect data synchronously at a sampling rate of 10Hz. An improved dynamic time warping algorithm was used to align temperature and humidity data with deformation data at different sampling rates, and the spatial coordinates of the measurement points were calibrated using the BeiDou positioning system. Sensor failure data is detected based on the isolated forest algorithm. When five consecutive samples deviate from the mean by three times the standard deviation, Kalman filtering is activated to repair the failure. Automatically identify pouring start and tensioning completion events in the construction log and associate them with the corresponding timestamp of the mechanical state snapshot in the database.

[0024] In one embodiment of the present invention, the fusion process in step S4 employs an adaptive weighting strategy: Confidence assessment: calculation In recent K Average absolute error of each construction stage Simultaneously calculate the nonlinear compensation factor. Standard deviation of similar materials at different ages ;in, In the formula, For the number of stages, For the first i Predicted values ​​for the stage, For the first i The actual value of the stage; For the sample size, For the first i one sample value, for N The average of the samples; Dynamic weight allocation: joint predicted value ,in The weighting coefficients are generated using the logistic function: In the formula, k The correlation coefficient is the material type. Cross-phase transfer: When a system transition event is detected, the data from the end of the previous construction phase will be transferred. The value is used as a priori to initialize the weights for the current stage; Residual error feedback: Define the weight adjustment amount In the formula, To adjust the step size, take , For residuals, , indicating the first j Each stage, the fused predicted value Compared with the true value The difference between them; if the residual If the same sign appears consecutively, then follow the rules. Update the weights; where, It is a symbolic function.

[0025] This adaptive weighting strategy evaluates... and By dynamically adjusting their weights in the fusion process based on their confidence level, and combining cross-stage propagation and residual feedback mechanisms, the accuracy of the predicted values ​​and the stability of the system are ensured.

[0026] In one embodiment of the present invention, the implementation of mechanical constraint compensation in step A3 includes: B1: Fitting temperature-expansion curves based on laboratory data In the formula, The coefficient of thermal expansion is The amount of temperature increase The length of the beam end. These are nonlinear correction coefficients; B2: Establish a pressure-stroke conversion matrix based on jack calibration data Constraint cable force components satisfy: mm; B3: Dual-channel correction: B3.1: Material Corrector: If Then compress according to the following formula: ; B3.2: Cable Limiter: If If the value is in mm, then scale according to the following formula: ,in, This is the final corrected compensation factor; B4: Interpretable output, generating a compensation factor decomposition report: The contribution rate of each component is labeled, where, This is the compensation amount due to temperature. The compensation amount caused by cable tension. The amount of compensation caused by other factors.

[0027] In one embodiment of the present invention, a verification and optimization mechanism for adjustment instructions is included: Digital twin sand table: Construct a parametric template system in the BIM platform to map sensor data to the virtual model in real time; Pre-execution simulation: Input a sand table for creep prediction, and the strain rate threshold determination condition is as follows: In the formula, , For creep parameters, For age period, For stress; If creep strain rate When this happens, an alert is triggered; Gradual leveling: When a warning is triggered, the original command will be adjusted. Split into ,satisfy and mm; They are respectively to The height change of the first and second leveling commands after splitting; Knowledge Accumulation: Building a Case Library and Optimizing Instructions and eigenvectors A reinforcement learning sample augmentation dataset is generated through cluster analysis; where, For temperature, For traffic, For age period, This is the target value.

[0028] Finally, it should be noted that the above preferred embodiments are only used to illustrate the technical solutions of the present invention and are not intended to limit it. Although the present invention has been described in detail through the above preferred embodiments, those skilled in the art should understand that various changes can be made to it in form and detail without departing from the scope defined by the claims of the present invention.

Claims

1. A method for adjusting the elevation of a main beam formwork based on machine learning, characterized in that: Includes the following steps: S1: Collect data during the construction period of the cable-free section, including ambient temperature, concrete elastic modulus, load history, formwork deformation time series data and measured elevation deviation, and construct a spatiotemporal database; S2: The LSTM-Transformer hybrid model is used to process time series data, extract long-period features, and output the initial predicted elevation values. The LSTM layer captures local temporal dependencies, while the Transformer self-attention mechanism models global correlations. S3: Analyze the nonlinear variable set using the XG-Boost algorithm. Inputs include cable stress change rate, solar radiation gradient, and material age. Output is the nonlinear compensation factor. ; S4: Fusion and Generate joint predictions ; S5: Construct a reinforcement learning agent, using the construction phase as the state space and the elevation adjustment amount as the action space, with the goal of minimizing... Using construction stability as the reward function, output adjustment instructions. According to the adjustment instructions The hydraulic system is driven to adjust the elevation of the vertical mold and update the database in real time.

2. The machine learning-based method for adjusting the elevation of the main beam formwork as described in claim 1, characterized in that: The LSTM-Transformer hybrid model adopts a hierarchical extraction architecture for spatiotemporal features, specifically including: The input encoding layer divides the temperature load and deformation time series data into 144 continuous time windows according to construction stages. Each window undergoes Z-score normalization and a sinusoidal position encoding vector is added, generating a dimension of... The input tensor; where, Batch size; The bidirectional gated recurrent layer adopts a two-layer stacked Bi-LSTM structure with 256 hidden layer neurons. The forward LSTM captures the history dependence of early concrete shrinkage, and the backward LSTM models the prestressing tension hysteresis effect, outputting a 512-dimensional bidirectional feature vector. The attention enhancement module adds a learnable position embedding matrix in front of the Transformer encoder, enabling the self-attention mechanism to distinguish the deformation mode differences between the vibration stage and the static curing stage of the hydraulic pump. The multi-head spatiotemporal perceptron is equipped with 8 independent attention heads, of which 4 attention heads are used for temperature-strain cross-correlation analysis, and the other 4 attention heads focus on cable force-displacement transmission relationship. The output layers of the attention heads are normalized and then stitched together to form a global feature map. The anti-interference output layer is an embedded Dropout layer with a random inactivation rate of 0.3 in the fully connected network of the prediction head, and an adaptive gradient pruning strategy is adopted during backpropagation.

3. The machine learning-based method for adjusting the elevation of the main beam formwork as described in claim 1, characterized in that: In step S3, the nonlinear compensation factor The generation includes the following steps: A1: Calculate the concrete creep coefficient based on material age, generate the east-west template deformation differential characteristics by combining the solar radiation gradient, and construct the energy accumulation characteristics using the second derivative of the cable force change rate. A2: In XG-Boost, a splitting criterion based on construction phase awareness is introduced, using entropy-weighted gain for samples with an age of less than 3 days and mean square error gain for samples with an age of more than 7 days. A3: Mechanical Constraint Compensation: Apply material mechanical constraints to the output values ​​of the decision tree leaf nodes to ensure... The absolute value does not exceed the threshold determined by the elastic modulus and the coefficient of thermal expansion; A4: When the measured elevation deviation exceeds 5mm twice consecutively, the feature importance reassessment mechanism is triggered, and the feature weight ratio of cable force change rate and solar gradient is dynamically adjusted.

4. The machine learning-based method for adjusting the elevation of the main beam formwork as described in claim 1, characterized in that: The reinforcement learning agent in step S5 adopts a hierarchical decision-making architecture, including: The upper-level state sensor discretizes the construction stage into three state subspaces: foundation pouring, prestressing tensioning, and system transformation. Each subspace defines an independent set of state variables. The motion space constraint module dynamically limits the range of single adjustment based on the current concrete slump. When the slump is greater than 180mm, the single adjustment is limited to ≤3mm. When the curing time is less than 12 hours, cross-stage formwork adjustment is prohibited. The multi-objective reward function has a basic reward term of 1 / (1+|Pjoint-measured value|), and the stability reward term introduces the variance penalty coefficient of the mold adjustment action. An additional cable force uniformity reward is added during the system conversion stage. The adversarial training mechanism injects historical maximum temperature difference ±15℃ disturbance data into the simulation environment and uses a near-end strategy optimization algorithm to train the agent to resist the impact of sudden weather.

5. The machine learning-based method for adjusting the elevation of the main beam formwork as described in claim 1, characterized in that: The hydraulic drive system in step S6 includes the following cooperative control mechanism: exist Before sending the data to the hydraulic actuator, a transient mechanical simulation of the template system to be adjusted is performed using a finite element model. If the maximum stress is greater than 30% of the concrete compressive strength, an alarm is triggered. The displacement difference of the four corners is monitored in real time by a high-precision laser rangefinder. When the lag at a single point is greater than 0.5mm, the flow distribution of the hydraulic valve is adjusted to achieve dynamic correction. After the elevation adjustment is completed, the actual displacement and... The error data is used to train an error compensation neural network and pre-compensate for the system's mechanical hysteresis during the next action; When the ambient wind speed is greater than level 8 or the deformation difference between adjacent measuring points is greater than 2mm, the system automatically switches to pressure holding mode and locks the hydraulic valve.

6. The machine learning-based method for adjusting the elevation of the main beam formwork as described in claim 1, characterized in that: The construction of the spatiotemporal database in step S1 includes: Vibrating wire strain sensors, fiber optic temperature sensors, and hydraulic force gauges are deployed at key sections of the cable-free template to collect data synchronously at a sampling rate of 10Hz. An improved dynamic time warping algorithm was used to align temperature and humidity data with deformation data at different sampling rates, and the spatial coordinates of the measurement points were calibrated using the BeiDou positioning system. Sensor failure data is detected based on the isolated forest algorithm. When five consecutive samples deviate from the mean by three times the standard deviation, Kalman filtering is activated to repair the failure. Automatically identify pouring start and tensioning completion events in the construction log and associate them with the corresponding timestamp of the mechanical state snapshot in the database.

7. The machine learning-based method for adjusting the elevation of the main beam formwork as described in claim 1, characterized in that: The fusion process in step S4 employs an adaptive weighting strategy: Confidence assessment: calculation In recent K Average absolute error of each construction stage Simultaneously calculate the nonlinear compensation factor. Standard deviation of similar materials at different ages ;in, In the formula, For the number of stages, For the first i Predicted values ​​for the stage, For the first i The actual value of the stage; For the sample size, For the first i one sample value, for N The average of the samples; Dynamic weight allocation: joint predicted value ,in The weighting coefficients are generated using the logistic function: In the formula, k The correlation coefficient is the material type. Cross-phase transfer: When a system transition event is detected, the data from the end of the previous construction phase will be transferred. The value is used as a priori to initialize the weights for the current stage; Residual error feedback: Define the weight adjustment amount In the formula, To adjust the step size, take , For residuals, , indicating the first j Each stage, the fused predicted value Compared with the true value The difference between them; if the residual If the same sign appears consecutively, then follow the rules. Update the weights.

8. The machine learning-based method for adjusting the elevation of the main beam formwork as described in claim 3, characterized in that: In step A3, the implementation of mechanical constraint compensation includes: B1: Based on laboratory data, fit the temperature-expansion rate curve to generate the maximum allowable expansion amount under different mixing ratios. ; B2: Obtain the hydraulic system pressure-stroke conversion matrix through jack calibration tests, and constrain... The component caused by cable force in the middle; B3: XG-Boost Raw Output First, input the material property modifier, if... The output is then compressed using the Sigmoid function and then input into the cable tension channel limiter. B4: Automatically outputs statistics on the number of constraint triggers, types, and adjustment amounts for construction quality traceability.

9. The machine learning-based method for adjusting the elevation of the main beam formwork as described in claim 1, characterized in that: It also includes an adjustment instruction verification optimization mechanism: Digital twin sand table: Construct a parametric template system model in the BIM platform and import actual sensor data to drive the virtual template movement in real time; Pre-execution simulation module: Input the sand table to perform multiphysics coupling simulation and predict the creep development path within 6 hours after adjustment; Decision optimization engine: If simulation shows that the strain rate of a critical section exceeds a threshold, a progressive leveling sequence is generated. Replace the original single action; satisfy and mm; They are respectively to The height change of the first and second leveling commands after splitting; Knowledge accumulation system: Achieving better-than-expected results from actual adjustments. The values ​​and their operating characteristics are stored in the case library to optimize the reinforcement learning strategy network.

Citation Information

Patent Citations

  • Method and system for correcting elevation deviation of bridge section of cable-stayed bridge

    CN116219881A

  • Multi-scale intelligent load prediction and dynamic visual display method and platform

    CN120181478A

  • Road informatization intelligent management and control system

    CN120218435A

  • Suspension bridge air spinning method construction traction system control method based on reinforcement learning

    CN120722719A

  • Method and system for managing expressway construction based on BIM (Building Information Modeling) technology

    CN120851442A

Cited By

  • A method and system for optimizing assembly stresses of a steel web bridge member

    CN122334041A