Next Article in Journal
Joint Resource Management and Trajectory Optimization for UAV-Enabled Maritime Network
Next Article in Special Issue
Performance Degradation Assessment of Railway Axle Box Bearing Based on Combination of Denoising Features and Time Series Information
Previous Article in Journal
The Effect of the Weight and Type of Equipment on Shoulder and Back Muscle Activity in Surface Electromyography during the Overhead Press—Preliminary Report
Previous Article in Special Issue
Safety Study of High-Speed Collisions between Trains and Live Intruder
 
 
Font Type:
Arial Georgia Verdana
Font Size:
Aa Aa Aa
Line Spacing:
Column Width:
Background:
Article

Numerical Model Driving Multi-Domain Information Transfer Method for Bearing Fault Diagnosis

School of Mechatronics & Vehicle Engineering, East China Jiaotong University, Nanchang 330013, China
*
Author to whom correspondence should be addressed.
Sensors 2022, 22(24), 9759; https://doi.org/10.3390/s22249759
Submission received: 1 December 2022 / Revised: 9 December 2022 / Accepted: 10 December 2022 / Published: 13 December 2022

Abstract

:
Given the complexity of the application scenarios of rolling bearing and the severe scarcity of fault samples, a solution to the issue of fault diagnosis under varying working conditions along with the absence of fault samples is required. A numerical model-driven cross-domain fault diagnosis method targeting variable working conditions is proposed based on the cross-Domain Nuisance Attribute Projection (cDNAP). Firstly, the simulation datasets consisting of multiple fault types under variable working conditions are constructed to solve the problem of incomplete fault samples. Secondly, the simulation datasets are expanded by means of generating adversarial network to ensure sufficient samples for subsequent model training. Finally, cDNAP is used to obtain the cross-domain simulation projection matrix, which eliminates the variance in the distribution of measured and simulated sample features under varying working conditions. The experimental results of cross-domain for variable working conditions show that the diagnostic accuracy reaches up to 99%. Compared with DANN, DSAN, and DAAN domain adversarial neural networks, the proposed method performs better in bearing fault diagnosis.

1. Introduction

As a component of rotating machinery, rolling bearings play an essential role in the reliability and stability of the equipment. If bearing faults fail to be monitored in time, it is possible to cause casualties and massive property damage in severe cases [1,2]. Therefore, efficient monitoring and diagnostic are indispensable for the safe operation of mechanical equipment.
Numerous academics have conducted substantial research on bearing inspection methods and diagnostic techniques. For the bearing fault diagnosis methods under stationary working conditions, Huo et al. [3] proposed an adaptive multi-scale weighted permutation entropy for complexity analysis of time series, and the effectiveness of the proposed method for fault diagnosis under stationary working conditions was verified through experimental datasets involving different signal-to-noise ratios. Hou et al. [4] extracted fault features from the IMF components resulting from EEMD, followed by optimal feature se-lection through chi-square test and hierarchical clustering, and the method was validated on stationary working conditions. Chen et al. [5] proposed a deep residual network based on multi-task learning. Fault types and severity were considered to find the correlation in tasks. Fault types and severity under constant working conditions were successfully identified. As seen from the abovementioned works, it is evident that many achievements have been obtained with respect to bearing fault diagnosis under constant working conditions. However, there are few scenarios where the working conditions of actual mechanical equipment are constant, so investigating bearing fault diagnosis methods under varying working conditions is urgently necessary.
For fault diagnosis under variable working conditions, the methods available could be mainly categorified into three groups including signal demodulation [6,7,8], deep learning (DL) [9,10,11], and transfer learning (TL) [12,13,14].
In the case of varying speed, the rotational speed information can be retrieved using the key-phase device’s order tracking mechanism, and angular resampling is used to obtain stationary signals. However, the small installation space of the all-in-one device makes it difficult to install the components. A computational order tracking mechanism is suggested to alleviate the reliance on hardware. Choudhury et al. [15] proposed a tachometer-free order tracking technique based on a fast dynamic time-warping algorithm, which aligns the filtered signal with a constant frequency reference signal. It was possible to identify the bearing fault type under varying speed conditions. Order tracking technology independent of rotational speed information has severe harmonic overlapping as the speed fluctuates greatly. For this purpose, Hu et al. [16] proposed a generalized demodulation tacholess order tracking method for bearing fault diagnosis, using an improved cost function-based ridge extraction technology to extract rotational frequency harmonic components and reduce noise.
Generally speaking, the diagnostic results under varying working conditions depend significantly on the used signal analysis method. Intelligent fault diagnosis based on DL has been widely explored in recent years. As a data-driven method, DL models can automatically extract features with the help of massive historical data, with an inherent ad-vantage of gradually abandoning traditional signal processing in fault identification. Convolutional neural networks, deep auto-encoders, generative adversarial networks, recurrent neural networks, and domain adaptive networks are the prevailing models used for fault diagnosis in varied working conditions. Zhang et al. [17] proposed a new network of multi-mode CNN (MMCNN) to effectively extract rich and complementary fault features utilizing multiple parallel convolutional layers. In order to address the frequency-shift and amplitude-variation due to speed fluctuation, Han et al. [18] added batch normalization to each layer of deep neural networks acting as the basic framework for feature extraction. Softmax was then used to classify faults in the presence of speed fluctuation.
Despite the progress of deep learning-based methods in bearing fault diagnosis, they still suffer from some limitations. Traditional DL methods require sufficient labeled samples for model training. However, accessing adequate labeled data is costly, and labeled data are even unavailable for certain high-security devices. As such, traditional DL models exhibit poor diagnostic accuracy in the case of insufficient training data and thus model overfitting [19].
To solve the above problems, a GAN-based model was proposed to generate an adequate number of samples for bearing fault diagnosis [20,21,22,23]. After adversarial training of the GAN model, the trained generator yielded new samples with a similar distribution to the training samples. The results illustrate that a reliable diagnosis was made even with a few fault samples.
The GAN-based deep learning framework provides a solution to the fault diagnosis lacking enough training samples. However, the difference in feature distribution of various working conditions hinders the further improvement of fault diagnosis accuracy. TL is a new fault diagnosis method that maps data from two different kinds of distributions into a common space, minimizing the distance between different domains through KL scatter, maximum mean discrepancy (MMD), and Coral, thus improving the model’s generalization ability. Pei et al. [24] used WGAN-GP to generate source and target domain samples and input them into TL networks. Multi-kernel maximum mean discrepancies reduced the distance of edge distribution between source and target domains. The fault diagnosis under varying working conditions was thereby realized. In order to extract features from bearing vibration data under redundancy noise, Yang et al. [25] combined TL and DL to construct a deep residual shrinkage network by adding a soft threshold, where the joint maximum mean deviation (JMMD) and conditional domain adversarial (CDA) learning domain adapting network are utilized to align the source and target domains. Yu et al. [26] used transfer sparse coding (TSC) together with joint geometric and statistical alignment (JGSA) to extract features and align the difference between source and target domains, for the purpose of bearing fault diagnosis under varying working conditions. Wu et al. [27] denoised the collected vibration signal by EEMD. The denoised signal were then input to the DANN with an attention mechanism to extract domain-invariant features to achieve bearing fault diagnosis under varying working conditions. Yang et al. [28] developed multi-layer domain adaptive and pseudo-label learning regularization terms that reduced distribution differences and inter-class distances of features.
The use of TL offers fresh perspectives on bearing defect diagnostics under varying working conditions, but a significant problem lies in that acquiring source domain datasets with labeled information requires high experimental costs. Additionally, not all samples involving various fault types are available.
Numerical simulation has gradually developed into a potent tool for resolving engineering issues with the advance of computer performance. As a digital twin of the actual device, a dynamics model can simulate the dynamic behavior of complex devices. Thus, the dynamic model could be used to access simulated vibration signals of the bearings with different fault types under various operating situations. Therefore, the problem of insufficient data for model training in practical engineering applications is expected to be resolved. The potential advantages of dynamic simulation have been explored by several academics to diagnose bearing faults.
Yu et al. [29] proposed a simulation data-driven domain adaptive bearing fault diagnosis method, where the simulated source domain data come from the numerical simulation model of a rotor-bearing system. The diagnostic model gained from the source do-main was then used to determine the health status of bearings in actual equipment. Liu et al. [30] developed a bearing physics model to compensate for the difficulty of obtaining fault samples. Furthermore, a domain adversarial neural network model was proposed to achieve a high diagnosis accuracy for the scenario with small-sized samples. Ruan et al. [31] proposed a 5-degree-of-freedom bearing model to simulate the dynamic behavior of bearings with varied defect types and sizes, and the effectiveness of cross-domain fault diagnosis was confirmed by simulation datasets.
The scholars mentioned above took advantage of numerical simulation to realize bearing fault diagnosis with the help of simulated data. However, the above methods have a common drawback in the sense that they only consider the cross-domain from simulated to real data under the same working conditions. The cross-domain fault diagnosis from simulated to real data under variable working conditions has yet to be studied. Take into consideration the fact that the distribution difference between the simulated and real signals, in addition to the variable working conditions, makes it rather difficult for bearing fault diagnosis in real engineering. Few scholars have considered such two issues at the same time to arrive at a solution for practical bearing fault diagnosis under variable working conditions and limited sample scenarios.
Considering the practical problems of variable working conditions and lack of training samples, it is challenging to measure the distance between source and target domains by commonly used loss functions such as MMD. On the contrary, it is more applicable to execute cross-domain bearing fault diagnosis preceded with eliminating the redundant information due to variable working conditions. This paper proposes a cross-domain fault diagnosis method under varying working conditions with the aid of the nuisance attribute projection.
Nuisance attribute projection (NAP) is first proposed by Solomonoff [32]. The method was initially applied to speech and facial recognition to eliminate redundant information [33,34]. The NAP was introduced by Jiang et al. [35] to eliminate redundant information for bearing performance degradation assessment. The key of the NAP is constructing a projection matrix using the vibration signals of discrete load and speed to achieve the purpose of eliminating redundant information. To solve the problem of low accuracy of cross-domain fault diagnosis, NAP is introduced into TL to create the improved cross-domain nuisance attribute projection (cDNAP). The differences of feature distribution between the source and target domains under variable working conditions are eliminated by cDNAP.
In summary, the explicit dynamic model and cDNAP address the issues of limited samples and cross-domain differences under variable working conditions. The cross-domain bearing fault diagnosis method under varying working conditions is proposed. The main contributions of this paper include the following three sections:
1. A high-fidelity bearing dynamics model is constructed to simulate multiple working conditions and fault type samples. It provides a solution to the issue in which the failure samples are difficult to collect.
2. The cross-domain simulation projection matrix is obtained based on cDNAP. The projection matrix is used to eliminate redundant information between the simulated and measured signals under variable working conditions.
3. The proposed method can achieve high classification accuracy using a small amount of labeled real data, which can circumvent the practical constraints of data deficiency.
The remainder of this paper is arranged as follows: Section 2 briefly introduces the theoretical knowledge involved in the framework of the cDNAP model. The dynamic model and cDNAP are validated in Section 3. Two cases are analyzed in Section 4, the results show the outperformance of the cDNAP model, and three leading contrastive studies are performed to show the superiority of the cDNAP model. Finally, the conclusion is presented in Section 5.

2. Framework of cDNAP Model

This section presents the theoretical methods used in the paper, including the explicit dynamic method used for the dynamic model, the sample datasets expansion by WGAN, and the cDNAP that eliminates the differences between the source and target domains under variable working conditions.

2.1. Explicit Dynamic Method

The explicit dynamic based on nonlinear dynamic analysis must satisfy the conditions: displacement, velocity, and acceleration are known as t = 0 . The displacement, velocity, and acceleration of t + Δ t are solved based on known quantities. The dynamic equation of the system of t can be estimated as [36]
M x ¨ t + C x ˙ t + K x t = F t
where x ¨ t , x ˙ t , x t represent the acceleration vector, velocity vector and displacement vector of the system nodes, respectively, M denotes the mass matrix of the system, C is the damping matrix of the system, K represents the stiffness matrix of the system, F t denotes the nodal load vector of the system.
x t + Δ t of the expanding Taylor series at t can be modeled as
x t + Δ t = x t + Δ t x ˙ t + Δ t 2 2 x ¨ t + + Δ t n p ! x t ( p )
where x t ( p ) represents the p differential of x t .
Combing Equation (2) with Equation (1), a quadratic differential equation is computed as follows
x t + Δ t = x t + Δ t x ˙ t + Δ t 2 2 x ¨ t
The derivation of Equation (3) can be modeled as
x ˙ t + Δ t = x ˙ t + Δ t x ¨ t
x ˙ t can be modeled as follow at [ t Δ t , t ]
x ˙ t = 1 Δ t ( x t x t Δ t )
Similarly, x ˙ t Δ t can be modeled as
x ˙ t Δ t = 1 Δ t ( x t Δ t x t )
Simultaneous Equations (4)–(6). x ¨ t and x t can be modeled as
x ¨ t = 1 Δ t 2 ( x t + Δ t 2 x t + x t Δ t )
x ˙ t and x t can be modeled as follow at [ t Δ t , t + Δ t ]
x ˙ t = 1 2 Δ t ( x t + Δ t x t Δ t )
Combining Equations (7) and (8), the iterative formula for each time point of the displacement values can be modeled as
( M Δ t 2 + C 2 Δ t ) x t + Δ t = F t ( K 2 Δ t 2 M ) x t ( M Δ t 2 C 2 Δ t ) x t Δ t
The stability condition for the explicit dynamic algorithm is
Δ t Δ t c r = τ n π
where τ n represents the natural periods of vibration of the system. Δ t c r is the critical value.

2.2. Generative Adversarial Net

GAN(Generative Adversarial Net) has been widely used as a mainstream data generation model. WGAN (Wasserstein Generative Adversarial Net, WGAN) [37] is used to address the problem of unstable generators by introducing the EM (Earth Mover) distance. EM can be modeled as
W ( P r , P g ) = inf γ Π ( P r , P g ) E ( x , y ) γ [ x y ]
where x represents actual data, y represents generate data, ( x , y ) represents the sampling data from the γ , x y represents the distance between x and y , P r and P g denote the data distribution, Π ( P r , P g ) denotes the set of joint distributions ( P r , P g ) , γ represents a distribution.
Transforming Equation (11) into the form of a function through the KR (Kantorovich–Rubinstein)
W ( P r , P g ) = sup f L 1 E x P r [ f ( x ) ] E x P g [ f ( x ) ]
where f L 1 denotes the 1-Lipschitz function, f represents the distance mapping function.
The optimization objective of WGAN can be estimated as
W ( P r , P g ) = max D ( 1 Lipschitz ) { E x P r [ D ( x ) ] E x P g [ D ( x ) ] }
where D ( 1 Lipschitz ) represents the value of the discriminator within the range of 1-Lipschitz function.
The WGAN solves the issues of training difficulty, gradient dispersion, and model collapse by introducing the EM distance and 1-Lipschitz function. However, it brings the issue of gradient explosion, which directly affects the output performance of the discriminator. Gradient penalty (GP) is introduced into the WGAN [38,39]. The WGAN-GP enhance the performance of discriminator. GP can be modeled as
λ E x P x ^ [ x D ( x ) P K ] 2
where K denotes constant 1, x r follows the P r distribution, x g follows the P g distribution, x ^ denotes random interpolation sample between x r and x g . x ^ can be modeled as
x ^ = ε x r + ( 1 ε ) x g
The generator and discriminator loss function of WGAN-GP can be modeled as
min D V ( D ) = E x P g [ D ( x ) ] E x P r [ D ( x ) ] + λ E x P x ^ [ x D ( x ) P K ] 2
min G V ( G ) = E x P g [ D ( x ) ]

2.3. Cross-Domain Simulation Projection Matrix

Due to the interference of variable working conditions and the difference between the source and target domains, the feature space of the raw signal contains fault and redundant information. The key of cDNAP is determining the simulation projection matrix, which eliminates the redundant information of variable working conditions and cross-domain. The theory of cDNAP is shown in Figure 1.
The N-dimensional feature space is defined. n represents the feature sample under different working conditions, the N × n feature matrix F = [ F 1 , F 2 , , F n ] is constructed, feature matrix F new after projection can be modeled as
F new = P × F
where P denotes projection matrix, P - dim ensional is N × N , P can be modeled as
P = I i = 1 d u i u i T
where I represents the unit matrix, i denotes i nuisance attribute component, d represents the number of principal components, d smaller than the number of feature dimensions. The larger the d , the more redundant information is removed, and the fault information is likely to be eliminated. Therefore, the best d ensures that the most fault information and the least redundant information after projected.
The quality factor D denotes the sum of 2-norm distances of features between after and before projection. P is obtained by Equation (19), D is obtained by Equation (20), and the corresponding d is selected when the D is stable. D can be modeled as
D = i j W i j P ( x i x j ) 2
where W i j represents the weight matrix for variable working conditions. When x i , x j and s i   , t j are from the same working condition or the same domain, W i j is 0, and the opposite is 1.
The weight matrix W can be modeled as
W i j = { 1 0 1 0 working   condition   x i working   condition   x j working   condition   x i = working   condition   x j source   domain   s i     target   domain   t j source   domain   s i = target   domain   t j
where x i , x j represent different working condition samples, s i , t j represent source domain and target domain.
The solution of P in Equation (20) can be converted to obtain the leading eigenvectors of the following eigenproblem
F ( d i a g ( W × L ) W ) F T u i = λ i u i ( i = 1 , 2 , , d )
where L represents the full 1-column vector of length n.

2.4. Flow Chart of Fault Diagnosis Method

The proposed method achieves cross-domain bearing faults diagnosis under variable working conditions and insufficient samples. The flow chart is shown in Figure 2.
(1) A high-fidelity bearing dynamic model is constructed based on the actual situation, which simulates the vibration signals under multiple working conditions and fault types.
(2) The pre-processed simulated data are expanded by WGAN-GP. Based on the expanded simulation samples and a few measured samples, the cross-domain simulation projection matrix is obtained by cDNAP under varying working conditions. The features of measured samples are projected to eliminate the differences between the source and target domain under variable working conditions.
(3) The features of simulated sample are used as the training datasets, and the features of measured sample are used as the test datasets. They are finally achieving cross-domain bearing fault diagnosis under variable working conditions through extreme learning machine (ELM).

3. Validation of Bearing Dynamic Model and cDNAP

3.1. Establishment and Verification of Bearing Dynamic Model

(1)
Establishment of the dynamic model
Each type of bearing has a unique character due to their material, size, lubrication, etc. [40]. This paper establishes a two-dimensional dynamic model of NU205 bearing. The fault is simplified into rectangular, and the signals of different working conditions are simulated. Bearing geometric parameters: pitch diameters 38.75 mm, rolling element diameter 6.75 mm, rolling element number 13, contact angle 0°. Material: outer ring, inner ring, and rolling element are GCr15. The cage is brass.
Dynamic model boundary conditions: bearing housing with an interference fit outer ring, the radial load is applied on the inner ring inner surface, and the direction is Y positive. The rotational speed is used on the inner ring inner surface, and the direction is clockwise. The sampling frequency is 12 kHz. The mesh is refined to reflect better the vibration characteristics of the rolling element in contact with the inner and outer rings. The NU205 bearing dynamic model is shown in Figure 3.
(2)
Verification of the bearing dynamic model
The reliability of the dynamic model ensures the correctitude of the study, so it is necessary to verify the validity of the dynamic model. The two-dimensional bearing model is point contact, so the amplitude of the vibration signals is large [41]. The vibration signals of normal, outer ring fault, inner ring fault, and rolling element fault are simulated when the speed is 1000 r/min. The outer ring fault, inner ring fault, and rolling element fault characteristic frequency are obtained by the envelope spectrum analysis, the results are shown in Figure 4.
The theoretical fault characteristic frequencies of outer ring fault, inner ring fault, and rolling element fault are obtained from Equations (23)–(25) [42]. They are 89.3 Hz, 127.2 Hz, and 92.8 Hz, respectively. The simulation signal fault characteristic frequencies of the bearing outer ring fault, inner ring fault, and rolling element fault are 89.0 Hz, 128.0 Hz, and 92.0 Hz, respectively. The relative errors are 0.34%, 0.63%, and 0.86%, respectively. The validity of the simulation model is proved.
f o = n 2 × 60 ( 1 D d cos α ) Z
f i = n 2 × 60 ( 1 + D d cos α ) Z
f b = n 2 × 60 d D ( 1 ( D d ) 2 cos 2 α ) Z
where D denotes the rolling element diameter, n denotes the rotation speed, d is the pitch diameters, Z is the number of the rolling element, α is the contact angle.

3.2. Verification of WGAN-cDNAP

The obtained high-fidelity bearing dynamic model simulates the vibration signals of multiple loads, multiple speeds, and multiple fault types according to the actual requirements. The working condition types are shown in Table 1. N is the Normal state, OF is the outer ring fault, IF is the inter ring fault, and BF is the rolling element fault.
There are discrepancies between the amplitude of the simulated and the measured signal due to the simplification of the dynamic model. The amplitude is mapped to [−1, 1] after the abnormal data of the simulated and measured signal are removed by the Pauta criterion. Simulated signals of four bearing health states are shown in Figure 5.
To obtain a sufficient number of samples, the simulation samples are expanded by WGAN-GP. The time-domain signals and fitted standard distribution histograms of the outer ring fault samples before and after expansion are shown in Figure 6. Figure 6a,b show the generated data has the same feature distribution as the raw signal.
The simulation and expanded datasets constitute the training datasets. To verify the effect of cDNAP to remove the redundant information of variable working conditions and the difference between the source and target domains, 29 features of the expanded samples are extracted. They are 11 time domain features, 8 wavelet packet decomposition node energies, 8 energy entropies when the wavelet level is three, amplitude spectrum entropy, and envelope spectrum entropy. The number of samples for each working condition is 50.
The quality factor D determines the number of principal components and affects the consistency of data distribution after projection. The number of principal components when the quality factor tends to be stable can better eliminate the differentiation of feature distribution. The expanded simulation samples calculated by cDNAP to obtain the cross-domain projection matrices under different fault types: health state projection matrix (NDP), outer ring fault projection matrix (OFDP), inner ring fault projection matrix (IFDP), and rolling element fault projection matrix (BFDP). The projection matrix is multiplied by the sample features of the measured signal, which eliminates the feature distribution differences of the measured signal under the variable working conditions. The strength to eliminate the feature distribution difference between source and target domains under the variable working conditions is confirmed by the outer ring fault. The amplitude of quality factor in different principal components is shown in Figure 7, the result shows the amplitude of the quality factor decreases with the increase in the number of principal components and keeps stable when the number of principal components is higher than 19. Thus the number of principal components is determined to be 19. Furthermore, OFDP is obtained to eliminate redundant information. The results before and after the projection are shown in Figure 8.
In Figure 8a, the result shows that the distribution of features has some variability under different working conditions before the cDNAP projection, indicating that interference information from working conditions has an impact on fault diagnosis. Figure 8b shows that the feature amplitude of each sample is the same after cDNAP projection, indicating that the complex working condition information has been removed.
Furthermore, to ensure that the differences between the source and target domains are eliminated—as well as the working condition information—the fault information is retained after projection, and the result for the four fault types is shown in Figure 9. In Figure 9a, the distribution of simulated and measured signal characteristics under the same fault type has some variations before cDNAP projection. The difference between the simulated and measured signals affects the accuracy of fault diagnosis. Figure 9b shows that the feature amplitude between simulated and measured is the same due to the differences are eliminated. More importantly, the distance among the different fault types is separated, which is an advantage for the bearing fault diagnosis.

4. Application Verification

The test data come from the homemade rotating machinery simulation test bench shown in Figure 10. The test bench can simulate the vibration signal’s properties under bearing and gear failure, and this study makes advantage of its bearing failure simulation capability. To ensure that no external noise is generated during the experiment due to non-coaxial or friction, the rotating shaft and timing belt’s pulley are connected by coupling to compensate for an offset caused by incorrect installation and thermal expansion and ensure coaxial accuracy. The timing belt pulley makes the entire transmission process very smooth with minimal noise. The fastening bolts are adjusted to make the timing belt pulley run without noise before the experiment. The dowel-bearing is installed in the specified position to avoid abnormal vibration caused by the error of the assembly benchmark. The subsequent bearing failure simulation test will be conducted when the vibration, noise, and temperature rise are in normal conditions after a short operation of the assembled test bench.
The experimental bearing is a single row cylindrical roller bearing with detachable inner and outer rings, and the bearing model is N205EM. Bearing geometric parameters: outer ring diameter 52 mm, inner ring diameter 25 mm, pitch diameter 38.75 mm, rolling element diameter 6.75 mm, rolling element number 13, contact angle 0°, width 15mm, limiting speed 14,000 r/min, static load rating 28.7 kN, dynamic load rating 27 kN, the accuracy grade E. The outer ring is fixed during the experiment. The parameters of experimental bearing are consistent with the dynamic model, its sampling frequency is 12 kHz, and the sampling time is 10s. The bearing state of normal (N), outer ring fault (OF), inner ring fault (IF), and rolling element fault (BF) are processed. The condition types of bearings are shown in Table 1, which are consistent with the simulated conditions.
Four fault types are simulated by the dynamic model, and each fault type has nine different working conditions. Simulation time is 1 s, and the sampling points are 12,000. The datasets are expanded to 60,000 by WGAN-GP for each working condition. 1200 points as one cycle according to the speed and sampling frequency, total 50 × 1200 of samples, 29 features are calculated for each group of samples, getting 50 × 29 group features.
Given that the above datasets obey different distributions, a cross-domain fault diagnosis method under variable working conditions is proposed. Single condition and compound condition fault diagnosis strategies are used to reveal the effectiveness. The methods of different classifiers and feature extraction are used for comparison. Four different fault diagnosis strategies are support vector machine (SVM), ELM, ELM+NAP, and ELM+cDNAP. The main parameters of SVM: radial basis function, the value of loss function is 2, the value of kernel function is 1. The main parameters of ELM: the number of hidden neurons is 20, activation functions are sigmoid.

4.1. Bearing Fault Diagnosis of Single Working Condition

Working conditions include rotational speed and load. In the actual application of bearings, there is a common phenomenon that the speed or load is varies. Such as speed is constant and load is variation during the vehicle’s stable operation. The load is constant and the speed is variation during the car’s start/stop. Therefore, it is necessary for bearing fault diagnosis under single working condition. Based on the working condition types in Table 1, the bearing fault diagnosis under a single working condition are analyzed. The diagnosis results are shown in Table 2.
The training datasets (source domain) are simulated samples, and the test datasets (target domain) are measured samples. There is no overlap between the two datasets. The results of fault diagnosis are calculated by SVM and ELM, showing that the ELM method is better than SVM in fault diagnosis accuracy. However, the highest diagnostic accuracy is only 41.2%. The reason for the poor diagnosis accuracy is that the tremendous difference in feature distribution between simulated and measured signals under variable working conditions. The results show that the traditional method does not have engineered application value in cross-domain fault diagnosis under varying working conditions.
The fault diagnosis accuracy increased significantly after the NAP is introduced, and the average accuracy rate is 92.1%. The results show that the simulation projection matrix constructed by NAP reduces the difference in feature distribution between different working conditions. However, the results show differences between variable loads and speeds.
For variable load conditions, the average accuracy is 87.9% at a speed of 700 r/min, but the diagnostic accuracy drops to 85.2% when the target domain’s load amplitude is higher than the source domain. The average accuracy is 93.7% at a speed of 1000 r/min, but the diagnostic accuracy drops to 89.2% when the target domain’s load amplitude is between the source domains. The average accuracy is 95.2% at a speed of 1300 r/min, but the diagnostic accuracy drops to 94.5% when the target domain load amplitude is higher and lower than the source domain. It is clear from the above analysis that: (1) As the speed increases, the vortex motion becomes more stable, and the difference in vibration signal features becomes more minor under different loads; and (2) the fault diagnosis accuracy is affected by the intersection of the source and target domain datasets.
For variable speed conditions, the accuracy rate is higher under different loads, and the diagnostic accuracy is 95.6%, 92.5%, and 87.7% at speeds of 1300 r/min, 1000 r/min, and 700 r/min, respectively. The law of diagnostic accuracy under variable speed is the same as under variable loads, and both reflect the phenomenon of higher stability under high speed.
Considering the difference in feature distribution between the source and target domains under variable working conditions, the cross-domain simulation projection matrix obtained by cDNAP is multiplied by the simulated and measured signal, respectively, and the projected feature matrix is obtained. The simulated feature matrix is used as the training dataset, and the measured feature matrix is used as the test dataset for bearing fault diagnosis. The fault diagnostic accuracy under variable load and speed conditions reaches 99.3%. cDNAP eliminates the difference between source and target domains compared with NAP.
The method of cDNAP has higher diagnostic accuracy than NAP. However, the cDNAP relies on a small number of measured samples, and the NAP gets rid of the dependence on measured samples. Therefore, the appropriate feature processing method is selected according to the different application situations.

4.2. Bearing Fault Diagnosis of Compound Working Condition

In practical engineering applications, the speed and load change simultaneously are more general, such as the bearings in wind power gearboxes and shield tunneling machine, etc. Therefore, bearing status identification under compound working condition is more practical. The fault diagnosis under a compound working condition is studied based on the single condition fault diagnosis. The results are shown in Table 3.
The source domain is simulated samples, and the target domain is measured samples. The source domain consists of four working conditions, and the target domain working conditions differ from the source domain. The fault diagnostic accuracy of ELM is higher than that of SVM under compound working conditions. The results indicate that ELM learns more valid information from the training datasets. However, the accuracy of both diagnostics is not high, which is far from the demand for practical applications. The reason for the poor diagnostic accuracy is the excessive difference in feature distribution due to the dual influence of working conditions and cross-domain.
The fault diagnosis accuracy is greatly improved after the NAP is introduced. The average accuracy is 88.7%, which is reduced compared with the average accuracy under single working condition. The reason is the great difference between the source and target domains under variable working conditions. Further, the constructed simulation projection matrix eliminates redundant information about working conditions. However, the degree to which the differences are eliminated under different working conditions is varied. The fault diagnostic accuracy is 94.2% when the speed amplitude of target domain is larger than the source domain. The diagnostic accuracy is 88.8% when the speed amplitude of the target domain is within the source domain. The diagnostic accuracy is 82.9% when the speed amplitude of target domain is smaller than the source domain. The simulation projection matrix eliminates redundant information about working conditions while reducing the differences between the source and target domains. The diagnosis accuracy is low because the difference between measured and simulated samples is not considered. The method achieves fault type identification without access to the actual datasets.
The investigated cDNAP eliminates the distinctions between the source and target domains while retaining the information on the fault types. As a result, the diagnosis’ accuracy reaches 99%. Due to its dependence on the measured signals, the method has apparent diagnostic effects when applied to situations where fault samples can be obtained.

4.3. Comparative Experimental Analysis

The research for variable working conditions and cross-domain fault diagnosis are favored by scholars—such as Domain Adversarial Neural Networks (DANN), Dynamic Adversarial Adaptation Networks (DAAN), and Deep Subdomain Adaptation Networks (DSAN)—which have achieved good results in the field of fault diagnosis under variable working conditions or cross-domain. However, the domain-adaptive method is only applied to variable working conditions or cross-domain, without successfully addressing the issue of concurrent change in both. The preceding strategies have limited practical application. The proposed method solves the problem of low accuracy of bearing fault diagnosis under variable working conditions and cross-domain from the perspective of eliminating redundant information. To illustrate the superiority of the proposed method over the mainstream domain adaptive methods, the diagnosis results of single and compound working condition are compared. Training datasets and test dataset samples of the DAAN, DANN, and DSAN are time–frequency maps obtained by wavelet analysis. The time–frequency diagrams of the simulated and measured signals under different fault types are shown in Figure 11. In Figure 11, the trend of the simulated and measured signals under each fault type is the same. There are differences between the simulation and the measured signal of the inner ring fault and rolling element fault. The reason is that the measured signal is affected by the transmission path.
The time–frequency graphs are input into the domain adaptive model for fault diagnosis. The ratio of training datasets to test datasets is 7:3. The training samples are 350, and the test sample is 150. Considering the diversity of loss functions, the loss function of DAAN is MMD, the loss function of DANN is LMMD, and the loss function of DSAN is Coral. The comparison results are shown in Table 4.
In Table 4, the deep domain adaptive neural network method does not have excellent cross-domain diagnosis results, and the diagnosis accuracy fluctuates wildly, which is unsuitable for application in engineering practice. The reason is that the loss functions of MMD, Coral, and LMMD are less effective in measuring the distance when the difference between the source and target domain distributions is significant under variable working conditions.
The average diagnostic accuracy of DAAN, DSAN, and DANN for MMD, Coral, and LMMD is visualized. The visualization results are shown in Figure 12. The results show that both NAP and cDNAP achieve better results in cross-domain fault diagnosis under variable working conditions, and the proposed diagnostic model is more stable.

5. Conclusions

A numerical model driving cross-domain fault diagnosis method under varying working conditions is proposed based on cDNAP. The issue of low fault diagnostic accuracy due to a shortage of fault samples is addressed.
(1) The dynamic model is constructed based on the bearing fault mechanism and dynamic performance. The vibration signals of multi-fault types under complex working conditions are simulated with the help of a high-fidelity dynamic model. It addresses the issue that fault samples are difficult to collect in practical engineering applications.
(2) The WGAN-GP is introduced to address the issue that the dynamic method requires a high computational cost to simulate a sufficient number of samples. WGAN-GP expands a large set of samples with consistent feature distribution to ensure generalization and robustness of the fault diagnosis model.
(3) The use of NAP solves the issue that the bearing fault diagnosis model relies on the measured samples and has superior engineering application value when the actual fault samples cannot be collected. The technique of cDNAP addresses the issue of inadequate generalization performance of diagnostic models with a few measured samples. The combination of dynamic simulation with NAP provides a new diagnostic idea for bearing faults. The matching method is selected according to the acquisition of actual fault samples to achieve the bearing fault diagnosis.
This study has achieved good fault diagnostic results in cross-domain fault diagnosis under variable operating conditions, but there are still some limitations: (1) Different bearing models need to be constructed with corresponding dynamic models due to the uniqueness of bearing types and operating conditions. (2) The features required for model training rely on manual extraction, and the merits of the features affect the fault diagnostic results. The following research will be conducted to address the limitations of the proposed method: (1) The construction method of an effective high-fidelity dynamic model will be studied. (2) The redundant attribute projection method will be combined with deep learning to achieve automatic feature extraction and then complete redundant information elimination and fault diagnosis to avoid the influence of human factors on fault diagnosis accuracy.

Author Contributions

Conceptualization, L.Z. (Long Zhang) and H.Z.; Methodology, L.Z. (Long Zhang); Software, H.Z.; Validation, Y.H., H.Z., Y.Q. and H.L.; Formal analysis, H.Z.; Investigation, L.Z. (Long Zhang) and H.Z.; Resources, L.Z. (Lijuan Zhao) and Q.X.; Data curation, Y.H. and Q.X.; Writing—original draft preparation, L.Z. (Lijuan Zhao) and H.Z.; Writing—review and editing, L.Z. (Long Zhang) and H.Z.; Visualization, H.Z.; Supervision, L.Z. (Long Zhang); Project administration, L.Z. (Long Zhang); Funding acquisition, L.Z. (Long Zhang). All authors have read and agreed to the published version of the manuscript.

Funding

This work was supported by the National Science Foundation of China (no. 51665013), the Natural Science Foundation of Jiangxi Province (no. 20212BAB204007), the Jiangxi Province Graduate Student Innovation Project (no. YC2021-S422), and the Science Research Project of the Education Department of Jiangxi Province (no. GJJ200616).

Institutional Review Board Statement

Not applicable.

Informed Consent Statement

Not application.

Data Availability Statement

The data used to support the finding of this study are available from the corresponding author upon request.

Conflicts of Interest

The authors declare no conflict of interest.

References

  1. Cui, B.; Weng, Y.; Zhang, N. A feature extraction and machine learning framework for bearing fault diagnosis. Renew. Energ. 2022, 191, 987–997. [Google Scholar] [CrossRef]
  2. Wang, Q.; Taal, C.; Fink, O. Integrating expert knowledge with domain adaptation for unsupervised fault diagnosis. IEEE Trans. Instrum. Meas. 2021, 71, 1–12. [Google Scholar] [CrossRef]
  3. Huo, Z.; Zhang, Y.; Jombo, G.; Shu, L. Adaptive multiscale weighted permutation entropy for rolling bearing fault diagnosis. IEEE Access 2020, 8, 87529–87540. [Google Scholar] [CrossRef]
  4. Hou, J.; Wu, Y.; Ahmad, A.S.; Gong, H.; Liu, L. A novel rolling bearing fault diagnosis method based on adaptive feature selection and clustering. IEEE Access 2021, 9, 99756–99767. [Google Scholar] [CrossRef]
  5. Chen, L.; Xu, G.; Tao, T.; Wu, Q. Deep residual network for identifying bearing fault location and fault severity concurrently. IEEE Access 2020, 8, 168026–168035. [Google Scholar] [CrossRef]
  6. Feng, Z.; Chen, X.; Wang, T. Time-varying demodulation analysis for rolling bearing fault diagnosis under variable speed conditions. J. Sound Vib. 2017, 400, 71–85. [Google Scholar] [CrossRef]
  7. Liu, D.; Cheng, W.; Wen, W. An online bearing fault diagnosis technique via improved demodulation spectrum analysis under variable speed conditions. IEEE Syst. J. 2019, 14, 2323–2334. [Google Scholar] [CrossRef]
  8. Shi, J.; Hua, Z.; Huang, W.; Dumond, P.; Shen, C.; Zhu, Z. Instantaneous Frequency Synchronized Generalized Stepwise Demodulation Transform for Bearing Fault Diagnosis. IEEE Trans. Instrum. Meas. 2022, 71, 1–15. [Google Scholar] [CrossRef]
  9. Zhang, B.; Li, W.; Li, X.L.; Ng, S.K. Intelligent fault diagnosis under varying working conditions based on domain adaptive convolutional neural networks. IEEE Access 2018, 6, 66367–66384. [Google Scholar] [CrossRef]
  10. Du, Y.; Wang, A.; Wang, S.; He, B.; Meng, G. Fault diagnosis under variable working conditions based on STFT and transfer deep residual network. Shock Vib. 2020, 2020, 1274380. [Google Scholar] [CrossRef]
  11. She, B.; Wang, X. A hidden feature label propagation method based on deep convolution variational autoencoder for fault diagnosis. Meas. Sci. Technol. 2022, 33, 055107. [Google Scholar] [CrossRef]
  12. Wang, Z.; Liu, Q.; Chen, H.; Chu, X. A deformable CNN-DLSTM based transfer learning method for fault diagnosis of rolling bearing under multiple working conditions. Int. J. Prod. Res. 2021, 59, 4811–4825. [Google Scholar] [CrossRef]
  13. Su, H.; Xiang, L.; Hu, A.; Xu, Y.; Yang, X. A novel method based on meta-learning for bearing fault diagnosis with small sample learning under different working conditions. Mech. Syst. Signal Process. 2022, 169, 108765. [Google Scholar] [CrossRef]
  14. Huan, M.; Yin, J.; Yan, S.; Xue, P. A fault diagnosis method of bearings based on deep transfer learning simulation modelling. Simul. Model. Pract. Theory 2023, 122, 102659. [Google Scholar] [CrossRef]
  15. Choudhury, M.D.; Hong, L.; Dhupia, J.S. A novel tacholess order analysis method for bearings operating under time-varying speed conditions. Measurement 2021, 186, 110127. [Google Scholar] [CrossRef]
  16. Hu, Y.; Tu, X.; Li, F.; Li, H.; Meng, G. An adaptive and tacholess order analysis method based on enhanced empirical wavelet transform for fault detection of bearings with varying speeds. J. Sound Vib. 2017, 409, 241–255. [Google Scholar] [CrossRef]
  17. Zhang, K.; Wang, J.; Shi, H.; Zhang, X.; Tang, Y. A fault diagnosis method based on improved convolutional neural network for bearings under variable working conditions. Measurement 2021, 182, 109749. [Google Scholar] [CrossRef]
  18. Han, B.; Ji, S.; Wang, J.; Bao, H.; Jiang, X. An intelligent diagnosis framework for roller bearing fault under speed fluctuation condition. Neurocomputing 2021, 420, 171–180. [Google Scholar] [CrossRef]
  19. Hoang, D.T.; Kang, H.J. A survey on deep learning based bearing fault diagnosis. Neurocomputing 2019, 335, 327–335. [Google Scholar] [CrossRef]
  20. Guo, Q.; Li, Y.; Song, Y.; Wang, D.; Chen, W. Intelligent fault diagnosis method based on full 1-D convolutional generative adversarial network. IEEE Trans. Instrum. Meas. 2019, 16, 2044–2053. [Google Scholar] [CrossRef]
  21. Liu, Q.; Ma, G.; Cheng, C. Data fusion generative adversarial network for multi-class imbalanced fault diagnosis of rotating machinery. IEEE Access 2020, 8, 70111–70124. [Google Scholar] [CrossRef]
  22. Pham, M.T.; Kim, J.M.; Kim, C.H. Rolling bearing fault diagnosis based on improved GAN and 2-D representation of acoustic emission signals. IEEE Access 2022, 10, 78056–78069. [Google Scholar] [CrossRef]
  23. Tong, Q.; Lu, F.; Feng, Z.; Wan, Q.; An, G.; Cao, J.; Guo, T. A novel method for fault diagnosis of bearings with small and imbalanced data based on generative adversarial networks. Appl. Sci. 2022, 12, 7346. [Google Scholar] [CrossRef]
  24. Pei, X.; Su, S.; Jiang, L.; Chu, C.; Gong, L.; Yuan, Y. Research on Rolling Bearing Fault Diagnosis Method Based on Generative Adversarial and Transfer Learning. Processes 2022, 10, 1443. [Google Scholar] [CrossRef]
  25. Yang, X.; Chi, F.; Shao, S.; Zhang, Q. Bearing Fault Diagnosis under Variable Working Conditions Based on Deep Residual Shrinkage Networks and Transfer Learning. J. Sens. 2021, 2021, 5714240. [Google Scholar] [CrossRef]
  26. Yu, Y.; Zhang, C.; Li, Y.; Li, Y. A new transfer learning fault diagnosis method using TSC and JGSA under variable condition. IEEE Access 2020, 8, 177287–177295. [Google Scholar] [CrossRef]
  27. Wu, H.; Li, J.; Zhang, Q.; Tao, J.; Meng, Z. Intelligent fault diagnosis of rolling bearings under varying operating conditions based on domain-adversarial neural network and attention mechanism. ISA Trans. 2022, 130, 477–489. [Google Scholar] [CrossRef]
  28. Yang, B.; Lei, Y.; Jia, F.; Xing, S. An intelligent fault diagnosis approach based on transfer learning from laboratory bearings to locomotive bearings. Mech. Syst. Signal Process. 2019, 122, 692–706. [Google Scholar] [CrossRef]
  29. Yu, K.; Fu, Q.; Ma, H.; Lin, T.R.; Li, X. Simulation data driven weakly supervised adversarial domain adaptation approach for intelligent cross-machine fault diagnosis. Struct. Health Monit. 2021, 20, 2182–2198. [Google Scholar] [CrossRef]
  30. Liu, C.; Gryllias, K. Simulation-driven domain adaptation for rolling element bearing fault diagnosis. IEEE Trans. Instrum. Meas. 2021, 18, 5760–5770. [Google Scholar] [CrossRef]
  31. Ruan, D.; Chen, Y.; Gühmann, C.; Yan, J.; Li, Z. Dynamics Modeling of Bearing with Defect in Modelica and Application in Direct Transfer Learning from Simulation to Test Bench for Bearing Fault Diagnosis. Electronics 2022, 11, 622. [Google Scholar] [CrossRef]
  32. Solomonoff, A.; Campbell, W.M.; Quillen, C. Nuisance attribute projection. Speech Commun. 2007, 1–73. [Google Scholar]
  33. Štruc, V.; Vesnicer, B.; Mihelič, F.; Pavešić, N. Removing illumination artifacts from face images using the nuisance attribute projection. In Proceedings of the IEEE International Conference on Acoustics, Speech and Signal Processing, Dallas, TX, USA, 14–19 March 2010; pp. 846–849. [Google Scholar]
  34. Vesnicer, B.; Mihelič, F. The likelihood ratio decision criterion for nuisance attribute projection in GMM speaker verification. EURASIP J. Adv. Sig. Pr. 2008, 2008, 786431. [Google Scholar] [CrossRef] [Green Version]
  35. Jiang, H.; Chen, J.; Dong, G. Hidden Markov model and nuisance attribute projection based bearing performance degradation assessment. Mech. Syst. Signal Process. 2016, 72, 184–205. [Google Scholar] [CrossRef]
  36. Zhu, P.; Dong, S.; Pan, X.; Hu, X.; Zhu, S. A simulation-data-driven subdomain adaptation adversarial transfer learning network for rolling element bearing fault diagnosis. Meas. Sci. Technol. 2022, 33, 075101. [Google Scholar] [CrossRef]
  37. Creswell, A.; White, T.; Dumoulin, V.; Arulkumaran, K.; Sengupta, B.; Bharath, A.A. Generative adversarial networks: An overview. IEEE signal Proc. Mag. 2018, 35, 53–65. [Google Scholar] [CrossRef] [Green Version]
  38. Liu, S.; Jiang, H.; Wu, Z.; Li, X. Rolling bearing fault diagnosis using variational autoencoding generative adversarial networks with deep regret analysis. Measurement 2021, 168, 108371. [Google Scholar] [CrossRef]
  39. Peng, C.; Zhang, S.; Li, C. A Rolling Bearing Fault Diagnosis Based on Conditional Depth Convolution Countermeasure Generation Networks under Small Samples. Sensors 2022, 22, 5658. [Google Scholar] [CrossRef]
  40. Luo, M.; Guo, Y.; Andre, H.; Wu, X.; Na, J. Dynamic modeling and quantitative diagnosis for dual-impulse behavior of rolling element bearing with a spall on inner race. Mech. Syst. Signal Process. 2021, 158, 107711. [Google Scholar] [CrossRef]
  41. Singh, S.; Howard, C.Q.; Hansen, C.H.; Köpke, U.G. Analytical validation of an explicit finite element model of a rolling element bearing with a localised line spall. J. Sound Vib. 2018, 416, 94–110. [Google Scholar] [CrossRef]
  42. Sun, X.; Jia, X. A fault diagnosis method of industrial robot rolling bearing based on data driven and random intuitive fuzzy decision. IEEE Access 2019, 7, 148764–148770. [Google Scholar] [CrossRef]
Figure 1. Principle of cross-domain nuisance attribute projection.
Figure 1. Principle of cross-domain nuisance attribute projection.
Sensors 22 09759 g001
Figure 2. Flow chart of fault diagnosis based on cDNAP.
Figure 2. Flow chart of fault diagnosis based on cDNAP.
Sensors 22 09759 g002
Figure 3. Bearing dynamic model.
Figure 3. Bearing dynamic model.
Sensors 22 09759 g003
Figure 4. Simulation signals of different fault types and corresponding envelope spectra: (a) outer ring fault; (b) inner ring fault; (c) rolling element fault.
Figure 4. Simulation signals of different fault types and corresponding envelope spectra: (a) outer ring fault; (b) inner ring fault; (c) rolling element fault.
Sensors 22 09759 g004
Figure 5. Simulation signals of normal, outer ring fault, inner ring fault, and rolling element fault.
Figure 5. Simulation signals of normal, outer ring fault, inner ring fault, and rolling element fault.
Sensors 22 09759 g005
Figure 6. Signals before and after WGAN-GP: (a) simulation and synthetic simulation signals; (b) normal distribution and corresponding fit of simulation and synthetic simulation signals.
Figure 6. Signals before and after WGAN-GP: (a) simulation and synthetic simulation signals; (b) normal distribution and corresponding fit of simulation and synthetic simulation signals.
Sensors 22 09759 g006
Figure 7. Amplitude of quality factor in different principal components.
Figure 7. Amplitude of quality factor in different principal components.
Sensors 22 09759 g007
Figure 8. Distribution of features under variable working conditions before and after cDNAP: (a) before cDNAP; (b) after cDNAP.
Figure 8. Distribution of features under variable working conditions before and after cDNAP: (a) before cDNAP; (b) after cDNAP.
Sensors 22 09759 g008
Figure 9. Distribution of features under four fault types before and after cDNAP: (a) before cDNAP; (b) after cDNAP.
Figure 9. Distribution of features under four fault types before and after cDNAP: (a) before cDNAP; (b) after cDNAP.
Sensors 22 09759 g009
Figure 10. The test bench.
Figure 10. The test bench.
Sensors 22 09759 g010
Figure 11. Time–frequency diagram of measured and simulated signals: (a) N of the measured signal; (b) N of the simulated signal; (c) OF of the measured signal; (d) OF of the simulated signal; (e) IF of the measured signal; (f) IF of the simulated signal; (g) BF of the measured signal; (h) BF of the simulated signal.
Figure 11. Time–frequency diagram of measured and simulated signals: (a) N of the measured signal; (b) N of the simulated signal; (c) OF of the measured signal; (d) OF of the simulated signal; (e) IF of the measured signal; (f) IF of the simulated signal; (g) BF of the measured signal; (h) BF of the simulated signal.
Sensors 22 09759 g011
Figure 12. Average accuracy of different methods.
Figure 12. Average accuracy of different methods.
Sensors 22 09759 g012
Table 1. Working conditions of NU205.
Table 1. Working conditions of NU205.
Health StatesWorking Condition Types
N; OF; IF; BF800 N/700 rpm800 N/1000 rpm800 N/1300 rpm
1100 N/700 rpm1100 N/1000 rpm1100 N/1300 rpm
1500 N/700 rpm1500 N/1000 rpm1500 N/1300 rpm
Table 2. Fault diagnosis results of a single working condition.
Table 2. Fault diagnosis results of a single working condition.
ConditionsSource DomainTarget DomainAccuracy/%
Speed/(Rad/s)Load/NSpeed/(Rad/s)Load/NSVMELMELM+NAPELM+cDNAP
Variable load700800/110070015002533.285.2100
700800/150070011002537.888.9100
7001100/150070080024.536.289.799.9
1000800/1100100015002534.292.999.9
1000800/1500100011002539.489.2100
10001100/150010008002836.598.999.3
1300800/1100130015002535.194.599.9
1300800/1500130011002541.296.799.8
13001100/150013008002538.894.599.6
Variable speed700/100080013008002533.497.799.3
700/130080010008002535.299.299.3
1000/13008007008002536.291.899.9
700/10001100130011002734.795.799.9
700/130011001000110020.535.484.9100
1000/1300110070011002532.588.3100
700/100015001300150024.536.293.599.9
700/13001500100015002531.893.499.9
1000/1300150070015002532.883.699.9
Table 3. Fault diagnosis results of compound working condition.
Table 3. Fault diagnosis results of compound working condition.
ConditionsSource DomainTarget DomainAccuracy/%
Speed/(rad/s)Load/NSpeed/(rad/s)Load/NSVMELMELM+NAPELM+cDNAP
1700/1000800/1100130015002537.196.399.9
2700/1000800/1500130011002543.493.999.8
3700/10001100/150013008002541.392.599.7
4700/1300800/1100100015002534.689.199.9
5700/1300800/1500100011002540.481.7100
6700/13001100/150010008002542.495.799.6
71000/1300800/110070015002533.282.3100
81000/1300800/150070011002537.281.5100
91000/13001100/15007008002538.584.999.9
Table 4. Diagnostic results of comparison tests.
Table 4. Diagnostic results of comparison tests.
ConditionsSource DomainTarget DomainAccuracy/%
Speed
/(rad/s)
Load/NSpeed
/(rad/s)
Load/NELM+NAPELM+cDNAPDAANDANNDSAN
1700800/1500700110088.910042.277.367.8
21000800/15001000110089.210037.069.770.5
31300800/15001300110096.799.831.598.892.3
4700/1300800100080099.299.329.275.067.8
5700/130011001000110084.910039.075.077.8
6700/130015001000150093.499.925.090.790.2
7700/1000800/15001300110093.999.828.799.094.2
8700/1300800/11001000150089.199.950.090.083.7
91000/13001100/150070080084.999.925.064.861.3
Publisher’s Note: MDPI stays neutral with regard to jurisdictional claims in published maps and institutional affiliations.

Share and Cite

MDPI and ACS Style

Zhang, L.; Zhang, H.; Xiao, Q.; Zhao, L.; Hu, Y.; Liu, H.; Qiao, Y. Numerical Model Driving Multi-Domain Information Transfer Method for Bearing Fault Diagnosis. Sensors 2022, 22, 9759. https://doi.org/10.3390/s22249759

AMA Style

Zhang L, Zhang H, Xiao Q, Zhao L, Hu Y, Liu H, Qiao Y. Numerical Model Driving Multi-Domain Information Transfer Method for Bearing Fault Diagnosis. Sensors. 2022; 22(24):9759. https://doi.org/10.3390/s22249759

Chicago/Turabian Style

Zhang, Long, Hao Zhang, Qian Xiao, Lijuan Zhao, Yanqing Hu, Haoyang Liu, and Yu Qiao. 2022. "Numerical Model Driving Multi-Domain Information Transfer Method for Bearing Fault Diagnosis" Sensors 22, no. 24: 9759. https://doi.org/10.3390/s22249759

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