APP下载

Life prediction of ZPW-2000A track circuit equipment based on SVDD and gray prediction

2018-12-20WANGRuifengJIANan

WANG Rui-feng, JIA Nan

(School of Automation & Electrical Engineering, Lanzhou Jiaotong University, Lanzhou 730070, China)

Abstract: Evaluation of the health state and prediction of the remaining life of the track circuit are important for the safe operation of the equipment of railway signal system. Based on support vector data description (SVDD) and gray prediction, this paper illustrates a method of life prediction for ZPW-2000A track circuit, which combines entropy weight method, SVDD, Mahalanobis distance and negative conversion function to set up a health state assessment model. The model transforms multiple factors affecting the health state into a health index named H to reflect the health state of the equipment. According to H, the life prediction model of ZPW-2000A track circuit equipment is established by means of gray prediction so as to predict the trend of health state of the equipment. The certification of the example shows that the method can visually reflect the health state and effectively predict the remaining life of the equipment. It also provides a theoretical basis to further improve the maintenance and management for ZPW-2000A track circuit.

Key words: track circuit; health state assessment; life prediction; support vector data description (SVDD); gray prediction

0 Introduction

With its wide application in railway signal system, ZPW-2000A jointless track circuit has played a direct and critical role in the efficiency and safety of railway transportation. Nowadays, artificial regular maintenance and troubleshooting are often used in the prediction and health management of track circuit. But due to lack of intelligent assessment of the equipment, it might cause under-maintenance, over-maintenance and low equipment utilization etc. Therefore, it is of great theoretical and practical meanings to improve the management level by establishing a reasonable assessment of the health state of ZPW-2000A and by predicting its life.

To solve the problem, Zhao, et al.[1]proposed a track circuit diagnosis method based on genetic algorithm, which could judge several compensation capacitor failure and channel resistance fluctuations. Wang, et al.[2]analyzed the reliability of ZPW-2000A track circuit by means of failure mode influence analysis and fault tree analysis. To improve efficiency and accuracy of track circuit fault diagnosis, Wang, et al.[3]presented a fault diagnosis model based on least squares support vector machine. Wu, et al.[4]summarized the common failures of ZPW-2000A track circuit and established a fault diagnosis system based on decision tree C4.5 algorithm and expert system. Zhang, et al.[5]proposed a method to assess the health state of ZPW-2000A track circuit equipment based on fuzzy comprehensive evaluation and realized the life prediction. In the present, however, research on the state assessment of the track circuit is mostly confined to reliability analysis and fault diagnosis.

In this paper, a new health assessment method was applied to the maintenance management of ZPW-2000A track circuit with the establishment of a health state assessment model and a life prediction model.

1 Health state assessment model

Many factors jointly cause the degradation or failure of ZPW-2000A track circuit, so its degradation mechanism becomes complicated[6]. Because of the complex relationship between factors and variables, one single variable cannot describe the health state. Therefore, this paper presents a new health state assessment model based on support vector data description (SVDD), as shown in Fig.1.

Fig.1 Health state assessment model

The steps of the establishment of health state assessment model are as follows.

1) Establishment of assessment system

The assessment system block diagram is shown in Fig.2.

Fig.2 Block diagram of assessment system

2) Determination of weight

For its strong objectivity, entropy method is used to give weight to each factor index after establishing the assessment system. Moreover, it also reflects the true level accurately[7].

3) Establishment of initial sample

As shown in Eq.(1), let the product ofxki(j) anddibe the initial normal sample set, wherexki(j) is the evaluation result of samplejin factor indexki, anddiis the corresponding weight. Taking into account the degradation curve, only the equipment less than 50% service time is selected as the reference object.

X(j)=[xk1(j)×d1,xk2(j)×d2,…,xk6(j)×d6]T.

(1)

4) Training of SVDD model

The SVDD model is trained by using the initial sample set. It can define a minimal hypersphere that contains high-dimensional mapped space sample sets and determines the radius and center of the hypersphere[8-9]. In order to reduce the impact of the deviation points, relaxation parameterξiand adjustment parameterCsare introduced, and both of them are given the default values, but the adjustment ofξiandCswill not be discussed here.

5) Indentification of boundary deviation points

The trained hypersphere can separate the health sample setXh(inside the hypersphere) and the boundary deviation sample setXu(on the surface of and outside the hypersphere) from the initial sample setX(j). Supposing there arepsamples inXhandqinXu.

6) Calculation of Mahalanobis distance

Mahalanobis distance is used to calculate the distance between different samples, which can reflect the relationship of data better and avoid the influence of data dimension[10].

First, averaging the health sample setXhas

(2)

(3)

Then, calculating the covariance of the samples with different factorskaandkbby

a,b∈[1,2,…,6].

(4)

The covariance matrixCis

(5)

The Mahalanobis distanceMDbetween the sampleX(z) and the health sample set is obtained by

(6)

7) Calculation of health index

Taking into account the relationship between the degree of deviation and the degree of health, the negative function is chosen as the conversion model[11], and then its health index is

H=100×e-bMD.

(7)

Let the averageMDofXuobtained in step 5 from the health sample isMDr, and its health index is 60, that is,HXu=100×e-bMDr=60, then

(8)

Finally, substituting Eq.(8) into Eq.(7), the health indexHcan be calculated by

(9)

2 ZPW-2000A track circuit equipment life prediction

Gray prediction theory can predict the trend of the system by analyzing the correlation between various factors in the system and finding the internal rules in the known cluttered data sequence[12]. It is widely used in the process of prediction due to various advantages such as strong adaptability and instantaneity, simple structure, fewer samples needed, etc.

The operation environment of ZPW-2000A track circuit is complex and the factors influencing health state are fuzzy and random. The health degree of ZPW-2000A track circuit can be characterized by small sample and partial information unknown, and it also has gray characteristics[13]. The life prediction of ZPW-2000A track circuit can be carried out based on gray prediction theory.

2.1 Health prediction based on gray prediction model

Let original sequencex(0)be a set composed ofnordered values asx(0)=(x(0)(1),x(0)(2),…,x(0)(n)), wherex((0)(k)=Hac(k) is the actual health index, andnis the number of sampling points.

Step 1: Calculating a new health index sequencex(1)by exerting the accumulating generation operation (AGO) on the original health index sequence, there is

x(1)=(x(1)(1),x(1)(2),…,x(1)(n)),

(10)

Step 2: Establishing gray differential equations, itsGM(1,1) is

(11)

Y=(x(0)(2),x(0)(3),…,x(0)(n))T.

(12)

k=0,1,…,n-1.

(13)

k=0,1,…,n-1.

(14)

Therefore, the predicted health index is

k=1,2,…,n.

(15)

2.2 Process of solving remaining life

Up till now, multivariate variables have been transformed into a single health index which can reflect the health state of the equipment. According to health index, the remaining life can be calculated based on gray prediction theory. The calculation process is shown in Fig.3.

Fig.3 Calculation process of remaining life prediction

Let the actual health index sequence beHac(1),Hac(2),…,Hac(nA), wherenAis the number of sampling points. The process of solving remaining life is as follows.

Analyzing the original sequence based onGM(1,1) model and then inputting the actual health index sequence into the gray prediction model, the predicted health index sequence with the number of health index prediction pointsnpis obtained as

Hpr(1),Hpr(2),…,Hpr(np).

(16)

Assuming that the equipment will not be repaired during service, the ideal health index curve generally shows three downward trends: monotone concave descent, monotone convex descent or monotonous fluctuation descent[14]. It can be seen that the trend of track circuit equipment is monotone convex downward, which is consistent with the exponential function. Substituting the predicted points into Eq.(15) and calculatingc,dandgby the least squares curve fitting method, there is

H(t)=c+degt,

c,g>0;d<0.

(17)

LetH(T′)=60, the final predicted lifeT′ of the equipment can be calculated.

Assuming that the equipment has run forT0, the remaining lifeTis

T=T′-T0.

(18)

3 Verification and analysis

3.1 Remaining life prediction of transmitter

Now, an example was chosen to verify the reasonableness of the model. For one transmitter that has retired from the track circuit, we took 36 groups of representative maintenance data from its first ten years of service as an initial sample to calculate its health index using the above methods and to predict its remaining life.

The appropriate field data were selected to calculateHandT.

1) Calculation of weights

The entropy method was used to calculate the weights of the factor indexes, and the results are shown in Table 1.

Table 1 Weights of factor indexes

2) Establishment of initial sample set

The initial sample set was established by qualitatively analyzing each factor index according to the actual situation of the equipment.

Generally, the life cycle of the transmitter is 30 years. Considering the threshold value of the final life expectancy is 95%-99.9% of the maximum value under normal working conditions[15], we chose 28.5 years as the maximum life span. As the factor index score values use percentile, the factor index score of the running time can be obtained by

Other subjective and qualitative factor index score values shown in Table 2 are graded by experts and site staffs. Combining the data from Tables 1 and 2, according to Eq.(1), the initial sample set can be calculated.

3) Training of SVDD model

The SVDD model was trained by using the initial sample set to determine the hypersphere parameters and to identify boundary deviations points. The trained health sample set and the deviated sample set are

X=[X(1),X(2),…,X(36)],

(19)

Xu=[X(4),X(6),X(8),X(10),X(11),X(23),

X(24),X(26),X(31)],

(20)

Xh(j)=X-Xu.

(21)

Table 2 Factor index scores

4) Calculation of health index

After calculating the average Mahalanobis distance from the deviated sample set to the health sample set (MDr=11.675 7) as well the coefficient (b=0.043 7) according to Eq.(8), the final health index calculation equation is

H=100×e-0.043 7×MD.

(22)

5) Prediction of health index

The original health index sequence was obtained by calculating the health index of maintenance and troubleshooting records withVt=1 (Unit: a) and by buildingGM(1,1) model, as listed in Table 3.

Table 3 Actual health index of transmitter

The data in Table 3 were input into the gray prediction model, the possible trend of the next 10 points are predicted, as shown in Table 4. The curves of the actual data and predicted health index are shown in Fig.4. It can be seen that the health index of the transmitter decreases exponentially with the running time.

Table 4 Predicted health index of transmitter

Fig.4 Predicted curves for tendency of health index

6) Solution of function

The least squares curve fitting method is used for fitting the predicted dataHprand solving the curve coefficient, and then the final health index function is

H(t)=100.554 6-1.441 9e0.124 3t.

(23)

7) Calculation of remaining life

LetH(T′)=100.554 6-1.441 9e0.124 3T′=60, thenT′=26.84 a. As known that the service timeT0=10, the remaining lifeTis

T=T′-T0=26.84-10=16.84 a.

(24)

Calculating the remaining life of the sample at each time point by using Eqs.(10)-(18), the results of the remaining life prediction of the transmitter by this method is shown in Fig.5, and the actual remaining life is given as a reference standard.

Fig.5 Prediction results of remaining life

3.2 Model verification

In order to verify the effectiveness of this method, definingMPE(k), which can measure the prediction method’s error at a single monitoring point, namely

(25)

wherePh(k) andAh(k) is the predicted remaining life and the actual remaining life of the samplehat the timek;ris the number of samples. According to Eq.(25), the smallerMPE(k), the smaller the prediction error and the higher the prediction accuracy.

Calculating the remaining life of the retired sample using Zhang’s method[5]and this method and then calculating theirMPEby Eq.(25), the comparison results of different methods are shown in Fig.6.

Fig.6 MPE comparison of different methods

As shown in Fig.6, the averageMPEby the proposed method in this paper is less than that of Zhang’s method. Moreover, its long-term prediction error is small and its curve is smooth. It is proved that this method is reasonable and advantageous, that is, this method can obtain more accurate remaining life prediction.

4 Conclusion

In this paper, a health assessment model based on SVDD has been constructed to detect health state in real time and to quantify the health state of equipment under multi-state factors. At the same time, a life prediction model based on gray prediction has been established. In this model, the health index is regarded as the input to predict the remaining life under the equipment health threshold.

1) This paper presents a new method for equipment health assessment. It can reflect the real-time health state of the track circuit equipment and make up for the shortage of the current applications, which means that it is necessary to study on the health of the track circuit equipment.

2) The predicted life curve of the track circuit equipment in this paper can accurately characterize the degradation process of health state, which state that the method is reasonable and feasible.

3) This method is convenient for maintenance personnel to grasp the equipment state more intuitively and accurately and for railway departments to provide scientific basis and guidance for maintenance decisions. It also provides a new idea and theoretical support to realize the intelligent management of railway signal equipment.