Method for Monitoring Service State of Switch Rail Based on Feature Fusion
20230176016 · 2023-06-08
Assignee
Inventors
- Weixu LIU (Hangzhou, CN)
- Zhifeng TANG (Hangzhou, CN)
- Xiang ZHAO (Hangzhou, CN)
- PENGFEI ZHANG (Hangzhou, CN)
- Fuzai LV (Hangzhou, CN)
Cpc classification
B61K9/10
PERFORMING OPERATIONS; TRANSPORTING
G01N2291/044
PHYSICS
B61L1/00
PERFORMING OPERATIONS; TRANSPORTING
G01N2291/0258
PHYSICS
International classification
G01N29/44
PHYSICS
Abstract
A method for monitoring a service state of a switch rail based on feature fusion includes: mounting an ultrasonic guided wave monitoring apparatus on the switch rail to perform online defect identification and simulation of the switch rail, and establishing a baseline signal library, where the ultrasonic guided wave monitoring apparatus generates a guided wave signal propagating along the switch rail and receives an echo signal of the guided wave signal; performing feature extraction; extracting a healthy feature vector, and nondimensionalizing; selecting a defect-sensitive feature, and acquiring, by a BPSO algorithm, a best feature subset; training an LS-SVM through the best feature subset by a cross-validation method to acquire an automatic online defect identification model of the switch rail based on the LS-SVM; and monitoring the switch rail by the automatic online defect identification model of the switch rail based on the LS-SVM.
Claims
1. A method for monitoring a service state of a switch rail based on feature fusion, comprising: S1: mounting an ultrasonic guided wave monitoring apparatus on the switch rail to perform online defect identification and simulation of the switch rail and establishing a baseline signal library, wherein the ultrasonic guided wave monitoring apparatus generates a guided wave signal propagating along the switch rail and receives an echo signal of the guided wave signal: S1.0: acquiring, by the ultrasonic guided wave monitoring apparatus, an echo signal x′(n) in real time, wherein the echo signal is acquired by sampling multiple sample points continuously in a time series; n denotes a serial number of the sample point in the echo signal; the echo signal comprises a healthy echo signal x′.sub.1(n) of the switch rail in a healthy state and a defective echo signal x′.sub.2(n) of the switch rail in a simulated defective state; and the healthy echo signal x′.sub.1(n) and the defective echo signal x′.sub.2(n) have an identical count; S1.1: preprocessing the acquired echo signal x′(n) by normalization:
F.sub.baseline=(SF.sub.1.sup.baseline to SF.sub.18.sup.baseline,ESEF.sub.1.sup.baseline,ESEF.sub.2.sup.baseline) wherein SF.sub.1.sup.baseline to SF.sub.18.sup.baseline denote first 18 feature parameters of the healthy feature vector F.sub.baseline, respectively, and ESEF.sub.1.sup.baseline, ESEF.sub.2.sup.baseline denote last two feature parameters of the healthy feature vector F.sub.baseline, respectively; nondimensionalizing each baseline signal x(n) in the baseline signal library:
e(F.sub.monitoring/F.sub.baseline)−e wherein e denotes a Napierian base; acquiring, by the nondimensionalization, a feature vector ssf of the guided wave signal of the switch rail:
ssf=SF.sub.1.sup.dimensionless to SF.sub.18.sup.dimensionless,ESEF.sub.1.sup.dimensionless,ESEF.sub.2.sup.dimensionless) wherein SF.sub.1.sup.dimensionless to SF.sub.18.sup.dimensionless denote first 18 feature parameters of the feature vector ssf of the guided wave signal of the switch rail, respectively, and ESEF.sub.1.sup.dimensionless, ESEF.sub.2.sup.dimensionless denote last two feature parameters of the feature vector ssf of the guided wave signal of the switch rail, respectively; S4: selecting a defect-sensitive feature from the feature vector ssf of the guided wave signal of the switch rail and acquiring, by a binary particle swarm optimization (BPSO) algorithm, a best feature subset by: calculating a fitness function of a population after each iteration, updating a global best solution gbest, and taking a final global best solution gbest as the best feature subset SSF.sub.gbest, SSF.sub.gbest={ssf.sub.1, ssf.sub.2, . . . , ssf.sub.BN}, BN denoting the count of the baseline signals in the baseline signal library; S5: acquiring an automatic online defect identification model of the switch rail based on a least squares support vector machine (LS-SVM): taking the best feature subset SSF.sub.gbest as a training set of the LS-SVM and training by a cross-validation method to acquire the automatic online defect identification model of the switch rail based on the LS-SVM; and S6: monitoring the switch rail by the automatic online defect identification model of the switch rail based on the LS-SVM: processing, by steps S1 to S3, a target echo signal MS(n) of the switch rail acquired in real time to acquire a feature vector of a guided wave signal of the switch rail using ssf.sub.ms=(SF.sub.1.sup.dimensionless to SF.sub.18.sup.dimensionless, ESEF.sub.1.sup.dimensionless, ESEF.sub.2.sup.dimensionless); performing, by step S4, feature selection on the feature vector ssf.sub.ms of the guided wave signal of the switch rail based on a serial number NF of a feature to acquire a feature vector ssf.sub.ms.sup.new of the guided wave signal of the switch rail; inputting the feature vector ssf.sub.ms.sup.new of the guided wave signal of the switch rail into the automatic online defect identification model of the switch rail based on the LS-SVM acquired in step S5; and outputting a current service state of the switch rail, wherein the current service state of the switch rail is a healthy state or a defective state.
2. The method for monitoring the service state of the switch rail based on the feature fusion according to claim 1, wherein step S2 specifically comprises: S2.1: extracting a time-domain statistical feature and a power spectrum-domain statistical feature of the preprocessed baseline signal x(n), wherein the time-domain statistical feature comprises skewness (SF.sub.1), kurtosis (SF.sub.2), peak-to-peak value (SF.sub.3), kurtosis factor (SF.sub.4), root mean square (RMS) (SF.sub.5), standard deviation (SF.sub.6), crest factor (SF.sub.7), shape factor (SF.sub.8), pulse factor (SF.sub.9), maximum (SF.sub.15), variance (SF.sub.16), minimum (SF.sub.17), root mean square amplitude (RMSA) (SF.sub.18), and margin factor (SF.sub.10); and the power spectrum-domain statistical feature comprises RMS (SF.sub.11), standard deviation (SF.sub.12), and centroid (SF.sub.13); S2.2: performing feature extraction on the preprocessed baseline signal x(n) by a time-frequency analysis: performing complementary ensemble empirical mode decomposition (CEEMD) on the baseline signal x(n) to acquire a set of intrinsic mode functions (IMFs) with different frequency bands from high to low, IMFs={c.sub.1(n), c.sub.2(n), . . . , c.sub.N(n)}, n∈[1,M]:
x(n)=Σ.sub.t=1.sup.Nc.sub.t(n)+r.sub.n(n) wherein c.sub.1(n) denotes a t-th IMF obtained after the CEEMD; N denotes a total count of the IMFs; and r.sub.n(n) denotes an n-th residual component; S2.3: reconstructing the preprocessed baseline signal x(n) according to the IMF to acquire a reconstructed signal:
y(n)=Σ.sub.q=1.sup.Nc.sub.q(n) wherein y(n) denotes the reconstructed signal of the baseline signal x(n) based on the CEEMD; S2.4: extracting an average energy feature SF.sub.14 of the baseline signal x(n) according to the reconstructed signal y(n) based on the CEEMD:
3. The method for monitoring the service state of the switch rail based on the feature fusion according to claim 1, wherein the healthy echo signal of the switch rail in the healthy state comprises echo signals acquired from different positions of a base, a web, and a head of the switch rail in the healthy state, and comprises echo signals of the switch rail in three states of closed, open and moving, each accounting for one-third of all echo signals of the switch rail in the healthy state; and the defective echo signal of the switch rail in the simulated defective state comprises echo signals acquired from different positions of the base, the web, and the head of the switch rail in the simulated defective state, and comprises echo signals of the switch rail in the three states of closed, open and moving, each accounting for one-third of all echo signals of the switch rail in the simulated defective state.
4. The method for monitoring the service state of the switch rail based on the feature fusion according to claim 1, wherein the LS-SVM uses a Gaussian radial basis function as a kernel function, and the cross-validation method is a leave-one-out method.
5. The method for monitoring the service state of the switch rail based on the feature fusion according to claim 1, wherein the fitness function is calculated as a ratio of an intra-class Mahalanobis distance to an inter-class Mahalanobis distance by the following steps: calculating a Mahalanobis distance of a j-th class:
d=1/pΣd.sub.j
dd=√{square root over (v.sub.1−v.sub.2).sup.Tζ(v.sub.1−v.sub.2).)} wherein ζ denotes a variance of a vector v.sub.1; the vector v.sub.1 denotes a centroid vector of a 1.sup.st class; and a vector v.sub.2 denotes a centroid vector of a 2.sub.nd class; and calculating the fitness function of the BPSO algorithm:
fitness=e.sup.d/(dd+τ) wherein τ denotes a non-zero parameter of the fitness function.
6. The method for monitoring the service state of the switch rail based on the feature fusion according to claim 1, wherein an output result of the automatic online defect identification model of the switch rail based on the LS-SVM is that the switch rail is healthy, or the switch rail is defective.
7. The method for monitoring the service state of the switch rail based on the feature fusion according to claim 2, wherein step S2.2 further comprises: calculating the count N of the IMFs with different frequency bands based on the length M of the input baseline signal x(n):
N=log.sub.2(M)
wherein
log.sub.2(M)
denotes a maximum integer less than or equal to log.sub.2(M).
Description
BRIEF DESCRIPTION OF THE DRAWINGS
[0076]
[0077]
[0078]
[0079]
[0080]
[0081]
[0082]
[0083]
DETAILED DESCRIPTION OF THE EMBODIMENTS
[0084] The present disclosure will be further described in detail below in conjunction with the drawings and embodiments.
[0085] As shown in
[0086] As shown in
[0087] A missing report rate test was performed on the base of a switch rail to validate the present disclosure. According to step S1, during the monitoring process, there was no defect on the switch rail, and the switch rail was in three states: open, closed and moving. 437 healthy echo signals x′.sub.1(n) in a healthy state were acquired. Simulation metal block were attached, and the switch rail was in three states of open, closed and moving. 437 defective echo signals x′.sub.2(n) in a simulated defective state were further acquired.
[0088] The guided wave signals were preprocessed according to step S1.1 to improve the data quality. After preprocessing, a healthy baseline signal x.sub.1(n) and a defective baseline signal x.sub.2(n) were acquired. The healthy baseline signal x.sub.1(n) and the defective baseline signal x.sub.2(n) were baseline signals x(n). A baseline signal library was formed by all different baseline signals. The number of baseline signals in the baseline signal library was BN=874. Further, feature extraction was performed on the preprocessed baseline signal x(n) according to step S2. First, a time-domain statistical feature was extracted, including skewness (SF1), kurtosis (SF2), peak-to-peak value (SF3), kurtosis factor (SF4), root mean square (RMS) (SF5), standard deviation (SF6), crest factor (SF7), shape factor (SF8), pulse factor (SF9), average energy feature (SF14), maximum (SF15), variance (SF16), minimum (SF17), root mean square amplitude (RMSA) (SF18), and margin factor (SF10). Then, a power spectrum-domain statistical feature was extracted, including RMS (SF11), standard deviation (SF12), and centroid (SF13). Finally, a time-frequency analysis feature was extracted, including ESEF.sub.1 and ESEF.sub.2.
[0089] A target guided wave signal of the switch rail acquired in real time was denoted MS(n) with a total of 6,172 samples. Through steps S1.1, S2, and S3, the feature vector of the target guided wave signal MS(n) was extracted, namely, ssf.sub.ms=(SF.sub.1.sup.dimensionless to SF.sub.18.sup.dimensionless, ESEF.sub.1.sup.dimensionless, ESEF.sub.2.sup.dimensionless), as shown in
[0090] Feature selection was performed on ssf.sub.ms according to the serial numbers of the features NF={2 3 5 7 12 19 20} in step S4 to acquire selected features ssf.sub.ms.sup.new, as shown in
[0091] In practical application, the present disclosure utilizes the ultrasonic guided wave monitoring apparatus to acquire the baseline signals of the switch rail, including the defective echo signal x′.sub.2(n) and the healthy echo signal x′.sub.1(n). The defective echo signal is acquired by attaching metal block to simulate defects. The percentage of the cross-sectional area of the switch rail with metal block used in the simulation is comparable to that of the cross-sectional area of the switch rail with the simulated defects. The metal block are attached from the base to the head of the switch rail, and the metal block are spaced one meter apart. The present disclosure trains the baseline signals to acquire automatic online defect identification model of the switch rail based on the LS-SVM with desired generalization ability to different defects, and this model will monitor the service state of the switch rail in the follow-up monitoring.
[0092] Compared with the traditional method, the present disclosure can carry out defect identification under complex conditions and realize online defect monitoring of the switch rail, which has important practical significance and engineering value.
[0093] The above specific implementations are used to explain the present disclosure, rather than to limit the present disclosure. Within the spirit of the present disclosure and the protection scope of the claims, any modification and change to the present disclosure should fall within the protection scope of the present disclosure.