Open Access Paper
15 January 2025 Research on fast identification method of tunnel cable state based on sparse online hybrid Gaussian multi-classification algorithm
Tian Guo, Yang Zhao, Zongwu Huang, Jirong Fu
Author Affiliations +
Proceedings Volume 13513, The International Conference Optoelectronic Information and Optical Engineering (OIOE2024); 135131B (2025) https://doi.org/10.1117/12.3045508
Event: The International Conference Optoelectronic Information and Optical Engineering (OIOE2024), 2024, Wuhan, China
Abstract
In this paper, a fast tunnel cable state identification method based on a sparse online hybrid Gaussian multi-classification algorithm is proposed for real-time monitoring of the state of tunnel cables and their changes. The method first reduces the size of the training set using the data subset approximation method, then uses the hybrid Gaussian multi-classification algorithm to train the tunnel cable state fast identification model, and finally performs the parameter update online when necessary. The proposed method takes less time in the model training phase, and the trained tunnel cable state fast identification model can maintain good recognition accuracy under complex operating conditions and can be updated quickly.

1.

INTRODUCTION

With the development of urbanization, cables are more and more widely used in power systems. Compared with primary equipment such as transformers, switches, and circuit breakers, which are more centralized in the power grid, cables have a large number, long mileage, and wide distribution, and it is not easy to realize comprehensive monitoring and exact perception of their status. Moreover, the operation and maintenance management of cables has not yet formed a system, especially for 10 kV distribution cables, which are mostly randomly placed in cable trenches, which are often full of water and have poor air circulation [1]. Such a harsh operating environment is likely to cause damage to the cables, accelerating the aging of the cable insulation and leading to failures.

Therefore, it is necessary to accurately diagnose faults on faulty cables in order to formulate appropriate maintenance and disposal plans, especially for early faults, which need to be paid attention to and handled before they develop into permanent faults, so as to prevent the deterioration of cable insulation from causing serious faults [2]. For normal cables in service, it is necessary to accurately assess the state of their insulation and grasp their current state of health in order to provide a reasonable maintenance program [3]. Accurate diagnosis of cable faults and reliable assessment of cable insulation status, and comprehensive monitoring of cable status are of great significance for the timely detection of potential cable faults [4], slowing down the occurrence of permanent faults, reducing the risk of grid operation, and ensuring the reliability of power supply in the power system.

Along with the development of artificial intelligence technology in recent years, some scholars have begun to apply data-driven ideas to the research of cable fault state diagnosis, and have also achieved certain results [5]. Southwest Jiaotong University realized the identification of early cable faults based on the probabilistic neural network [6] and support vector machine [7] respectively; Wang and Lu applied a restricted Boltzmann machine and stacked autoencoder to classify cable faults in distribution networks [8]; Professor Shin Yong-jun of Yonsei University in South Korea took fault waveforms and their reflection waveforms as the research object, and extracted the three features of fault waveforms, namely, the time delay, peak voltage, and time-frequency phase difference, as the inputs of generalized regression neural network as the input of the generalized regression neural network, so as to diagnose a variety of cable fault states [9]. From this type of research, it is not difficult to find that in the field of cable fault identification, artificial intelligence has a greater potential for development [10].

Compared with the traditional electrical threshold method and other state diagnosis methods, the data-driven cable fault state method is more adaptable and robust [11]. However, the current data-driven cable fault state diagnosis method still has shortcomings such as less research on cable weak fault diagnosis [12] and lack of generalization ability of the cable fault state diagnosis model [13]. Therefore, in this paper, the identification of weak cable faults is incorporated into the diagnostic model to achieve more comprehensive cable fault state identification; the data subset approximation method is used to reduce the size of the training set and improve the model training speed. At the same time, a hybrid Gaussian multi-classification algorithm is used to train the tunnel cable state fast identification model, and the correlation between cable states is deeply explored. Finally, an online updating mechanism of the model is proposed to improve the generalization performance of the cable fault state diagnosis model.

2.

ACQUISITION OF MODEL TRAINING DATA

By analyzing the mechanism of weak and permanent faults of cables, suitable models are selected to simulate weak and permanent faults of cables. Use MATLAB or PSCAD/EMTDC to establish the cable model [14] and build the cable weak fault [15], permanent fault and overcurrent [16], and overvoltage perturbation model [17]. By simulating different cable fault conditions, different grounding resistances and forms of perturbation, the fault current, grounding current, partial discharge and other data under different conditions are obtained, and at the same time, the cable network operation temperature is obtained through the cable modem and the cable trench modeling simulation, and the monitoring quantities of the fault current, grounding current, partial discharge, and the cable network operation temperature are used as the input variable x, and the cable state is used as the output variable m, and the value of m is taken as follows:

00047_PSISDG13513_135131B_page_2_1.jpg

At the same time, cable factory experimental data, online monitoring data, and power failure detection data can be added to the database. The data under each operating condition and fault condition form the original data set. K samples are uniformly selected from the original dataset as the new dataset by the data subset approximation method.

3.

FAST IDENTIFICATION OF TUNNEL CABLE STATUS BASED ON SPARSE ONLINE HYBRID GAUSSIAN MULTI-CLASSIFICATION ALGORITHM

3.1

Gaussian mixture modeling

The input variable x and the output variable m are combined into a new vector of variables y = [xT mT], then the training set is Y = [y1, y2, …, yK]. A Gaussian mixture model of the joint probability density of the inputs and outputs is built [18]:

00047_PSISDG13513_135131B_page_2_2.jpg

where M is the number of unknown Gaussian components, j represents the jth Gaussian component, p(y) represents the probability density function of y, and p(j) represents the probability density function of j, which is calculated as follows:

00047_PSISDG13513_135131B_page_2_3.jpg

where 𝛾𝑗 is the probability weight of the jth Gaussian component, 𝛿𝑗 = {𝜂𝑗, Σ𝑗},𝑓(𝑗|𝛿𝑗) is calculated as follows:

00047_PSISDG13513_135131B_page_2_4.jpg

where e is the dimension of y, where 𝜂𝑗 is the mean vector of the jth Gaussian component, and Σ𝑗 is the covariance matrix of the jth Gaussian component. p(y/j) represents the conditional probability density function of y with respect to j:

00047_PSISDG13513_135131B_page_3_1.jpg

3.2

Acquisition of model parameters

It is first necessary to determine the range of M, i.e., to determine the maximum value, Mmax, and the minimum value, Mmin, of M. The absolute increasing log-likelihood criterion (AIL) is chosen to select the optimal Gaussian component [19]. The AIL criterion is defined as

00047_PSISDG13513_135131B_page_3_2.jpg

where log F 00047_PSISDG13513_135131B_page_3_3.jpg and log F 00047_PSISDG13513_135131B_page_3_4.jpg denote the maximum log-likelihood function of a Gaussian mixture model with M and M-1 Gaussian components, respectively, and the maximum log-likelihood function of a Gaussian mixture model with M Gaussian components is computed as follows:

00047_PSISDG13513_135131B_page_3_5.jpg

The maximum log-likelihood function for a Gaussian mixture model with M-1 Gaussian components is similar. where K is the number of samples and 00047_PSISDG13513_135131B_page_3_6.jpg is the total parameters in the complete Gaussian mixture model with M components [20].

Let M be equal to Mmax and use the K-means algorithm to initialize the parameters of the Gaussian mixture model with M Gaussian components, denoted as 00047_PSISDG13513_135131B_page_3_7.jpg.

3.2.1

EM algorithm [21] for obtaining estimated model parameters 00047_PSISDG13513_135131B_page_3_8.jpg

E step, calculate the posterior probability of the ith training sample for the jth Gaussian component at the kth iteration:

00047_PSISDG13513_135131B_page_3_9.jpg

M step, the probability weight 00047_PSISDG13513_135131B_page_3_10.jpg, mean 00047_PSISDG13513_135131B_page_3_11.jpg and covariance 00047_PSISDG13513_135131B_page_3_12.jpg of the jth Gaussian component at the (k+1)st iteration are computed:

00047_PSISDG13513_135131B_page_3_13.jpg
00047_PSISDG13513_135131B_page_3_14.jpg
00047_PSISDG13513_135131B_page_3_15.jpg

Let 00047_PSISDG13513_135131B_page_3_16.jpg, denote the (k+1)th total model parameter. The total parameters obtained from each iteration are combined to obtain the sequence {α}, where each element is α. Maximize the log-likelihood function to find the model parameters 00047_PSISDG13513_135131B_page_3_17.jpg :

00047_PSISDG13513_135131B_page_3_18.jpg

3.2.2

Calculate the corresponding absolute increasing log-likelihood criterion AIL00047_PSISDG13513_135131B_page_3_19.jpg

Remove the least probable Gaussian component and merge it to the closest Gaussian component. Select the least likely component by finding the component with the smallest mixing probability:

00047_PSISDG13513_135131B_page_3_20.jpg

Then the component s closest to the rth component is chosen.

00047_PSISDG13513_135131B_page_3_21.jpg

where the Bs function is the symmetric KL scatter between the rth Gaussian component and the other components, and the symmetric KL scatter is a common measure of the difference between probability density functions:

00047_PSISDG13513_135131B_page_4_1.jpg

The rth and sth Gaussian components are combined into a single component whose mixed probability, mean, and covariance are updated as

00047_PSISDG13513_135131B_page_4_2.jpg
00047_PSISDG13513_135131B_page_4_3.jpg
00047_PSISDG13513_135131B_page_4_4.jpg

Obtain a Gaussian mixture model with M-1 Gaussian components with initial parameters 00047_PSISDG13513_135131B_page_4_5.jpg.

Let M = M-1 and repeat EM algorithm flow if MMmin, otherwise proceed to the next step.

Obtain the optimal Mopt by maximizing the AIL.

00047_PSISDG13513_135131B_page_4_6.jpg

The final parameter estimates of the model 00047_PSISDG13513_135131B_page_4_7.jpg are obtained.

3.3

Computational model output

Assume that the new input data is xnew and the true value of the corresponding output is mnew. divide the mean vector and covariance matrix of each Gaussian component into input and output parts as follows:

00047_PSISDG13513_135131B_page_4_8.jpg

Estimate the posterior probability of each Gaussian component of the new input data:

00047_PSISDG13513_135131B_page_4_9.jpg

Compute the conditional distribution of the output of each Gaussian component of the new input data with respect to the input:

00047_PSISDG13513_135131B_page_4_10.jpg

where 00047_PSISDG13513_135131B_page_4_11.jpg and 00047_PSISDG13513_135131B_page_4_12.jpg are the mean and covariance parameters of the jth conditional Gaussian distribution, calculated as follows:

00047_PSISDG13513_135131B_page_4_13.jpg
00047_PSISDG13513_135131B_page_4_14.jpg

The conditional distributions of the test set output with respect to the inputs are combined into a single Gaussian distribution. Finally, each component is weighted and combined to obtain the final prediction of the output:

00047_PSISDG13513_135131B_page_4_15.jpg

Set the threshold function to

00047_PSISDG13513_135131B_page_5_1.jpg

Tunnel cable equipment fault state diagnosis, online monitoring equipment, and inspection robots collected cable equipment running current, grounding current, partial discharge, cable network temperature, and other monitoring quantities as the input to the cable fault state diagnosis model, to get the model output value ŷ. When ŷ=0, the cable is in the normal state, when ŷ=1, the cable is in a weak fault 1 state, when ŷ=2, the cable is in a weak fault 2 state, when ŷ=n1, the cable is in a permanent fault 1 state, when ŷ=n2, the cable is in a permanent fault 2 state, and so on.

The model is updated online when new training points are added, and the process can be regarded as a process of adding new training points one by one. When the number of samples in the training set is increased to K+1, let the added samples be yK+1=(x+1, mK+1), then the mean and covariance parameter of the jth conditional Gaussian distribution are updated as:

00047_PSISDG13513_135131B_page_5_2.jpg
00047_PSISDG13513_135131B_page_5_3.jpg

where 00047_PSISDG13513_135131B_page_5_4.jpg is Gaussian white noise with zero variance. The overall flow of the algorithm is shown in Fig. 1.

Figure. 1

General flow of the methodology

00047_PSISDG13513_135131B_page_5_5.jpg

4.

SIMULATION ANALYSIS

4.1

Evaluation indicators

The common metrics of the recognition model are accuracy, precision, recall, F1 comprehensive evaluation metrics, etc., among which accuracy is the most commonly used evaluation metric in fault recognition, which is calculated as shown below:

00047_PSISDG13513_135131B_page_5_6.jpg

where Nt is the number of samples correctly predicted by the recognition model and Nf is the number of samples incorrectly predicted by the recognition model.

The accuracy can only describe the recognition results of the recognition model for all test samples, but cannot reflect the recognition performance of the model in specific categories. In order to comprehensively assess the performance of the recognition model, the F1 comprehensive evaluation index is introduced for comprehensive evaluation.

The accuracy is calculated as follows:

00047_PSISDG13513_135131B_page_5_7.jpg

where NTk is the number of samples correctly predicted by the discriminative model in the kth category sample, and NFk is the number of samples incorrectly predicted by the discriminative model in the kth category sample.

The F1 composite evaluation index is calculated as follows:

00047_PSISDG13513_135131B_page_6_1.jpg

The larger the value of the F1 comprehensive evaluation index, the stronger the comprehensive performance of the identification model.

4.2

Experimental setup

There are 8 cable operation states set up, which are coded as shown in Table 1. The data obtained through the cable and fault modeling simulation consists of the original dataset, which has 12000 samples, of which 2000 samples obtained by changing the states other than the eight cable operation states in the table are used as test set 2, 8000 samples are selected from the remaining 1000 samples as the training set, and the remaining 2000 samples are used as test set 1.

Table 1.

Cable operation status code

Operational stateEncodings
Normal state1
Capacitor switching2
Constant impedance grounding3
Early semi-circular wave failure4
Multi-Cycle Early Failure5
Load Shedding6
Motor switching7
Excitation surge8

SVM, DT, RF, and KNN diagnostic models are used as a comparison of the proposed method. The simulation is carried out on MATLAB and the processor of the simulation device is 5800X with 32G RAM.

4.3

Simulation results and analysis

Five different methods of tunnel cable equipment fault state diagnosis models were trained using the training set, and the diagnostic results using test set 1 as the test set are shown in Fig. 2 and Table 2.

Figure. 2

Confusion Matrix for Cable Condition Diagnostic Results

00047_PSISDG13513_135131B_page_6_2.jpg

Table 2.

Failure evaluation indicator values for each method

Diagnostic modelTraining set accuracyTest Set AccuracyF1 Composite indicator
SVM91.69%90.35%89.83%
DT90.25%89.50%88.21%
RF96.48%95.75%94.54%
KNN98.43%97.50%97.06%
Proposed99.26%99.05%98.47%

In order to evaluate the generalization ability of the tunnel cable equipment fault state diagnosis models trained by each method, test set 2 is used as the test set. The diagnostic results are shown in Fig. 3 and Table 3.

Figure. 3

Confusion Matrix for Cable Condition Diagnostic Results

00047_PSISDG13513_135131B_page_7_1.jpg

Table 3.

Failure evaluation indicator values for each method

Diagnostic modelTraining set accuracyTest Set AccuracyF1 Composite indicator
SVM91.69%86.65%86.20%
DT90.25%85.70%83.63%
RF96.48%90.25%88.78%
KNN98.43%91.25%89.37%
Proposed99.26%97.70%97.14%

The simulation results of each method show that the proposed sparse online hybrid Gaussian multi-classification algorithm-based tunnel cable state fast identification method has higher identification accuracy than the SVM, DT, RF, and KNN-based tunnel cable state identification methods, especially in the new operating conditions, the cable fault identification algorithms based on MLRM, SVM, and ANN produce larger measurement errors, but the proposed recognition algorithm has a smaller increase in the cable fault state recognition error, which indicates that it is more capable of adapting to new operating conditions, i.e., the generalization ability of this soft sensor is stronger.

The hybrid Gaussian process is the union of multiple Gaussian components, and the number of Gaussian components is the number of different operating conditions of the system, so different from the general global identification, the hybrid Gaussian will automatically identify the number of operating conditions, and judge the current operating conditions during the actual measurement, so as to select the corresponding Gaussian components. Due to the huge difference between different operating conditions, global regression methods often cannot maintain high prediction accuracy over the whole operating domain, and the hybrid Gaussian process divides the whole operating domain and maintains good prediction performance in each operating condition.

Since it is generally not possible for the training set to contain all cable states, the online updating capability of the model becomes more important. In this paper, we introduce an online updating mechanism for the model, which can introduce new training data and update the model faster, without the need to start the whole model training process from scratch. Therefore, the proposed method can still maintain a good recognition accuracy under new operating conditions.

The model training time of each method is shown in Table 4:

Table 4.

Model training time for each method (unit: s)

SVMDTRFKNNProposed
5.7864.7614.3276.5431.263

From the above table, it can be seen that the model training time of the proposed method is the shortest. Since the training time of the hybrid Gaussian multi-classification algorithm has a linear relationship with the third power of the size of the training samples, the introduction of the sparse technique in the proposed method in this paper can greatly reduce the training time of the model in the case of a small increase in the error, which provides the possibility of online identification of the cable fault status.

5.

SUMMARY

In this paper, a fast identification method of tunnel cable status based on a sparse online hybrid Gaussian multi-classification algorithm is proposed. The main novelty of the method is the use of a sparse online hybrid Gaussian multi-classification algorithm for modeling the fast tunnel cable condition identification model. The results show that for the tunnel cable state diagnosis problem with complex operating conditions and high dimensionality of variables, the method has high accuracy and efficiency, and can quickly obtain the current state of the tunnel cable.

6.

ACKNOWLEDGEMENT

This paper was completed with the financial support from the fund of State Grid Beijing Electric Power Company’s scientific and technological project “Research and Application of Key Technology for Intelligent Inspection of Large Urban Cable Tunnels Based on Panoramic Lidar Technology” (520246230002).

7.

7.

REFERENCES

[1] 

Zhou, Chengke, Huajie Yi, and **ang Dong, “Review of recent research towards power cable life cycle management,” High voltage, 2 (3), 179 –187 (2017). https://doi.org/10.1049/hve2.v2.3 Google Scholar

[2] 

Chen, **aolong, et al., “BN-RA: a hybrid model for risk analysis of overload-induced early cable fires,” Applied Sciences, 11 (19), 8922 (2021). https://doi.org/10.3390/app11198922 Google Scholar

[3] 

Song, Yuxuan, et al., “Online multi-parameter sensing and condition assessment technology for power cables: A review,” Electric Power Systems Research, 210 108140 (2022). https://doi.org/10.1016/j.epsr.2022.108140 Google Scholar

[4] 

Benesl, Lukas, et al., “Cable monitoring using broadband power line communication,” Sensors, 22 (8), 3019 (2022). https://doi.org/10.3390/s22083019 Google Scholar

[5] 

Huo, Yinjia, et al., “Advanced smart grid monitoring: Intelligent cable diagnostics using neural networks,” in 2020 IEEE International Symposium on Power Line Communications and its Applications (ISPLC), (2020). Google Scholar

[6] 

Chi, Peng, et al., “A CNN recognition method for early stage of 10 kV single core cable based on sheath current,” Electric Power Systems Research, 184 106292 (2020). https://doi.org/10.1016/j.epsr.2020.106292 Google Scholar

[7] 

Zhu, Wenwei, et al., “Anchor Fault Identification Method for High-Voltage DC Submarine Cable Based on VMD- Volterra-SVM,” Energies, 16 (7), 3053 (2023). https://doi.org/10.3390/en16073053 Google Scholar

[8] 

Wang, Ying, et al., “Cable incipient fault identification using restricted Boltzmann machine and stacked autoencoder,” IET Generation, Transmission & Distribution, 14 (7), 1242 –1250 (2020). https://doi.org/10.1049/gtd2.v14.7 Google Scholar

[9] 

Kwon G Y, Lee C K, Shin Y J., “Diagnosis of shielded cable faults via regression-based reflectometry[J],” IEEE Transactions on Industrial Electronics, 66 (3), 2122 –2131 (2018). https://doi.org/10.1109/TIE.41 Google Scholar

[10] 

Kumar, Haresh, et al., “A Review on the Classification of Partial Discharges in Medium-Voltage Cables: Detection, Feature Extraction, Artificial Intelligence-Based Classification, and Optimization Techniques,” Energies, 17 (5), 1142 (2024). https://doi.org/10.3390/en17051142 Google Scholar

[11] 

Tang, Zehua, et al., “Multi-source data-cooperated neutral low-resistance grounding cable grid faulty segment identification,” IEEE Transactions on Power Systems, 37 (2), 1413 –1424 (2021). https://doi.org/10.1109/TPWRS.2021.3106691 Google Scholar

[12] 

Laib, Abderrzak, et al., “Enhanced artificial intelligence technique for soft fault localization and identification in complex aircraft microgrids,” Engineering Applications of Artificial Intelligence, 127 107289 (2024). https://doi.org/10.1016/j.engappai.2023.107289 Google Scholar

[13] 

Liu, Qing, et al., “Health Assessment of HV Cable Based on Data Correlation Analysis and Fuzzy Rules Joint Algorithm,” in 2022 6th International Conference on Power and Energy Engineering (ICPEE), (2022). Google Scholar

[14] 

Smith, Dominic M., Lee S. Cunningham, and Lujia Chen, “Efficient finite element modelling of helical strand cables utilising periodicity,” International Journal of Mechanical Sciences, 263 108792 (2024). https://doi.org/10.1016/j.ijmecsci.2023.108792 Google Scholar

[15] 

Lyu, Kehong, et al., “Mechanism analysis and dynamic model construction of intermittent fault of weak-current aviation cable under vibration stress,” Advances in Mechanical Engineering, 14 (3), (2022). https://doi.org/10.1177/16878140221074820 Google Scholar

[16] 

Wang, Xudong, et al., “Overcurrent tests and numerical simulations on a 66-kV-class RE123 high-temperature superconducting model cable,” IEEE transactions on applied superconductivity, 22 (3), 5800904 –5800904 (2011). https://doi.org/10.1109/TASC.2011.2178973 Google Scholar

[17] 

Ren, Hongtao, and Ying Zhang, “Analysis on switching overvoltage and suppression method of cable joint in 500 kV cable line,” Energy Reports, 7 567 –575 (2021). https://doi.org/10.1016/j.egyr.2021.08.004 Google Scholar

[18] 

Yuan, Ziyun, et al., “Knowledge-informed Variational Bayesian Gaussian mixture regression model for predicting mixed oil length,” Energy, 285 129248 (2023). https://doi.org/10.1016/j.energy.2023.129248 Google Scholar

[19] 

Saves, Paul, et al., “A mixed-categorical correlation kernel for Gaussian process,” Neurocomputing, 550 126472 (2023). https://doi.org/10.1016/j.neucom.2023.126472 Google Scholar

[20] 

Ghahroodi, Z. Rezaei, R. Aliakbari Saba, and T. Baghfalaki, “Gaussian copula–based regression models for the analysis of mixed outcomes: an application on household’s utilization of health services data,” Journal of Statistical Theory and Applications, 18 (3), 182 –197 (2019). Google Scholar

[21] 

Wu, Di, and **wen Ma., “A two-layer mixture model of Gaussian process functional regressions and its MCMC EM algorithm,” IEEE Transactions on Neural Networks and Learning Systems, 29 (10), 4894 –4904 (2018). https://doi.org/10.1109/TNNLS.2017.2782711 Google Scholar
(2025) Published by SPIE. Downloading of the abstract is permitted for personal use only.
Tian Guo, Yang Zhao, Zongwu Huang, and Jirong Fu "Research on fast identification method of tunnel cable state based on sparse online hybrid Gaussian multi-classification algorithm", Proc. SPIE 13513, The International Conference Optoelectronic Information and Optical Engineering (OIOE2024), 135131B (15 January 2025); https://doi.org/10.1117/12.3045508
Advertisement
Advertisement
RIGHTS & PERMISSIONS
Get copyright permission  Get copyright permission on Copyright Marketplace
KEYWORDS
Data modeling

Statistical modeling

Diagnostics

Back to Top