1. Introduction
Rolling bearings are critical components in rotating machinery, widely used in industries such as power generation, transportation, and manufacturing. Their operational health directly affects the reliability and safety of entire mechanical systems. A single minor fault in a bearing can lead to equipment shutdowns, production disruptions, or even catastrophic accidents. Consequently, the development of accurate and timely fault diagnosis methodologies for rolling bearings has become a paramount objective in the field of industrial health monitoring [
1,
2,
3].
Over the years, fault diagnosis techniques have evolved through several paradigms, generally categorized as model-based, knowledge-based, and data-driven methods [
4,
5,
6,
7]. Model-based approaches rely on the creation of precise mathematical models to simulate system dynamics, enabling fault detection by comparing simulated behavior with real-world sensor data. While powerful for systems with well-defined physics, these methods often struggle with the complexity and non-linearity of industrial machinery, facing challenges in accurate modeling and robustness. Knowledge-based methods, conversely, utilize expert systems and extensive case histories to diagnose faults by matching observed symptoms against a pre-existing knowledge base. The efficacy of this approach is directly proportional to the comprehensiveness of the knowledge base, which is often difficult and costly to compile due to proprietary data and the rarity of certain fault events.
With the advent of advanced sensing and computational power, data-driven methods have emerged as the dominant approach [
6,
7]. These techniques typically involve two stages: feature extraction from raw signal data using signal processing techniques (e.g., time-domain, frequency-domain, or time-frequency analysis) [
8] and subsequent fault classification using artificial intelligence (AI) algorithms [
5]. While traditional AI models, such as Support Vector Machines (SVM) [
9], Artificial Neural Networks (ANN) [
10], and Decision Trees (DT) [
11], have achieved considerable success, they often depend on manual feature engineering. This process is labor-intensive, demands substantial domain expertise, and introduces potential human bias and uncertainty. To overcome these limitations, deep learning (DL) models such as Deep Belief Networks (DBNs), Convolutional Neural Networks (CNNs), and Recurrent Neural Networks (RNNs) have emerged as powerful alternatives [
12,
13,
14,
15,
16,
17,
18,
19,
20,
21,
22]. Their primary advantage lies in their ability to automatically learn hierarchical and discriminative features directly from raw data, demonstrating superior performance in capturing complex, non-linear relationships. For instance, Tamilselvan et al. [
13] introduced DBNs into fault diagnosis by proposing a multi-sensor fault detection method. This approach was later extended by Zhang et al. [
14], who combined DBNs with dual-tree complex wavelet transforms (DTCWT) to improve bearing fault classification. Zhu et al. [
15] further improved performance by treating diagnosis as pattern recognition and integrating DBNs with Principal Component Analysis (PCA). Gao et al. [
16] optimized DBN training using mini-batch stochastic gradient descent and fine-tuning, significantly boosting classification accuracy. Taking advantage of CNNs’ automatic feature extraction, Wen et al. [
17] transformed one-dimensional (1D) vibration signals into two-dimensional (2D) representations for input into a LeNet-5 convolutional neural network, avoiding the manual feature selection process. Wang et al. [
18] enhanced this by dynamically adjusting CNN parameters using particle swarm optimization for varying conditions. Peng et al. [
19] demonstrated that Deep CNNs (DCNNs) outperform traditional SVM and ANN methods, achieving higher accuracy with reduced training time. For sequential data, RNNs and their variants are particularly effective at capturing temporal dependencies. Shenfield et al. [
20] proposed a hybrid RNN-CNN model (RNN-WDCNN) that suppresses high-frequency noise while analyzing long-range dependencies. Zhu et al. [
21] applied Deep Bidirectional LSTM networks (DBLSTMs) to diagnose faults in high-speed train bearings effectively under noisy conditions. Qu et al. [
22] advanced this approach using Gated Recurrent Units (GRUs), which outperformed traditional LSTMs and autoencoders.
Despite the advancements offered by deep learning, a significant practical challenge persists: the scarcity of large-scale, well-labeled fault data from real-world industrial environments [
23,
24]. DL models require substantial amounts of training data, yet collecting enough representative samples to cover all possible fault conditions remains impractical in industrial settings. To address this data scarcity, researchers increasingly employ finite element (FE) simulation to generate vast quantities of synthetic, labeled fault data [
25,
26,
27]. FE models can replicate the dynamic behavior of bearings under various health states, providing a rich source domain dataset. However, a critical challenge arises from the inherent domain gap between the idealized synthetic data and noisy, complex real-world signals. This discrepancy, stemming from simplifications in simulation models and the absence of real-world operational variability, causes diagnostic models trained solely on synthetic data to generalize poorly when applied to actual machinery [
28].
Transfer learning, particularly deep domain adaptation, offers a promising solution to bridge the simulation-to-reality gap [
29,
30,
31]. This approach enables the transfer of knowledge from a data-rich source domain (simulation) to a data-scarce target domain (real-world), thereby mitigating the negative effects of domain shift. While traditional methods like Domain-Adversarial Neural Networks (DANN) [
32,
33] and Deep Adaptation Networks (DAN) [
34,
35] reduce distribution discrepancies using metrics such as Maximum Mean Discrepancy (MMD) [
36], they often fail to capture complex non-linear inter-domain relationships between synthetic and real data, limiting their effectiveness in bearing fault diagnosis. Adversarial generative transfer learning, built on Generative Adversarial Networks (GANs), addresses this limitation [
37,
38,
39]. Here, a generator and discriminator engage in adversarial training: the generator iteratively refines pseudo-samples (using source data or noise vectors as input) to mimic target domain distributions, while the discriminator distinguishes real from synthetic data. This competition progressively aligns feature spaces, enabling classifiers trained on the generator’s output to achieve robust generalization on real machinery data.
This study proposes a novel fault diagnosis framework that integrates high-fidelity FE simulation with an advanced deep domain adaptation strategy. The core of the approach is a hybrid model that combines a Generative Adversarial Network (GAN) with Multi-Kernel Maximum Mean Discrepancy (MK-MMD). This framework is designed to explicitly align the feature distributions of synthetic and real data, enabling robust knowledge transfer. This framework is built upon a lightweight one-dimensional Convolutional Neural Network (1D CNN) [
40,
41], which serves as the backbone feature extractor. This architecture is specifically tailored to efficiently process raw one-dimensional vibration signals, eliminating the computational overhead associated with converting them to 2D representations.
The primary contributions of this work are summarized as follows:
(1) Development of a validated FE model of a rolling bearing to generate a high-fidelity synthetic fault dataset, with validation through comprehensive signal analysis;
(2) Design of a lightweight 1D CNN architecture optimized for efficient and effective feature extraction from vibration signals;
(3) Introduction of a hybrid GAN-MK-MMD domain adaptation framework that enhances diagnostic accuracy in data-scarce real-world scenarios by effectively bridging the simulation-to-reality gap.
The remainder of this paper is organized as follows:
Section 2 outlines the methodology developed for this study.
Section 3 presents and discusses the results. Finally,
Section 4 concludes the paper and suggests avenues for future research.
4. Conclusions and Future Work
This study addressed the persistent challenge of insufficient training data for deep learning-based bearing fault diagnosis by proposing and validating a novel methodology that integrates high-fidelity finite element simulation with advanced transfer learning. The results demonstrate that a rigorously validated simulation model can effectively serve as a reliable training data source, bridging the gap between theoretical models and real-world applications.
The key contribution of this work lies in the development of a finite element model for rolling bearings under both healthy and faulty conditions using ANSYS/LS-DYNA. Rigorous validation across time, frequency, and time-frequency domains confirmed that the simulated data accurately capture the essential characteristics of real-world bearing faults. Critical metrics, including kurtosis (time domain), fault frequency harmonics (frequency domain), and energy distribution patterns (time-frequency domain) show deviations of less than 3% between simulation and experimental results. This high-fidelity agreement confirms the model’s reliability in generating synthetic fault data that closely mirrors empirical behavior, offering a robust foundation for data-driven fault diagnosis applications.
A lightweight 1D CNN was designed to analyze this data, achieving high accuracy on the simulated dataset. However, when directly applied to experimental data, performance dropped to 61.4%, quantitatively confirming a significant domain shift. To address this limitation, a deep domain adaptation method based on GANs and MK-MMD was introduced, successfully minimizing the discrepancy between simulation and real-world data and improving model generalization. The performance assessment demonstrates that the proposed transfer learning framework achieves exceptional accuracy, particularly under moderate domain shifts, with an average performance of 93.8%. Notably, it maintains robust fault diagnosis capability across varying operating conditions, reaching 97.1% accuracy. This validates its effectiveness in scenarios where real-world fault data is scarce.
Future research should focus on the following key directions to advance this work: (1) enhancing the fidelity of the finite element model by incorporating more complex fault scenarios (e.g., multiple-point defects or compound faults) while also conducting sensitivity analyses to quantify the impact of modeling simplifications (e.g., geometric idealizations and fixed friction coefficients) on diagnostic accuracy; (2) comprehensively benchmarking the framework against specialized time-series models (e.g., LSTMs, Transformers) and domain adaptation techniques to clarify its comparative strengths and limitations; and (3) transitioning the current offline model to an online, real-time diagnostic system by integrating real-time sensor data for immediate fault detection. These advancements would maximize the model’s industrial utility and further elevate its technological readiness.