Abstract
The state of an expressway bridge’s electromechanical system is crucial to the safety and efficiency of the expressway. Efficient identification of faults in these systems facilitates timely operation and maintenance. Accurately and robustly classifying faults in the electromechanical systems of expressway bridges, given the vast data dimensions and limited fault samples, is a challenging task. In this paper, we comparatively study several typical neural network models. Firstly, we construct the electrical information matrix of the expressway bridge electromechanical system as a tree structure. Secondly, recurrent neural network, gated recurrent unit, and long short-term memory (LSTM) are exploited as base models for comparison. Thirdly, we propose a new network architecture called the fused stack sparse long short-term memory (FSS-LSTM) network, which incorporates sparsity constraints into multi-layer LSTM, and apply this model to the fault classification of expressway bridge electromechanical systems. Finally, comparative experiments using supervisory control and data acquisition (SCADA) data from the Taizhou Yangtze River Bridge in China are conducted. Experiment results demonstrate that the proposed FSS-LSTM network outperforms other models in fault classification, achieving macro-recall, macro-precision, and macro-F1 scores of 0.9344, 0.9283, and 0.9313, respectively. Among the three fault classes—strain, overcurrent, and other external failures—the strain fault is the most difficult to classify. The proposed FSS-LSTM network achieved over 92.61% accuracy for strain faults, and 97.88% and 97.12% accuracy for the other two classes, respectively.
Keywords
Introduction
The detection and classification of faults in the electromechanical systems of expressway bridges in real-time has become an urgent issue in intelligent expressway management. Recent research on fault state recognition has primarily focused on three aspects: recognition based on equipment parameters, characteristic curves, and parameters of the electric power system. In fault recognition based on equipment parameters, simple thresholding techniques are often employed alongside fundamental technologies such as fast Fourier transform, spectrum analysis, and other signal processing tools However, because front-end parameter acquisition techniques vary between devices, this method cannot be easily generalized to different scenarios. Fault state recognition based on the characteristic curves of electromechanical equipment involves estimating the system state by establishing a mathematical model based on multi-parameter observations. Techniques such as dielectric strength, dissolved gas analysis, and infrared imaging have been proposed for diagnosing equipment aging or early faults (1–3). Yu et al. analyzed factors leading to mechanical and electrical equipment failures on expressways, using multiple regression analysis and TFA to evaluate environmental influences ( 4 ). Chen et al. extracted motor power curves under seven operating states and used XGBoost and K-nearest neighbor algorithms for system state identification ( 5 ). Iman et al. used vibration, current, temperature, and acoustic data to comprehensively classify the machine’s health, combined with time-domain characteristics to improve accuracy ( 6 ). Fault identification based on characteristic curves usually requires additional equipment for targeted feature collection, making it impractical for large highway bridge systems with various equipment and complex environments. Fault identification based on electric power system parameters involves analyzing the parameters of the electromechanical system to estimate its operating state, which can make good use of the system fault information contained in electrical signals.
This paper aims to design a neural network model with strong learning ability and robustness based on recurrent neural network (RNN) and feature encoding, enabling fault classification using time-series parameters of expressway bridge power systems. The rest of this paper is organized as follows. The next section discusses the related work on pavement distress detection. The section after that analyzes the electrical data structure of highway bridge electromechanical systems and constructs the electrical information matrix, introduces three types of recurrent network structures for fault classification, and describes the structure of the fused stack sparse long short-term memory (FSS-LSTM) network for fault classification. The penultimate section presents experiments conducted on the models. The final section concludes the paper.
Related Works
Fault identification based on electric power system parameters involves analyzing the parameters of the electromechanical system to estimate its operating state. A variety of methods have been applied to the fault diagnosis and prognosis of motor and power systems, including autoregressive models, support vector machines, random forest, multi-agent systems, expert systems for fault diagnosis, and dynamic weighted probability ( 7 , 8 ). In recent years, neural networks have been employed for fault prognosis owing to their capabilities in complex feature extraction and knowledge transfer. Specifically, novel architectures for fault prognosis based on deep learning and multivariate time-series data have been proposed ( 9 ). Grüner et al. compared the performance of traditional methods, integration methods, and deep learning methods in fault detection and classification of electromechanical drive systems, and argued that non-deep learning methods are competitive on some datasets ( 10 ). RNN and their variants such as LSTM have been used for microgrid power load prediction (11–13). Georgoulopoulos et al. noted the strong potential of deep learning in equipment failure prediction, although research in this area remains limited ( 14 ). Zhang et al. proposed a time-shifting based hypergraph neural network for classifying fault types in electromechanical coupled systems ( 15 ). Li et al. proposed an adaptive time–frequency memory cell, which integrates wavelet transform with LSTM for fault detection ( 16 ). Ji et al. proposed a novel fault diagnosis method combining DenseNet and LSTM networks, using the dense block of DenseNet to detect the subtle changes of three-phase voltage and zero-sequence current ( 17 ). For feature engineering, Wei et al. used kernelized extreme learning machine (KELM) for fault prediction based on partial discharge signal expressions ( 18 ). Zhao et al. combined feature engineering with convolutional neural networks (CNNs) for fault classification, achieving high accuracy but struggling with sudden faults because of insufficient sensitivity in edge feature extraction ( 19 ). The pursuit of such diagnostic accuracy and its practical validation can be informed by rigorous standards from related fields, such as the performance benchmarks established for traffic simulation calibration ( 20 ). Mujeeb et al. identify high-risk locations across space and time using the space–time cube method ( 21 ). Zhu et al. noted the main problems of existing deep-learning-based intelligent fault diagnosis research are summarized as small-size sample imbalance and transfer fault diagnosis ( 22 ).
To summarize, the context and spatial relationships of data significantly affect fault identification in electromechanical systems. However, CNNs are less sensitive to edge feature extraction, making their performance inferior to RNNs in feature perception. RNNs have evolved into more sophisticated structures such as LSTM and gated recurrent unit (GRU). Variants such as bidirectional LSTM (BiLSTM) have shown good results in specific problems, but the high data dimensionality and limited fault samples in expressway electromechanical systems present challenges in developing robust fault identification algorithms.
Methodology
Construction of Electrical Information Matrix of Expressway Bridge Electromechanical System
The supervisory control and data acquisition (SCADA) data of the expressway bridge electromechanical system is organized in a tree structure. This structure primarily includes three levels—monitoring sub-station, distribution equipment, and electrical parameters of sub-station—as shown in Figure 1. The SCADA system collects electrical parameters from front-end equipment every hour, resulting in 25 sampling points each day from 0 to 24 h. The collection targets include integrated relay protection equipment, 6 kV incoming lines, low-voltage main switch loops, 0.4 kV feeders, generator outputs, field lighting loops, and uninterruptible power supply systems. The parameters collected include three-phase voltage, current, active power, reactive power, power factor, and frequency.

Electromechanical system structure of expressway bridges.
To transform the large volume of cluttered electrical data from expressway bridges into an informative matrix for further analysis, this paper applies standard data processing techniques to cluster and organize the data. The data from the same sub-station are clustered by distribution equipment or loop, and the parameters are arranged in the order of current, voltage, active power, reactive power, power factor, and frequency. Based on the interval arrangement characteristics of parameters and state data, the state matrix and parameter matrix are separated from the information matrix by circulation. The parameter matrix sorted by time step t is shown in Table 1.
Examples of Electrical Parameter Matrix of Expressway Bridge Electromechanical System
The state matrix consists of binary values (0 and 1), indicating whether each device is operating normally. The parameter matrix contains specific electrical quantities. Because of the wide fluctuation in value ranges, minimum-maximum normalization is used to map the values to a range of 0–1, and Z-score normalization is applied to standardize the data to a dimensionless set conforming to a normal distribution. Table 1 provides an example of the electrical parameter information matrix of the electromechanical system of an expressway bridge. Based on the characteristics of actual mechanical and electrical system fault maintenance records and electrical data, the reflected fault types are categorized into three main types:
Overcurrent (F = 0): Excessive use of electrical facilities leads to a sharp increase in the load on some lines in a short time, resulting in trip faults.
Equipment strain (F = 1): Trip faults caused by equipment defects or aging, line aging, and insulation performance degradation.
Other external failures (F = 2): Trip failures caused by thunderstorms, human-caused damage, and so forth, manifesting as short-term loss of electrical data and extremely high overvoltage caused by many bound charges.
Recurrent Neural Network for Fault Classification Model (RNN-FCM)
RNNs have demonstrated excellent performance in feature extraction from time series data. This section examines fault classification models for electromechanical systems based on three typical types of RNN. The proposed structure of a simple RNN for fault classification is illustrated in Figure 2 (
23
). Compared with the classical RNN structure, this study modifies the input and hidden layers in the simple RNN-FCM. A dense layer is added after the output layer, and a Softmax layer is used as the classifier for the feature vector, producing the confidence levels for each category. As shown in Figure 2, the input

Recurrent neural network (RNN) for fault classification: (a) block construction and (b) RNN.Note:hi = hidden state; f = activation function; xi = station parameter; yi = output feature; Wi = weight matrix; bi = bias; Ti= input matrix.
Gated Recurrent Unit for Fault Classification Model (GRU-FCM)
GRU, proposed in 2014, is a structure of RNN (
24
). The GRU-FCM of expressway bridges electromechanical systems is shown in Figure 3. Reset gate

Gated recurrent unit (GRU) for fault classification: (a) block construction and (b) GRU.Note: hi = hidden state; ug = update gate; rg = reset gate; xi = station parameter; yi = output feature; Wi = weight matrix; bi = bias; Ti = input matrix.
Long Short-Term Memory for Fault Classification Model (LSTM-FCM)
LSTM is a temporal RNN ( 25 ). The LSTM-FCM of expressway bridges’ electromechanical systems is shown in Figure 4. Input gate ig, forgetting gate fg, and output gate Og to control the update and transmission of hidden state hi and kernel state ci in the block construction of LSTM-FCM, as shown in Figure 4a. In Figure 4b, the input layer and hidden layer of LSTM-FCM are adjusted. The input Ti with size (X,t) is the electrical information matrix at each moment, where X is the total parameters of each sub-station. The weight of hidden layer (Wi,bi) is whose size is 64. yn is the output at the last time point with size (64,t) and is compressed into (3,t) by the dense layer. Each dimension of the output vector represents the classification confidence to the information matrix at the input time t. The type of fault is classified by Softmax classifier.

Long short-term memory (LSTM) for fault classification: (a) block construction and (b) LSTM.Note:hi = hidden state; ci = cell state; ig = input gate; og = output gate; fg = forgetting gate; xi = station parameter; yi = output feature; Wi = weight matrix; bi = bias; Ti = input matrix.
The process of real-time classification of electromechanical systems fault states of expressway bridges by RNN-FCM, GRU-FCM and LSTM-FCM is as follows:
2) Data features are extracted, added, and diminished layer-by-layer until the last moment through the recurrent unit of RNN-FCM, GRU-FCM, and LSTM-FCM.
3) According to maximum likelihood estimation, the loss function is shown in Equation 3. The network is trained iteratively using gradient descent to update the parameters and minimize the loss function.
Fused Stack Sparse Long Short-Term Memory (FSS-LSTM) Network for Fault Classification of Expressway Bridge Electromechanical System
To improve the classification efficiency and learning ability of discrete data, this paper proposes a sparse connection and stack structure for LSTM, inspired by the stacked sparse auto-encoder ( 26 ). Sparse connection involves adding sparsity constraints between two layers, so that some nodes participate in parameter transmission and calculation, while others are suppressed, as shown in Figure 5b. Compared with the full connection in Figure 5a, sparse connection can learn super-complete vectors to represent the input features. The method of implementing the sparsity constraint is as follows. The sigmoid function is set as the activation function for the hidden layer, with a value range of [0, 1]. In this context, a value of 1 indicates that the node is active, while a value of 0 indicates that the node is inactive. To measure the relationship between the average activation output of hidden layer nodes and the desired sparsity ρ, Kullback-Leibler (KL) divergence is introduced:
where
Generally,
Sparse constraint is achieved by adding KL into the loss function as a regular term:
where
J = the loss function,
W = the weight of the network,
b = the bias term,
s = the number of nodes in the hidden layer.

Structures of: (a) full connection and (b) sparse connection.Note:xi = Layer N neuron; hi = Layer N+1 neuron; bi = bias.
Figure 6a details the single computing unit of the FSS-LSTM network at time t. The entire structure of the FSS-LSTM network is shown in Figure 6b. Compared with conventional LSTM, the FSS-LSTM network increases computing layers and incorporates sparsity. The output feature vectors of the single computing unit

Structure of fused stack sparse long short-term memory (FSS-LSTM) networks for fault classification of expressway electromechanical systems: (a) single computing cell unit and (b) network structure in time dimension.Note:ht = hidden state; ct = cell state; ig = input gate; og = output gate; fg = forgetting gate; xt = station parameter; yt = output feature; Wi = weight matrix; bi = bias; t = time dimension.
The specific working process of the FSS-LSTM network is as follows:
In a single operation unit of the FSS-LSTM network, the input has a size of (x,t), where x is the parameter size of the electrical information matrix, and t is the time dimension. Feature calculation and extraction are carried out by the forget gate, input gate, and output gate, respectively. The first hidden layer of the FSS-LSTM has a size of 128, so the output has a size of (128,t). This hidden layer extracts features from the input parameter matrix, which are compressed into a low-dimensional vector with size 128 by the recurrent units. The output features are passed upward at each time step t.
The first hidden layer and the second hidden layer of the FSS-LSTM network are connected by a sparse weight with an initial value of 0.5. The input size of the second hidden layer is (128,t), and the computational dimension is 64. Each time node passes the kernel state and hidden state to the next node but does not output features upward.
The output at time t with a size of (64,t) enters the fully connected layer of the FSS-LSTM network, which compresses the 64-dimensional features into 3-dimensional features. The output size of the entire model is (3,t), representing the corresponding classification confidence at each time step t.
The proposed FSS-LSTM network can classify electromechanical system faults of expressway bridges in real time. For example, when t = 1, the input vector has a size of (x,1) and the output dimension of the first layer is (128,1), which can be considered a one-dimensional vector. The output dimension of the second layer is (64,1), representing the output feature of a single moment. After processing through a fully connected layer and a Softmax classifier, a 3-dimensional vector is output as the classification result.
Experiments
In this section, we conducted experiments to evaluate the performance of the aforementioned neural networks for fault classification using the SEU Electromechanical System Dataset. This dataset was collected from the SCADA system of the Taizhou Yangtze River Bridge electromechanical system, a large-span bridge across the Yangtze River in China, with a two-way six-lane expressway. The bridge comprises 13 sub-stations: North_Bridge_Mainline, Gao_Gang, North_Anchor, North_Tower, Central_Tower, South_Tower, South_Anchor, Yang_Zhong, South_Bridge_Mainline, Yao_Bridge, New_Bridge, Xiao_Huang_Shan_Service_Area, and Meng_He. The fault types were determined by collecting and analyzing the electrical time sequence data. The data was collected from January 1, 2017, to December 30, 2020, totaling 36,150 h. The electromechanical system generates electrical data logs every hour, resulting in 36,150 sampling points in the time series. The feature dimension for the experiments in this paper is 800, although other electromechanical systems may have different feature dimensions based on specific conditions. The number of fault samples (hours) for each sub-station are as follows: 1,039, 210, 156, 1,178, 141, 147, 302, 326, 304, 283, 452, 374, and 493, respectively. Based on the maintenance records of the Taizhou Yangtze River Bridge expressway’s electromechanical system, the failure types are categorized into overload (F = 0), equipment strain (F = 1), and other external failures (F = 2). The total number of fault samples is 6,081, with 3,117 samples for overcurrent, 907 samples for equipment strain, and 1,715 samples for other external failures. The data from m time steps before the fault occurrence is used to form an electrical parameter matrix as the fault sample. For instance, if m = 150, the dimension of a fault sample is (150,800).
The following experiments were conducted using Jupyter Notebook (Ipython) with Python 3.6 and Keras 2.1 deep-learning packages (TensorFlow as the backend), and relied on modules such as Pandas 1.1.5, Numpy 1.19, and Matplotlib 3.3. The computer used for the experiments was configured with an Intel(R) Core™ i7-10710 CPU @ 1.10 GHz (1.61 GHz) and 32 GB of RAM.
Comparative Experiments of RNN-FCM, GRU-FCM and LSTM-FCM Networks
To analyze the adaptability and convergence of the RNN-FCM, LSTM-FCM, and GRU-FCM networks with different optimizers, this study selected stochastic gradient descent (SGD), Adam, and Nadam for the experiments. Figure 7 shows the convergence curves of the RNN-FCM network with different optimizers, where Figure 7a illustrates the changes in training loss over time, and Figure 7b shows the validation loss. As depicted in Figure 7, the convergence curves of SGD declined more slowly than those of the other two optimizers, exhibiting significant fluctuations within the first 12 training epochs, and finally converging at the 20th epoch. The validation loss of SGD was notably higher than that of Adam and Nadam. The training loss and validation loss for the Adam and Nadam optimizers are approximately the same on the final convergence curve, but Nadam requires more time to converge.

Convergence curves of recurrent neural network for fault classification model (RNN-FCM) using optimizer of stochastic gradient descent (SGD), Adam, and Nadam: (a) train_loss and (b) validation_loss.
The training accuracy of the SGD, Adam, and Nadam optimizers for the RNN-FCM, LSTM-FCM, and GRU-FCM networks is shown in Table 2. GRU-FCM performs well on the training set but worse than LSTM-FCM on the validation set, indicating that GRU-FCM is overfitting. LSTM-FCM achieves higher validation accuracy when using the Adam optimizer, reaching 95.8% on the training set and 88.8% on the validation set. To test the stability and robustness of the RNN-FCM, GRU-FCM, and LSTM-FCM networks, 100 time series sampling experiments were performed using the SEU Electromechanical System Dataset. In each experiment, 20% of the data samples were randomly selected, with the first 60% as the training set, the middle 20% as the validation set, and the remaining 20% as the test set. The average test accuracy of the RNN-FCM, GRU-FCM, and LSTM-FCM networks was calculated. The results of the cross-validation experiments are shown in Figure 8. In Figure 8a, the accuracy of LSTM-FCM reaches 89.73%, outperforming the RNN-FCM and GRU-FCM networks. As shown in Figure 8b, the box plot of the LSTM-FCM network has a smaller distribution span and a higher average accuracy than the other two models.
Accuracy Comparison of Recurrent Neural Network Fault Classification Model (RNN-FCM), Gated Recurrent Unit Fault Classification Model (GRU-FCM), and Long Short-Term Memory Fault Classification Model (LSTM-FCM)
Note: SGD = stochastic gradient descent; train-acc = training accuracy; val-acc = validation accuracy.

Cross validation accuracy comparison of recurrent neural network fault classification model (RNN-FCM), gated recurrent unit fault classification model (GRU-FCM), and long short-term memory fault classification model (LSTM-FCM): (a) bar plots of classification rates and (b) box plots of classification rates.
Comparative Experiments of FSS-LSTM and Other Networks
All experiments were implemented on a PyTorch framework with an NVIDIA GPU. The sequence length was set to 64 (matching the sampling interval and temporal resolution of SCADA monitoring data); batch size was fixed at 32. The optimizers were adopted with an initial learning rate of 1 × 10−3, momentum parameters β1 = 0.9, β2 = 0.999, and no learning rate decay during training. The model was trained for 100 epochs with an early-stop patience of 10 epochs to avoid overfitting. For the FSS-LSTM structure: the hidden dimension of each LSTM layer was 128, a dropout rate of 0.2 was applied between hidden layers, and the sparse constraint coefficient was set to 0.5 to balance feature sparsity and classification performance.
To analyze the adaptability and convergence of the FSS-LSTM network with different optimizers, this experiment applied both the Adam optimizer and the Nadam optimizer to train the FSS-LSTM for 15 epochs with a batch size of 64. The training process of the FSS-LSTM model using the Adam and Nadam optimizers is shown in Figure 9. The training curves for both optimizers are similar, but the validation loss for the Nadam optimizer fluctuates significantly. After 15 epochs, the validation loss for the Adam optimizer increases slightly, indicating potential overfitting. Regardless of whether the Adam or Nadam optimizer is used, the training accuracy and validation accuracy of the FSS-LSTM network can reach 96% and 93%, respectively. However, the convergence curve for the Adam optimizer is more stable.

Convergence curves of fused stack sparse long short-term memory (FSS-LSTM) using Adam and Nadam optimizers: (a) train_loss and (b) validation_loss.
The performance advantages of the FSS-LSTM network were verified through contrast experiments. The failures included overload (F = 0), equipment strain (F = 1), and other external faults (F = 2). Twenty percent of the dataset was used for testing. The total number of failed nodes (hours) per substation test sample was 212, 34, 28, 250, 25, 28, 66, 61, 60, 55, 98, 61, and 109, respectively. Generally, the experimental dataset is not shuffled. However, because the fault samples of some substations are unevenly distributed over time, we divided the dataset into two or three blocks to ensure that the test set includes all three fault types while maintaining the order of samples within each block. Blocks were not allowed to overlap to avoid data leakage. Given the data imbalance, a macro-average was used to evaluate model performance, as shown in Equation 6.
As shown in Table 3 and Figure 10, the comprehensive performance of the FSS-LSTM network is superior to the other four models, with macro-recall, macro-precision, and macro-F1 reaching 0.9400, 0.9348, and 0.9371, respectively. In time consumption, FSS-LSTM takes longer because of the increased computational complexity and test time resulting from the depth and sparsity of the network, but it is still faster than BiLSTM-FCM.Compared with the other four models, the box plot of FSS-LSTM shows a smaller distribution span and a higher average value, indicating greater stability.
Comprehensive performance comparison of: Fused Stack Sparse Long Short-Term Memory (FSS-LSTM), Long Short-Term Memory Fault Classification Model (LSTM-FCM), Gated Recurrent Unit Fault Classification Model (GRU-FCM), Bidirectional Long Short-Term Memory Fault Classification Model (BiLSTM-FCM), and Kernelized Extreme Learning Machine Fault Classification Model (KELM-FCM)

Box plots of classification accuracy of fused stack sparse long short-term memory (FSS-LSTM), gated recurrent unit fault classification model (GRU-FCM), long short-term memory fault classification model (LSTM-FCM), bidirectional long short-term memory fault classification model (BiLSTM-FCM), and kernelized extreme learning machine (KELM).
The comparison of F1 scores for the five networks is shown in Figure 11. When F = 0, FSS-LSTM has the highest F1 score, mainly because faults classified as F = 0 are caused by an increased load on the line, which is characterized by a sharp increase in electrical parameters. When F = 1, the F1 score of FSS-LSTM is relatively low, mainly because the transient fluctuation characteristics of electrical data caused by equipment strain are not significant. The F1 scores of FSS-LSTM, LSTM-FCM, GRU-FCM, and BiLSTM-FCM show little difference in this case. For F = 2, which represents other external faults often manifested as damage to individual devices, FSS-LSTM and BiLSTM-FCM significantly outperform LSTM-FCM and GRU-FCM in F1 score. This indicates that the increased complexity of the model improves its ability to capture local feature changes effectively.

Comparison of F1 score of fused stack sparse long short-term memory (FSS-LSTM), gated recurrent unit fault classification model (GRU-FCM), long short-term memory fault classification model (LSTM-FCM), bidirectional long short-term memory Fault Classification Model (BiLSTM-FCM), and Kernelized Extreme Learning Machine Fault Classification Model (KELM-FCM): F = 0 (overcurrent), F = 1 (strain), and F = 2 (other external failures).
Table 4 shows the confusion matrix of the FSS-LSTM. Each row represents the actual category, and each column represents the predicted category. Individual classification accuracy values are calculated for all fault types. The classificaiton accuracy of fault label F = 0 is 97.88%. F = 1 has an accuracy of 92.61%, and F = 2 reaches 97.12%. The highest accuracy is observed for F = 0, mainly because faults classified as F = 0 are caused by an increased load on the line, which is characterized by a sharp increase in electrical parameters. The classification accuracy for F = 1 is relatively lower, primarily because the transient fluctuations in electrical data caused by equipment strain do not exhibit significant characteristic changes.
The Confusion Matrix of Fused Stack Sparse Long Short-Term Memory (FSS-LSTM) (%)
Conclusion
This paper develops an FSS-LSTM network for accurate and robust fault classification of electromechanical systems. First, SCADA data are utilized to construct an electrical information matrix, enabling the identification of complex and diversified operating states of the target electromechanical system. Second, the novel FSS-LSTM architecture is proposed by integrating sparsity constraints and temporal output fusion into a multi-layer LSTM framework, with performance comparisons conducted against GRU-FCM, LSTM-FCM, BiLSTM-FCM, and KELM-FCM models. Finally, comparative experiments are performed using SCADA data derived from the electromechanical centralized control system of the Taizhou Yangtze River Bridge.
Experiment results validate that the proposed FSS-LSTM network achieves superior fault classification performance for highway electromechanical systems over the four benchmark models. The electrical data employed are collected from the full substation, covering faults of distribution lines and equipment while excluding specific electromechanical equipment faults. The deployment of intelligent electromechanical fault classification can improve operational efficiency and reduce safety risks to highway operations caused by system failures.
This method enables proactive maintenance and early anomaly identification, which effectively reduces unexpected downtime and extends the service life of key electromechanical equipment. It also provides a reliable data-driven decision-making basis for the daily operation and maintenance of large-scale transportation infrastructure.
Notably, the imbalanced distribution of fault samples restricts the model’s recognition accuracy for minority fault categories. Despite satisfactory macro-average metrics, enhancing the classification accuracy of minority classes is critical for electromechanical maintenance. Additionally, targeted strategies, including optimized time-series sampling techniques and cost-sensitive learning, will be explored to alleviate the data imbalance issue in the future.
Footnotes
Acknowledgements
The authors would like to thank the Transportation Technology Project of Shaanxi Province. Their assistance is gratefully acknowledged.
Author Contributions
The authors confirm contribution to the paper as follows: Methodology, Formal analysis, Resources, Writing – original draft: Yang Liu; Conceptualization, Funding acquisition, Supervision, Writing – review & editing: Chihang Zhao; Data curation, Investigation, Validation: Zichen Qian. All authors reviewed the results and approved the final version of the manuscript.
Declaration of Conflicting Interests
The authors declared no potential conflicts of interest with respect to the research, authorship, and/or publication of this article.
Funding
The authors disclosed receipt of the following financial support for the research, authorship, and/or publication of this article: this article was supported by the Transportation Technology Project of Shaanxi Province (Grant No. 23-09X).
