Next Article in Journal
A Review of the Hydraulic Transient and Dynamic Behavior of Hydropower Plants with Sloping Ceiling Tailrace Tunnels
Next Article in Special Issue
Performance Enhancement of Hybrid Solid Desiccant Cooling Systems by Integrating Solar Water Collectors in Taiwan
Previous Article in Journal
The Use of Acidic Hydrolysates after Furfural Production from Sugar Waste Biomass as a Fermentation Medium in the Biotechnological Production of Hydrogen
Previous Article in Special Issue
Design of a Logistics System with Privacy and Lightweight Verification
 
 
Font Type:
Arial Georgia Verdana
Font Size:
Aa Aa Aa
Line Spacing:
Column Width:
Background:
Article

Condition Monitor System for Rotation Machine by CNN with Recurrence Plot

Department of Electrical Engineering, National Taiwan University of Science and Technology, Taipei City 10607, Taiwan
*
Author to whom correspondence should be addressed.
Energies 2019, 12(17), 3221; https://doi.org/10.3390/en12173221
Submission received: 2 August 2019 / Revised: 18 August 2019 / Accepted: 19 August 2019 / Published: 21 August 2019
(This article belongs to the Special Issue Selected Papers from IEEE ICKII 2019)

Abstract

:
Induction motors face various stresses under operating conditions leading to some failure modes. Hence, health monitoring for motors becomes essential. In this paper, we introduce an effective framework for fault diagnosis of 3-phase induction motors. The proposed framework mainly consists of two parts. The first part explains the preprocessing method, in which the time-series data signals are converted into two-dimensional (2D) images. The preprocessing method generates recurrence plots (RP), which represent the transformation of time-series data such as 3-phase current signals into 2D texture images. The second part of the paper explains how the proposed convolutional neural network (CNN) extracts the robust features to diagnose the induction motor’s fault conditions by classifying the images. The generated RP images are considered as input for the proposed CNN in the texture image recognition task. The proposed framework is tested on the dataset collected from different 3-phase induction motors working with different failure modes. The experimental results of the proposed framework show its competitive performance over traditional methodologies and other machine learning methods.

1. Introduction

Induction motors are electromechanical devices used in most industrial applications. Due to their simple design and well-developed manufacturing technologies, induction motors are considered relatively reliable and robust [1]. However, the motors fall into failure mode and seriously affect industrial operations. Eventually, this leads to failure of the entire operating system if the failure condition is not identified or if it is neglected. Several types of faults related to winding, stator, rotor, and bearing can be observed in an induction motor [2,3]. There are mainly four types of fault diagnosis methods such as signal-based, model-based, knowledge-based, and active/hybrid methods. Signal-based methods use the measured signal to extract the features and make a diagnostic decision based on the prior knowledge of the diagnostic process. Signal-based methods can be classified into a time-domain signal-based method, frequency-domain signal-based method, and time-frequency signal-based method. Model-based methods can be categorized into deterministic fault diagnosis methods, fault diagnosis methods for discrete-events and hybrid systems; stochastic fault diagnosis; and fault diagnosis methods for distributed and network systems, which are categorized by the model type used [4]. Hybrid methods are studied as a combination of two or more fault diagnosis methods. For example, He et al. [5] diagnosed plastic bearing faults by combining the signal-based and data-driven methods. By combining signal-based and knowledge-based techniques, a fault diagnosis method was studied to detect the inter-turn faults in induction motors, in which wavelet transform is applied to extract the features from the collected vibration signals, and the principal component analysis (PCA) and neural network (NN) were used as classifiers to classify healthy from faulty motors [6]. Active methods are studied as a system in which a suitably designed input signal is injected into a dynamic process during a test period to distinguish accurately and quickly the faulty modes from the normal modes. Stochastic active fault diagnosis and deterministic active fault diagnosis are the two active methods studied [7,8,9]. For example, Campbell et al. [10], used two candidate models one as a normal system and another as a fault system in a multimodel system, and an auxiliary signal was designed to detect the correct model under a given interval of test time. As an extended study, an active fault detection method for multiple faults generated simultaneously or sequentially [11].
Knowledge-based methods, also considered as data-driven methods, are the most commonly used methods for analyzing signals such as vibration, temperature, electrical tension, and current. These methods require a huge amount of historical data to find the patterns in the given signal. However, data signals can be captured using sensors [12,13]. Signal-based features are extracted, and feature selection methods are applied to reduce feature dimensions and also to avoid the repeated information, which in turn improves the performance by holding the significant features [14]. The extracted features are used for fault diagnosis by various traditional machine learning methods [15,16,17]. Traditional machine learning methods have achieved prominent results. However, feature extraction depends significantly on diagnostic knowledge and signal processing expertise. Furthermore, traditional methods are incapable of extracting discriminative features from raw data and always require a process to extract the feature from the signal [16,18,19,20,21].
In spite of the advanced development in machine learning, deep learning (DP) has become the most effective study that can significantly overcome the drawbacks of traditional machine learning methods for fault diagnosis. DP can automatically extract and learn abstract features from raw data, and avoid manual feature extraction [18]. Many deep learning models, such as deep belief network (DBN) [22], stacked sparse auto-encoder [19], sparse auto-encoder [21], denoising auto-encoder [23] and sparse filtering [24] have been studied to diagnose the faults, and very significant results have been achieved. One of the most effective used deep learning model, called convolutional neural network (CNN), has been used to learn hierarchical feature representation from raw data and has delivered promising results [20,21,22,23,24,25].
Most pattern recognition tasks deal with time-series data signals. Financial data (stock and currency exchange rates), video processing, music mining, weather and forecasting, biometric data, and biomedical signal processing are few examples, in which time-series data have been studied [26,27,28]. Likewise, electrical industrial devices also often work with time-series data such as measurements of voltage, current, temperature, and vibration signals. One-dimensional CNN has been studied and applied to time-domain machinery data signals to diagnose the faults in induction motors [29]. In a few cases, machinery data can also be represented in two-dimensional (2D) model, such as the time-frequency domain using the wavelet transform technique [30]. In addition, time-series data can be represented in 2D texture images using the concept called recurrence plot (RP) [31]. Image representation of time-series data provides a different set of features that are not available for 1D signals. Therefore, 2D texture images can be used for classification [32].
In this study we use a time-series data signals converted as recurrence plots (RP) to feed the proposed deep CNN for fault diagnosis. Current signals with a phase difference were collected from 3-phase induction motors, and each phase current was used as an input data sample. Our results show that RP provides an effective method for viewing trajectory periodicity over a phase space, allowing us to discover specific elements of the m-dimensional phase space trajectory using a 2D figure. The main contributions of this paper are illustrated as follows. First, the raw current signals are represented as RP images. Second, an efficient deep CNN model is studied and applied on RP images to extract the multi-level features for fault classification. Lastly, the proposed deep CNN based framework achieves significant results compared to other deep learning methods.
The rest of the paper is arranged in the following way: Section 2 discusses the related works. Section 3 explains the proposed framework—time-series data to 2D texture image conversion—and proposed deep CNN models are discussed. Section 4 presents the experimental results followed by the conclusions and future work presented in Section 5.

2. Related Works

This section briefly reviews recent deep learning contributions on induction motors’ fault diagnosis. Several types of signal processing methodologies have been studied in the time-domain, frequency-domain, and time-frequency domain to extract and learn the features in order to classify the working condition of the motor. Lee et al. [33] studied the convolutional deep belief network (CDBN) to classify audio signals. They converted time-domain into frequency-domain data to learn the features form audio signals. A multi-channel CNN has been studied to handle multi-variate time-series data [34]. A separate CNN is used to learn the features from individual time-series data, and result from all the CNNs are combined and classified using a fully connected multilayer perceptron (MLP) classifier. Audio signals are transformed into a time-frequency domain to feed into CNN for classification [35]. The Gramian Angular Field (GAF) and Markov Transition Field (MTF) are used to convert time-series signals as images. A tiled CNN is used to classify time-series images [36,37].
Ngaopitakkul et al. [15] explain a decision algorithm based on ANN for fault diagnosis. Pandya et al. [17] propose an efficient KNN (k-Nearest Neighbours) classifier using the asymmetric proximity function for fault diagnosis. Yang et al. [16] constructed an SVM (Support Vector Machine)-based method to diagnose the fault patterns of the roller bearings. Jia et al. [38] propose a fault diagnosis method based on deep neural networks using an auto-encoder. Deep learning models such as deep autoencoder (DAE), deep belief network (DBN), and CNN have been discussed for fault diagnosis [19,20,22]. Ince et al. [26] propose a one-dimensional (1D) CNN to diagnose faults using real-time motor data. Abdeljaber et al. [39] studied 1D CNN to detect real-time structural damages. A deep CNN was used to analyze multichannel time-series data signals for human activities [40]. However, these models only used a small amount of low-level features in hidden layers. However, in this paper, we study a deep CNN method to automatically learn the useful texture features in order to classify faults. 1D raw current signals were converted to 2D images, and the proposed CNN model was able to successfully capture the temporal and spatial dependencies in the images by applying relevant filters. Furthermore, the proposed model was able to extract and learn high-level features from these images along with the low-level features. The performance of fault classification improved by the combined implementation of feature extraction and the CNN classifier.

3. Proposed Study and Framework

This section explains the proposed framework based on RP images and deep CNN for fault diagnosis. It consists of two subsections: (1) the time-series data signals are converted into 2D texture images, and (2) a deep convolutional neural network model is discussed to learn features from texture images for fault classification.

3.1. Time-Series Data to 2D Texture Images

The time-series data can be categorized using a unique recurring behavior such as periodic and irregular cyclic aspects. Moreover, time-series data are generated as the repetition of states, which is a normal phenomenon for ever-changing irregular systems or random processes. RP [31,32] is a tool for visualizing and investigating the m-dimensional phase space trajectory using a 2D representation of its repetitive occurrences. The primary idea of RP is to disclose trajectory movements from the current state to the previous state and it can be formulated as:
R i , j = θ ϵ s l   s m ,   s . n ,   l , m = 1 , 2 , , K
where K is the number of states s , ϵ is a threshold value of distance, ‖. ‖ is the norm and θ(.) is the Heaviside function. The recurrence matrix (R) comprises two sets of values called texture and typology. The texture information belongs to individual dots, sloping lines, perpendicular lines, and horizontal lines, whereas the typology information categorized by uniform, regular, shift, and interrupted. Obviously, in RP, there are patterns and information that are not easily visually seen and interpreted. The detailed explanation can be found in [32].
Raw current signals are collected from 3-phase induction motors for the fault analysis every 5 s with a sampling rate of 10,000 samples per second. Data samples taken for different periods of time from 1 s to 5 s were investigated with recurrence plots. Five seconds of data samples gave the most distinguishable patterns in the recurrence plots. The collected raw current signals from the operating induction motor are represented as recurrence plot shown in Figure 1.
As shown in the Figure 2, nondistinguishable recurrence plots were generated for two different motors operating with different modes of failure, when the raw current signal values were used to generate recurrence plots. Even though, the motors working with different modes such as faulty or healthy, it can be clearly seen that it is almost impossible to find a distinguishable pattern in these recurrence plots—they look exactly the same with no difference in any color or pattern. However, to find distinguishable patterns in RP images, an effective preprocessing technique called Max–Min difference was used in this study, and it is implemented as follows:
Step 1: maximum and minimum peaks of the current signal are collected for each one full cycle.
Step 2: difference between the maximum and minimum peak value is then used to generate the recurrence plot for the whole signal.
Step 3: the above two steps are repeated for all types of faults, and healthy motor signals generate distinguishable recurrence plot.
As shown in the Figure 3, after applying the preprocessing technique to raw current signal values, the generated recurrence plots are well distinguishable and can be considered for classification of different faults and healthy conditions of the motors by CNN. Initially, the 2D recurrence texture images were generated by raw one dimensional (1D) current signals and then classifier automatically learned the features from texture images to classify the motors’ fault condition.

3.2. The Methodology’s Architecture

The methodology’s architecture consists of two parts. Part one explains the architecture used to train the CNN model and part two belongs to motor testing using the trained model.
The relevant data were collected for a total of five conditions of the induction motor. A setup of four induction motors for the following four faults and one motor for the healthy condition were used. The four faults were: (1) bearing axis deviation, (2) stator and rotor friction, (3) rotor end ring break, and (4) poor insulation.
As shown in Figure 4, the training setup had two stages. The first stage setup was done in one of the lab servers (lab server). Data for all conditions of the motor were collected in this server in CSV format. The dataset comprised of 3-phase current signals. Data preprocessing was applied to the raw current signals to generate the recurrence plots. Recurrence plots’ 2D texture images were stored into the S3 database hosted on the cloud platform (EI-PaaS).
The second stage setup is in the cloud. The Edge Intelligent Platform as a Service (EI-PaaS) has the analytical framework service, where the CNN model was implemented along with the S3 database. While training the CNN model, the images were maintained in the temporary directory structure. Figure 5 illustrates the setup used for the deployment/testing phase of the application. The architecture has a 3-phase induction motor connected to a data acquisition system (DAQ), which sends motor-related data such as current signal values in binary format to an Edge device. The Edge device reads the binary data and converts the data into decimal format and stores them as a CSV file. The data stored in the CSV file are used to generate the relevant RP image. The generated RP texture image is fed to the well-trained CNN model to diagnose and classify the motor condition as one of the four faults or healthy condition.

3.3. Architecture of the Proposed CNN Model

The proposed deep CNN model has a three-stage structure. Each stage representing a feature learning stage with different feature-levels and it includes convolution, activation, and pooling layers.
As shown in Figure 6, the proposed deep CNN model has three convolutional layers with 32–3 × 3 filter, 64–3 × 3 filter, and 128–3 × 3 filter, respectively. In addition, three max-pooling layers of pooling size 2 × 2 were used. Type of layers, output shape of each layer, along with the number of trainable parameters are listed in Table 1.
The activation function Leaky ReLU (Rectified Linear Units) was applied to introduce nonlinearity into each stage, allowing CNN to learn complex models. A specific reason for adding Leaky ReLU was to avoid and attempt to fix the problem of dying ReLUs. It has proven to be more effective than the logistic sigmoid function. However, during the training, ReLU units can die and this could occur when large gradient flows through a ReLU neuron. It causes the weights to update such that the neuron will never activate again on any data point. Leaky ReLU makes an attempt to solve this problem [41,42]. Pooling layers were introduced to reduce the resolution of the input image by the process of subsampling and the max-pooling was applied in the proposed model.
At the end of the three stages, the feature maps were flattened into a column vector. The flatted output vector supplied to a feed-forward neural network and backpropagation was employed to every iteration of training. During training, the proposed model was able to distinguish among the dominating and also low-level features in texture images and classify by a fully connected layer for five types of faults. To estimate the parameters of the proposed model, one of the gradient-based optimization (backpropagation algorithm) methods was used. Adam optimizer was used to update the parameters to achieve faster convergence [43].

4. Experimental Results and Discussion

To assess the performance of the proposed methodology, raw current signals from an experimental setup of a total of five induction motors with the same configuration were used. One healthy and four fault types of raw current data signals were collected from the experimental setup. The different five current signals were studied and analyzed for the healthy condition of the motor, as well as for the following four faulty conditions of the motors [44]. The raw signal to image conversion method and the CNN model implementation were written in python 3.6 with TensorFlow and run on the Windows 64 bit operating system.

4.1. Healthy and Fault Conditioned Motors

  • Bearing axis deviation: this condition is considered as class ‘Fault 1’. This happens due to the offset of centers on both sides of coupling when the motor is connected to load.
  • Stator and rotor friction: this condition of the motor is considered as ‘Fault 2’. Due to the friction and overheating, the stator or rotor coil is short-circuited and hence it will breakdown if it is not diagnosed and fixed.
  • Rotor end ring break: this condition is considered as ‘Fault 3’. Due to the high frequency and overloaded operation of the motor, the excessive current may cause the breaking of the rotor bar.
  • Poor insulation: this condition is considered as ‘Fault 4’. This occurs due to the rapid change of the current or voltage.
  • Healthy: this condition is considered as ‘Fault 0’ for the classification. Current signal values are collected from the motor working in normal condition.
The proposed framework uses induction motor raw current signal values to generate recurrence plots for respective conditions. Generated recurrence plots are used as input images to the CNN model for further classification on the fault conditions of motors.

4.2. Dataset

The dataset was collected from a lab setup for four fault scenarios and one healthy scenario. The setup included five motors each for four faults and one healthy condition operating at full load. The dataset consisted of 750 samples and 150 samples for each type of scenario as described in Table 2. At 5 s of sampling rate, 50,000 raw current signal data points were collected per sample.
The dataset was divided mainly into three parts as described in the Table 3. Sixty percent of the dataset (450 data samples for training) and 15% of the dataset (112 data samples for validation) were used simultaneously to train the CNN model. The remaining 20% (188 data samples) were used to test the trained CNN model.

4.3. Performance Results of the Proposed CNN

The proposed deep CNN model was trained over 100 epochs to learn the multi-level features for one healthy and for each type of the motors’ faulty condition. The deep CNN model was trained to automatically train and learn the robust features from 450 samples of training data and simultaneously validated against 112 data samples during each iteration. Then, the trained deep CNN model was tested against the 188 samples of the testing dataset. The proposed deep CNN model was trained and verified with a batch of 16, 32, and 64. The deep CNN model achieved the best results with a batch of size 32.
The accuracies and losses were collected for each iteration while training the proposed deep CNN model, and plotted as shown in the Figure 7. The CNN model was able to learn the complex features efficiently with reaching almost 100% accuracy, and ~97–98% validation accuracy. Over the 100 epochs, the proposed deep CNN model was able to learn the generalized features from the recurrence plot texture images to diagnose the induction motor faults and classify the motors as faulty or healthy.
The performance of the proposed deep CNN was evaluated using a testing dataset consisting of 188 data samples. The performance results of the trained deep CNN model were very prominent with an average accuracy of 98% as described in Table 4. The classification report clearly explains how well the proposed deep CNN model was able to extract and learn the features from the testing data samples and classify the features into respective classes. In the classification report, the average values of the evaluation metrics such as precision, recall, and f1 score on test dataset were impressive, with 98% of accuracy. The proposed model was able to classify Fault 3 and Fault 0 (healthy) conditions accurately. However, the proposed model misclassified other faults, but with an acceptable margin. The confusion matrix for the test data was calculated using the trained deep CNN model (Figure 8). Almost all test samples were accurately classified with very few misclassifications.
In order to evaluate the performance of the proposed framework relative to traditional and other deep learning methods, the proposed framework was compared and the performance metrics were collected in terms of accuracy. The proposed framework was compared to support vector machine SVM [45], artificial neural network (ANN) [22], adaptive deep convolutional neural network (ADCNN) [46], sparse filter [24], and deep belief network (DBN) [22].
The prediction accuracy of these methods was calculated (Table 5). Comparing the performance results explains the significant results achieved by the proposed deep CNN framework compared to the other methods listed above. A prediction accuracy of 99.81%, shows the significant performance from the proposed deep CNN model.

5. Conclusions and Future Work

In this study, we investigate and discuss a novel framework to diagnose the faults in 3-phase induction motors based on recurrence plots and the deep CNN model. The important contributions of this paper are: proposing a method to transform a time-series data signal to 2D texture images (recurrence plots) and applying the proposed deep CNN model to learn the features from the recurrence plots to classify the 2D texture images for the fault diagnosis. The proposed framework is implemented for four types of faults including bearing axis deviation, stator and rotor friction, rotor end ring break, and poor insulation, and achieved a very prominent accuracy of 99.81%. The proposed framework outperforms other traditional and deep learning models due to its ability to learn both high-level and low-level features. The proposed framework demonstrates promising results by considering a single variable as an input feature compared to the rule-based diagnosis methods that require multiple features for fault diagnosis.
The limitations of the proposed methodology are discussed as follows. First, the dataset collected for the experiment is comparatively small and a huge amount of data samples is needed for different load conditions such as no load, half load, or full load. Second, data from the motors with different specifications are needed to extract and learn more generalized features. Therefore, important future work should focus on motors working with different load conditions to collect more data samples, and investigating data to generate more generalized features for CNN model training. Furthermore, future work includes the review of transfer learning to avoid any unnecessary time required to train the model and utilize the model to learn other feature types.

Author Contributions

Y.H. has generated the data and analyzed the faults in Induction motors. W.B.W. validated the data for each kind of faults. V.R.I. performed data preprocessing to train the CNN model and evaluated the trained model for fault diagnosis. Y.H. and V.R.I. analyzed the experimental results with the guidance from C.C.K.; H.C.C. and C.C.K. revised the manuscript for submission.

Funding

This research received no external funding.

Conflicts of Interest

The authors declare no conflict of interest.

References

  1. Albrecht, P.; Appiarius, J.; McCoy, R.; Owen, E.; Sharma, D. Assessment of the Reliability of Motors in Utility Applications—Updated. IEEE Trans. Energy Convers. 1986, 39–46. [Google Scholar] [CrossRef]
  2. Bonnett, A.; Soukup, G. Cause and analysis of stator and rotor failures in three-phase squirrel-cage induction motors. IEEE Trans. Ind. Appl. 1992, 28, 921–937. [Google Scholar] [CrossRef]
  3. Dai, X.; Gao, Z. From model signal to knowledge: A data-driven perspective of fault detection and diagnosis. IEEE Trans. Ind. Informat. 2013, 9, 2226–2238. [Google Scholar] [CrossRef]
  4. Gao, Z.; Cecati, C.; Ding, S.X. A Survey of Fault Diagnosis and Fault-Tolerant Techniques—Part I: Fault Diagnosis with Model-Based and Signal-Based Approaches. IEEE Trans. Ind. Electron. 2015, 62, 3757–3767. [Google Scholar] [CrossRef]
  5. He, D.; Li, R.; Zhu, J. Plastic bearing fault diagnosis based on a twostep data mining approach. IEEE Trans. Ind. Electron. 2013, 60, 3429–3440. [Google Scholar]
  6. Seshadrinath, J.; Singh, B.; Panigrahi, B.K. Vibration Analysis Based Interturn Fault Diagnosis in Induction Machines. IEEE Trans. Ind. Inform. 2014, 10, 340–350. [Google Scholar] [CrossRef]
  7. Gao, Z.; Cecati, C.; Ding, S. A Survey of Fault Diagnosis and Fault-Tolerant Techniques Part II: Fault Diagnosis with Knowledge-Based and Hybrid/Active Approaches. IEEE Trans. Ind. Electron. 2015, 62, 3752–3756. [Google Scholar] [CrossRef]
  8. Zhang, X. Auxiliary Signal Design in Fault Detection and Diagnosis; Springer: New York, NY, USA, 1989. [Google Scholar]
  9. Kerestecioglu, F. Change Detection and Input Design in Dynamic Systems; Research Studies Press: Taunton, UK, 1993. [Google Scholar]
  10. Campbell, S.L.; Nikoukhah, R. Auxiliary Signal Design for Failure Detection; Walter de Gruyter GmbH: Berlin, Germany, 2004. [Google Scholar]
  11. Scott, J.K.; Findeisen, R.; Braatz, R.D.; Raimondo, D.M. Input design for guaranteed fault diagnosis using zonotopes. Automatica 2014, 50, 1580–1589. [Google Scholar] [CrossRef]
  12. Lee, J.; Wu, F.; Zhao, W.; Ghaffari, M.; Liao, L.; Siegel, D. Prognostics and health management design for rotary machinery systems—Reviews, methodology and applications. Mech. Syst. Signal Process. 2014, 42, 314–334. [Google Scholar] [CrossRef]
  13. Filho, P.L.; Pederiva, R.; Brito, J. Detection of stator winding faults in induction machines using flux and vibration analysis. Mech. Syst. Signal Process. 2014, 42, 377–387. [Google Scholar] [CrossRef]
  14. Sun, W.; Chen, J.; Li, J. Decision tree and PCA-based fault diagnosis of rotating machinery. Mech. Syst. Signal Process. 2007, 21, 1300–1317. [Google Scholar] [CrossRef]
  15. Ngaopitakkul, A.; Bunjongjit, S. An application of a discrete wavelet transform and a back-propagation neural network algorithm for fault diagnosis on single-circuit transmission line. Int. J. Syst. Sci. 2013, 44, 1745–1761. [Google Scholar] [CrossRef]
  16. Yang, Y.; Yu, D.; Cheng, J. A fault diagnosis approach for roller bearing based on IMF envelope spectrum and SVM. Measurements 2007, 40, 943–950. [Google Scholar] [CrossRef]
  17. Pandya, D.; Upadhyay, S.; Harsha, S. Fault diagnosis of rolling element bearing with intrinsic mode function of acoustic emission data using APF-KNN. Expert Syst. Appl. 2013, 40, 4137–4145. [Google Scholar] [CrossRef]
  18. Lecun, Y.; Bengio, Y.; Hinton, G. Deep learning. Nature 2015, 521, 436–444. [Google Scholar] [CrossRef]
  19. Qi, Y.; Shen, C.; Wang, D.; Shi, J.; Jiang, X.; Zhu, Z. Stacked Sparse Autoencoder-Based Deep Network for Fault Diagnosis of Rotating Machinery. IEEE Access 2017, 5, 15066–15079. [Google Scholar] [CrossRef]
  20. Xia, M.; Li, T.; Xu, L.; Liu, L.; De Silva, C.W. Fault Diagnosis for Rotating Machinery Using Multiple Sensors and Convolutional Neural Networks. IEEE/ASME Trans. Mechatron. 2018, 23, 101–110. [Google Scholar] [CrossRef]
  21. Wen, L.; Gao, L.; Li, X. A New Deep Transfer Learning Based on Sparse Auto-Encoder for Fault Diagnosis. IEEE Trans. Syst. Man Cybern. Syst. 2017, 99, 136–144. [Google Scholar] [CrossRef]
  22. Shao, H.; Jiang, H.; Zhang, X.; Niu, M. Rolling bearing fault diagnosis using an optimization deep belief network. Meas. Sci. Technol. 2015, 26, 115002. [Google Scholar] [CrossRef]
  23. Shao, H.; Jiang, H.; Wang, F.; Zhao, H. An enhancement deep feature fusion method for rotating machinery fault diagnosis. Knowl. Based Syst. 2017, 119, 200–220. [Google Scholar] [CrossRef]
  24. Lei, Y.; Jia, F.; Lin, J.; Xing, S.; Ding, S.X. An Intelligent Fault Diagnosis Method Using Unsupervised Feature Learning Towards Mechanical Big Data. IEEE Trans. Ind. Electron. 2016, 63, 3137–3147. [Google Scholar] [CrossRef]
  25. Lee, K.B.; Cheon, S.; Kim, C.O. A Convolutional Neural Network for Fault Classification and Diagnosis in Semiconductor Manufacturing Processes. IEEE Trans. Semicond. Manuf. 2017, 30, 135–142. [Google Scholar] [CrossRef]
  26. Wang, J.; Liu, P.; She, M.F.; Nahavandi, S.; Kouzani, A. Bag-of-words representation for biomedical time series classification. Biomed. Signal Process. Control 2013, 8, 634–644. [Google Scholar] [CrossRef] [Green Version]
  27. Hatami, N.; Chira, C.; Hatami, N. Classifiers with a Reject Option for Early Time-Series Classification. In Proceedings of the 2013 IEEE Symposium on Computational Intelligence and Ensemble Learning (CIEL), Singapore, 16–19 April 2013; pp. 9–16. [Google Scholar]
  28. Wang, Z.; Oates, T. Pooling Sax-Bop Approaches with Boosting to Classify Multivariate Synchronous Physio-Logical Time-Series Data. In Proceedings of the FLAIRS Conference, Hollywood, FL, USA, 18–20 May 2015; pp. 335–341. [Google Scholar]
  29. Ince, T.; Kiranyaz, S.; Eren, L.; Askar, M.; Gabbouj, M. Real-Time Motor Fault Detection by 1-D Convolutional Neural Networks. IEEE Trans. Ind. Electron. 2016, 63, 7067–7075. [Google Scholar] [CrossRef]
  30. Gilles, J. Empirical Wavelet Transform. IEEE Trans. Signal Process. 2013, 61, 3999–4010. [Google Scholar] [CrossRef]
  31. Eckmann, J.; Kamphorst, S.; Ruelle, D. Recurrence plots of dynamical systems. EPL Euro Phys. Lett. 1987, 4, 17. [Google Scholar]
  32. Debayle, J.; Hatami, N.; Gavet, Y. Classification of Time-Series Images Using Deep Convolutional Neural Networks. In Proceedings of the Tenth International Conference on Machine Vision (ICMV 2017), Vienna, Austria, 13–15 November 2017. [Google Scholar] [CrossRef]
  33. Lee, H.; Largman, Y.; Pham, P.; Ng, A. Unsupervised Feature Learning for Audio Classification Using Convolutional Deep Belief Networks. In Proceedings of the Conference on Neural Information Processing Systems (NIPS09), Vancouver, BC, Canada, 7–10 December 2009; pp. 1096–1104. [Google Scholar]
  34. Zheng, Y.; Liu, Q.; Chen, E.; Ge, Y.; Zhao, J.L. Time Series Classification Using Multi-Channels Deep Convolutional Neural Networks. In Web-Age Information Management; WAIM 2014. Lecture Notes in Computer Science; Li, F., Li, G., Hwang, S., Yao, B., Zhang, Z., Eds.; Springer: Cham, Switzerland, 2014; Volume 8485. [Google Scholar]
  35. Abdel-Hamid, O.; Deng, L.; Dong, Y. Exploring Convolutional Neural Network Structures and Optimization Techniques for Speech Recognition. In Proceedings of the 14th Annual Conference of the International Speech Communication Association (Interspeech 2013), Lyon, France, 25–29 August 2013. [Google Scholar]
  36. Wang, Z.; Oates, T. Imaging Time-Series to Improve Classification and Imputation. In Proceedings of the International Joint Conference on Artificial Intelligence (IJCAI), Buenos Aires, Argentina, 25–31 July 2015; pp. 3939–3945. [Google Scholar]
  37. Wang, Z.; Oates, T. Encoding Time-Series as Images for Visual Inspection and Classification Using Tiled Convolutional Neural Networks. In Proceedings of the Association for the Advancement of Artificial Intelligence (AAAI) Conference, Austin, TX, USA, 25–30 January 2015. [Google Scholar]
  38. Jia, F.; Lei, Y.; Lin, J.; Zhou, X.; Lu, N. Deep neural networks: A promising tool for fault characteristic mining and intelligent diagnosis of rotating machinery with massive data. Mech. Syst. Signal Process. 2016, 72, 303–315. [Google Scholar] [CrossRef]
  39. Abdeljaber, O.; Avci, O.; Kiranyaz, S.; Gabbouj, M.; Inman, D.J. Real-time vibration-based structural damage detection using one-dimensional convolutional neural networks. J. Sound Vib. 2017, 388, 154–170. [Google Scholar] [CrossRef]
  40. Yang, J.; Nguyen, M.; San, P.; Li, X.; Krishnaswamy, S. Deep Convolutional Neural Networks on Multichannel Time-Series for Human Activity Recognition. In Proceedings of the International Joint Conference on Artificial Intelligence (IJCAI), Buenos Aires, Argentina, 25–31 July 2015; pp. 3995–4001. [Google Scholar]
  41. Krizhevsky, A.; Sutskever, I.; Hinton, G.E. ImageNet Classification with Deep Convolutional Neural Networks. In Proceedings of the Conference on Neural Information Processing Systems (NIPS12), Tahoe, NV, USA, 3–6 December 2012; pp. 1097–1105. [Google Scholar]
  42. Xu, B.; Wang, N.; Chen, T.; Li, M. Empirical Evaluation of Rectified Activations in Convolutional Network. arXiv 2015, arXiv:150500853. [Google Scholar]
  43. Kingma, D.P.; Ba, J. Adam: A method for stochastic optimization. arXiv 2014, arXiv:14126980. [Google Scholar]
  44. Chang, H.; Kuo, C.; Hsueh, Y.; Wang, Y.; Hsieh, C. Fuzzy-Based Fault Diagnosis System for Induction Motors on Smart Grid Structures. In Proceedings of the 2017 IEEE International Conference on Smart Energy Grid Engineering (SEGE), Oshawa, ON, Canada, 14–17 August 2017; pp. 103–109. [Google Scholar]
  45. Zhang, X.; Liang, Y.; Zhou, J.; Zang, Y. A novel bearing fault diagnosis model integrated permutation entropy, ensemble empirical mode decomposition and optimized SVM. Measurement 2015, 69, 164–179. [Google Scholar] [CrossRef]
  46. Guo, X.; Chen, L.; Shen, C. Hierarchical adaptive deep convolution neural network and its application to bearing fault diagnosis. Measurement 2016, 93, 490–502. [Google Scholar] [CrossRef]
Figure 1. Feature representation. Time-series data into a 2D (Two dimensional) texture images (recurrence plot).
Figure 1. Feature representation. Time-series data into a 2D (Two dimensional) texture images (recurrence plot).
Energies 12 03221 g001
Figure 2. Recurrence plots before signal preprocessing. Left: recurrence plot for fault condition (bearing axis deviation) motor. Right: recurrence plot for healthy condition motor.
Figure 2. Recurrence plots before signal preprocessing. Left: recurrence plot for fault condition (bearing axis deviation) motor. Right: recurrence plot for healthy condition motor.
Energies 12 03221 g002
Figure 3. Recurrence plots with (Max–Min) preprocessing technique. Left: recurrence plot for fault condition (bearing axis deviation) motor. Right: recurrence plot for healthy condition motor.
Figure 3. Recurrence plots with (Max–Min) preprocessing technique. Left: recurrence plot for fault condition (bearing axis deviation) motor. Right: recurrence plot for healthy condition motor.
Energies 12 03221 g003
Figure 4. The architecture used while training the CNN (Convolutional Neural Network) model for motor fault diagnosis. Left: the setup used in one of the lab servers, where the historical motor data are collected and stored for different types of faults and healthy conditions. Right: this setup is on the cloud platform called EI-PaaS, where the S3 database and the CNN model are designed.
Figure 4. The architecture used while training the CNN (Convolutional Neural Network) model for motor fault diagnosis. Left: the setup used in one of the lab servers, where the historical motor data are collected and stored for different types of faults and healthy conditions. Right: this setup is on the cloud platform called EI-PaaS, where the S3 database and the CNN model are designed.
Energies 12 03221 g004
Figure 5. The architecture of the framework setup used in testing/deployment of the CNN model application for motor fault diagnosis. Left: this setup has an induction motor connected to a data acquisition system and Edge device for data preprocessing. Right: this setup has S3 database to store RP, the trained CNN model for motor fault diagnosis in the cloud platform (EI-PaaS).
Figure 5. The architecture of the framework setup used in testing/deployment of the CNN model application for motor fault diagnosis. Left: this setup has an induction motor connected to a data acquisition system and Edge device for data preprocessing. Right: this setup has S3 database to store RP, the trained CNN model for motor fault diagnosis in the cloud platform (EI-PaaS).
Energies 12 03221 g005
Figure 6. The proposed deep convolutional neural network architecture diagram. The RP images are resized to 64 × 64 and fed as input to the CNN model. The architecture consists of one input and two hidden layers followed by pooling layers and a fully connected layer.
Figure 6. The proposed deep convolutional neural network architecture diagram. The RP images are resized to 64 × 64 and fed as input to the CNN model. The architecture consists of one input and two hidden layers followed by pooling layers and a fully connected layer.
Energies 12 03221 g006
Figure 7. Accuracy and loss curves over 100 epochs of CNN training.
Figure 7. Accuracy and loss curves over 100 epochs of CNN training.
Energies 12 03221 g007
Figure 8. Confusion matrix for the testing dataset (Fault 0: healthy, Fault 1: bearing axis deviation, Fault 2: stator and rotor friction, Fault 3: rotor end ring break, and Fault 4: poor insulation).
Figure 8. Confusion matrix for the testing dataset (Fault 0: healthy, Fault 1: bearing axis deviation, Fault 2: stator and rotor friction, Fault 3: rotor end ring break, and Fault 4: poor insulation).
Energies 12 03221 g008
Table 1. Proposed CNN model summary.
Table 1. Proposed CNN model summary.
Layer (Type)Output ShapeParam #
conv2d_4 (Conv2D)(None, 1, 64, 32)18,464
leaky_re_lu_5 (LeakyReLU)(None, 1, 64, 32)0
max_pooling2d_4 (MaxPooling2)(None, 1, 32, 32)0
conv2d_5 (Conv2D)(None, 1, 32, 64)18,496
leaky_re_lu_6 (LeakyReLU)(None, 1, 32, 64)0
max_pooling2d_5 (MaxPooling2)(None, 1, 16, 64)0
conv2d_6 (Conv2D)(None, 1, 16, 128)73,856
leaky_re_lu_7 (LeakyReLU)(None, 1, 16, 128)0
max_pooling2d_6 (MaxPooling2)(None, 1, 8, 128)0
flatten_2 (Flatten)(None, 1024)0
dense_2 (Dense)(None, 128)131,200
leaky_re_lu_8 (LeakyReLU)(None, 128)0
dense_3 (Dense)(None, 5)645
Total params: 242,661, Trainable params: 242,661, Non-trainable params: 0.
Table 2. Dataset considered for evaluation.
Table 2. Dataset considered for evaluation.
Fault 0Fault 1Fault 2Fault 3Fault 4Total
150150150150150750
Table 3. Dataset samples used for evaluation.
Table 3. Dataset samples used for evaluation.
Data Split Ratio
Training60%450
Validation15%112
Testing25%188
Table 4. Classification report on the test dataset.
Table 4. Classification report on the test dataset.
Classification Report
CLASSPrecisionRecallF1-ScoreSupport
Fault 01.001.001.0038
Fault 11.000.890.9437
Fault 20.951.000.9738
Fault 31.001.001.0037
Fault 40.951.000.9738
Accuracy 0.98188
Macro avg0.980.980.98188
Weighted avg0.980.980.98188
Table 5. Comparison results.
Table 5. Comparison results.
MethodsAccuracy (%)
SVM88.2
ANN87.8
ADCNN98.4
Sparse filter98.2
DBN81.8
Proposed deep CNN99.81
SVM: Support Vector Machine, DBN: Deep Belief Network, ANN: Artificial Neural Network, ADCNN: Adaptive Deep Convolutional Neural Network.

Share and Cite

MDPI and ACS Style

Hsueh, Y.; Ittangihala, V.R.; Wu, W.-B.; Chang, H.-C.; Kuo, C.-C. Condition Monitor System for Rotation Machine by CNN with Recurrence Plot. Energies 2019, 12, 3221. https://doi.org/10.3390/en12173221

AMA Style

Hsueh Y, Ittangihala VR, Wu W-B, Chang H-C, Kuo C-C. Condition Monitor System for Rotation Machine by CNN with Recurrence Plot. Energies. 2019; 12(17):3221. https://doi.org/10.3390/en12173221

Chicago/Turabian Style

Hsueh, Yumin, Veeresha Ramesha Ittangihala, Wei-Bin Wu, Hong-Chan Chang, and Cheng-Chien Kuo. 2019. "Condition Monitor System for Rotation Machine by CNN with Recurrence Plot" Energies 12, no. 17: 3221. https://doi.org/10.3390/en12173221

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