| Literature DB >> 35808372 |
Rafia Nishat Toma1, Farzin Piltan1, Kichang Im2, Dongkoo Shon3, Tae Hyun Yoon3, Dae-Seung Yoo3, Jong-Myon Kim1.
Abstract
Diagnostics of mechanical problems in manufacturing systems are essential to maintaining safety and minimizing expenditures. In this study, an intelligent fault classification model that combines a signal-to-image encoding technique and a convolution neural network (CNN) with the motor-current signal is proposed to classify bearing faults. In the beginning, we split the dataset into four parts, considering the operating conditions. Then, the original signal is segmented into multiple samples, and we apply the Gramian angular field (GAF) algorithm on each sample to generate two-dimensional (2-D) images, which also converts the time-series signals into polar coordinates. The image conversion technique eliminates the requirement of manual feature extraction and creates a distinct pattern for individual fault signatures. Finally, the resultant image dataset is used to design and train a 2-layer deep CNN model that can extract high-level features from multiple images to classify fault conditions. For all the experiments that were conducted on different operating conditions, the proposed method shows a high classification accuracy of more than 99% and proves that the GAF can efficiently preserve the fault characteristics from the current signal. Three built-in CNN structures were also applied to classify the images, but the simple structure of a 2-layer CNN proved to be sufficient in terms of classification results and computational time. Finally, we compare the experimental results from the proposed diagnostic framework with some state-of-the-art diagnostic techniques and previously published works to validate its superiority under inconsistent working conditions. The results verify that the proposed method based on motor-current signal analysis is a good approach for bearing fault classification in terms of classification accuracy and other evaluation parameters.Entities:
Keywords: bearing fault diagnosis; convolutional neural network (CNN); gramian angular field (GAF); motor-current signal; time-series imaging
Mesh:
Year: 2022 PMID: 35808372 PMCID: PMC9269757 DOI: 10.3390/s22134881
Source DB: PubMed Journal: Sensors (Basel) ISSN: 1424-8220 Impact factor: 3.847
Figure 1(a) Bearing geometry; (b) fault in the outer race; (c) fault in the inner race.
Figure 2Data segmentation for converting time-series data into an image.
Figure 3Steps of GAF: (a) normalized time-series signal; (b) converted signal in polar coordinates; (c) GASF; and (d) GADF.
Figure 4The modified architecture of the deep convolution neural network.
Layer-wise details of the deep CNN.
| Layer (Type) | Activations | Number of Parameters |
|---|---|---|
| conv1d_1 (Conv1D) | 128 × 128 × 16 | 448 |
| Batch_Norm1 (Batch Normalization 1) | 128 × 128 × 16 | 32 |
| ReLU_1 | 128 × 128 × 16 | 0 |
| max_pooling1d_1 (MaxPooling) | 64 × 64 × 16 | 0 |
| conv1d_2 (Conv1D) | 64 × 64 × 32 | 4640 |
| Batch_Norm2 (Batch Normalization 1) | 64 × 64 × 32 | 64 |
| ReLU_2 | 64 × 64 × 32 | 0 |
| max_pooling1d_2 (MaxPooling) | 32 × 33 × 32 | 0 |
| FC (Fully Connected) | 1 × 1 × 3 | 101,379 |
| SoftMax | 1 × 1 × 3 | 0 |
| Output Class | - | 0 |
| Total params: 106,563 | ||
| Trainable params: 106,563 | ||
| Non-trainable params: 0 | ||
Figure 5Organization of the UPB bearing test rig.
Characterization of bearings considered in this work.
| Type of Bearing | Bearing Code | Damage | Damage | Label | |
|---|---|---|---|---|---|
| Healthy bearing (H) | K001 | - | - | 0 | |
| K002 | - | - | |||
| K003 | - | - | |||
| K004 | - | - | |||
| K005 | - | - | |||
| K006 | - | - | |||
| Naturally damaged Bearing | Outer ring damage | KA04 | 1 | F | 1 |
| KA15 | 1 | P | |||
| KA16 | 2 | F | |||
| KA22 | 1 | F | |||
| KA30 | 1 | P | |||
| Inner | KI04 | 1 | F | 2 | |
| KI14 | 1 | F | |||
| KI16 | 3 | F | |||
| KI17 | 1 | F | |||
| KI18 | 2 | F | |||
| KI21 | 1 | F | |||
| F = fatigue: pitting; P = Plastic deform: indentations. | |||||
Details of the four different operating conditions of rolling element bearings.
| Operating | Rotational Speed | Load Torque | Radial Force | Bearing Heath |
|---|---|---|---|---|
|
| 1500 | 0.7 | 1000 | H/ORD/IRD |
|
| 900 | 0.7 | 1000 | H/ORD/IRD |
|
| 1500 | 0.1 | 1000 | H/ORD/IRD |
|
| 1500 | 0.7 | 400 | H/ORD/IRD |
Figure 6The workflow of the proposed method.
Figure 7The resultant 2-D images after applying GASF and GADF algorithms on four considering working conditions.
The splitting ratio of the dataset into training, validation, and test sets.
| Training (80%) | Testing (20%) | Sample | Sample/ | ||
|---|---|---|---|---|---|
| Dataset | Training (80%) | Validation (20%) | |||
| Condition 1 | 576 | 144 | 180 | 900 | 300 |
| Condition 2 | 576 | 144 | 180 | 900 | 300 |
| Condition 3 | 576 | 144 | 180 | 900 | 300 |
| Condition 4 | 576 | 144 | 180 | 900 | 300 |
| 2304 | 576 | 720 | |||
The performance measurement of the designed CNN architecture.
| Datasets | Accuracy (%) | Precision (P) | Recall (R) | f1_Score (f1) |
|---|---|---|---|---|
| GADF_1 | 99.44 | 0.99 | 0.99 | 0.99 |
| GADF_2 | 100 | 1.0 | 1.0 | 1.0 |
| GADF_3 | 100 | 1.0 | 1.0 | 1.0 |
| GADF_4 | 98.89 | 0.98 | 0.98 | 0.98 |
| GASF_1 | 100 | 1.0 | 1.0 | 1.0 |
| GASF_2 | 100 | 1.0 | 1.0 | 1.0 |
| GASF_3 | 100 | 1.0 | 1.0 | 1.0 |
| GASF_4 | 100 | 1.0 | 1.0 | 1.0 |
| Average | 99.79 | 0.996 | 0.996 | 0.996 |
Figure 8The performance of the three existing models: (a) accuracy and (b) precision, recall, and F1_score for the four conditioned GADF-encoded images.
Accuracy value for different train-test ratio.
| Train-Test Ratio | Accuracy (%) |
|---|---|
| 80:20 | 99.58 |
| 70:30 | 99.91 |
| 60:40 | 100 |
| 50:50 | 99.94 |
| 40:60 | 99.95 |
| 30:70 | 99.96 |
| 20:80 | 99.69 |
Figure 9Accuracy and loss curve of the deep CNN model.
Figure 10Feature visualization via t−SNE: (a) input image; (b) initial convolution layer; (c) final convolution layer; and (d) output layer.
The resultant evaluation matrices for three different approaches.
| Techniques | Evaluation Parameters | |||
|---|---|---|---|---|
| Precision | Recall | f1_Score | Accuracy (%) | |
|
| 0.61 | 0.59 | 0.61 | 61.67 |
|
| 0.61 | 0.61 | 0.61 | 64.58 |
|
| 0.99 | 0.99 | 0.99 | 99.44 |
Figure 11The confusion matrix of three different basic techniques: (a) Original + 1-D CNN; (b) CWT + 2-D CNN; and (c) GAF + 2-D CNN for a single condition data. (d) GAF + 2-D CNN for the complete dataset.
The classification results of some existing works.
| Applied Models | Classification Accuracy (%) |
|---|---|
| WPD + SVM-PSO [ | 86.03 |
| Information fusion + MLP [ | 98.0 |
| Information fusion + SVM [ | 98.3 |
| Information fusion + kNN [ | 97.7 |
| EWT+CNN [ | 97.3 |
| GAF+2-D CNN | 99.58 |
Summary of GAF-based imaging techniques in different applications.
| Serial No. | Ref | Aim of the Research | Methods Applied | Result | Dataset |
|---|---|---|---|---|---|
| 1 | [ | Fault classification with vibration data | A lightweight CNN bearing fault intelligent diagnosis model combining GAF and coordinated attention (CA) (GAF-CA-CNN) | Accuracy: 99.62% | Case Western Reserve University (CWRU) bearing vibration dataset |
| 2 | [ | Classify time-series data | Time-series data to 2D images with GAF/MTF + Tiled CNN | Mean square | ECG, CBF, Gunpoint, SwedishLeaf, and 7 Misc |
| 3 | [ | Fault diagnosis and classification with vibration data | GAF and MTF techniques with capsule networks (GAFMTF-CapsNet) | Accuracy: 99.81% | CWRU bearing dataset |
| 4 | [ | Predictive maintenance framework of conveyor motors | Principal component analysis (PCA) + GAF + CNN (used PReLU activation function) | Accuracy: 100% | |
| 5 | [ | Sensor classification | Piecewise aggregate approximation (PAA) + GDF/MTF + ConvNet | Error rate: | The Wafer and ECG databases |
| 6 | [ | Human activity recognition classification | GAF + multi-dilated kernel residual network (Fusion Mdk-ResNet) | Accuracy: | WISDM dataset, UCI HAR dataset, and Opportunity Dataset |
| 7 | [ | Classification of the conventional faults in hydraulic component | An improved data-enhanced Gramian angular sum field (DE-GASF) + multichannel dual attention convolutional neural network (MC-DA-CNN) | Accuracy: 96.48% (axial piston pump fault) and 98.08% (hydraulic reversing valve fault) | |
| 8 | [ | Bearing fault diagnosis with time-series vibration data | Piecewise aggregation approximation (PAA) with GAF + convolutional channel attention residual network (CCARN) | Accuracy: 100% | |
| 9 | [ | An FDGAF-based intelligent wheel flat diagnosis technique | Frequency-domain Gramian angular field (FDGAF) + transfer learning network | Disparities between intra-class and inter-class distance for FDGAF under all four considered velocities | |
| 10 | This work | Bearing fault classification with motor-current signal | Image segmentation+ GAF + 2-D CNN | Accuracy: 99.58% | KAT bearing |