Automatic crack detection of cement pavement chiefly benefits from the rapid development of deep learning,with convolutional neural networks(CNN)playing an important role in this field.However,as the performance of cr...Automatic crack detection of cement pavement chiefly benefits from the rapid development of deep learning,with convolutional neural networks(CNN)playing an important role in this field.However,as the performance of crack detection in cement pavement improves,the depth and width of the network structure are significantly increased,which necessitates more computing power and storage space.This limitation hampers the practical implementation of crack detection models on various platforms,particularly portable devices like small mobile devices.To solve these problems,we propose a dual-encoder-based network architecture that focuses on extracting more comprehensive fracture feature information and combines cross-fusion modules and coordinated attention mechanisms formore efficient feature fusion.Firstly,we use small channel convolution to construct shallow feature extractionmodule(SFEM)to extract low-level feature information of cracks in cement pavement images,in order to obtainmore information about cracks in the shallowfeatures of images.In addition,we construct large kernel atrous convolution(LKAC)to enhance crack information,which incorporates coordination attention mechanism for non-crack information filtering,and large kernel atrous convolution with different cores,using different receptive fields to extract more detailed edge and context information.Finally,the three-stage feature map outputs from the shallow feature extraction module is cross-fused with the two-stage feature map outputs from the large kernel atrous convolution module,and the shallow feature and detailed edge feature are fully fused to obtain the final crack prediction map.We evaluate our method on three public crack datasets:DeepCrack,CFD,and Crack500.Experimental results on theDeepCrack dataset demonstrate the effectiveness of our proposed method compared to state-of-the-art crack detection methods,which achieves Precision(P)87.2%,Recall(R)87.7%,and F-score(F1)87.4%.Thanks to our lightweight crack detectionmodel,the parameter count of the model in real-world detection scenarios has been significantly reduced to less than 2M.This advancement also facilitates technical support for portable scene detection.展开更多
Rapid and accurate segmentation of structural cracks is essential for ensuring the quality and safety of engineering projects.In practice,however,this task faces the challenge of finding a balance between detection ac...Rapid and accurate segmentation of structural cracks is essential for ensuring the quality and safety of engineering projects.In practice,however,this task faces the challenge of finding a balance between detection accuracy and efficiency.To alleviate this problem,a lightweight and efficient real-time crack segmentation framework was developed.Specifically,in the network model system based on an encoding-decoding structure,the encoding network is equipped with packet convolution and attention mechanisms to capture features of different visual scales in layers,and in the decoding process,we also introduce a fusion module based on spatial attention to effectively aggregate these hierarchical features.Codecs are connected by pyramid pooling model(PPM)filtering.The results show that the crack segmentation accuracy and real-time operation capability larger than 76%and 15 fps,respectively,are validated by three publicly available datasets.These wide-ranging results highlight the potential of the model for the intelligent O&M for cross-sea bridge.展开更多
Automatic pavement crack detection plays an important role in ensuring road safety.In images of cracks,information about the cracks can be conveyed through high-frequency and low-fre-quency signals that focus on fine ...Automatic pavement crack detection plays an important role in ensuring road safety.In images of cracks,information about the cracks can be conveyed through high-frequency and low-fre-quency signals that focus on fine details and global structures,respectively.The output features obtained from different convolutional layers can be combined to represent information about both high-frequency and low-frequency signals.In this paper,we propose an encoder-decoder framework called octave hierarchical network(Octave-H),which is based on the U-Network(U-Net)architec-ture and utilizes an octave convolutional neural network and a hierarchical feature learning module for performing crack detection.The proposed octave convolution is capable of extracting multi-fre-quency feature maps,capturing both fine details and global cracks.We propose a hierarchical feature learning module that merges multi-frequency-scale feature maps with different levels(high and low)of octave convolutional layers.To verify the superiority of the proposed Octave-H,we employed the CrackForest dataset(CFD)and AigleRN databases to evaluate this method.The experimental results demonstrate that Octave-H outperforms other algorithms with satisfactory performance.展开更多
Automatic pavement crack detection is a critical task for maintaining the pavement stability and driving safety.The task is challenging because the shadows on the pavement may have similar intensity with the crack,whi...Automatic pavement crack detection is a critical task for maintaining the pavement stability and driving safety.The task is challenging because the shadows on the pavement may have similar intensity with the crack,which interfere with the crack detection performance.Till to the present,there still lacks efficient algorithm models and training datasets to deal with the interference brought by the shadows.To fill in the gap,we made several contributions as follows.First,we proposed a new pavement shadow and crack dataset,which contains a variety of shadow and pavement pixel size combinations.It also covers all common cracks(linear cracks and network cracks),placing higher demands on crack detection methods.Second,we designed a two-step shadow-removal-oriented crack detection approach:SROCD,which improves the performance of the algorithm by first removing the shadow and then detecting it.In addition to shadows,the method can cope with other noise disturbances.Third,we explored the mechanism of how shadows affect crack detection.Based on this mechanism,we propose a data augmentation method based on the difference in brightness values,which can adapt to brightness changes caused by seasonal and weather changes.Finally,we introduced a residual feature augmentation algorithm to detect small cracks that can predict sudden disasters,and the algorithm improves the performance of the model overall.We compare our method with the state-of-the-art methods on existing pavement crack datasets and the shadow-crack dataset,and the experimental results demonstrate the superiority of our method.展开更多
Fatigue cracks that develop in civil infrastructure such as steel bridges due to repetitive loads pose a major threat to structural integrity.Despite being the most common practice for fatigue crack detection,human vi...Fatigue cracks that develop in civil infrastructure such as steel bridges due to repetitive loads pose a major threat to structural integrity.Despite being the most common practice for fatigue crack detection,human visual inspection is known to be labor intensive,time-consuming,and prone to error.In this study,a computer vision-based fatigue crack detection approach using a short video recorded under live loads by a moving consumer-grade camera is presented.The method detects fatigue crack by tracking surface motion and identifies the differential motion pattern caused by opening and closing of the fatigue crack.However,the global motion introduced by a moving camera in the recorded video is typically far greater than the actual motion associated with fatigue crack opening/closing,leading to false detection results.To overcome the challenge,global motion compensation(GMC)techniques are introduced to compensate for camera-induced movement.In particular,hierarchical model-based motion estimation is adopted for 2D videos with simple geometry and a new method is developed by extending the bundled camera paths approach for 3D videos with complex geometry.The proposed methodology is validated using two laboratory test setups for both in-plane and out-of-plane fatigue cracks.The results confirm the importance of motion compensation for both 2D and 3D videos and demonstrate the effectiveness of the proposed GMC methods as well as the subsequent crack detection algorithm.展开更多
Pavement crack detection plays a crucial role in ensuring road safety and reducing maintenance expenses.Recent advancements in deep learning(DL)techniques have shown promising results in detecting pavement cracks;howe...Pavement crack detection plays a crucial role in ensuring road safety and reducing maintenance expenses.Recent advancements in deep learning(DL)techniques have shown promising results in detecting pavement cracks;however,the selection of relevant features for classification remains challenging.In this study,we propose a new approach for pavement crack detection that integrates deep learning for feature extraction,the whale optimization algorithm(WOA)for feature selection,and random forest(RF)for classification.The performance of the models was evaluated using accuracy,recall,precision,F1 score,and area under the receiver operating characteristic curve(AUC).Our findings reveal that Model 2,which incorporates RF into the ResNet-18 architecture,outperforms baseline Model 1 across all evaluation metrics.Nevertheless,our proposed model,which combines ResNet-18 with both WOA and RF,achieves significantly higher accuracy,recall,precision,and F1 score compared to the other two models.These results underscore the effectiveness of integrating RF and WOA into ResNet-18 for pavement crack detection applications.We applied the proposed approach to a dataset of pavement images,achieving an accuracy of 97.16%and an AUC of 0.984.Our results demonstrate that the proposed approach surpasses existing methods for pavement crack detection,offering a promising solution for the automatic identification of pavement cracks.By leveraging this approach,potential safety hazards can be identified more effectively,enabling timely repairs and maintenance measures.Lastly,the findings of this study also emphasize the potential of integrating RF and WOA with deep learning for pavement crack detection,providing road authorities with the necessary tools to make informed decisions regarding road infrastructure maintenance.展开更多
Harsh working environments and wear between blades and other unit components can easily lead to cracks and damage on wind turbine blades.The cracks on the blades can endanger the shafting of the generator set,the towe...Harsh working environments and wear between blades and other unit components can easily lead to cracks and damage on wind turbine blades.The cracks on the blades can endanger the shafting of the generator set,the tower and other components,and even cause the tower to collapse.To achieve high-precision wind blade crack detection,this paper proposes a crack fault-detection strategy that integratesGated ResidualNetwork(GRN),a fusionmodule and Transformer.Firstly,GRNcan reduce unnecessary noisy inputs that could negatively impact performancewhile preserving the integrity of feature information.In addition,to gain in-depth information about the characteristics of wind turbine blades,a fusionmodule is suggested to implement the information fusion of wind turbine features.Specifically,each fan feature ismapped to a one-dimensional vector with the same length,and all one-dimensional vectors are concatenated to obtain a two-dimensional vector.And then,in the fusion module,the information fusion of the same characteristic variables in the different channels is realized through the Channel-mixing MLP,and the information fusion of different characteristic variables in the same channel is realized through the ColumnmixingMLP.Finally,the fused feature vector is input into the Transformer for feature learning,which enhances the influence of important feature information and improves the model’s anti-noise ability and classification accuracy.Extensive experimentswere conducted on the wind turbine supervisory control and data acquisition(SCADA)data froma domesticwind field.The results show that compared with other state-of-the-artmodels,including XGBoost,LightGBM,TabNet,etc.,the F1-score of proposed gated fusion based Transformer model can reach 0.9907,which is 0.4%-2.09% higher than the comparedmodels.Thismethod provides amore reliable approach for the condition detection and maintenance of fan blades in wind farms.展开更多
This study aimed to propose road crack detection method based on infrared image fusion technology.By analyzing the characteristics of road crack images,this method uses a variety of infrared image fusion methods to pr...This study aimed to propose road crack detection method based on infrared image fusion technology.By analyzing the characteristics of road crack images,this method uses a variety of infrared image fusion methods to process different types of images.The use of this method allows the detection of road cracks,which not only reduces the professional requirements for inspectors,but also improves the accuracy of road crack detection.Based on infrared image processing technology,on the basis of in-depth analysis of infrared image features,a road crack detection method is proposed,which can accurately identify the road crack location,direction,length,and other characteristic information.Experiments showed that this method has a good effect,and can meet the requirement of road crack detection.展开更多
With the digital image technology,a crack detection method of reinforced concrete bridge was studied for the performance assessment.The effects including the image gray level,pixel rate,noise filter,and edge detection...With the digital image technology,a crack detection method of reinforced concrete bridge was studied for the performance assessment.The effects including the image gray level,pixel rate,noise filter,and edge detection were analyzed considering cracks qualities.A computer program was developed by visual C++6.0 programming language to detect the cracks,which was tested by 15cases of bridge video images.The results indicate that the relative error is within 6%for cracks larger than 0.3 mm cracks and it is less than 10%for crack width between 0.2 mm and 0.3 mm.In addition,for the crack below 0.1 mm,the relative error is more than30%because the bridge is in safe stage and it is very difficult to detect the actual width of crack.展开更多
Feasibility of a wave propagation-based active crack detection technique for nondestructive evaluations (NDE) of concrete structures with surface bonded and embedded piezoelectric-ceramic (PZT) patches was studied...Feasibility of a wave propagation-based active crack detection technique for nondestructive evaluations (NDE) of concrete structures with surface bonded and embedded piezoelectric-ceramic (PZT) patches was studied. At first, the wave propagation mechanisms in concrete were analyzed. Then, an active sensing system with integrated actuators/sensors was constructed. One PZT patch was used as an actuator to generate high frequency waves, and the other PZT patches were used as sensors to detect the propagating wave. Scattered wave signals from the damage can be obtained by subtracting the baseline signal of the intact structure from the recorded signal of the damaged structure. In the experimental study, progressive cracked damage inflicted artificially on the plain concrete beam is assessed by using both lateral and thickness modes of the PZT patches. The results indicate that with the increasing number and severity of cracks, the magnitude of the sensor output decreases for the surface bonded PZT patches, and increases for the embedded PZT patches.展开更多
Structural cracks can change the frequency response function (FRF) of an offshore platform. Thus, FRF shifts can be used to detect cracks. When a crack at a specific location and magnitude occurs in an offshore struct...Structural cracks can change the frequency response function (FRF) of an offshore platform. Thus, FRF shifts can be used to detect cracks. When a crack at a specific location and magnitude occurs in an offshore structure, changes in the FRF can be measured. In this way, shifts in FRF can be used to detect cracks. An experimental model was constructed to verify the FRF method. The relationship between FRF and cracks was found to be non-linear. The effect of multiple cracks on FRF was analyzed, and the shift due to multiple cracks was found to be much more than the summation of FRF shifts due to each of the cracks. Then the effects of noise and changes in the mass of the jacket on FRF were evaluated. The results show that significant damage to a beam can be detected by dramatic changes in the FRF, even when 10% random noise exists. FRF can also be used to approximately locate the breakage, but it can neither be efficiently used to predict the location of breakage nor the existence of small hairline cracks. The FRF shift caused by a 7% mass change is much less than the FRF shift caused by the breakage of any beam, but is larger than that caused by any early cracks.展开更多
Crack detection procedures by different modal parameters are analyzed for identifying a crack and its location and magnitude in a jacket platform. The first ten natural frequencies and modal shapes of the jacket model...Crack detection procedures by different modal parameters are analyzed for identifying a crack and its location and magnitude in a jacket platform. The first ten natural frequencies and modal shapes of the jacket models are obtained by numerical experiments based on NASTRAN Code. A crack at different locations and of different magnitudes is imposed in the model at the underwater beams. Then, the modal evaluation parameters are calculated numerically, to illustrate the evaluation of modal parameter criteria used in jacket crack detection. The sensitivities of different modal parameters to different cracks are analyzed. A new technique is presented for predicting the approximate location of a breakage in the absence of the data of an intact model. This method can be used to detect a crack in underwater members by use of incomplete mode shapes of the top members of the jacket.展开更多
An alternative technique for crack detection in a Timoshenko beam based on the first anti-resonant frequency is presented in this paper. Unlike the natural frequency, the anti-resonant frequency is a local parameter r...An alternative technique for crack detection in a Timoshenko beam based on the first anti-resonant frequency is presented in this paper. Unlike the natural frequency, the anti-resonant frequency is a local parameter rather than a global parameter of structures, thus the proposed technique can be used to locate the structural defects. An impedance analysis of a cracked beam stimulated by a harmonic force based on the Timoshenko beam formulation is investigated. In order to characterize the local discontinuity due to cracks, a rotational spring model based on fracture mechanics is proposed to model the crack. Subsequently, the proposed method is verified by a numerical example of a simply-supported beam with a crack. The effect of the crack size on the anti-resonant frequency is investigated. The position of the crack of the simply-supported beam is also determined by the anti-resonance technique. The proposed technique is further applied to the "contaminated" anti-resonant frequency to detect crack damage, which is obtained by adding 1-3% noise to the calculated data. It is found that the proposed technique is effective and free from the environment noise. Finally, an experimental study is performed, which further verifies the validity of the proposed crack identification technique.展开更多
A high-precision identification method for steam turbine rotor crack is presented. By providing me nrst three measured natural frequencies, contours for the specified natural frequency are plotted in the same coordi- ...A high-precision identification method for steam turbine rotor crack is presented. By providing me nrst three measured natural frequencies, contours for the specified natural frequency are plotted in the same coordi- nate, and the intersection of the three curves predicts the crack location and size. The cracked rotor system is mod- eled using B-spline wavelet on the interval (BSWI) finite element method, and a method based on empirical mode decomposition (EMD) and Laplace wavelet is implemented to improve the identification precision of the first three measured natural frequencies. Compared with the classical nondestructive testing, the presented method shows its effectiveness and reliability. It is feasible to apply this method to the online health monitoring for rotor structure.展开更多
Disaster-resilient dams require accurate crack detection,but machine learning methods cannot capture dam structural reaction temporal patterns and dependencies.This research uses deep learning,convolutional neural net...Disaster-resilient dams require accurate crack detection,but machine learning methods cannot capture dam structural reaction temporal patterns and dependencies.This research uses deep learning,convolutional neural networks,and transfer learning to improve dam crack detection.Twelve deep-learning models are trained on 192 crack images.This research aims to provide up-to-date detecting techniques to solve dam crack problems.The finding shows that the EfficientNetB0 model performed better than others in classifying borehole concrete crack surface tiles and normal(undamaged)surface tiles with 91%accuracy.The study’s pre-trained designs help to identify and to determine the specific locations of cracks.展开更多
As a current popular method,intelligent detection of cracks is of great significance to road safety,so deep learning has gradually attracted attention in the field of crack image detection.The nonlinear structure,low ...As a current popular method,intelligent detection of cracks is of great significance to road safety,so deep learning has gradually attracted attention in the field of crack image detection.The nonlinear structure,low contrast and discontinuity of cracks bring great challenges to existing crack detection methods based on deep learning.Therefore,an end-to-end deep convolutional neural network(AttentionCrack)is proposed for automatic crack detection to overcome the inaccuracy of boundary location between crack and non-crack pixels.The AttentionCrack network is built on U-Net based encoder-decoder architecture,and an attention mechanism is incorporated into the multi-scale convolutional feature to enhance the recognition of crack region.Additionally,a dilated convolution module is introduced in the encoder-decoder architecture to reduce the loss of crack detail due to the pooling operation in the encoder network.Furthermore,since up-sampling will lead to the loss of crack boundary information in the decoder network,a depthwise separable residual module is proposed to capture the boundary information of pavement crack.The AttentionCrack net on public pavement crack image datasets named CrackSegNet and Crack500 is trained and tested,the results demonstrate that the AttentionCrack achieves F1 score over 0.70 on the CrackSegNet and 0.71 on the Crack500 in average and outperforms the current state-of-the-art methods.展开更多
Cracking in wading-concrete structures has a worse impact on structural safety compared with conventional concrete structures.The accurate and timely monitoring of crack development plays a significant role in the saf...Cracking in wading-concrete structures has a worse impact on structural safety compared with conventional concrete structures.The accurate and timely monitoring of crack development plays a significant role in the safety of wading-concrete engineering.The heat-transfer rate near a crack is related to the flow velocity of the fluid in the crack.Based on this,a novel crack-identification method for underwater concrete structures is presented.This method uses water irrigation to generate seepage at the interface of a crack;then,the heat-dissipation rate in the crack area will increase because of the convective heat-transfer effect near the crack.Crack information can be identified by monitoring the cooling law and leakage flow near cracks.The proposed mobile crack-monitoring system consists of a heating system,temperature-measurement system,and irrigation system.A series of tests was conducted on a reinforcedconcrete beam using this system.The crack-discrimination indexψwas defined,according to the subsection characteristics of the heat-source cooling curve.The effects of the crack width,leakage flow,and relative positions of the heat source and crack onψwere studied.The results showed that the distribution characteristics ofψalong the monitoring line could accurately locate the crack,but not quantify the crack width.However,the leakage flow is sensitive to the crack width and can be used to identify it.展开更多
Detection of cracks at the early stage is considered as very constructive since precautionary steps need to be taken to avoid the damage to the civil structures.Moreover,identifying and classifying the severity level ...Detection of cracks at the early stage is considered as very constructive since precautionary steps need to be taken to avoid the damage to the civil structures.Moreover,identifying and classifying the severity level of cracks is inevitable in order to find the stability of buildings.Hence,this paper proposes an efficient strategy to classify the cracks into fine,medium,and thick using a novel bilayer crack detection algorithm.The bilayer crack detection algorithm helps in extracting the requisite features from the crack for efficient classification.The proposed algorithm works well in the dark background and connects the discontinued cracks too.The first layer is used to detect cracks under texture variations and manufacturing defects,through segmented adaptive thresholding and morphological operations.The residual noise present in the output of the first layer is removed in the second layer of crack detection.The second layer includes the double scan and the noise reduction algorithms and is used to join the missed crack parts.As a result,a segmented crack is formed.Further classification is done using an ensemble classifier with bagging,and decision tree techniques by extracting the geometrical features and the weaker crack criterion from the segmented part.The results of the proposed technique are compared with the existing techniques for different datasets and have obtained a rise in True Positive Rate(TPR),accuracy and precision value.The proposed technique is also implemented in Raspberry Pi for further real-time evaluation.展开更多
Purpose–The purpose of this study is to study the quantitative evaluation method of contact wire cracks by analyzing the changing law of eddy current signal characteristics under different cracks of contact wire of h...Purpose–The purpose of this study is to study the quantitative evaluation method of contact wire cracks by analyzing the changing law of eddy current signal characteristics under different cracks of contact wire of high-speed railway so as to provide a new way of thinking and method for the detection of contact wire injuries of high-speed railway.Design/methodology/approach–Based on the principle of eddy current detection and the specification parameters of high-speed railway contact wires in China,a finite element model for eddy current testing of contact wires was established to explore the variation patterns of crack signal characteristics in numerical simulation.A crack detection system based on eddy current detection was built,and eddy current detection voltage data was obtained for cracks of different depths and widths.By analyzing the variation law of eddy current signals,characteristic parameters were obtained and a quantitative evaluation model for crack width and depth was established based on the back propagation(BP)neural network.Findings–Numerical simulation and experimental detection of eddy current signal change rule is basically consistent,based on the law of the selected characteristics of the parameters in the BP neural network crack quantitative evaluation model also has a certain degree of effectiveness and reliability.BP neural network training results show that the classification accuracy for different widths and depths of the classification is 100 and 85.71%,respectively,and can be effectively realized on the high-speed railway contact line cracks of the quantitative evaluation classification.Originality/value–This study establishes a new type of high-speed railway contact wire crack detection and identification method,which provides a new technical means for high-speed railway contact wire injury detection.The study of eddy current characteristic law and quantitative evaluation model for different cracks in contact line has important academic value and practical significance,and it has certain guiding significance for the detection technology of contact line in high-speed railway.展开更多
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.展开更多
基金supported by the National Natural Science Foundation of China(No.62176034)the Science and Technology Research Program of Chongqing Municipal Education Commission(No.KJZD-M202300604)the Natural Science Foundation of Chongqing(Nos.cstc2021jcyj-msxmX0518,2023NSCQ-MSX1781).
文摘Automatic crack detection of cement pavement chiefly benefits from the rapid development of deep learning,with convolutional neural networks(CNN)playing an important role in this field.However,as the performance of crack detection in cement pavement improves,the depth and width of the network structure are significantly increased,which necessitates more computing power and storage space.This limitation hampers the practical implementation of crack detection models on various platforms,particularly portable devices like small mobile devices.To solve these problems,we propose a dual-encoder-based network architecture that focuses on extracting more comprehensive fracture feature information and combines cross-fusion modules and coordinated attention mechanisms formore efficient feature fusion.Firstly,we use small channel convolution to construct shallow feature extractionmodule(SFEM)to extract low-level feature information of cracks in cement pavement images,in order to obtainmore information about cracks in the shallowfeatures of images.In addition,we construct large kernel atrous convolution(LKAC)to enhance crack information,which incorporates coordination attention mechanism for non-crack information filtering,and large kernel atrous convolution with different cores,using different receptive fields to extract more detailed edge and context information.Finally,the three-stage feature map outputs from the shallow feature extraction module is cross-fused with the two-stage feature map outputs from the large kernel atrous convolution module,and the shallow feature and detailed edge feature are fully fused to obtain the final crack prediction map.We evaluate our method on three public crack datasets:DeepCrack,CFD,and Crack500.Experimental results on theDeepCrack dataset demonstrate the effectiveness of our proposed method compared to state-of-the-art crack detection methods,which achieves Precision(P)87.2%,Recall(R)87.7%,and F-score(F1)87.4%.Thanks to our lightweight crack detectionmodel,the parameter count of the model in real-world detection scenarios has been significantly reduced to less than 2M.This advancement also facilitates technical support for portable scene detection.
基金supported by the National Key Research and Development Program of China(Grant Nos.2019YFB1600700 and 2019YFB1600701)the Wuhan Maritime Communication Research Institute(Grant No.2020MG001/050-22-CF).
文摘Rapid and accurate segmentation of structural cracks is essential for ensuring the quality and safety of engineering projects.In practice,however,this task faces the challenge of finding a balance between detection accuracy and efficiency.To alleviate this problem,a lightweight and efficient real-time crack segmentation framework was developed.Specifically,in the network model system based on an encoding-decoding structure,the encoding network is equipped with packet convolution and attention mechanisms to capture features of different visual scales in layers,and in the decoding process,we also introduce a fusion module based on spatial attention to effectively aggregate these hierarchical features.Codecs are connected by pyramid pooling model(PPM)filtering.The results show that the crack segmentation accuracy and real-time operation capability larger than 76%and 15 fps,respectively,are validated by three publicly available datasets.These wide-ranging results highlight the potential of the model for the intelligent O&M for cross-sea bridge.
基金supported in part by the National Natural Foundation of China(No.62176147)。
文摘Automatic pavement crack detection plays an important role in ensuring road safety.In images of cracks,information about the cracks can be conveyed through high-frequency and low-fre-quency signals that focus on fine details and global structures,respectively.The output features obtained from different convolutional layers can be combined to represent information about both high-frequency and low-frequency signals.In this paper,we propose an encoder-decoder framework called octave hierarchical network(Octave-H),which is based on the U-Network(U-Net)architec-ture and utilizes an octave convolutional neural network and a hierarchical feature learning module for performing crack detection.The proposed octave convolution is capable of extracting multi-fre-quency feature maps,capturing both fine details and global cracks.We propose a hierarchical feature learning module that merges multi-frequency-scale feature maps with different levels(high and low)of octave convolutional layers.To verify the superiority of the proposed Octave-H,we employed the CrackForest dataset(CFD)and AigleRN databases to evaluate this method.The experimental results demonstrate that Octave-H outperforms other algorithms with satisfactory performance.
基金supported in part by the 14th Five-Year Project of Ministry of Science and Technology of China(2021YFD2000304)Fundamental Research Funds for the Central Universities(531118010509)Natural Science Foundation of Hunan Province,China(2021JJ40114)。
文摘Automatic pavement crack detection is a critical task for maintaining the pavement stability and driving safety.The task is challenging because the shadows on the pavement may have similar intensity with the crack,which interfere with the crack detection performance.Till to the present,there still lacks efficient algorithm models and training datasets to deal with the interference brought by the shadows.To fill in the gap,we made several contributions as follows.First,we proposed a new pavement shadow and crack dataset,which contains a variety of shadow and pavement pixel size combinations.It also covers all common cracks(linear cracks and network cracks),placing higher demands on crack detection methods.Second,we designed a two-step shadow-removal-oriented crack detection approach:SROCD,which improves the performance of the algorithm by first removing the shadow and then detecting it.In addition to shadows,the method can cope with other noise disturbances.Third,we explored the mechanism of how shadows affect crack detection.Based on this mechanism,we propose a data augmentation method based on the difference in brightness values,which can adapt to brightness changes caused by seasonal and weather changes.Finally,we introduced a residual feature augmentation algorithm to detect small cracks that can predict sudden disasters,and the algorithm improves the performance of the model overall.We compare our method with the state-of-the-art methods on existing pavement crack datasets and the shadow-crack dataset,and the experimental results demonstrate the superiority of our method.
基金NCHRP Project,IDEA 223:Fatigue Crack Inspection using Computer Vision and Augmented Reality。
文摘Fatigue cracks that develop in civil infrastructure such as steel bridges due to repetitive loads pose a major threat to structural integrity.Despite being the most common practice for fatigue crack detection,human visual inspection is known to be labor intensive,time-consuming,and prone to error.In this study,a computer vision-based fatigue crack detection approach using a short video recorded under live loads by a moving consumer-grade camera is presented.The method detects fatigue crack by tracking surface motion and identifies the differential motion pattern caused by opening and closing of the fatigue crack.However,the global motion introduced by a moving camera in the recorded video is typically far greater than the actual motion associated with fatigue crack opening/closing,leading to false detection results.To overcome the challenge,global motion compensation(GMC)techniques are introduced to compensate for camera-induced movement.In particular,hierarchical model-based motion estimation is adopted for 2D videos with simple geometry and a new method is developed by extending the bundled camera paths approach for 3D videos with complex geometry.The proposed methodology is validated using two laboratory test setups for both in-plane and out-of-plane fatigue cracks.The results confirm the importance of motion compensation for both 2D and 3D videos and demonstrate the effectiveness of the proposed GMC methods as well as the subsequent crack detection algorithm.
文摘Pavement crack detection plays a crucial role in ensuring road safety and reducing maintenance expenses.Recent advancements in deep learning(DL)techniques have shown promising results in detecting pavement cracks;however,the selection of relevant features for classification remains challenging.In this study,we propose a new approach for pavement crack detection that integrates deep learning for feature extraction,the whale optimization algorithm(WOA)for feature selection,and random forest(RF)for classification.The performance of the models was evaluated using accuracy,recall,precision,F1 score,and area under the receiver operating characteristic curve(AUC).Our findings reveal that Model 2,which incorporates RF into the ResNet-18 architecture,outperforms baseline Model 1 across all evaluation metrics.Nevertheless,our proposed model,which combines ResNet-18 with both WOA and RF,achieves significantly higher accuracy,recall,precision,and F1 score compared to the other two models.These results underscore the effectiveness of integrating RF and WOA into ResNet-18 for pavement crack detection applications.We applied the proposed approach to a dataset of pavement images,achieving an accuracy of 97.16%and an AUC of 0.984.Our results demonstrate that the proposed approach surpasses existing methods for pavement crack detection,offering a promising solution for the automatic identification of pavement cracks.By leveraging this approach,potential safety hazards can be identified more effectively,enabling timely repairs and maintenance measures.Lastly,the findings of this study also emphasize the potential of integrating RF and WOA with deep learning for pavement crack detection,providing road authorities with the necessary tools to make informed decisions regarding road infrastructure maintenance.
基金supported by the Jiangsu Provincial Key R&D Programme(BE2020034)China Huaneng Group Science and Technology Project(HNKJ20-H72).
文摘Harsh working environments and wear between blades and other unit components can easily lead to cracks and damage on wind turbine blades.The cracks on the blades can endanger the shafting of the generator set,the tower and other components,and even cause the tower to collapse.To achieve high-precision wind blade crack detection,this paper proposes a crack fault-detection strategy that integratesGated ResidualNetwork(GRN),a fusionmodule and Transformer.Firstly,GRNcan reduce unnecessary noisy inputs that could negatively impact performancewhile preserving the integrity of feature information.In addition,to gain in-depth information about the characteristics of wind turbine blades,a fusionmodule is suggested to implement the information fusion of wind turbine features.Specifically,each fan feature ismapped to a one-dimensional vector with the same length,and all one-dimensional vectors are concatenated to obtain a two-dimensional vector.And then,in the fusion module,the information fusion of the same characteristic variables in the different channels is realized through the Channel-mixing MLP,and the information fusion of different characteristic variables in the same channel is realized through the ColumnmixingMLP.Finally,the fused feature vector is input into the Transformer for feature learning,which enhances the influence of important feature information and improves the model’s anti-noise ability and classification accuracy.Extensive experimentswere conducted on the wind turbine supervisory control and data acquisition(SCADA)data froma domesticwind field.The results show that compared with other state-of-the-artmodels,including XGBoost,LightGBM,TabNet,etc.,the F1-score of proposed gated fusion based Transformer model can reach 0.9907,which is 0.4%-2.09% higher than the comparedmodels.Thismethod provides amore reliable approach for the condition detection and maintenance of fan blades in wind farms.
文摘This study aimed to propose road crack detection method based on infrared image fusion technology.By analyzing the characteristics of road crack images,this method uses a variety of infrared image fusion methods to process different types of images.The use of this method allows the detection of road cracks,which not only reduces the professional requirements for inspectors,but also improves the accuracy of road crack detection.Based on infrared image processing technology,on the basis of in-depth analysis of infrared image features,a road crack detection method is proposed,which can accurately identify the road crack location,direction,length,and other characteristic information.Experiments showed that this method has a good effect,and can meet the requirement of road crack detection.
基金Project(51178193)supported by the National Natural Science Foundation of ChinaProject(2009 353-344-570)supported by the Ministry of Transport of ChinaProject(2010-02-051)supported by the Transportation Department of Guangdong Province,China
文摘With the digital image technology,a crack detection method of reinforced concrete bridge was studied for the performance assessment.The effects including the image gray level,pixel rate,noise filter,and edge detection were analyzed considering cracks qualities.A computer program was developed by visual C++6.0 programming language to detect the cracks,which was tested by 15cases of bridge video images.The results indicate that the relative error is within 6%for cracks larger than 0.3 mm cracks and it is less than 10%for crack width between 0.2 mm and 0.3 mm.In addition,for the crack below 0.1 mm,the relative error is more than30%because the bridge is in safe stage and it is very difficult to detect the actual width of crack.
基金Funded by the National Natural Science Foundation of China (51178305)the Key Projects in the Science & Technology Pillar Program of Tianjin (11ZCKFSF00300)
文摘Feasibility of a wave propagation-based active crack detection technique for nondestructive evaluations (NDE) of concrete structures with surface bonded and embedded piezoelectric-ceramic (PZT) patches was studied. At first, the wave propagation mechanisms in concrete were analyzed. Then, an active sensing system with integrated actuators/sensors was constructed. One PZT patch was used as an actuator to generate high frequency waves, and the other PZT patches were used as sensors to detect the propagating wave. Scattered wave signals from the damage can be obtained by subtracting the baseline signal of the intact structure from the recorded signal of the damaged structure. In the experimental study, progressive cracked damage inflicted artificially on the plain concrete beam is assessed by using both lateral and thickness modes of the PZT patches. The results indicate that with the increasing number and severity of cracks, the magnitude of the sensor output decreases for the surface bonded PZT patches, and increases for the embedded PZT patches.
基金Supported by National Natural Science Foundation of China under Grant No.50379025.
文摘Structural cracks can change the frequency response function (FRF) of an offshore platform. Thus, FRF shifts can be used to detect cracks. When a crack at a specific location and magnitude occurs in an offshore structure, changes in the FRF can be measured. In this way, shifts in FRF can be used to detect cracks. An experimental model was constructed to verify the FRF method. The relationship between FRF and cracks was found to be non-linear. The effect of multiple cracks on FRF was analyzed, and the shift due to multiple cracks was found to be much more than the summation of FRF shifts due to each of the cracks. Then the effects of noise and changes in the mass of the jacket on FRF were evaluated. The results show that significant damage to a beam can be detected by dramatic changes in the FRF, even when 10% random noise exists. FRF can also be used to approximately locate the breakage, but it can neither be efficiently used to predict the location of breakage nor the existence of small hairline cracks. The FRF shift caused by a 7% mass change is much less than the FRF shift caused by the breakage of any beam, but is larger than that caused by any early cracks.
文摘Crack detection procedures by different modal parameters are analyzed for identifying a crack and its location and magnitude in a jacket platform. The first ten natural frequencies and modal shapes of the jacket models are obtained by numerical experiments based on NASTRAN Code. A crack at different locations and of different magnitudes is imposed in the model at the underwater beams. Then, the modal evaluation parameters are calculated numerically, to illustrate the evaluation of modal parameter criteria used in jacket crack detection. The sensitivities of different modal parameters to different cracks are analyzed. A new technique is presented for predicting the approximate location of a breakage in the absence of the data of an intact model. This method can be used to detect a crack in underwater members by use of incomplete mode shapes of the top members of the jacket.
基金Project supported by the National Natural Science Foundation of China(No.50608036)Program for New Century Excellent Talents in Universities.
文摘An alternative technique for crack detection in a Timoshenko beam based on the first anti-resonant frequency is presented in this paper. Unlike the natural frequency, the anti-resonant frequency is a local parameter rather than a global parameter of structures, thus the proposed technique can be used to locate the structural defects. An impedance analysis of a cracked beam stimulated by a harmonic force based on the Timoshenko beam formulation is investigated. In order to characterize the local discontinuity due to cracks, a rotational spring model based on fracture mechanics is proposed to model the crack. Subsequently, the proposed method is verified by a numerical example of a simply-supported beam with a crack. The effect of the crack size on the anti-resonant frequency is investigated. The position of the crack of the simply-supported beam is also determined by the anti-resonance technique. The proposed technique is further applied to the "contaminated" anti-resonant frequency to detect crack damage, which is obtained by adding 1-3% noise to the calculated data. It is found that the proposed technique is effective and free from the environment noise. Finally, an experimental study is performed, which further verifies the validity of the proposed crack identification technique.
基金National Natural Science Foundation of China(No.51225501No.51035007)Program for Changjiang Scholars and Innovative Research Team in University
文摘A high-precision identification method for steam turbine rotor crack is presented. By providing me nrst three measured natural frequencies, contours for the specified natural frequency are plotted in the same coordi- nate, and the intersection of the three curves predicts the crack location and size. The cracked rotor system is mod- eled using B-spline wavelet on the interval (BSWI) finite element method, and a method based on empirical mode decomposition (EMD) and Laplace wavelet is implemented to improve the identification precision of the first three measured natural frequencies. Compared with the classical nondestructive testing, the presented method shows its effectiveness and reliability. It is feasible to apply this method to the online health monitoring for rotor structure.
基金supported by the National Natural Science Foundation of China(Grant Nos.61972136,41874148,and 42174178)the Natural Science and Foundation of Hubei Province(No.2020CFB497)+4 种基金the Hubei Provincial Department of Education Outstanding Youth Scientific Innovation Team Support Foundation(Nos.T201410 and T2020017)the Natural Science Foundation of Education Department of Hubei Province(No.B2020149)the Science and Technology Research Project of the Education Department of Hubei Province(No.Q20222704)Natural Science Foundation of Xiaogan City(Nos.XGKJ2022010095 and XGKJ2022010094)The funding is a foreign expert project of Henan Province(No.HNGD2023027).
文摘Disaster-resilient dams require accurate crack detection,but machine learning methods cannot capture dam structural reaction temporal patterns and dependencies.This research uses deep learning,convolutional neural networks,and transfer learning to improve dam crack detection.Twelve deep-learning models are trained on 192 crack images.This research aims to provide up-to-date detecting techniques to solve dam crack problems.The finding shows that the EfficientNetB0 model performed better than others in classifying borehole concrete crack surface tiles and normal(undamaged)surface tiles with 91%accuracy.The study’s pre-trained designs help to identify and to determine the specific locations of cracks.
基金supported by the National Natural Science Foundation of China under Grant No.62001004the Key Provincial Natural Science Research Projects of Colleges and Universities in Anhui Province under Grant No.KJ2019A0768+2 种基金the Key Research and Development Program of Anhui Province under Grant No.202104A07020017the Research Project Reserve of Anhui Jianzhu University under Grant No.2020XMK04the Natural Science Foundation of the Anhui Higher Education Institutions of China,No.KJ2019A0789.
文摘As a current popular method,intelligent detection of cracks is of great significance to road safety,so deep learning has gradually attracted attention in the field of crack image detection.The nonlinear structure,low contrast and discontinuity of cracks bring great challenges to existing crack detection methods based on deep learning.Therefore,an end-to-end deep convolutional neural network(AttentionCrack)is proposed for automatic crack detection to overcome the inaccuracy of boundary location between crack and non-crack pixels.The AttentionCrack network is built on U-Net based encoder-decoder architecture,and an attention mechanism is incorporated into the multi-scale convolutional feature to enhance the recognition of crack region.Additionally,a dilated convolution module is introduced in the encoder-decoder architecture to reduce the loss of crack detail due to the pooling operation in the encoder network.Furthermore,since up-sampling will lead to the loss of crack boundary information in the decoder network,a depthwise separable residual module is proposed to capture the boundary information of pavement crack.The AttentionCrack net on public pavement crack image datasets named CrackSegNet and Crack500 is trained and tested,the results demonstrate that the AttentionCrack achieves F1 score over 0.70 on the CrackSegNet and 0.71 on the Crack500 in average and outperforms the current state-of-the-art methods.
基金This work was supported by the Natural Science Foundation of Sichuan Province(No.2022NSFSC0422)China and the Fundamental Research Funds for the Central Universities,China.
文摘Cracking in wading-concrete structures has a worse impact on structural safety compared with conventional concrete structures.The accurate and timely monitoring of crack development plays a significant role in the safety of wading-concrete engineering.The heat-transfer rate near a crack is related to the flow velocity of the fluid in the crack.Based on this,a novel crack-identification method for underwater concrete structures is presented.This method uses water irrigation to generate seepage at the interface of a crack;then,the heat-dissipation rate in the crack area will increase because of the convective heat-transfer effect near the crack.Crack information can be identified by monitoring the cooling law and leakage flow near cracks.The proposed mobile crack-monitoring system consists of a heating system,temperature-measurement system,and irrigation system.A series of tests was conducted on a reinforcedconcrete beam using this system.The crack-discrimination indexψwas defined,according to the subsection characteristics of the heat-source cooling curve.The effects of the crack width,leakage flow,and relative positions of the heat source and crack onψwere studied.The results showed that the distribution characteristics ofψalong the monitoring line could accurately locate the crack,but not quantify the crack width.However,the leakage flow is sensitive to the crack width and can be used to identify it.
文摘Detection of cracks at the early stage is considered as very constructive since precautionary steps need to be taken to avoid the damage to the civil structures.Moreover,identifying and classifying the severity level of cracks is inevitable in order to find the stability of buildings.Hence,this paper proposes an efficient strategy to classify the cracks into fine,medium,and thick using a novel bilayer crack detection algorithm.The bilayer crack detection algorithm helps in extracting the requisite features from the crack for efficient classification.The proposed algorithm works well in the dark background and connects the discontinued cracks too.The first layer is used to detect cracks under texture variations and manufacturing defects,through segmented adaptive thresholding and morphological operations.The residual noise present in the output of the first layer is removed in the second layer of crack detection.The second layer includes the double scan and the noise reduction algorithms and is used to join the missed crack parts.As a result,a segmented crack is formed.Further classification is done using an ensemble classifier with bagging,and decision tree techniques by extracting the geometrical features and the weaker crack criterion from the segmented part.The results of the proposed technique are compared with the existing techniques for different datasets and have obtained a rise in True Positive Rate(TPR),accuracy and precision value.The proposed technique is also implemented in Raspberry Pi for further real-time evaluation.
文摘Purpose–The purpose of this study is to study the quantitative evaluation method of contact wire cracks by analyzing the changing law of eddy current signal characteristics under different cracks of contact wire of high-speed railway so as to provide a new way of thinking and method for the detection of contact wire injuries of high-speed railway.Design/methodology/approach–Based on the principle of eddy current detection and the specification parameters of high-speed railway contact wires in China,a finite element model for eddy current testing of contact wires was established to explore the variation patterns of crack signal characteristics in numerical simulation.A crack detection system based on eddy current detection was built,and eddy current detection voltage data was obtained for cracks of different depths and widths.By analyzing the variation law of eddy current signals,characteristic parameters were obtained and a quantitative evaluation model for crack width and depth was established based on the back propagation(BP)neural network.Findings–Numerical simulation and experimental detection of eddy current signal change rule is basically consistent,based on the law of the selected characteristics of the parameters in the BP neural network crack quantitative evaluation model also has a certain degree of effectiveness and reliability.BP neural network training results show that the classification accuracy for different widths and depths of the classification is 100 and 85.71%,respectively,and can be effectively realized on the high-speed railway contact line cracks of the quantitative evaluation classification.Originality/value–This study establishes a new type of high-speed railway contact wire crack detection and identification method,which provides a new technical means for high-speed railway contact wire injury detection.The study of eddy current characteristic law and quantitative evaluation model for different cracks in contact line has important academic value and practical significance,and it has certain guiding significance for the detection technology of contact line in high-speed railway.
文摘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.