To overcome the limitations of low efficiency and reliance on manual processes in the measurement of geometric parameters for bridge prefabricated components,a method based on deep learning and computer vision is deve...To overcome the limitations of low efficiency and reliance on manual processes in the measurement of geometric parameters for bridge prefabricated components,a method based on deep learning and computer vision is developed to identify the geometric parameters.The study utilizes a common precast element for highway bridges as the research subject.First,edge feature points of the bridge component section are extracted from images of the precast component cross-sections by combining the Canny operator with mathematical morphology.Subsequently,a deep learning model is developed to identify the geometric parameters of the precast components using the extracted edge coordinates from the images as input and the predefined control parameters of the bridge section as output.A dataset is generated by varying the control parameters and noise levels for model training.Finally,field measurements are conducted to validate the accuracy of the developed method.The results indicate that the developed method effectively identifies the geometric parameters of bridge precast components,with an error rate maintained within 5%.展开更多
To improve the accuracy of thermal response estimation and overcome the limitations of the linear regression model and Artificial Neural Network(ANN)model,this study introduces a deep learning estimation method specif...To improve the accuracy of thermal response estimation and overcome the limitations of the linear regression model and Artificial Neural Network(ANN)model,this study introduces a deep learning estimation method specifically based on the Long Short-Term Memory(LSTM)network,to predict temperature-induced girder end displacements of the Dasha Waterway Bridge,a suspension bridge in China.First,to enhance data quality and select target sensors,preprocessing based on the sigma rule and nearest neighbor interpolation is applied to the raw data.Furthermore,to eliminate the high-frequency components from the displacement signal,the wavelet transform is conducted.Subsequently,the linear regression model and ANN model are established,whose results do not meet the requirements and fail to address the time lag effect between temperature and displacements.The study proceeds to develop the LSTM network model and determine the optimal parameters through hyperparameter sensitivity analysis.Finally,the results of the LSTM network model are discussed by a comparative analysis against the linear regression model and ANN model,which indicates a higher accuracy in predicting temperatureinduced girder end displacements and the ability to mitigate the time-lag effect.To be more specific,in comparison between the linear regression model and LSTM network,the mean square error decreases from 6.5937 to 1.6808 and R^(2) increases from 0.683 to 0.930,which corresponds to a 74.51%decrease in MSE and a 36.14%improvement in R^(2).Compared to ANN,with an MSE of 4.6371 and an R^(2) of 0.807,LSTM shows a decrease in MSE of 63.75%and an increase in R^(2) of 13.23%,demonstrating a significant enhancement in predictive performance.展开更多
The detection of surface defects in concrete bridges using deep learning is of significant importance for reducing operational risks,saving maintenance costs,and driving the intelligent transformation of bridge defect...The detection of surface defects in concrete bridges using deep learning is of significant importance for reducing operational risks,saving maintenance costs,and driving the intelligent transformation of bridge defect detection.In contrast to the subjective and inefficient manual visual inspection,deep learning-based algorithms for concrete defect detection exhibit remarkable advantages,emerging as a focal point in recent research.This paper comprehensively analyzes the research progress of deep learning algorithms in the field of surface defect detection in concrete bridges in recent years.It introduces the early detection methods for surface defects in concrete bridges and the development of deep learning.Subsequently,it provides an overview of deep learning-based concrete bridge surface defect detection research from three aspects:image classification,object detection,and semantic segmentation.The paper summarizes the strengths and weaknesses of existing methods and the challenges they face.Additionally,it analyzes and prospects the development trends of surface defect detection in concrete bridges.展开更多
To examine stress redistribution phenomena in bridges subjected to varying operational conditions,this study conducts a comprehensive analysis of three years of monitoring data from a 153-m double-deck road–rail stee...To examine stress redistribution phenomena in bridges subjected to varying operational conditions,this study conducts a comprehensive analysis of three years of monitoring data from a 153-m double-deck road–rail steel arch bridge.An initial statistical comparison of sensor data distributions reveals clear temporal variations in stress redistribution patterns.XGBoost(eXtreme Gradient Boosting),a gradient-boosting machine learning(ML)algorithm,was employed not only for predictive modeling but also to uncover the underlying mechanisms of stress evolution.Unlike traditional numerical models that rely on extensive assumptions and idealizations,XGBoost effectively captures nonlinear and time-varying relationships between stress states and operational/environmental factors,such as temperature,traffic load,and structural geometry.This approach allows for the identification of critical periods and conditions under which stress redistribution becomes significant.Results indicate a clear shift of stress concentrations frombeamends toward mid-span regions following the commencement of metro operations,reflecting both structural adaptation and localized overstress near arch ribs.Furthermore,the model generates robust predictions of stress evolution,demonstrating potential applications in early warning systems and fatigue risk assessment.This work represents the first application of interpretable gradient-boosting techniques to stress redistribution modeling in double-deck bridges.In addition,a Stress Redistribution Index(SRI)is proposed,derived from this monitoring study and finite-element-based transverse load distributions,to quantify temporal stress shifts between midspan and edge beams.The results provide both theoretical contributions and practical guidance for the design,inspection,and maintenance of complex bridge structures.展开更多
The spatial offset of bridge has a significant impact on the safety,comfort,and durability of high-speed railway(HSR)operations,so it is crucial to rapidly and effectively detect the spatial offset of operational HSR ...The spatial offset of bridge has a significant impact on the safety,comfort,and durability of high-speed railway(HSR)operations,so it is crucial to rapidly and effectively detect the spatial offset of operational HSR bridges.Drive-by monitoring of bridge uneven settlement demonstrates significant potential due to its practicality,cost-effectiveness,and efficiency.However,existing drive-by methods for detecting bridge offset have limitations such as reliance on a single data source,low detection accuracy,and the inability to identify lateral deformations of bridges.This paper proposes a novel drive-by inspection method for spatial offset of HSR bridge based on multi-source data fusion of comprehensive inspection train.Firstly,dung beetle optimizer-variational mode decomposition was employed to achieve adaptive decomposition of non-stationary dynamic signals,and explore the hidden temporal relationships in the data.Subsequently,a long short-term memory neural network was developed to achieve feature fusion of multi-source signal and accurate prediction of spatial settlement of HSR bridge.A dataset of track irregularities and CRH380A high-speed train responses was generated using a 3D train-track-bridge interaction model,and the accuracy and effectiveness of the proposed hybrid deep learning model were numerically validated.Finally,the reliability of the proposed drive-by inspection method was further validated by analyzing the actual measurement data obtained from comprehensive inspection train.The research findings indicate that the proposed approach enables rapid and accurate detection of spatial offset in HSR bridge,ensuring the long-term operational safety of HSR bridges.展开更多
This paper presents a vision-based crack detection approach for concrete bridge decks using an integrated one-dimensional convolutional neural network(1D-CNN)and long short-term memory(LSTM)method in the image frequen...This paper presents a vision-based crack detection approach for concrete bridge decks using an integrated one-dimensional convolutional neural network(1D-CNN)and long short-term memory(LSTM)method in the image frequency domain.The so-called 1D-CNN-LSTM algorithm is trained using thousands of images of cracked and non-cracked concrete bridge decks.In order to improve the training efficiency,images are first transformed into the frequency domain during a preprocessing phase.The algorithm is then calibrated using the flattened frequency data.LSTM is used to improve the performance of the developed network for long sequence data.The accuracy of the developed model is 99.05%,98.9%,and 99.25%,respectively,for training,validation,and testing data.An implementation framework is further developed for future application of the trained model for large-scale images.The proposed 1D-CNN-LSTM method exhibits superior performance in comparison with existing deep learning methods in terms of accuracy and computation time.The fast implementation of the 1D-CNN-LSTM algorithm makes it a promising tool for real-time crack detection.展开更多
Contract Bridge,a four-player imperfect information game,comprises two phases:bidding and playing.While computer programs excel at playing,bidding presents a challenging aspect due to the need for information exchange...Contract Bridge,a four-player imperfect information game,comprises two phases:bidding and playing.While computer programs excel at playing,bidding presents a challenging aspect due to the need for information exchange with partners and interference with communication of opponents.In this work,we introduce a Bridge bidding agent that combines supervised learning,deep reinforcement learning via self-play,and a test-time search approach.Our experiments demonstrate that our agent outperforms WBridge5,a highly regarded computer Bridge software that has won multiple world championships,by a performance of 0.98 IMPs(international match points)per deal over 10000 deals,with a much cost-effective approach.The performance significantly surpasses previous state-of-the-art(0.85 IMPs per deal).Note 0.1 IMPs per deal is a significant improvement in Bridge bidding.展开更多
Deep learning techniques have recently been the most popular method for automatically detecting bridge damage captured by unmanned aerial vehicles(UAVs).However,their wider application to real-world scenarios is hinde...Deep learning techniques have recently been the most popular method for automatically detecting bridge damage captured by unmanned aerial vehicles(UAVs).However,their wider application to real-world scenarios is hindered by three challenges:①defect scale variance,motion blur,and strong illumination significantly affect the accuracy and reliability of damage detectors;②existing commonly used anchor-based damage detectors struggle to effectively generalize to harsh real-world scenarios;and③convolutional neural networks(CNNs)lack the capability to model long-range dependencies across the entire image.This paper presents an efficient Vision Transformer-enhanced anchor-free YOLO(you only look once)method to address these challenges.First,a concrete bridge damage dataset was established,augmented by motion blur and varying brightness.Four key enhancements were then applied to an anchor-based YOLO method:①Four detection heads were introduced to alleviate the multi-scale damage detection issue;②decoupled heads were employed to address the conflict between classification and bounding box regression tasks inherent in the original coupled head design;③an anchor-free mechanism was incorporated to reduce the computational complexity and improve generalization to real-world scenarios;and④a novel Vision Transformer block,C3MaxViT,was added to enable CNNs to model long-range dependencies.These enhancements were integrated into an advanced anchor-based YOLOv5l algorithm,and the proposed Vision Transformer-enhanced anchor-free YOLO method was then compared against cutting-edge damage detection methods.The experimental results demonstrated the effectiveness of the proposed method,with an increase of 8.1%in mean average precision at intersection over union threshold of 0.5(mAP_(50))and an improvement of 8.4%in mAP@[0.5:.05:.95]respectively.Furthermore,extensive ablation studies revealed that the four detection heads,decoupled head design,anchor-free mechanism,and C3MaxViT contributed improvements of 2.4%,1.2%,2.6%,and 1.9%in mAP50,respectively.展开更多
It is inevitable for Chinese students to come across "education shock" when they go to study in the UK because of the skill gaps. After a brief interpretation of "education shock" and detailed analysis of college ...It is inevitable for Chinese students to come across "education shock" when they go to study in the UK because of the skill gaps. After a brief interpretation of "education shock" and detailed analysis of college students' skill gaps of language learning in the UK, this paper puts forward some ways of bridging the gaps from both the teachers and institutions in the UK and in China, so the study in the UK will be more successful and enjoyable.展开更多
A huge number of old arch bridges located in rural regions are at the peak of maintenance.The health monitoring technology of the long-span bridge is hardly applicable to the small-span bridge,owing to the absence of ...A huge number of old arch bridges located in rural regions are at the peak of maintenance.The health monitoring technology of the long-span bridge is hardly applicable to the small-span bridge,owing to the absence of technical resources and sufficient funds in rural regions.There is an urgent need for an economical,fast,and accurate damage identification solution.The authors proposed a damage identification system of an old arch bridge implemented with amachine learning algorithm,which took the vehicle-induced response as the excitation.A damage index was defined based on wavelet packet theory,and a machine learning sample database collecting the denoised response was constructed.Through comparing three machine learning algorithms:Back-Propagation Neural Network(BPNN),Support Vector Machine(SVM),and Random Forest(R.F.),the R.F.damage identification model were found to have a better recognition ability.Finally,the Particle Swarm Optimization(PSO)algorithm was used to optimize the number of subtrees and split features of the R.F.model.The PSO optimized R.F.model was capable of the identification of different damage levels of old arch bridges with sensitive damage index.The proposed framework is practical and promising for the old bridge’s structural damage identification in rural regions.展开更多
Transfer learning could reduce the time and resources required by the training of new models and be therefore important for generalized applications of the trainedmachine learning algorithms.In this study,a transfer l...Transfer learning could reduce the time and resources required by the training of new models and be therefore important for generalized applications of the trainedmachine learning algorithms.In this study,a transfer learningenhanced convolutional neural network(CNN)was proposed to identify the gross weight and the axle weight of moving vehicles on the bridge.The proposed transfer learning-enhanced CNN model was expected to weigh different bridges based on a small amount of training datasets and provide high identification accuracy.First of all,a CNN algorithm for bridge weigh-in-motion(B-WIM)technology was proposed to identify the axle weight and the gross weight of the typical two-axle,three-axle,and five-axle vehicles as they crossed the bridge with different loading routes and speeds.Then,the pre-trained CNN model was transferred by fine-tuning to weigh themoving vehicle on another bridge.Finally,the identification accuracy and the amount of training data required were compared between the two CNN models.Results showed that the pre-trained CNN model using transfer learning for B-WIM technology could be successfully used for the identification of the axle weight and the gross weight for moving vehicles on another bridge while reducing the training data by 63%.Moreover,the recognition accuracy of the pre-trained CNN model using transfer learning was comparable to that of the original model,showing its promising potentials in the actual applications.展开更多
Various regions are becoming increasingly vulnerable to the increased frequency of floods due to the recent changes in climate and precipitation patterns throughout the world.As a result,specific infrastructures,notab...Various regions are becoming increasingly vulnerable to the increased frequency of floods due to the recent changes in climate and precipitation patterns throughout the world.As a result,specific infrastructures,notably bridges,would experience significant flooding for which they were not intended and would be submerged.The flow field and shear stress distribution around tandem bridge piers under pressurized flow conditions for various bridge deck widths are examined using a series of three-dimensional(3D)simulations.It is indicated that scenarios with a deck width to pier diameter(Ld/p)ratio of 3 experience the highest levels of turbulent disturbance.In addition,maximum velocity and shear stresses occur in cases with Ld/p equal to 6.Results indicate that increasing the number of piers from 1 to 2 and 3 results in the increase of bed shear stress by 24%and 20%respectively.Finally,five machine learning algorithms,including Decision Trees(DT),Feed Forward Neural Networks(FFNN),and three Ensemble models,are implemented to estimate the flow field and the turbulent structure.Results indicated that the highest accuracy for estimation of U,and W,were obtained using AdaBoost ensemble with R2=0.946 and 0.951,respectively.Besides,the Random Forest algorithm outperformed AdaBoost slightly in the estimation of V and turbulent kinetic energy(TKE)with R2=0.894 and 0.951,respectively.展开更多
In the bridge technical condition assessment standards,the evaluation of bridge conditions primarily relies on the defects identified through manual inspections,which are determined using the comprehensive hierarchica...In the bridge technical condition assessment standards,the evaluation of bridge conditions primarily relies on the defects identified through manual inspections,which are determined using the comprehensive hierarchical analysis method.However,the relationship between the defects and the technical condition of the bridges warrants further exploration.To address this situation,this paper proposes a machine learning-based intelligent diagnosis model for the technical condition of highway bridges.Firstly,collect the inspection records of highway bridges in a certain region of China,then standardize the severity of diverse defects in accordance with relevant specifications.Secondly,in order to enhance the independence between the defects,the key defect indicators were screened using Principal Component Analysis(PCA)in combination with the weights of the building blocks.Based on this,an enhanced Naive Bayesian Classification(NBC)algorithm is established for the intelligent diagnosis of technical conditions of highway bridges,juxtaposed with four other algorithms for comparison.Finally,key defect variables that affect changes in bridge grades are discussed.The results showed that the technical condition level of the superstructure had the highest correlation with cracks;the PCA-NBC algorithm achieved an accuracy of 93.50%of the predicted values,which was the highest improvement of 19.43%over other methods.The purpose of this paper is to provide inspectors with a convenient and predictive information-rich method to intelligently diagnose the technical condition of bridges based on bridge defects.The results of this research can help bridge inspectors and even non-specialists to better understand the condition of bridge defects.展开更多
基金The National Natural Science Foundation of China(No.52338011,52378291)Young Elite Scientists Sponsorship Program by CAST(No.2022-2024QNRC0101).
文摘To overcome the limitations of low efficiency and reliance on manual processes in the measurement of geometric parameters for bridge prefabricated components,a method based on deep learning and computer vision is developed to identify the geometric parameters.The study utilizes a common precast element for highway bridges as the research subject.First,edge feature points of the bridge component section are extracted from images of the precast component cross-sections by combining the Canny operator with mathematical morphology.Subsequently,a deep learning model is developed to identify the geometric parameters of the precast components using the extracted edge coordinates from the images as input and the predefined control parameters of the bridge section as output.A dataset is generated by varying the control parameters and noise levels for model training.Finally,field measurements are conducted to validate the accuracy of the developed method.The results indicate that the developed method effectively identifies the geometric parameters of bridge precast components,with an error rate maintained within 5%.
基金The National Key Research and Development Program of China grant No.2022YFB3706704 received by Yuan Renthe National Natural and Science Foundation of China grant No.52308150 received by Xiang Xu.
文摘To improve the accuracy of thermal response estimation and overcome the limitations of the linear regression model and Artificial Neural Network(ANN)model,this study introduces a deep learning estimation method specifically based on the Long Short-Term Memory(LSTM)network,to predict temperature-induced girder end displacements of the Dasha Waterway Bridge,a suspension bridge in China.First,to enhance data quality and select target sensors,preprocessing based on the sigma rule and nearest neighbor interpolation is applied to the raw data.Furthermore,to eliminate the high-frequency components from the displacement signal,the wavelet transform is conducted.Subsequently,the linear regression model and ANN model are established,whose results do not meet the requirements and fail to address the time lag effect between temperature and displacements.The study proceeds to develop the LSTM network model and determine the optimal parameters through hyperparameter sensitivity analysis.Finally,the results of the LSTM network model are discussed by a comparative analysis against the linear regression model and ANN model,which indicates a higher accuracy in predicting temperatureinduced girder end displacements and the ability to mitigate the time-lag effect.To be more specific,in comparison between the linear regression model and LSTM network,the mean square error decreases from 6.5937 to 1.6808 and R^(2) increases from 0.683 to 0.930,which corresponds to a 74.51%decrease in MSE and a 36.14%improvement in R^(2).Compared to ANN,with an MSE of 4.6371 and an R^(2) of 0.807,LSTM shows a decrease in MSE of 63.75%and an increase in R^(2) of 13.23%,demonstrating a significant enhancement in predictive performance.
基金supported by the Key Research and Development Program of Shaanxi Province-International Science and Technology Cooperation Program Project (No.2020KW-001)the Contract for Xi'an Municipal Science and Technology Plan Project-Xi'an City Strong Foundation Innovation Plan (No.21XJZZ0074)the Key Project of Graduate Student Innovation Fund at Xi'an University of Posts and Telecommunications (No.CXJJZL2023013)。
文摘The detection of surface defects in concrete bridges using deep learning is of significant importance for reducing operational risks,saving maintenance costs,and driving the intelligent transformation of bridge defect detection.In contrast to the subjective and inefficient manual visual inspection,deep learning-based algorithms for concrete defect detection exhibit remarkable advantages,emerging as a focal point in recent research.This paper comprehensively analyzes the research progress of deep learning algorithms in the field of surface defect detection in concrete bridges in recent years.It introduces the early detection methods for surface defects in concrete bridges and the development of deep learning.Subsequently,it provides an overview of deep learning-based concrete bridge surface defect detection research from three aspects:image classification,object detection,and semantic segmentation.The paper summarizes the strengths and weaknesses of existing methods and the challenges they face.Additionally,it analyzes and prospects the development trends of surface defect detection in concrete bridges.
基金supported by the Key Technologies Research and Development Program under Grant 2021YFB1600300.
文摘To examine stress redistribution phenomena in bridges subjected to varying operational conditions,this study conducts a comprehensive analysis of three years of monitoring data from a 153-m double-deck road–rail steel arch bridge.An initial statistical comparison of sensor data distributions reveals clear temporal variations in stress redistribution patterns.XGBoost(eXtreme Gradient Boosting),a gradient-boosting machine learning(ML)algorithm,was employed not only for predictive modeling but also to uncover the underlying mechanisms of stress evolution.Unlike traditional numerical models that rely on extensive assumptions and idealizations,XGBoost effectively captures nonlinear and time-varying relationships between stress states and operational/environmental factors,such as temperature,traffic load,and structural geometry.This approach allows for the identification of critical periods and conditions under which stress redistribution becomes significant.Results indicate a clear shift of stress concentrations frombeamends toward mid-span regions following the commencement of metro operations,reflecting both structural adaptation and localized overstress near arch ribs.Furthermore,the model generates robust predictions of stress evolution,demonstrating potential applications in early warning systems and fatigue risk assessment.This work represents the first application of interpretable gradient-boosting techniques to stress redistribution modeling in double-deck bridges.In addition,a Stress Redistribution Index(SRI)is proposed,derived from this monitoring study and finite-element-based transverse load distributions,to quantify temporal stress shifts between midspan and edge beams.The results provide both theoretical contributions and practical guidance for the design,inspection,and maintenance of complex bridge structures.
基金sponsored by the National Natural Science Foundation of China(Grant No.52178100).
文摘The spatial offset of bridge has a significant impact on the safety,comfort,and durability of high-speed railway(HSR)operations,so it is crucial to rapidly and effectively detect the spatial offset of operational HSR bridges.Drive-by monitoring of bridge uneven settlement demonstrates significant potential due to its practicality,cost-effectiveness,and efficiency.However,existing drive-by methods for detecting bridge offset have limitations such as reliance on a single data source,low detection accuracy,and the inability to identify lateral deformations of bridges.This paper proposes a novel drive-by inspection method for spatial offset of HSR bridge based on multi-source data fusion of comprehensive inspection train.Firstly,dung beetle optimizer-variational mode decomposition was employed to achieve adaptive decomposition of non-stationary dynamic signals,and explore the hidden temporal relationships in the data.Subsequently,a long short-term memory neural network was developed to achieve feature fusion of multi-source signal and accurate prediction of spatial settlement of HSR bridge.A dataset of track irregularities and CRH380A high-speed train responses was generated using a 3D train-track-bridge interaction model,and the accuracy and effectiveness of the proposed hybrid deep learning model were numerically validated.Finally,the reliability of the proposed drive-by inspection method was further validated by analyzing the actual measurement data obtained from comprehensive inspection train.The research findings indicate that the proposed approach enables rapid and accurate detection of spatial offset in HSR bridge,ensuring the long-term operational safety of HSR bridges.
文摘This paper presents a vision-based crack detection approach for concrete bridge decks using an integrated one-dimensional convolutional neural network(1D-CNN)and long short-term memory(LSTM)method in the image frequency domain.The so-called 1D-CNN-LSTM algorithm is trained using thousands of images of cracked and non-cracked concrete bridge decks.In order to improve the training efficiency,images are first transformed into the frequency domain during a preprocessing phase.The algorithm is then calibrated using the flattened frequency data.LSTM is used to improve the performance of the developed network for long sequence data.The accuracy of the developed model is 99.05%,98.9%,and 99.25%,respectively,for training,validation,and testing data.An implementation framework is further developed for future application of the trained model for large-scale images.The proposed 1D-CNN-LSTM method exhibits superior performance in comparison with existing deep learning methods in terms of accuracy and computation time.The fast implementation of the 1D-CNN-LSTM algorithm makes it a promising tool for real-time crack detection.
文摘Contract Bridge,a four-player imperfect information game,comprises two phases:bidding and playing.While computer programs excel at playing,bidding presents a challenging aspect due to the need for information exchange with partners and interference with communication of opponents.In this work,we introduce a Bridge bidding agent that combines supervised learning,deep reinforcement learning via self-play,and a test-time search approach.Our experiments demonstrate that our agent outperforms WBridge5,a highly regarded computer Bridge software that has won multiple world championships,by a performance of 0.98 IMPs(international match points)per deal over 10000 deals,with a much cost-effective approach.The performance significantly surpasses previous state-of-the-art(0.85 IMPs per deal).Note 0.1 IMPs per deal is a significant improvement in Bridge bidding.
基金support by University of Auckland Faculty Research Development Fund(3716476).
文摘Deep learning techniques have recently been the most popular method for automatically detecting bridge damage captured by unmanned aerial vehicles(UAVs).However,their wider application to real-world scenarios is hindered by three challenges:①defect scale variance,motion blur,and strong illumination significantly affect the accuracy and reliability of damage detectors;②existing commonly used anchor-based damage detectors struggle to effectively generalize to harsh real-world scenarios;and③convolutional neural networks(CNNs)lack the capability to model long-range dependencies across the entire image.This paper presents an efficient Vision Transformer-enhanced anchor-free YOLO(you only look once)method to address these challenges.First,a concrete bridge damage dataset was established,augmented by motion blur and varying brightness.Four key enhancements were then applied to an anchor-based YOLO method:①Four detection heads were introduced to alleviate the multi-scale damage detection issue;②decoupled heads were employed to address the conflict between classification and bounding box regression tasks inherent in the original coupled head design;③an anchor-free mechanism was incorporated to reduce the computational complexity and improve generalization to real-world scenarios;and④a novel Vision Transformer block,C3MaxViT,was added to enable CNNs to model long-range dependencies.These enhancements were integrated into an advanced anchor-based YOLOv5l algorithm,and the proposed Vision Transformer-enhanced anchor-free YOLO method was then compared against cutting-edge damage detection methods.The experimental results demonstrated the effectiveness of the proposed method,with an increase of 8.1%in mean average precision at intersection over union threshold of 0.5(mAP_(50))and an improvement of 8.4%in mAP@[0.5:.05:.95]respectively.Furthermore,extensive ablation studies revealed that the four detection heads,decoupled head design,anchor-free mechanism,and C3MaxViT contributed improvements of 2.4%,1.2%,2.6%,and 1.9%in mAP50,respectively.
文摘It is inevitable for Chinese students to come across "education shock" when they go to study in the UK because of the skill gaps. After a brief interpretation of "education shock" and detailed analysis of college students' skill gaps of language learning in the UK, this paper puts forward some ways of bridging the gaps from both the teachers and institutions in the UK and in China, so the study in the UK will be more successful and enjoyable.
基金supported by the Elite Scholar Program of Northwest A&F University (Grant No.Z111022001)the Research Fund of Department of Transport of Shannxi Province (Grant No.22-23K)the Student Innovation and Entrepreneurship Training Program of China (Project Nos.S202110712555 and S202110712534).
文摘A huge number of old arch bridges located in rural regions are at the peak of maintenance.The health monitoring technology of the long-span bridge is hardly applicable to the small-span bridge,owing to the absence of technical resources and sufficient funds in rural regions.There is an urgent need for an economical,fast,and accurate damage identification solution.The authors proposed a damage identification system of an old arch bridge implemented with amachine learning algorithm,which took the vehicle-induced response as the excitation.A damage index was defined based on wavelet packet theory,and a machine learning sample database collecting the denoised response was constructed.Through comparing three machine learning algorithms:Back-Propagation Neural Network(BPNN),Support Vector Machine(SVM),and Random Forest(R.F.),the R.F.damage identification model were found to have a better recognition ability.Finally,the Particle Swarm Optimization(PSO)algorithm was used to optimize the number of subtrees and split features of the R.F.model.The PSO optimized R.F.model was capable of the identification of different damage levels of old arch bridges with sensitive damage index.The proposed framework is practical and promising for the old bridge’s structural damage identification in rural regions.
基金the financial support provided by the National Natural Science Foundation of China(Grant No.52208213)the Excellent Youth Foundation of Education Department in Hunan Province(Grant No.22B0141)+1 种基金the Xiaohe Sci-Tech Talents Special Funding under Hunan Provincial Sci-Tech Talents Sponsorship Program(2023TJ-X65)the Science Foundation of Xiangtan University(Grant No.21QDZ23).
文摘Transfer learning could reduce the time and resources required by the training of new models and be therefore important for generalized applications of the trainedmachine learning algorithms.In this study,a transfer learningenhanced convolutional neural network(CNN)was proposed to identify the gross weight and the axle weight of moving vehicles on the bridge.The proposed transfer learning-enhanced CNN model was expected to weigh different bridges based on a small amount of training datasets and provide high identification accuracy.First of all,a CNN algorithm for bridge weigh-in-motion(B-WIM)technology was proposed to identify the axle weight and the gross weight of the typical two-axle,three-axle,and five-axle vehicles as they crossed the bridge with different loading routes and speeds.Then,the pre-trained CNN model was transferred by fine-tuning to weigh themoving vehicle on another bridge.Finally,the identification accuracy and the amount of training data required were compared between the two CNN models.Results showed that the pre-trained CNN model using transfer learning for B-WIM technology could be successfully used for the identification of the axle weight and the gross weight for moving vehicles on another bridge while reducing the training data by 63%.Moreover,the recognition accuracy of the pre-trained CNN model using transfer learning was comparable to that of the original model,showing its promising potentials in the actual applications.
基金supported by the National Natural Science Foundation of China (Grant Nos.52179060 and 51909024).
文摘Various regions are becoming increasingly vulnerable to the increased frequency of floods due to the recent changes in climate and precipitation patterns throughout the world.As a result,specific infrastructures,notably bridges,would experience significant flooding for which they were not intended and would be submerged.The flow field and shear stress distribution around tandem bridge piers under pressurized flow conditions for various bridge deck widths are examined using a series of three-dimensional(3D)simulations.It is indicated that scenarios with a deck width to pier diameter(Ld/p)ratio of 3 experience the highest levels of turbulent disturbance.In addition,maximum velocity and shear stresses occur in cases with Ld/p equal to 6.Results indicate that increasing the number of piers from 1 to 2 and 3 results in the increase of bed shear stress by 24%and 20%respectively.Finally,five machine learning algorithms,including Decision Trees(DT),Feed Forward Neural Networks(FFNN),and three Ensemble models,are implemented to estimate the flow field and the turbulent structure.Results indicated that the highest accuracy for estimation of U,and W,were obtained using AdaBoost ensemble with R2=0.946 and 0.951,respectively.Besides,the Random Forest algorithm outperformed AdaBoost slightly in the estimation of V and turbulent kinetic energy(TKE)with R2=0.894 and 0.951,respectively.
基金financially supported by the National Natural Science Foundation of China(No.51808301)the Scientific Research Fund of Zhejiang Provincial Education Department(No.Y202248860)the National“111”Centre on Safety and Intelligent Operation of Sea Bridge(D21013).
文摘In the bridge technical condition assessment standards,the evaluation of bridge conditions primarily relies on the defects identified through manual inspections,which are determined using the comprehensive hierarchical analysis method.However,the relationship between the defects and the technical condition of the bridges warrants further exploration.To address this situation,this paper proposes a machine learning-based intelligent diagnosis model for the technical condition of highway bridges.Firstly,collect the inspection records of highway bridges in a certain region of China,then standardize the severity of diverse defects in accordance with relevant specifications.Secondly,in order to enhance the independence between the defects,the key defect indicators were screened using Principal Component Analysis(PCA)in combination with the weights of the building blocks.Based on this,an enhanced Naive Bayesian Classification(NBC)algorithm is established for the intelligent diagnosis of technical conditions of highway bridges,juxtaposed with four other algorithms for comparison.Finally,key defect variables that affect changes in bridge grades are discussed.The results showed that the technical condition level of the superstructure had the highest correlation with cracks;the PCA-NBC algorithm achieved an accuracy of 93.50%of the predicted values,which was the highest improvement of 19.43%over other methods.The purpose of this paper is to provide inspectors with a convenient and predictive information-rich method to intelligently diagnose the technical condition of bridges based on bridge defects.The results of this research can help bridge inspectors and even non-specialists to better understand the condition of bridge defects.