Next Article in Journal
Adhesion Evaluation of Asphalt-Aggregate Interface Using Surface Free Energy Method
Previous Article in Journal
Analysis of the Hazard, Vulnerability, and Exposure to the Risk of Flooding (Alba de Yeltes, Salamanca, Spain)
 
 
Font Type:
Arial Georgia Verdana
Font Size:
Aa Aa Aa
Line Spacing:
Column Width:
Background:
Article

Fault Diagnosis of Roller Bearings Based on a Wavelet Neural Network and Manifold Learning

1
College of Information Engineering, Capital Normal University, Beijing 100048, China
2
Beijing Engineering Research Center of Highly Reliable Embedded Systems, Capital Normal University, Beijing 100048, China
3
Beijing Advanced Innovation Center for Imaging Technology, Capital Normal University, Beijing 100048, China
4
Information Management Department, Beijing Institute of Petrochemical Technology, Beijing 102617, Beijing, China
*
Author to whom correspondence should be addressed.
Appl. Sci. 2017, 7(2), 158; https://doi.org/10.3390/app7020158
Submission received: 12 December 2016 / Accepted: 7 February 2017 / Published: 8 February 2017

Abstract

:
In order to improve the accuracy of the fault diagnosis of roller bearings, this paper proposes a kind of fault diagnosis algorithm based on manifold learning combined with a wavelet neural network. First, a high-dimensional feature signal set is obtained using a conventional feature extraction algorithm; second, an improved Laplacian characteristic mapping algorithm is proposed to reduce the dimensions of the characteristics and obtain an effective characteristic signal. Finally, the processed characteristic signal is inputted into the constructed wavelet neural network whose output is the types of fault. In the actual experiment of recognizing data sets on roller bearing failures, the validity and accuracy of the method for diagnosing faults was verified.

1. Introduction

Roller bearings are critical components of machinery and directly affect the performance of the whole system [1]. However, bearings inevitably degenerate and break down due to an overload of repetitive work. According to statistics, 30 percent of faults in rolling machinery originate from bearing faults; therefore, bearing fault prognostics is an important area of research [2,3,4,5]. Recently, studies on bearing faults prognostics have focused on fault signal feature extraction and fault classification. Commonly used methods for extracting the features of fault signals are Empirical Mode Decomposition (EMD), morphology, wavelet transform, signal value decomposition, and principal component analysis [6,7,8,9,10]. However, features extracted using the above methods are largely redundant, as bearing fault signals are unstable and nonlinear [11]. Manifold learning, such as Isomap [12], Locally Linear Embedding (LLE) [13], and Laplacian Eigenmap (LE) [14] can be used to extract effective features. Bearing vibration signals produce a great deal of noise and the first two methods referred to are very sensitive to noise. LE has a powerful local keeping ability and is not sensitive to noise [15]. Good results can be obtained with this method to extract features from roller bearings and reduce dimensionality. The local field selection of manifold learning is the key step and greatly affects performance [16]. Therefore, we propose an adaptive local field selection system based on Lalacian mapping to extract features of bearing fault signals. Classifications of fault signals and information fusion approaches such as firefly neural networks [17], recursive complex networks [18], and fuzzy C mean clustering [19] are commonly used. Neural networks have a great ability to fit nonlinear data and recognize bearing faults. The proposed wavelet neural network with expansion and translation obtains better freedom and has a greater flexible effective function approximation ability than other conventional neural networks. It also learns more quickly and can learn from mutation function and discontinuous signal details.
From the above analysis, it is clear that LE is suitable for use in the nonlinear descending dimension method. The performance of LE depends greatly on the neighborhoods k. Generally, k is given according to experience. In this paper, we propose an improved LE that can be changed adaptively for any given k and obtain good results. We can also attain good characteristic signals using this method. Additionally, we propose a fault diagnosis method based on a wavelet neural network model where the merits of wavelet transform are integrated with that of an artificial neural network. The experimental results prove the effectiveness of the proposed methods.

2. Prognostics Method Based on Manifold Learning and a Wavelet Neural Network

A flow chart of the proposed prognostics method based on manifold learning and a wavelet neural network is shown in Figure 1. First, common feature extraction methods were used in the time domain signals to extract features to construct high-dimensional feature signal sets. Next, methods based on manifold learning were adopted to reduce the dimensionality and obtain effective feature parameters. Lastly, wavelet neural networks were set up to take feature parameters as inputs and fault types as outputs, and train networks until the required errors were reached and the prognostics tested.

High-Dimensional Feature Signal Extraction

The fault prognostics of bearing faults can be considered as a map between two spaces where one is the fault feature set and the other is the state of faults. It is crucial to accurately find the corresponding fault features, i.e., feature extraction. Too many or too few features will produce difficulties in prognostics. In order to obtain fault features from nonlinear and unstable roller bearing vibration signals, traditional methods such as the Hilbert Huang transform, Fast Fourier Transformation (FFT), signal envelope, Empirical Mode Decomposition (EMD) and wavelet transform were taken to extract features from the monitoring time domain vibration signals. It is obvious that the feature signals extracted by these methods are redundant, nonlinear, and uncertain. Therefore, manifold learning is utilized to reduce dimensionality. Improved Laplacian Eigenmaps (ILE) are proposed when considering the local field selection of manifold learning.

3. Materials and Methods

3.1. ILE Algorithm

The idea of graph theory is introduced with the LE algorithm in this paper. By constructing weighted neighborhood graphs, the relation of the same positions of sample points in local neighborhoods is maintained in high and low dimensional space [14]. The neighborhoods k in LE is the key parameter in reducing dimensions. In view of the different characteristics of different manifold surfaces, it is easy to include the traditional fixed k value with the points in the same neighborhood graph. This results in the “short circuit phenomenon”, as these points do not belong to the same manifold area. To solve this problem, an improved Laplace Eigen-mapping method dimensionality reduction algorithm is proposed and is shown in Figure 2. Detailed step-by-step instructions are as follows:
Step 1: Construct weighted neighborhood graphs.
From the k-nearest neighbors of the high-dimensional spatial data point X i , the adjacency matrix of the data set is obtained.
  • Set the initial neighborhood value k, according to the principle of KNN for each of the sample points to determine the neighborhood, { X i 1 ,   X i 2 ,   X i 3   X i k } ,   i = 1 ,   2 ,   3 N ;
  • For each of the resulting neighborhoods, we can calculate the tangent space coordinates that correspond to the neighborhood points [20].
    Φ i ( j ) = V T N i ( I 1 k e e T )
    where Mapping function of neighborhood points to local tangent space coordinates can be expressed as a Equation (2) based on Taylor series expansion.
    x i j x i ¯ V i V i T N i ( I 1 k e e T ) 2 λ V i V i T N i ( I 1 k e e T ) 2
    where x i ¯ = 1 k i 1 k x i j . λ is the scale factor. Θ is defined as the threshold. When λ < Θ , the local neighborhood obtained from the k-value is considered to be linearly represented by the tangent plane, which is in accordance with the characteristics of the ideal neighborhood, Θ   ( 0 ,   0.1 ) .
  • Calculate the difference function of a high and low dimension distribution.
    The difference function of the high and low dimension distribution of all points in the i-th neighborhood is defined as follows [21]:
    C i = i j p i j log p i j q i j
    where p i j is the distribution function of the j-th neighborhood point of the i-th high-dimensional sample point; and q i j is the distribution function of the Euclidean distance of the low-dimensional neighborhood point. The k-value adjustment strategy is shown in Equation (4):
    k i n e w = { ( 1 n i = 1 n k i m i n { k } ) e ( C i C ¯ ) 2 2 + k i 1 n i = 1 n k i > k i ( 1 n i = 1 n k i m i n { k } ) ( 1 e ( C i C ¯ ) 2 2 ) + k i 1 n i = 1 n k i < k i
    where C ¯ = 1 n i 1 n C i
  • Assume that the neighborhood weights of each sample point is W i k = { W i 1 ,   W i 2 ,   W i 3 W i k } . Calculate the weight using the following equation:
    W i c = m a x ( 0 ,   m i n ( 1 , W i c ( 1 + γ Ψ i , C ) ) )
    The initial value of weight is one by default. γ is the adjustment factor, Ψ i , C is the update operator, and the small weight points will be removed as invalid neighborhood points while the remaining ones will be reserved as effective neighborhood points.
Step 2: Determine the weight of the neighborhood graph edge.
Determine the weight between the points and use the thermal kernel function to determine the weight size. If the two nodes are adjacent, the weight is one, otherwise the weight is zero.
Step 3: Calculate the feature map.
Compute the eigenvectors and eigenvalues of the Laplace matrix L :
L y = λ D y
where D is a diagonal matrix, the eigenvectors are outputted as the result of the reduced dimension that corresponds to the smallest m nonzero eigenvalue.

3.2. Wavelet Neural Network

The wavelet neural network (WNN) is a forward network, which uses the wavelet basis function as the neuron activation function [22]. It adaptively adjusts the scaling and translation factors of the wavelet function, network connection weights, and the approximation function in batch mode. The fault diagnosis of the bearing based on the wavelet neural network is shown in Figure 3.
where { x 1 ,   x 2 ,   ,   x N } is the bearing fault feature, which can botain by the ILE method proposed. { y 1 y 2 y 3 y 4 } is the bearing state ,where y 1 is the normal state; y 2 the ball failure; y 3 the inner ring failure; and y 4 is the outer ring failure four. “1” is in this state, while “0” is not in this state.
Ψ is the wavelet base; its Fourier transform Ψ ^ ( ω ) satisfies the admissible condition:
C Ψ ( ω ) = + | ω | 1 | Ψ ^ ( ω ) | 2 d ω <
By scale scaling and translating for wavelet base functions Ψ ( x ) , the family of wavelet functions is obtained:
Ψ a , b ( t ) = 1 | a | Ψ ( t b a )
where a , b R ,   a 0 . a and b are scaled translation scale factors, respectively. The wavelet transform is:
( W ψ f ) ( a , b ) = R f ( t ) ψ a , b * ( t ) d t
Discretizing a and b , when a = a 0 m ,   b = n b 0 a 0 m ,   n , m Z , then:
Ψ n , m ( t ) = | a 0 | m 2 Ψ ( a 0 m t n b 0 ) ,   n , m Z
Equation (10) is the discrete wavelet transform. The discrete wavelet transform is:
( W Ψ f ) ( a , b ) = | a 0 | m 2 + f ( t ) Ψ * ( a 0 m t n b 0 ) d t
Select the scaling parameters a > 0 ,   b > 0 to ensure that the wavelet system { Ψ n , m ( t ) | ( n , m ) Z 2 } satisfies the L 2 ( R ) frame condition:
A f 2 ( m , n ) Z 2 | f , Ψ n , m | 2 B f 2
In the formula, A , B are the frame boundaries. If Ψ ˜ n , m ,   Ψ n , m ( t ) are the dual function, then for any function f ( t ) L 2 ( R ) , f ( t ) can be expressed as a form of wavelet series:
f ( t ) = ( m , n ) Z 2 f , Ψ ˜ n , m Ψ n , m ( t )
The function can be expanded by a wavelet basis function and an approximate function:
f ( t ) = j Z w j 1 a j Ψ ( t b j a j )
The above equation can be realized by a neural network with a hidden layer, and by adjusting the weights a j and b j to an approximate function. In the formula, Ψ i ( t ) is the wavelet basis function ( i = 1 ,   2 , , n ) ;   y k ( k = 1 ,   2 , , n ) is the output of the network; and w i j ,     w j k is the connection weight between the input layer/the hidden layer and between the hidden layer/the output layer.
The wavelet basis function Ψ i ( t ) chose the Mexican Hat wavelet as follows:
Ψ ( x ) = 2 3 π 1 4 ( 1 x 2 ) e x 2 2
Take the energy function:
J = 1 2 j 1 p i 1 q ( y i j y ^ i j ) 2
In this formula, P is the number of samples, y is the actual value, and y ^ is the output of WNN. The network output layer neuron function takes the Sigmoid function, that is ( x ) = 1 / ( 1 + e x ) . Then, the expression of the network output y is:
y k = ( k 1 q w j k Ψ a , b ( ( i 1 m w i j x i b j ) / a j ) )
j = 1 , 2 , , n ,   k = 1 , 2 , , q .
By using gradient descent method:
h ( t ) = h ( t 1 ) η J h + α Δ [ h ( t ) h ( t 1 ) ]
In the formula, h shows that w i j , w j k , a j , b j , η is the learning rate, α is the momentum factor, and η , α ( 0 , 1 ) . Equation (16) is minimized by adjusting the parameters of the WNN.

4. Application

4.1. Experimental Subject

The bearing data was generated by the Industry/University Cooperative Research Centers Program (I/UCRC) for Intelligent Maintenance Systems. The test platform is shown in Figure 4. The rotation speed was kept constant at 2000 RPM by an alternating current motor and at a radial load of 6000 lbs. Data collection was facilitated by National Instruments Data Acquisition (NI DAQ) Card 6062E, with the sampling rate set at 20 kHz [23].

4.2. Roller Bearing Vibration Signals

The test was carried out for 35 days. Figure 5a–d shows the vibration signals for the normal state, a roller element failure, inner race failure, and outer race failure, respectively [23].
At first, features were obtained using conventional methods as much as possible. Next, we reduce dimensions using the ILE method mentioned above. The result of the dimension reduction is shown in Table 1 where (1) is normal; (2) is a roller element failure; (3) is the inner race failure; and (4) is an outer race failure. All other characteristic signals found in all types of situations are also shown in Table 1.

4.3. Diagnosis of a Wavelet Neural Network

According to the characteristics and state of the network, we set a wavelet neural network to include eight input nodes for the eight features and four output nodes to indicate the four types of state. We selected five groups from every state, with a total of 20 types of groups composed of training samples and 12 groups as test samples. We set ±0.01 as the training error of the network. Figure 6 highlights the design of the wavelet neural network.
When the network was trained, this meant that an error had met a demand. Test data was inputted into the wavelet neural network, and the test results are shown in Table 2.
As shown in Table 2, four states of the bearing can be well separated, with a 100% rate of recognition. This shows that: (1) the feature extraction is effective; (2) the wavelet neural network can be used for information fusion; and (3) good classification results can be achieved.
In order to further verify the effectiveness of the proposed method, we compared it with the methods described in Reference [24] based on the same bearing data. The authors of Reference [24] used principal component analysis (PCA), local and nonlocal preserving projection (LNPP), linear discriminant analysis (LDA), and supervised-learning-based local and nonlocal preserving projection (SLNPP) to extract features, respectively, before using the features as the inputs of k-nearest neighbor algorithm (KNN). These results are shown in Table 3, where the proposed method has a higher recognition rate.

5. Conclusions

Roller bearing forms the core of rotating machinery, and its monitoring has always been of significant research interest. As roller bearing fault signals are nonlinear and non-stationary, we have done two things to resolve the issues of fault identification and fault classification.
(1)
The performance of LE depends greatly on the neighborhoods k. Generally, k is valued according to experience. We proposed an improved LE algorithm that allows for adaptive change for any given k. The experimental results demonstrated that the proposed method can effectively obtain k and extract the feature signals of the roller bearings.
(2)
Based on the feature signals and the integration of the merits of wavelet transform with that of an artificial neural network, we constructed a wavelet neural network for fault identification and classification. The experimental results indicate that this proposed method has excellent clinical practical value, with a classification accuracy rate of 100%.

Acknowledgments

This work received financial support from the National Natural Science Foundation of China (No. 61202027), the Beijing Natural Science Foundation of China (No. 4122015), and the Project for the Construction of Innovative Teams and Teacher Career Development for Universities and Colleges under the Municipality of Beijing (No. IDHT20150507).

Author Contributions

Yong Guan and Lifeng Wu performed the studies on fault diagnosis method based on a wavelet neural network and manifold learning. Zhen Peng and Beibei Yao analyzed the data. Lifeng Wu wrote the paper.

Conflicts of Interest

The author declares no conflict of interest.

References

  1. Xiang, D.; Cen, J. Method of roller bearing fault diagnosis based on information feature fusion of EMD entropy. J. Aerosp. Power 2015, 30, 1149–1154. [Google Scholar]
  2. Li, Y.; Xu, M.; Wei, Y.; Huang, W. A new rolling bearing fault diagnosis method based on multiscale permutation entropy and improved support vector machine based binary tree. Measurement 2016, 77, 80–94. [Google Scholar] [CrossRef]
  3. Urbanek, J.; Barszcz, T.; Uhl, T. Comparison of Advanced Signal-Processing Methods for Roller Bearing Faults Detection. Metrol. Meas. Syst. 2016, 19, 715–726. [Google Scholar]
  4. Li, Y.; Xu, M.; Zhao, H.; Huang, W. Hierarchical fuzzy entropy and improved support vector machine based binary tree approach for rolling bearing fault diagnosis. Mech. Mach. Theory 2016, 98, 114–132. [Google Scholar] [CrossRef]
  5. Cao, H.; Fan, F.; Zhou, K.; He, H. Wheel-bearing Fault Diagnosis of Trains using Empirical Wavelet Transform. Measurement 2016, 82, 439–449. [Google Scholar] [CrossRef]
  6. Rauber, T.W.; De, A.B.F.; Varejao, F.M. Heterogeneous Feature Models and Feature Selection Applied to Bearing Fault Diagnosis. IEEE Trans. Ind. Electron. 2015, 62, 637–646. [Google Scholar] [CrossRef]
  7. Sui, W.T.; Zhang, D.; Wang, W. Fault diagnosis of rolling element bearings based on EMD and MKD. J. Vib. Shock 2010, 29, 107–110. [Google Scholar]
  8. Wu, Z.; Yang, S.; Ren, B. Rolling element bearing fault diagnosis method based on NAMEMD and multi-scale morphology. J. Vib. Shock 2016, 35, 127–133. [Google Scholar]
  9. Wang, J.; Li, J.; Wan, X. Fault feature extraction method of rolling bearings based on singular value decomposition and local mean decomposition. J. Mech. Eng. 2015, 3, 104–110. [Google Scholar] [CrossRef]
  10. Ma, L.; Kang, J.; Meng, Y. Research on feature extraction of rolling bearing incipient fault based on Morlet wavelet transform. Chin. J. Sci. Inst. 2013, 34, 920–926. [Google Scholar]
  11. Huang, H.; Han, Z.; Zhang, Q. Method of fault diagnosis for rolling bearings based on Laplacian eigenmap. J. Vib. Shock 2015, 5, 128–134. [Google Scholar]
  12. Rowei, S.T.; Saul, L.K. Nonlinear dimensionality reduction by locally linear embedding. J. Sci. 2000, 290, 2323–2326. [Google Scholar] [CrossRef] [PubMed]
  13. Tenenbaum, J.B.; De Silva, B.; Lagford, J.C. A global geometric framework for nonlinear dimensionality reduction. J. Sci. 2000, 290, 2319–2323. [Google Scholar] [CrossRef] [PubMed]
  14. Belkin, M.; Niyogi, P. Laplacian Eigen maps for dimensionality reduction and data representation. J. Neural Comput. 2003, 15, 1373–1396. [Google Scholar] [CrossRef]
  15. Ge, C.; Liu, X.Y.; Ding, S. Analysis and compare in manifold learning. J. Shandong Normal Univ. (Nat. Sci.) 2010, 25, 15–17. [Google Scholar]
  16. Huang, H.; Zhang, Q.; Han, Z.; Lin, X.; Liu, Q. Application of laplacian eigenmap in fault diagnosis of rolling bear. J. China Meas. Test 2015, 41, 94–98. [Google Scholar]
  17. Xu, Q.; Liu, Y.; Tian, D. Fault diagnosis of rolling bearings using least square support vector regression based on glowworm swarm optimization algorithm. J. Vib. Shock 2014, 10, 8–12. [Google Scholar]
  18. Sun, B.; Liang, C.; Shang, D. Rolling bearings fault diagnosis based on recurrence complex network. J. Vib. Meas. Diagn. 2015, 3, 578–584. [Google Scholar]
  19. Wang, B.; Li, H.; Chen, Q. Rolling bearing performance degradative state recognition based on mathematical morphological fractal dimension and fuzzy center means. Acta Armamentarh. 2015, 36, 1982–1990. [Google Scholar]
  20. Jing, W.; Zhen, Y.Z.; Hong, Y. Adaptive Manifold Learning. IEEE Trans. Pattern Anal. Mach. Intell. 2012, 34, 253–265. [Google Scholar]
  21. Martin, H.J.A.; De Lope, J.; Maravall, D. Robust high performance reinforcement learning through weighted k-nearest neighbors. J. Neuro-Comput. 2011, 74, 1251–1259. [Google Scholar] [CrossRef]
  22. Zhang, Q.; Benveniste, A. Wavelet networks. IEEE Trans. Neural Netw. 1992, 3, 889–898. [Google Scholar] [CrossRef] [PubMed]
  23. Hai, Q.; Lee, J.; Lin, J. Wavelet Filter-based Weak Signature Detection Method and its Application on Roller Bearing Prognostics. J. Sound Vib. 2006, 289, 1066–1090. [Google Scholar]
  24. Yu, J. Local and nonlocal preserving projection for bearing defect classification and performance assessment. IEEE Trans. Ind. Eelectron. 2012, 59, 2363–2376. [Google Scholar] [CrossRef]
Figure 1. The fault diagnosis method based on a manifold learning and a neural network.
Figure 1. The fault diagnosis method based on a manifold learning and a neural network.
Applsci 07 00158 g001
Figure 2. Diagram of the steps in the method.
Figure 2. Diagram of the steps in the method.
Applsci 07 00158 g002
Figure 3. Fault diagnosis model based on the wavelet neural network.
Figure 3. Fault diagnosis model based on the wavelet neural network.
Applsci 07 00158 g003
Figure 4. Illustration of the bearing test rig and sensor placement [23].
Figure 4. Illustration of the bearing test rig and sensor placement [23].
Applsci 07 00158 g004
Figure 5. Vibration signal. (a) Normal state; (b) roller element failure; (c) inner race failure; (d) outer race failure.
Figure 5. Vibration signal. (a) Normal state; (b) roller element failure; (c) inner race failure; (d) outer race failure.
Applsci 07 00158 g005
Figure 6. Diagnosis of the wavelet neural network.
Figure 6. Diagnosis of the wavelet neural network.
Applsci 07 00158 g006
Table 1. Fault data set.
Table 1. Fault data set.
Feature 1Feature 2Feature 3Feature 4Feature 5Feature 6Feature 7Feature 8State
0.0893740.0473210.1008981.9588581.6062911.8134020.108176.3014991
0.10360.047870.1139161.6655161.4195551.5608980.13388111.499731
0.0951950.0464920.1057291.8177571.5292191.6984340.0383168.8646741
0.1015470.0473330.1118281.7033151.4496591.5964290.15963510.198211
0.0874490.0475260.0992931.9968531.6253611.845490.0663276.2467461
0.1003550.0460460.1102141.7089431.4633971.6071670.07130110.4741
0.0975570.0457180.1075361.7607941.5004161.6538880.1573128.8221571
0.0889790.0464110.1001321.9414361.6032381.8041880.0370976.5995571
0.1032910.0462280.1129671.6489211.4200061.5530270.11606211.545251
0.0913380.0440160.1011921.8410571.5597241.7279830.1241476.765331
0.1140110.0121820.1146461.1618551.1521771.1585990.10205717.330232
0.1147940.0130280.1155151.1620911.1511641.1584010.13231617.425032
0.114680.0141260.1155291.1856161.1725171.1811950.09709417.812852
0.1146370.0151780.1156171.1851641.1700441.1800420.12540917.418172
0.1148040.0159790.1158881.1977691.1808851.1920320.11650517.638862
0.1136080.0165150.1147781.2191571.2004541.212810.09918817.118472
0.114860.0173190.1161311.2170561.1969511.2102020.13799617.393442
0.1137650.0182680.1151921.2330351.2100161.2251950.09174917.308352
0.1138770.0188270.115391.2330151.2086091.2246760.12634516.938852
0.1141270.0183970.1155691.2275951.2044541.2196820.117517.204492
0.0020490.0669370.0662682.7263221.8512562.2660060.0011270.6697453
0.0041220.0506910.050333.4236022.1396552.7787150.1076880.0038643
0.004790.0741840.0735642.0790781.6549041.8797340.0486731.1590743
0.0082590.0412190.0416153.8519422.3990573.1378670.0994680.0057233
0.0022690.0756720.0749141.9066611.551031.7331690.0607491.2730573
0.0150290.0380220.0405153.2563732.0918152.648230.0313220.0495793
0.005460.0739680.0733972.0302811.6236961.8323460.0014521.2986143
0.0095010.0526390.0529473.7444572.2277012.9703260.0142740.1583613
0.0074520.0646230.0643792.7087521.9171122.3188290.0843180.5149883
0.0021060.0631020.0624772.8229051.8943062.3426310.0012420.3613593
0.1144050.0394670.1208871.7886771.6373891.7301640.1504816.962024
0.1163470.0425930.1237461.8484081.672131.7784630.14916718.213584
0.1098390.0413490.1172121.8615611.679391.7921250.12096314.690254
0.1167590.032210.1210311.5922661.5064941.5616130.18233318.00514
0.1154410.0412170.1224341.7641151.6044781.7016720.15284317.58694
0.1127170.0309180.1167951.6347731.5460621.6020.0918216.663514
0.1180770.0339820.1227711.7406571.6374941.7025990.14675519.347464
0.113630.0328380.1181851.7032881.6020741.6662930.10184317.102294
0.1140890.0323490.1184951.5300191.4418421.4975190.05978917.919094
0.1163490.0328460.1208041.7256011.6267051.6889830.13446218.366444
Table 2. Fault diagnosis results.
Table 2. Fault diagnosis results.
Test SampleIdea OutputDiagnosis Result
No.y1y2y3y4y1y2y3y4
11 0 0 01.0096–0.0001–0.01250.0030
21 0 0 01.00250.00010.0041–0.0067
31 0 0 00.97990.00000.0225–0.0024
40 1 0 00.00270.9990–0.01180.0097
50 1 0 00.00041.0163–0.05460.0382
60 1 0 00.00811.0044–0.0011–0.0114
70 0 1 00.00250.00000.99720.0003
80 0 100.00100.00000.99830.0007
90 0 1 00.00360.0001.0044–0.0009
100 0 0 1–0.0379–0.0099–0.02671.0751
110 0 0 1–0.0567–0.01500.06391.0751
120 0 0 1–0.0322–0.0012–0.05081.0844
Table 3. Recognition rate of each method.
Table 3. Recognition rate of each method.
PCA [24]LNNP [24]LDA [24]SLNPP [24]ILE
93.7%96.88%98.44%98.44%100%

Share and Cite

MDPI and ACS Style

Wu, L.; Yao, B.; Peng, Z.; Guan, Y. Fault Diagnosis of Roller Bearings Based on a Wavelet Neural Network and Manifold Learning. Appl. Sci. 2017, 7, 158. https://doi.org/10.3390/app7020158

AMA Style

Wu L, Yao B, Peng Z, Guan Y. Fault Diagnosis of Roller Bearings Based on a Wavelet Neural Network and Manifold Learning. Applied Sciences. 2017; 7(2):158. https://doi.org/10.3390/app7020158

Chicago/Turabian Style

Wu, Lifeng, Beibei Yao, Zhen Peng, and Yong Guan. 2017. "Fault Diagnosis of Roller Bearings Based on a Wavelet Neural Network and Manifold Learning" Applied Sciences 7, no. 2: 158. https://doi.org/10.3390/app7020158

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