Next Article in Journal
Power Control and Voltage Regulation for Grid-Forming Inverters in Distribution Networks
Previous Article in Journal
A Neural Network-Based Approach to Estimate Printing Time and Cost in L-PBF Projects
 
 
Font Type:
Arial Georgia Verdana
Font Size:
Aa Aa Aa
Line Spacing:
Column Width:
Background:
Article

KICA-DPCA-Based Fault Detection of High-Speed Train Traction Motor Bearings

1
College of Automation, Jiangsu University of Science and Technology, Zhenjiang 212100, China
2
School of Computer Science and Engineering, Jiangsu University of Science and Technology, Zhenjiang 212100, China
*
Author to whom correspondence should be addressed.
Machines 2025, 13(7), 552; https://doi.org/10.3390/machines13070552
Submission received: 28 May 2025 / Revised: 20 June 2025 / Accepted: 23 June 2025 / Published: 25 June 2025
(This article belongs to the Section Automation and Control Systems)

Abstract

The signals of high-speed train traction motor bearings contain strong noise and exhibit non-linear and non-Gaussian characteristics. To address the aforementioned issues, this paper proposes a method that combines Kernel Independent Component Analysis and Deep Principal Component Analysis (KICA-DPCA) to improve the accuracy of bearing fault detection. Firstly, DPCA is utilized to thoroughly extract fault information from the dataset while simultaneously achieving the purpose of noise reduction. Secondly, KICA is combined to project the data into a high-dimensional feature space and extract independent components, thereby separating the data into two groups following Gaussian and non-Gaussian distributions. Furthermore, the occurrence of bearing faults is determined by evaluating the statistical residuals against the predefined threshold. Finally, the proposed algorithm is validated on both simulation data from the Traction Drive Control System-Fault Injection Benchmark (TDCS-FIB) platform and experimental data from the Case Western Reserve University bearing fault dataset. Comparative tests are conducted using the false alarm rate (FAR) and fault detection rate (FDR) as evaluation metrics, which fully demonstrate the effectiveness and superiority of the proposed method.

1. Introduction

The electric traction system in high-speed Electric Multiple Units (EMUs) constitutes the central power generation unit of the train, with the traction motor emerging as the pivotal component tasked with energy conversion from electrical to mechanical form within this system. Among various traction motor fault modes, bearing faults represent the most prevalent type, constituting approximately 40–50% of all motor fault cases [1]. Failure to detect faults in motor bearings in a timely manner may allow incipient faults to progressively escalate into critical failures. Such a progression not only compromises the operational integrity of the traction system but also poses substantial safety hazards for high-speed EMUs. Consequently, the development of fault detection methodologies for EMU traction motor bearings demonstrates both substantial scientific merit and critical engineering significance.
The fault detection of traction motor bearings presents significant technical challenges, particularly due to the massive sample data volumes generated by monitored components and the demanding real-time performance requirements inherent in detection systems [2].
In recent years, data-driven fault diagnosis has emerged as a prominent research focus in this domain. Notable methodologies in this field include multivariate analysis techniques [3,4], wavelet transform-based approaches [5,6], and clustering analysis frameworks [7], all of which have demonstrated extensive applicability in motor bearing fault diagnosis. Within this spectrum, approaches derived from Principal Component Analysis (PCA) and its enhanced derivatives [8,9] have gained predominant adoption in practical implementations. Ref. [10] utilizes PCA for the dimensionality reduction of multivariate datasets while maintaining the transformed residual subspace’s capacity to capture noise components during detection processes. However, this approach exhibits constrained diagnostic efficacy under high-noise conditions. To overcome these limitations, subsequent approaches leveraging Deep Principal Component Analysis (DPCA) [11,12] have significantly improved multi-level temporal detection capacity through the implementation of multi-layer data decomposition architectures, effectively overcoming PCA’s constraints in extracting latent inter-variable correlations. Fundamentally, these methodologies implement linear transformations within historical dataset spaces, thereby enabling exclusive capability for capturing Gaussian-distributed data characteristics. Their diagnostic efficacy becomes significantly degraded when processing nonlinear and non-Gaussian distributed data patterns [13].
As an enhanced alternative to PCA, Independent Component Analysis (ICA) relaxes the Gaussian distribution assumption for process variables. By extracting higher-order statistical features to derive mutually independent components, ICA preserves more comprehensive data characteristics [14]. This methodological advantage has led to its extensive application in fault diagnosis for industrial engineering systems [15,16]. Building upon this framework, Ref. [17] developed an ICA-PCA hybrid methodology based on the dual-space framework, which fully exploits the complementary advantages of PCA and ICA algorithms. The ICA algorithm utilizes higher-order statistical analysis to provide not only dimensionality reduction through decorrelation (as with PCA) but also ensures the statistical independence of higher-order moments in the extracted components. In comparison, conventional PCA is confined to second-order statistical analysis, generating only uncorrelated orthogonal components. While ICA specializes in processing non-Gaussian signals, PCA achieves optimal performance exclusively with Gaussian-distributed signals [18]. The ICA-PCA hybrid methodology [19,20] substantially improves fault detection efficacy by fully leveraging the synergistic characteristics of PCA and ICA frameworks. Nevertheless, the detection robustness of this integrated approach degrades significantly under intense noise contamination, leading to suboptimal fault detection rates that fall short of practical engineering application standards.
This study proposes a kernel independent component analysis-deep principal component analysis (KICA-DPCA)-based motor bearing fault detection method. The main innovations are summarized as follows: (1) The method leverages the capability of DPCA in multi-level data mining, tackling challenges from high-noise environments and weak fault signals. (2) Unlike conventional ICA-PCA methods, which suffer from error accumulation with nonlinear data, the proposed KICA-DPCA improves detection accuracy for both nonlinear and non-Gaussian data. Comparative experimental results across two benchmark datasets, the Traction Drive Control System Fault Injection Benchmark (TDCS-FIB) simulation platform and the Case Western Reserve University (CWRU) actual bearing fault dataset, demonstrate that the proposed fault detection method achieves superior performance with significantly enhanced comprehensive performance metrics.

2. DPCA

DPCA constitutes an advanced extension of conventional PCA methodology. Its core principle involves implementing hierarchical dimensionality reduction and noise suppression through multi-level PCA decomposition. Assuming the data matrix is X R m × n (where n is the number of variables and m is the number of samples).To eliminate the influence of different data dimensions, the data matrix needs to be standardized to have zero mean and unit variance.
The standardized data matrix
X = X j X ¯ j S j
where X ¯ j is the mean of the j-th column data, and S j is its standard deviation.
By computing the covariance matrix of matrix X, one can obtain
S = 1 m 1 X X T
By performing singular value decomposition (SVD) on the data covariance matrix, the input space can be decomposed into principal component space and residual space. These refined subspaces are subsequently redefined as novel data matrices for recursive decomposition through successive processing stages, ultimately generating multiple orthogonal subspaces with amplified fault signatures.
By performing singular value decomposition on the covariance matrix, one can obtain
S = P 1 Λ 0 . 1 P 1 T
where Λ 0 , 1 = d i a g ( λ 0 , 1 , λ 0 , m ) , Λ 0 , 1 R m × m , m represents the number of sensors; λ 0 , m denotes the m t h singular value of the covariance matrix S; and P 1 R m × m is the matrix of singular value vectors of S.
Based on the cumulative contribution rate method, the number of principal components k is determined, along with the loading matrix P 1 . 1 for the principal component space and the loading matrix P 1 . 2 for the residual space. Define P 1 = [ P 1.1 , P 1.2 ] the matrix X can be decomposed into two parts:
X = X 1.1 + X 1.2
X 1.1 = P 1.1 P 1.1 T X , X 1.2 = I P 1.1 P 1.1 T X
where I denotes the identity matrix.
The decomposed matrices X 1.1 and X 1.2 are treated as new data matrices to iteratively repeat the above steps. After j levels of decomposition, 2 j mutually exclusive subsets are obtained, where the k-th dataset at the j-th level can be expressed as
X j , k = P j , k P j , k T X j 1 , ( k + 1 ) / 2 if k ( odd ) ( I P j , k P j , k T ) X j 1 , k / 2 if k ( even )

3. KICA-DPCA-Based Fault Detection Mechanism

The core theoretical foundation of KICA involves incorporating a nonlinear mapping operator Φ to transform the input data matrix into a reproducing kernel Hilbert space, where conventional ICA is subsequently applied to execute linear decomposition of statistically independent components. Within this architectural framework, this study establishes KICA as the complementary feature subspace to DPCA, thereby systematically compensating for DPCA’s inherent limitations in processing nonlinear system behaviors and non-Gaussian distributed process variables.

3.1. Kernel-Based Data Whitening

In the high-dimensional feature space, the subset X j , k obtained from DPCA decomposition is transformed through a nonlinear mapping as
Φ j , k = Φ X j , k
The covariance matrix of the mapped data
S j , k F = 1 n Φ j , k Φ j , k T
It is evident that the mapped matrices Φ j , k and Φ j , k Φ j , k T are unknown; thus, the covariance matrix S j , k F cannot be obtained directly. Since the kernel matrix K = Φ T Φ is known, S j , k F can be obtained indirectly through K, while the eigenvalues and eigenvector matrix can also be calculated.
The kernel matrix
k i r = Φ x i T Φ x r = Φ x i · Φ x r = k x i , x r
where x i and x r denote the i-th row and r-th column of matrix X j , k , respectively.
Select the kernel function K x i , x r = exp x i x r 2 σ to ensure the mapped matrix Φ j , k has zero mean and unit variance, and center the kernel matrix K j , k as follows:
K ˜ j , k = K j , k I n K j , k K j , k I n + I n K j , k I n
where I n = 1 n 1 1 1 1 n × n .
Scale K ˜ j , k proportionally within the following range:
K ¯ j , k = K ˜ j , k t r a c e K ˜ j , k / n
Perform eigenvalue decomposition on K ¯ j , k to extract the top u largest eigenvalues λ 1 λ 2 λ 3 λ u and their corresponding eigenvectors v 1 , v 2 , , v u , where Λ j , k = d i a g λ 1 , λ 2 , , λ u , V j , k = v 1 , v 2 , , v u . Since Φ ¯ T j , k Φ ¯ j , k = n K ¯ j , k , the eigenvector matrix of the covariance matrix S j , k F can be further derived as
H j , k = n 1 / 2 Φ ¯ j , k V j , k Λ j , k 1 / 2
Furthermore, it can be reduced to canonical form as
Q j , k = H j , k Λ j , k 1 / 2 = n 1 / 2 Φ ¯ j , k V j , k Λ j , k 1
Since the mapping matrix Φ ¯ j , k can be decomposed via PCA into
Φ ¯ j , k = H j , k Z j , k
the whitening matrix can be obtained as
Z j , k = H j , k T Φ ¯ j , k
Reduce to the standard form as
Z j , k = Q j , k T Φ ¯ j , k
then the vector can be expressed in the following form:
z ¯ j , k i = Q j , k T Φ ¯ j , k i = n 1 / 2 Λ j , k 1 V j , k T k ¯ j , k T i

3.2. Dual-Space Decomposition

Apply the FastICA algorithm to Z j , k to extract independent components and separate them into Gaussian and non-Gaussian parts:
z ¯ j , k i = z ¯ j , k N G i + z ¯ j , k G i = B j , k S j , k + z ¯ j , k G i
The FastICA algorithm employs kurtosis thresholding to extract non-Gaussian signals, as Gaussian signals are characterized by zero kurtosis. Data rows demonstrating non-convergence during the algorithmic process are systematically excluded, thereby enabling the effective isolation of non-Gaussian signal components. Since normalized data cannot be directly applied in principal component analysis, the matrix z ¯ j , k G i is processed as follows.
Z j , k G i = Λ j , k 1 / 2 z ¯ j , k G i
Performing PCA on the Gaussian component Z yields:
z ^ j , k G i = P j , k G t j , k i
After retaining principal independent components, one can obtain
z ¯ ^ j , k N G ( i ) = B j , k d S j , k d ( i ) = B j , k d B j , k d T z ¯ j , k ( i )
Denormalizing z ¯ ^ j , k N G ( i ) yields
z ^ j , k N G i = Λ j , k 1 / 2 z ¯ ^ j , k N G ( i )
Moreover, following the extraction of independent components, the whitening matrix can be formulated as
z ^ j , k i = z ^ j , k N G i + z ^ j , k G i
Finally, the statistical measure can be obtained as
S P E j , k ( i ) = e j , k ( i ) 2 = Φ ¯ j , k ( i ) Φ ^ j , k ( i ) 2 = Φ ¯ j , k T ( i ) Φ ¯ j , k ( i ) 2 Φ ¯ j , k T ( i ) Φ ^ j , k ( i ) + Φ ^ j , k T ( i ) Φ ^ j , k ( i ) = Φ ¯ j , k T ( i ) Φ ¯ j , k ( i ) 2 Φ ¯ j , k T ( i ) n 1 / 2 Φ ¯ j , k T ( i ) V j , k Λ j , k 1 / 2 z ^ j , k ( i ) + z ^ j , k T ( i ) Λ j , k 1 / 2 V j , k Φ ¯ j , k T ( i ) n 1 / 2 n 1 / 2 Φ ¯ j , k ( i ) V j , k Λ j , k 1 / 2 = n k ¯ j , k ( x j , k ( i ) , x j , k ( i ) ) 2 n 1 / 2 k ¯ j , k ( i ) V j , k Λ j , k 1 / 2 z ^ j , k ( i ) + z ^ j , k T ( i ) Λ j , k 1 / 2 V j , k T K ¯ j , k V j , k Λ j , k 1 / 2 z ^ j , k ( i )
T j , k 2 ( i ) = t ¯ j , k d ( i ) T t ¯ j , k d ( i ) = t j , k d ( i ) T Λ j , k 1 t j , k d ( i )
where t ¯ j , k d i = Λ j , k 1 / 2 t j , k d i , the S P E j , k i and T j , k 2 i statistics are used to detect deviations from the model and variations in the principal component space, respectively.

3.3. Threshold Design

T lim i t 2 i = q j , k n 2 1 n n q j , k F q j , k , n q j , k , α
where q j , k denotes the number of principal components retained when performing PCA on the Gaussian-distributed data Z j , k G i , n is the sample size; α is the significance level, and 1 α is the confidence level. Then, F q j , k , n q j , k , α follows an F-distribution with the first degree of freedom being and the second degree of freedom being n α .
Given that the distribution of the statistic remains undetermined, the threshold is derived through the application of kernel density estimation (KDE). For electric traction systems in high-speed trains, the high robustness requirements under engineering practice necessitate representing the nominal limit conditions (fault-free) dataset X ¯ ¯ and its corresponding statistics as:
S P E ¯ ¯ j , k = S P E ¯ ¯ j , k , 1 , S P E ¯ ¯ j , k , 2 , , S P E ¯ ¯ j , k , N ¯ ¯
where the S P E ¯ ¯ j , k statistic is calculated from dataset X ¯ ¯ collected under maximum load conditions, and its probability density is then estimated using a KDE function (the statistical value corresponding to a probability near 1 is selected as the detection threshold).
The selected kernel density function is
f S P E ¯ ¯ j , k = 1 N ¯ ¯ h 2 π i = 1 N ¯ ¯ exp S P E x S P E ¯ ¯ j , k , i 2 2 h 2
where N ¯ ¯ is the number of elements in the statistical dataset; h is the smoothing parameter; S P E ¯ ¯ j , k , i denotes the i-th element of the S P E ¯ ¯ j , k dataset; and S P E x represents the independent variable of the kernel density function.
The probability density function of the statistic is approximated using kernel density estimation, with the threshold selected as the statistical value corresponding to a probability of 0.98, namely, that
S P E lim i t i = f 0.98 1 S P E ¯ ¯ j , k
and whether a fault has occurred is determined based on the following logic:
S P E ( i ) S P E limit ( i ) and T 2 ( i ) T limit 2 ( i ) , normal otherwise , fault

3.4. Evaluation Metrics

This study conducts a comprehensive performance evaluation of the proposed and benchmark methods through the application of two key metrics: the False Alarm Rate (FAR) and Fault Detection Rate (FDR), formally defined according to the following expressions:
F A R = N p N t × 100 %
F D R = N v N n × 100 %
where N p is the count of normal samples erroneously categorized as faulty instances, N t is the total number of normal samples, N v is the count of accurately identified faulty samples, and N n is the total number of faulty samples. Obviously, reduced FAR values coupled with elevated FDR values demonstrate enhanced detection method performance superiority.

4. Simulation Experiments

4.1. TDCS-FIB Simulated Dataset

As shown in Figure 1, Ud denotes the DC-link voltage, Lm is the mutual inductance, KIM and KPM represent the PI control parameters for the first-phase current controller, and Vge signifies the travel speed. The rotor-side inductance and rotor leakage inductance are Lr and Lrl, respectively, and phir is the reference flux. KIT and KPT are the PI parameters for the second-phase current controller. Ts and T correspond to the inverter and rectifier switching frequencies, respectively. The stator-side inductance and stator leakage inductance are Ls and Lsl, respectively, while Rs and Rr denote the stator-side and rotor-side resistances. np stands for the number of pole pairs, and ts is the sampling frequency.
Figure 1 presents the Traction Drive Control System-Fault Injection Benchmark (TDCS-FIB) experimental platform specifically developed for high-speed EMUs by Central South University. Built upon the physical traction drive architecture of CRH2 EMUs, this platform facilitates the precise simulation and controlled injection of diverse electrical fault types. Within this simulation framework, traction motor bearing faults were replicated under controlled conditions (3-s duration with fault injection initiated at the 1-s mark). The generated simulation data (shown as in Figure 2) consists of six variables: stator winding current I s a , I s b , I s c , train speed S p , motor rotation speed R s , and electromagnetic torque T e .

4.2. CWRU Bearing Fault Dataset

The CWRU bearing fault test platform acquires vibration data across multiple operational conditions and fault configurations and is currently established as the most extensively adopted public benchmark dataset for motor bearing fault diagnosis [21]. This experimental analysis specifically focuses on rolling element fault data from bearing components. The rolling element constitutes an essential dynamic component in bearing systems, primarily responsible for transmitting mechanical loads between the inner and outer races. Leveraging the physical and mechanical parameters of CRH2 EMU traction motor bearings documented in Ref. [1], the CWRU dataset with a defect diameter of 0.1778 mm was strategically selected to replicate failure modes induced by excessive wear or foreign particle contamination.

4.3. Experimental Results and Analysis

This study performs comparative experimental analyses employing PCA, ICA-PCA, and KICA-DPCA fault detection methods on both the TDCS-FIB simulation dataset and the CWRU actual bearing fault dataset (shown as in Figure 3, Figure 4, Figure 5 and Figure 6). The efficacy of the proposed approach is quantitatively verified through the application of FAR and FDR evaluation metrics (detailed in Table 1 and Table 2).
Analysis of the TDCS-FIB dataset experimental findings demonstrates that augmenting DPCA decomposition layers generates additional sample subsets and statistical parameters, thereby achieving theoretical enhancement of fault detection capabilities. Nevertheless, this configuration concurrently induces nonlinear escalation in computational complexity and associated computational expenditure. Therefore, this paper selects second-order expansion of the original samples, generating four subset datasets and corresponding eight detection statistics, by comprehensively considering detection accuracy requirements, computational complexity, and system resource allocation constraints. Due to space limitations, this paper only selects the residual matrix of the principal space and the principal component matrix of the residual space, along with their most significantly varying statistics T 3 , 2 2 , T 3 , 3 2 , S P E 3 , 2 , and S P E 3 , 3 to characterize detection performance. This selection strategy demonstrates distinct technical merits in the following critical dimensions:
1. The residual matrix in the principal subspace embodies components orthogonal to principal component projections, which may harbor critical anomaly signatures. The monitoring of these residuals enables identification of abnormal patterns non-conforming to PCA model specifications. The subsequent extraction of principal features from residual subspace facilitates the identification of subtle anomalies undetectable through primary PCA-level analysis.
2. The integration of principal space residuals with the residual space principal component matrix facilitates the holistic monitoring of abnormal data variations. This dual-domain analytical framework enables the concurrent consideration of both dominant PCA-captured features and residual anomalous constituents, thereby producing enhanced fault sensitivity through synergistic information fusion.
The experimental results on the CWRU bearing fault dataset similarly reveal that both PCA-based and ICA-PCA-based fault detection methods demonstrate limited efficacy in bearing fault identification. Given space constraints, Figure 6 exclusively presents the motor bearing fault detection results obtained through the KICA-DPCA framework. The predominant noise signature effectively obscures fault-related information trends, resulting in dimensionality-reduced signals dominated by noise components that render the effective separation of independent components unattainable.
Furthermore, the inherent frequency characteristics of noise interference induce square-wave-like residual fluctuation patterns in SPE statistics. Nevertheless, as per the detection logic defined in Equation (31), the method maintains diagnostic validity provided either SPE or complementary statistical parameters exhibit sensitivity to the bearing fault dataset characteristics.
A systematic comparative analysis of Figure 3, Figure 4, Figure 5 and Figure 6 and Table 1 and Table 2 substantiates that the KICA-DPCA achieves substantial enhancement in bearing fault detection rates, demonstrating comprehensive performance characteristics that significantly outperform conventional PCA and ICA-PCA approaches. Building upon the established theoretical framework, the DPCA component effectively eliminates data redundancy and extraneous noise components while preserving principal dynamic features critical for fault identification through its advanced longitudinal information excavation capabilities. Concurrently, the KICA module adeptly processes nonlinear data characteristics to isolate independent components enriched with multidimensional fault signatures. Furthermore, the kernel-based mapping technique facilitates nonlinear separability by projecting data into high-dimensional feature spaces, thereby achieving further refinement in fault detection accuracy through enhanced separation of non-Gaussian distributed data clusters.
Comparative analysis shows that while the PCA-based method can extract partial fault features from the TDCS-FIB dataset, the weak fault signal residuals still remain sub-threshold, resulting in a 0% detection rate. Furthermore, the T 2 statistic erroneously categorizes nominal operational data as faulty, yielding a 36.25% false alarm rate. Regarding the CWRU bearing fault dataset, the PCA-based fault diagnosis framework predominantly isolates noise components rather than fault signatures, consequently exhibiting null diagnostic capability for bearing defects (demonstrating 0% in both false alarm and fault detection rates). Synthetically evaluated, the PCA-based approach exhibits dual deficiencies: ineffective motor bearing fault detection coupled with elevated false positive rates that induce operational misjudgments, thereby substantially constraining its practical applications.
The ICA-PCA-based motor bearing fault detection method partially capitalizes on the complementary subspace synergies between PCA and ICA. Specifically, PCA demonstrates optimal detection performance for Gaussian-distributed data components, whereas ICA, unconstrained by Gaussian distribution prerequisites, provides superior analytical capability for non-Gaussian signal constituents. This subspace fusion consequently enables moderate improvement in fault detection efficacy. Experimental evaluations on the TDCS-FIB dataset revealed that the hybrid method attained a 2.12% fault detection rate through T2 statistics and 9.11% via SPE statistics while maintaining zero false alarm occurrences across both metrics. When applied to the CWRU bearing fault dataset under high-noise operational conditions, the ICA-PCA approach demonstrated inadequate feature extraction capability (0% fault detection rate with 4.35% false alarms), highlighting its limitations in complex industrial environments. The experimental results demonstrate that the KICA-DPCA framework achieved a fault detection accuracy of 89.76% with zero false alarms in the testing set, indicating its potential for practical applications.

5. Conclusions

To address the challenges of low fault detection accuracy caused by strong noise interference and nonlinear/non-Gaussian characteristics in high-speed train traction motor bearing signals, this paper proposes a novel bearing fault detection method based on KICA-DPCA. By integrating DPCA’s longitudinal deep information mining capability with KICA as its complementary subspace, the proposed method achieves separate feature extraction from both Gaussian and non-Gaussian distributed data, thereby significantly enhancing fault detection precision. Comparative experiments with PCA and ICA-PCA methods conducted on both the TDCS-FIB simulation dataset and the CWRU actual bearing dataset demonstrate the KICA-DPCA approach’s superior comprehensive detection performance. Future research will focus on advancing early-stage bearing fault detection through the development of an enhanced KICA-DPCA method. The improved time-frequency joint analysis algorithm significantly boosts the identification of incipient fault features, facilitating earlier and more precise fault alarms. This will reliably support equipment predictive maintenance strategies.

Author Contributions

Conceptualization, Y.W. and Y.T.; methodology, Y.T. and Y.Z.; software, Y.T.; validation, Y.W. and Y.T.; formal analysis, Y.W.; investigation, Y.T.; resources, Y.W.; data curation, Y.W. and Y.T.; writing—original draft preparation, Y.T.; writing—review and editing, Y.W.; visualization, Y.Z.; supervision, Y.Z.; project administration, Y.W.; and funding acquisition, Y.W. All authors have read and agreed to the published version of the manuscript.

Funding

This work was supported in part by the National Natural Science Foundation of China under Grants (62173164, 62203192), in part by the fundamental research project of Zhenjiang (JC2024014).

Data Availability Statement

Data are contained within the article.

Conflicts of Interest

The authors declare no conflicts of interest.

References

  1. Jiang, B.; Wu, Y.K.; Lu, N.Y.; Mao, Z. A Review of Fault Diagnosis and Prognosis Techniques for High-Speed Train Traction Systems. Control Decis. 2018, 33, 841–855. [Google Scholar]
  2. Xiao, L.; Zhang, X.; Lu, S.; Xia, T.; Xi, L. A novel weak-fault detection technique for rolling element bearing based on vibrational resonance. J. Sound Vib. 2019, 438, 490–505. [Google Scholar] [CrossRef]
  3. Chen, H.; Jiang, B.; Lu, N. An improved incipient fault detection method based on Kullback-Leibler divergence. ISA Trans. 2018, 79, 127–136. [Google Scholar] [CrossRef] [PubMed]
  4. Liang, L.; Jianchang, L. A Multivariate Monitoring Method Based on Dual Control Chart. IEEE Trans. Ind. Electron. 2018, 65, 5893–5902. [Google Scholar]
  5. Abad, M.R.A.A.; Moosavian, A.; Khazaee, M. Wavelet transform and least square support vector machine for mechanical fault detection of an alternator using vibration signal. J. Low Freq. Noise Vib. Act. Control 2016, 35, 52–63. [Google Scholar] [CrossRef]
  6. Costa, F.B. Fault-Induced Transient Detection Based on Real-Time Analysis of the Wavelet Coefficient Energy. IEEE Trans. Power Deliv. 2014, 29, 140–153. [Google Scholar] [CrossRef]
  7. Yan, R.; Ma, Z.; Kokogiannakis, G.; Zhao, Y. A sensor fault detection strategy for air handling units using cluster analysis. Autom. Constr. 2016, 70, 77–88. [Google Scholar] [CrossRef]
  8. Li, N.; Guo, S.; Wang, Y. Weighted preliminary-summation-based principal component analysis for non-Gaussian processes. Control Eng. Pract. 2019, 87, 122–132. [Google Scholar] [CrossRef]
  9. Decheng, L.; Jun, S.; Maoyin, C. Principal Component Analysis-Based Ensemble Detector for Incipient Faults in Dynamic Processes. IEEE Trans. Ind. Inform. 2021, 17, 5391–5401. [Google Scholar]
  10. Guo, Y.; Li, G.; Chen, H.; Hu, Y.; Li, H.; Xing, L.; Hu, W. An enhanced PCA method with Savitzky-Golay method for VRF system sensor fault detection and diagnosis. Energy Build. 2017, 142, 167–178. [Google Scholar] [CrossRef]
  11. Chen, H.; Jiang, B. A Review of Fault Detection and Diagnosis for the Traction System in High-Speed Trains. IEEE Trans. Intell. Transp. Syst. 2020, 21, 450–465. [Google Scholar] [CrossRef]
  12. Shan, B.; Du, J.; Shang, L. Sensor Fault Detection and Diagnosis in Air Conditioning Systems Based on Improved PCA. Control Eng. China 2020, 27, 765–770. [Google Scholar]
  13. Li, S.; Zhou, X.; Pan, F.; Shi, H.; Li, K.; Wang, Z. Correlated and weakly correlated fault detection based on variable division and ICA. Comput. Ind. Eng. 2017, 112, 320–335. [Google Scholar] [CrossRef]
  14. Ai, X.; Liu, Y.; Shan, L.; Xie, C.; Zhou, H. A concurrent fault diagnosis method for electric isolation valves in nuclear power plants based on rule-based reasoning and data-driven methods. Prog. Nucl. Energy 2024, 171, 105190. [Google Scholar] [CrossRef]
  15. Jin, X.; Fan, J.; Chow, S.W.T. Fault Detection for Rolling-Element Bearings Using Multivariate Statistical Process Control Methods. IEEE Trans. Instrum. Meas. 2019, 68, 3128–3136. [Google Scholar] [CrossRef]
  16. Chen, Y.; Zhang, X.; Li, D.; Zhou, J. A new class of fault detection and diagnosis methods by fusion of spatially distributed and time-dependent features. J. Process Control 2025, 146, 103372. [Google Scholar] [CrossRef]
  17. Zhang, S.; Wang, F.; Zhao, L.; Wang, S.; Chang, Y. A Novel Strategy of the Data Characteristics Test for Selecting a Process Monitoring Method Automatically. Ind. Eng. Chem. Res. 2016, 55, 1642–1654. [Google Scholar] [CrossRef]
  18. Xu, Y.; Shen, S.Q.; He, Y.L.; Zhu, Q.X. A Novel Hybrid Method Integrating ICA-PCA With Relevant Vector Machine for Multivariate Process Monitoring. IEEE Trans. Control Syst. Technol. 2019, 27, 1780–1787. [Google Scholar] [CrossRef]
  19. Zhu, W.; Zhou, J.; Xia, X.; Li, C.; Xiao, J.; Xiao, H.; Zhang, X. A novel KICA–PCA fault detection model for condition process of hydroelectric generating unit. Measurement 2014, 58, 197–206. [Google Scholar] [CrossRef]
  20. Jinyu, G.; Tao, L.; Yuan, L. SVM Based on Gaussian and Non-Gaussian Double Subspace for Fault Detection. IEEE Access 2021, 9, 66519–66530. [Google Scholar]
  21. Smith, W.A.; Randall, R.B. Rolling element bearing diagnostics using the Case Western Reserve University data: A benchmark study. Mech. Syst. Signal Process. 2015, 64, 100–131. [Google Scholar] [CrossRef]
Figure 1. The electric traction system of CRH2 high-speed train.
Figure 1. The electric traction system of CRH2 high-speed train.
Machines 13 00552 g001
Figure 2. Fault signal data.
Figure 2. Fault signal data.
Machines 13 00552 g002
Figure 3. PCA based motor bearing fault detection (TDCS-FIB dataset).
Figure 3. PCA based motor bearing fault detection (TDCS-FIB dataset).
Machines 13 00552 g003
Figure 4. ICA-PCA based motor bearing fault detection (TDCS-FIB dataset).
Figure 4. ICA-PCA based motor bearing fault detection (TDCS-FIB dataset).
Machines 13 00552 g004
Figure 5. KICA-DPCA-based motor bearing fault detection (TDCS-FIB dataset).
Figure 5. KICA-DPCA-based motor bearing fault detection (TDCS-FIB dataset).
Machines 13 00552 g005
Figure 6. KICA-DPCA-based motor bearing fault detection (CWRU dataset).
Figure 6. KICA-DPCA-based motor bearing fault detection (CWRU dataset).
Machines 13 00552 g006
Table 1. Fault detection comparisons based on FDR(%).
Table 1. Fault detection comparisons based on FDR(%).
PCA ICA-PCA KICA-DPCA
T 2 SPE T 2 SPE T 3 , 2 2 T 3 , 3 2 SPE 3 , 2 SPE 3 , 3
TDCS-FIB00 2.129.11 28.2130.0889.7679.9
CWRU dataset00 00 100100//
Average00 1.064.56 64.1165.0489.7679.9
Table 2. Fault detection comparisons based on FAR(%).
Table 2. Fault detection comparisons based on FAR(%).
PCA ICA-PCA KICA-DPCA
T 2 SPE T 2 SPE T 3 , 2 2 T 3 , 3 2 SPE 3 , 2 SPE 3 , 3
TDCS-FIB36.250 00 1.371.8200
CWRU dataset00 04.35 00//
Average18.130 02.18 0.680.9100
Disclaimer/Publisher’s Note: The statements, opinions and data contained in all publications are solely those of the individual author(s) and contributor(s) and not of MDPI and/or the editor(s). MDPI and/or the editor(s) disclaim responsibility for any injury to people or property resulting from any ideas, methods, instructions or products referred to in the content.

Share and Cite

MDPI and ACS Style

Wu, Y.; Tian, Y.; Zhou, Y. KICA-DPCA-Based Fault Detection of High-Speed Train Traction Motor Bearings. Machines 2025, 13, 552. https://doi.org/10.3390/machines13070552

AMA Style

Wu Y, Tian Y, Zhou Y. KICA-DPCA-Based Fault Detection of High-Speed Train Traction Motor Bearings. Machines. 2025; 13(7):552. https://doi.org/10.3390/machines13070552

Chicago/Turabian Style

Wu, Yunkai, Yu Tian, and Yang Zhou. 2025. "KICA-DPCA-Based Fault Detection of High-Speed Train Traction Motor Bearings" Machines 13, no. 7: 552. https://doi.org/10.3390/machines13070552

APA Style

Wu, Y., Tian, Y., & Zhou, Y. (2025). KICA-DPCA-Based Fault Detection of High-Speed Train Traction Motor Bearings. Machines, 13(7), 552. https://doi.org/10.3390/machines13070552

Note that from the first issue of 2016, this journal uses article numbers instead of page numbers. See further details here.

Article Metrics

Back to TopTop