Rail fasteners are a crucial component of the railway transportation safety system.These fasteners,distinguished by their high length-to-width ratio,frequently encounter elevated failure rates,necessitating manual ins...Rail fasteners are a crucial component of the railway transportation safety system.These fasteners,distinguished by their high length-to-width ratio,frequently encounter elevated failure rates,necessitating manual inspection and maintenance.Manual inspection not only consumes time but also poses the risk of potential oversights.With the advancement of deep learning technology in rail fasteners,challenges such as the complex background of rail fasteners and the similarity in their states are addressed.We have proposed an efficient and high-precision rail fastener detection algorithm,named YOLO-O2E(you only look once-O2E).Firstly,we propose the EFOV(Enhanced Field of View)structure,aiming to adjust the effective receptive field size of convolutional kernels to enhance insensitivity to small spatial variations.Additionally,The OD_MP(ODConv and MP_2)and EMA(EfficientMulti-Scale Attention)modules mentioned in the algorithm can acquire a wider spectrum of contextual information,enhancing the model’s ability to recognize and locate objectives.Additionally,we collected and prepared the GKA dataset,sourced from real train tracks.Through testing on the GKA dataset and the publicly available NUE-DET dataset,our method outperforms general-purpose object detection algorithms.On the GKA dataset,our model achieved a mAP 0.5 value of 97.6%and a mAP 0.5:0.95 value of 83.9%,demonstrating excellent inference speed.YOLO-O2E is an algorithm for detecting anomalies in railway fasteners that is applicable in practical industrial settings,addressing the industry gap in rail fastener detection.展开更多
Short pitch corrugation has been a problem for railways worldwide over one century.In this paper,a parametric investigation of fastenings is conducted to understand the corrugation formation mechanism and gain insight...Short pitch corrugation has been a problem for railways worldwide over one century.In this paper,a parametric investigation of fastenings is conducted to understand the corrugation formation mechanism and gain insights into corrugation mitigation.A three-dimensional finite element vehicle-track dynamic interaction model is employed,which considers the coupling between the structural dynamics and the contact mechanics,while the damage mechanism is assumed to be differential wear.Various fastening models with different configurations,boundary conditions,and parameters of stiffness and damping are built up and analysed.These models may represent different service stages of fastenings in the field.Besides,the effect of train speeds on corrugation features is studied.The results indicate:(1)Fastening parameters and modelling play an important role in corrugation formation.(2)The fastening longitudinal constraint to the rail is the major factor that determines the corrugation formation.The fastening vertical and lateral constraints influence corrugation features in terms of spatial distribution and wavelength components.(3)The strengthening of fastening constraints in the longitudinal dimension helps to mitigate corrugation.Meanwhile,the inner fastening constraint in the lateral direction is necessary for corrugation alleviation.(4)The increase in fastening longitudinal stiffness and damping can reduce the vibration amplitudes of longitudinal compression modes and thus reduce the track corrugation propensity.The simulation in this work can well explain the field corrugation in terms of the occurrence possibility and major wavelength components.It can also explain the field data with respect to the small variation between the corrugation wavelength and train speed,which is caused by frequency selection and jump between rail longitudinal compression modes.展开更多
Regular fastener detection is necessary to ensure the safety of railways.However,the number of abnormal fasteners is significantly lower than the number of normal fasteners in real railways.Existing supervised inspect...Regular fastener detection is necessary to ensure the safety of railways.However,the number of abnormal fasteners is significantly lower than the number of normal fasteners in real railways.Existing supervised inspectionmethods have insufficient detection ability in cases of imbalanced samples.To solve this problem,we propose an approach based on deep convolutional neural networks(DCNNs),which consists of three stages:fastener localization,abnormal fastener sample generation based on saliency detection,and fastener state inspection.First,a lightweight YOLOv5s is designed to achieve fast and precise localization of fastener regions.Then,the foreground clip region of a fastener image is extracted by the designed fastener saliency detection network(F-SDNet),combined with data augmentation to generate a large number of abnormal fastener samples and balance the number of abnormal and normal samples.Finally,a fastener inspection model called Fastener ResNet-8 is constructed by being trained with the augmented fastener dataset.Results show the effectiveness of our proposed method in solving the problem of sample imbalance in fastener detection.Qualitative and quantitative comparisons show that the proposed F-SDNet outperforms other state-of-the-art methods in clip region extraction,reaching MAE and max F-measure of 0.0215 and 0.9635,respectively.In addition,the FPS of the fastener state inspection model reached 86.2,and the average accuracy reached 98.7%on 614 augmented fastener test sets and 99.9%on 7505 real fastener datasets.展开更多
In the railway system,fasteners have the functions of damping,maintaining the track distance,and adjusting the track level.Therefore,routine maintenance and inspection of fasteners are important to ensure the safe ope...In the railway system,fasteners have the functions of damping,maintaining the track distance,and adjusting the track level.Therefore,routine maintenance and inspection of fasteners are important to ensure the safe operation of track lines.Currently,assessment methods for fastener tightness include manual observation,acoustic wave detection,and image detection.There are limitations such as low accuracy and efficiency,easy interference and misjudgment,and a lack of accurate,stable,and fast detection methods.Aiming at the small deformation characteristics and large elastic change of fasteners from full loosening to full tightening,this study proposes high-precision surface-structured light technology for fastener detection and fastener deformation feature extraction based on the center-line projection distance and a fastener tightness regression method based on neural networks.First,the method uses a 3D camera to obtain a fastener point cloud and then segments the elastic rod area based on the iterative closest point algorithm registration.Principal component analysis is used to calculate the normal vector of the segmented elastic rod surface and extract the point on the centerline of the elastic rod.The point is projected onto the upper surface of the bolt to calculate the projection distance.Subsequently,the mapping relationship between the projection distance sequence and fastener tightness is established,and the influence of each parameter on the fastener tightness prediction is analyzed.Finally,by setting up a fastener detection scene in the track experimental base,collecting data,and completing the algorithm verification,the results showed that the deviation between the fastener tightness regression value obtained after the algorithm processing and the actual measured value RMSE was 0.2196 mm,which significantly improved the effect compared with other tightness detection methods,and realized an effective fastener tightness regression.展开更多
As an important part of railway lines, the healthy service status of track fasteners was very important to ensure the safety of trains. The application of deep learning algorithms was becoming an important method to r...As an important part of railway lines, the healthy service status of track fasteners was very important to ensure the safety of trains. The application of deep learning algorithms was becoming an important method to realize its state detection. However, there was often a deficiency that the detection accuracy and calculation speed of model were difficult to balance, when the traditional deep learning model is used to detect the service state of track fasteners. Targeting this issue, an improved Yolov4 model for detecting the service status of track fasteners was proposed. Firstly, the Mixup data augmentation technology was introduced into Yolov4 model to enhance the generalization ability of model. Secondly, the MobileNet-V2 lightweight network was employed in lieu of the CSPDarknet53 network as the backbone, thereby reducing the number of algorithm parameters and improving the model’s computational efficiency. Finally, the SE attention mechanism was incorporated to boost the importance of rail fastener identification by emphasizing relevant image features, ensuring that the network’s focus was primarily on the fasteners being inspected. The algorithm achieved both high precision and high speed operation of the rail fastener service state detection, while realizing the lightweight of model. The experimental results revealed that, the MAP value of the rail fastener service state detection algorithm based on the improved Yolov4 model reaches 83.2%, which is 2.83% higher than that of the traditional Yolov4 model, and the calculation speed was improved by 67.39%. Compared with the traditional Yolov4 model, the proposed method achieved the collaborative optimization of detection accuracy and calculation speed.展开更多
It was found that the steel plate in the composite plate in the WJ-8 fastener used in high speed rail is rusty. The objective of this study is to test the zinc coating of the steel plate. A literature review was condu...It was found that the steel plate in the composite plate in the WJ-8 fastener used in high speed rail is rusty. The objective of this study is to test the zinc coating of the steel plate. A literature review was conducted to identify the zinc coating techniques, and the companies that can provide different coating service was identified. A salt fog chamber was built that was in compliance with the ANSI B117 code, and the steel plates that were coated by the identified companies were tested using the salt fog chamber. The results indicated that the coating technique that had the best performance in preventing corrosion was the Greenkote plates with passivation. The galvanized option had the roughest coating layer, and it was the most reactive in the salt water solution. This makes it non-ideal for the dynamic rail environment because the increased friction of the plate could damage the supports, especially during extreme temperatures that would cause the rail to expand or contract. Greenkote with Phosphate and ArmorGalv also provided increased corrosion prevention with a smooth, strong finish, but it had more rust on the surface area than the Greenkote with ELU passivation. The ArmorGalv sample had more rust on the surface area than the Greenkote samples. This may not be a weakness in the ArmorGalv process;rather, it likely was the result of this particular sample not having the added protection of a colored coating.展开更多
To avoid the serious accidents caused by the failure fastening bolts on reciprocating compressor cylinder cover,a new nondestructive testing(NDT) technology,metal magnetic memory(MMM) testing,was applied to safety eva...To avoid the serious accidents caused by the failure fastening bolts on reciprocating compressor cylinder cover,a new nondestructive testing(NDT) technology,metal magnetic memory(MMM) testing,was applied to safety evaluating and failure analyzing for the fastening bolts.Based on the dynamic stress calculation of the failure bolts,MMM testing was carried out at workshop.Given are the MMM stress distribution characteristics of the failure bolts and fracture faces.It has been found that the MMM signal variation amplitude of the crack transition zone in the fracture surface is minimal,that of the crack initiation zone is in the middle,and that of the tear fracture zone is maximal.The failure reasons were analyzed with MMM effect.The results of the metallographic examination showed that the validity and feasibility of MMM testing and failure analysis.This means MMM technology is a new,fast and validity method of failure analysis.展开更多
Image detection based on machine learning and deep learning currently has a good application prospect for railway fault diagnosis,with good performance in feature extraction and the accuracy of image localization and ...Image detection based on machine learning and deep learning currently has a good application prospect for railway fault diagnosis,with good performance in feature extraction and the accuracy of image localization and good classification results.To improve the speed of locating small target objects of fasteners,the YOLOv5 framework model with faster algorithm speed is selected.To improve the classification accuracy of fasteners,YOLOv5-based heavy-duty railway rail fastener detection is proposed.The anchor size is modified on the original basis to improve the attention to small targets of fasteners.The CBAM(Convolutional Block Attention Module)module and TPH(Transformer Prediction Head)module are introduced to improve the speed and accuracy issues.The rail fasteners are divided into 6 categories.Experiment comparisons show that before the improvement,the MAP@0.5 value of all categories are close to the peak of 0.989 after the epoch of 150,and the F1 score approaches 1 with confidence in the interval(0.2,0.95).The improved mAP@0.5 value approached the highest value of 0.991 after the epoch of 75,and the F1 score approached 1 with confidence in the interval(0.01,0.95).The experiment results indicate that the improved YOLOv5 model proposed in this paper is more suitable for the task of detecting rail fasteners.展开更多
The aim of this paper is to gain insight into the nonlinear vibration feature of a dynamic model of a gas turbine.First,a rod fastening rotor-bearing coupling model with fixed-point rubbing is proposed,where the fract...The aim of this paper is to gain insight into the nonlinear vibration feature of a dynamic model of a gas turbine.First,a rod fastening rotor-bearing coupling model with fixed-point rubbing is proposed,where the fractal theory and the finite element method are utilized.For contact analysis,a novel contact force model is introduced in this paper.Meanwhile,the Coulomb model is adopted to expound the friction characteristics.Second,the governing equations of motion of the rotor system are numerically solved,and the nonlinear dynamic characteristics are analyzed in terms of the bifurcation diagram,Poincarémap,and time history.Third,the potential effects provided by contact degree of joint interface,distribution position,and amount of contact layer are discussed in detail.Finally,the contrast analysis between the integral rotor and the rod fastening rotor is conducted under the condition of fixed-point rubbing.展开更多
基金supported in part by the National Natural Science Foundation of China(Grant Number 61971078)supported by Chongqing Municipal Education Commission Grants for Major Science and Technology Project(KJZD-M202301901)the Chongqing University of Technology Graduate Innovation Foundation(Grant No.gzlcx20223222).
文摘Rail fasteners are a crucial component of the railway transportation safety system.These fasteners,distinguished by their high length-to-width ratio,frequently encounter elevated failure rates,necessitating manual inspection and maintenance.Manual inspection not only consumes time but also poses the risk of potential oversights.With the advancement of deep learning technology in rail fasteners,challenges such as the complex background of rail fasteners and the similarity in their states are addressed.We have proposed an efficient and high-precision rail fastener detection algorithm,named YOLO-O2E(you only look once-O2E).Firstly,we propose the EFOV(Enhanced Field of View)structure,aiming to adjust the effective receptive field size of convolutional kernels to enhance insensitivity to small spatial variations.Additionally,The OD_MP(ODConv and MP_2)and EMA(EfficientMulti-Scale Attention)modules mentioned in the algorithm can acquire a wider spectrum of contextual information,enhancing the model’s ability to recognize and locate objectives.Additionally,we collected and prepared the GKA dataset,sourced from real train tracks.Through testing on the GKA dataset and the publicly available NUE-DET dataset,our method outperforms general-purpose object detection algorithms.On the GKA dataset,our model achieved a mAP 0.5 value of 97.6%and a mAP 0.5:0.95 value of 83.9%,demonstrating excellent inference speed.YOLO-O2E is an algorithm for detecting anomalies in railway fasteners that is applicable in practical industrial settings,addressing the industry gap in rail fastener detection.
文摘Short pitch corrugation has been a problem for railways worldwide over one century.In this paper,a parametric investigation of fastenings is conducted to understand the corrugation formation mechanism and gain insights into corrugation mitigation.A three-dimensional finite element vehicle-track dynamic interaction model is employed,which considers the coupling between the structural dynamics and the contact mechanics,while the damage mechanism is assumed to be differential wear.Various fastening models with different configurations,boundary conditions,and parameters of stiffness and damping are built up and analysed.These models may represent different service stages of fastenings in the field.Besides,the effect of train speeds on corrugation features is studied.The results indicate:(1)Fastening parameters and modelling play an important role in corrugation formation.(2)The fastening longitudinal constraint to the rail is the major factor that determines the corrugation formation.The fastening vertical and lateral constraints influence corrugation features in terms of spatial distribution and wavelength components.(3)The strengthening of fastening constraints in the longitudinal dimension helps to mitigate corrugation.Meanwhile,the inner fastening constraint in the lateral direction is necessary for corrugation alleviation.(4)The increase in fastening longitudinal stiffness and damping can reduce the vibration amplitudes of longitudinal compression modes and thus reduce the track corrugation propensity.The simulation in this work can well explain the field corrugation in terms of the occurrence possibility and major wavelength components.It can also explain the field data with respect to the small variation between the corrugation wavelength and train speed,which is caused by frequency selection and jump between rail longitudinal compression modes.
基金supported in part by the National Natural Science Foundation of China (Grant Nos.51975347 and 51907117)in part by the Shanghai Science and Technology Program (Grant No.22010501600).
文摘Regular fastener detection is necessary to ensure the safety of railways.However,the number of abnormal fasteners is significantly lower than the number of normal fasteners in real railways.Existing supervised inspectionmethods have insufficient detection ability in cases of imbalanced samples.To solve this problem,we propose an approach based on deep convolutional neural networks(DCNNs),which consists of three stages:fastener localization,abnormal fastener sample generation based on saliency detection,and fastener state inspection.First,a lightweight YOLOv5s is designed to achieve fast and precise localization of fastener regions.Then,the foreground clip region of a fastener image is extracted by the designed fastener saliency detection network(F-SDNet),combined with data augmentation to generate a large number of abnormal fastener samples and balance the number of abnormal and normal samples.Finally,a fastener inspection model called Fastener ResNet-8 is constructed by being trained with the augmented fastener dataset.Results show the effectiveness of our proposed method in solving the problem of sample imbalance in fastener detection.Qualitative and quantitative comparisons show that the proposed F-SDNet outperforms other state-of-the-art methods in clip region extraction,reaching MAE and max F-measure of 0.0215 and 0.9635,respectively.In addition,the FPS of the fastener state inspection model reached 86.2,and the average accuracy reached 98.7%on 614 augmented fastener test sets and 99.9%on 7505 real fastener datasets.
基金Supported by Fundamental Research Funds for the Central Universities of China(Grant No.2023JBMC014).
文摘In the railway system,fasteners have the functions of damping,maintaining the track distance,and adjusting the track level.Therefore,routine maintenance and inspection of fasteners are important to ensure the safe operation of track lines.Currently,assessment methods for fastener tightness include manual observation,acoustic wave detection,and image detection.There are limitations such as low accuracy and efficiency,easy interference and misjudgment,and a lack of accurate,stable,and fast detection methods.Aiming at the small deformation characteristics and large elastic change of fasteners from full loosening to full tightening,this study proposes high-precision surface-structured light technology for fastener detection and fastener deformation feature extraction based on the center-line projection distance and a fastener tightness regression method based on neural networks.First,the method uses a 3D camera to obtain a fastener point cloud and then segments the elastic rod area based on the iterative closest point algorithm registration.Principal component analysis is used to calculate the normal vector of the segmented elastic rod surface and extract the point on the centerline of the elastic rod.The point is projected onto the upper surface of the bolt to calculate the projection distance.Subsequently,the mapping relationship between the projection distance sequence and fastener tightness is established,and the influence of each parameter on the fastener tightness prediction is analyzed.Finally,by setting up a fastener detection scene in the track experimental base,collecting data,and completing the algorithm verification,the results showed that the deviation between the fastener tightness regression value obtained after the algorithm processing and the actual measured value RMSE was 0.2196 mm,which significantly improved the effect compared with other tightness detection methods,and realized an effective fastener tightness regression.
文摘As an important part of railway lines, the healthy service status of track fasteners was very important to ensure the safety of trains. The application of deep learning algorithms was becoming an important method to realize its state detection. However, there was often a deficiency that the detection accuracy and calculation speed of model were difficult to balance, when the traditional deep learning model is used to detect the service state of track fasteners. Targeting this issue, an improved Yolov4 model for detecting the service status of track fasteners was proposed. Firstly, the Mixup data augmentation technology was introduced into Yolov4 model to enhance the generalization ability of model. Secondly, the MobileNet-V2 lightweight network was employed in lieu of the CSPDarknet53 network as the backbone, thereby reducing the number of algorithm parameters and improving the model’s computational efficiency. Finally, the SE attention mechanism was incorporated to boost the importance of rail fastener identification by emphasizing relevant image features, ensuring that the network’s focus was primarily on the fasteners being inspected. The algorithm achieved both high precision and high speed operation of the rail fastener service state detection, while realizing the lightweight of model. The experimental results revealed that, the MAP value of the rail fastener service state detection algorithm based on the improved Yolov4 model reaches 83.2%, which is 2.83% higher than that of the traditional Yolov4 model, and the calculation speed was improved by 67.39%. Compared with the traditional Yolov4 model, the proposed method achieved the collaborative optimization of detection accuracy and calculation speed.
文摘It was found that the steel plate in the composite plate in the WJ-8 fastener used in high speed rail is rusty. The objective of this study is to test the zinc coating of the steel plate. A literature review was conducted to identify the zinc coating techniques, and the companies that can provide different coating service was identified. A salt fog chamber was built that was in compliance with the ANSI B117 code, and the steel plates that were coated by the identified companies were tested using the salt fog chamber. The results indicated that the coating technique that had the best performance in preventing corrosion was the Greenkote plates with passivation. The galvanized option had the roughest coating layer, and it was the most reactive in the salt water solution. This makes it non-ideal for the dynamic rail environment because the increased friction of the plate could damage the supports, especially during extreme temperatures that would cause the rail to expand or contract. Greenkote with Phosphate and ArmorGalv also provided increased corrosion prevention with a smooth, strong finish, but it had more rust on the surface area than the Greenkote with ELU passivation. The ArmorGalv sample had more rust on the surface area than the Greenkote samples. This may not be a weakness in the ArmorGalv process;rather, it likely was the result of this particular sample not having the added protection of a colored coating.
基金Sponsored by the National Natural Science Foundation of China (Grant No. 11072056)Natural Science Foundation of Heilongjiang Province of China(Grant No.A200907)Specialized Research Fund for the Doctoral Program of Higher Education (Grant No. 20092322120001)
文摘To avoid the serious accidents caused by the failure fastening bolts on reciprocating compressor cylinder cover,a new nondestructive testing(NDT) technology,metal magnetic memory(MMM) testing,was applied to safety evaluating and failure analyzing for the fastening bolts.Based on the dynamic stress calculation of the failure bolts,MMM testing was carried out at workshop.Given are the MMM stress distribution characteristics of the failure bolts and fracture faces.It has been found that the MMM signal variation amplitude of the crack transition zone in the fracture surface is minimal,that of the crack initiation zone is in the middle,and that of the tear fracture zone is maximal.The failure reasons were analyzed with MMM effect.The results of the metallographic examination showed that the validity and feasibility of MMM testing and failure analysis.This means MMM technology is a new,fast and validity method of failure analysis.
基金supported by the National Key R&D Program of China(Grant 2021YFF0501102)National Natural Science Foundation of China(Grant U1934219)+1 种基金National Science Fund for Excellent Young Scholars(Grant 52022010)National Natural Science Foundation of China(Grant 52202392,Grant 62120106011).
文摘Image detection based on machine learning and deep learning currently has a good application prospect for railway fault diagnosis,with good performance in feature extraction and the accuracy of image localization and good classification results.To improve the speed of locating small target objects of fasteners,the YOLOv5 framework model with faster algorithm speed is selected.To improve the classification accuracy of fasteners,YOLOv5-based heavy-duty railway rail fastener detection is proposed.The anchor size is modified on the original basis to improve the attention to small targets of fasteners.The CBAM(Convolutional Block Attention Module)module and TPH(Transformer Prediction Head)module are introduced to improve the speed and accuracy issues.The rail fasteners are divided into 6 categories.Experiment comparisons show that before the improvement,the MAP@0.5 value of all categories are close to the peak of 0.989 after the epoch of 150,and the F1 score approaches 1 with confidence in the interval(0.2,0.95).The improved mAP@0.5 value approached the highest value of 0.991 after the epoch of 75,and the F1 score approached 1 with confidence in the interval(0.01,0.95).The experiment results indicate that the improved YOLOv5 model proposed in this paper is more suitable for the task of detecting rail fasteners.
基金the National Natural Science Foundation of China(No.12172307)the Key Laboratory of Vibration and Control of Aero-Propulsion System,Ministry of Education,Northeastern University of China(No.VCAME202103)the Fundamental Research Funds for the Central Universities in Southwest Jiaotong University of China(No.2682021ZTPY036)。
文摘The aim of this paper is to gain insight into the nonlinear vibration feature of a dynamic model of a gas turbine.First,a rod fastening rotor-bearing coupling model with fixed-point rubbing is proposed,where the fractal theory and the finite element method are utilized.For contact analysis,a novel contact force model is introduced in this paper.Meanwhile,the Coulomb model is adopted to expound the friction characteristics.Second,the governing equations of motion of the rotor system are numerically solved,and the nonlinear dynamic characteristics are analyzed in terms of the bifurcation diagram,Poincarémap,and time history.Third,the potential effects provided by contact degree of joint interface,distribution position,and amount of contact layer are discussed in detail.Finally,the contrast analysis between the integral rotor and the rod fastening rotor is conducted under the condition of fixed-point rubbing.