Using Artificial Intelligence (AI) For Monitoring and Diagnosing Electric Motor Faults Based On Vibration Signals
Using Artificial Intelligence (AI) For Monitoring and Diagnosing Electric Motor Faults Based On Vibration Signals
Using Artificial Intelligence (AI) For Monitoring and Diagnosing Electric Motor Faults Based On Vibration Signals
Abstract— Detecting bearing faults in electric motors is highly it is imperative and practical to conduct research and develop
crucial for improving production efficiency and reducing systems for examining, monitoring, and predicting electric
accidents in complex mechanical systems, which poses significant motor faults using IoT (Internet of Things technology)[18]
challenges for current fault diagnosis technology. This paper within factory environments. Furthermore, data encompassing
investigates and applies Artificial Intelligence (AI) to enhance the electrical, mechanical, and thermal parameters, among others,
monitoring and diagnosis process of electric motor faults based on will be gathered and integrated with intelligent software for
vibration signals. The research aims to construct a model for diagnostic purposes, leveraging artificial intelligence (AI), a
collecting sample data from motors with three common types of hallmark of the fourth industrial revolution
bearing faults and utilizes the Resnet-50 network to assess the
accuracy of monitoring and diagnosing faults. The study conducts The general operating principle of these systems includes the
a vibration signal analysis to identify potential indicators of faults following steps:
in electric motors. The survey results presented in the paper
demonstrate the accuracy of using the Resnet-50 network in
monitoring and diagnosing electric motor faults. The paper also
provides essential insights into the performance of AI networks
and their practical applicability in the field of industrial
equipment maintenance and management.
724
• MI (Misalignment damaged): Misalignment occurs
when the shaft is not aligned properly or not in the correct
plane. Misalignment can generate uneven torque and
cause vibration.
• IR (inner raceway damage): The bearing's inner raceway
is damaged.
• OR (outer raceway damage): The bearing's outer
raceway is damaged. (a)-N (b)-MI
Fig. 4. Representation of the collected data sample set in the time domain (s).
Electrom
Motor agnetic
brake
B. ResNet-50
ResNet-50 is a widely recognized and influential deep
Driveshaft Support
learning architecture, particularly in the field of computer vision.
Bearings It belongs to the family of ResNet (Residual Neural Network)
models, which are designed to address the challenge of training
very deep neural networks by introducing residual learning.
Conventional neural networks encounter challenges when it
comes to training extremely deep structures because of the
vanishing gradient issue and performance degradation with
increasing network depth. The vanishing gradient problem
hinders effective learning, particularly in the initial layers of the
Fig. 3. Test model, device placement, and bearing faults location. network [15].
The measuring device is attached to the motor casing. All ResNet was introduced by Kaiming He et al. in their paper
data files are in MATLAB Data (*.mat) format, collected at rates "Deep Residual Learning for Image Recognition" in 2015 [15].
of 6000 and 12000 samples per second. Speed and torque data The key innovation was the introduction of residual blocks,
are obtained using a torque encoder and recorded manually by a which enable the training of extremely deep networks by
incorporating shortcut connections or skip connections. They
motor controller.
have introduced the concept of residual learning, which is
The collected sample dataset, detailed in the table below: applied to multiple layers within the ResNet framework.
Residual blocks in ResNet are effective when the input and
TABLE I. DATA COLLECTED FROM THE EXPERIMENTAL output data have the same dimensions. Moreover, ResNet blocks
MODEL come in two varieties, with two layers for ResNet-18 and
Type of error Sampling Number of Time per sample ResNet-34 networks and three layers for ResNet-50 and ResNet-
frequency (Hz) samples (minutes) 101 networks. The initial two layers of the ResNet architecture
N 12000 4 2 are reminiscent of GoogleNet, involving a 7x7 convolution
MI 12000 4 2 operation and 3x3 max-pooling with a stride of 227 [16].
IR 12000 4 2 ResNet-50 utilizes a bottleneck design in each of its residual
OR 12000 4 2 blocks. This design comprises three convolutional layers with
kernel sizes of 1x1, 3x3, and 1x1, which serves to reduce
computational complexity while maintaining representational
The following is an image of the collected data set after capacity. The name 'ResNet-50' stems from the fact that this
being converted to time domain(s). architecture consists of 50 layers. It's a deep structure that
incorporates multiple residual blocks, each with varying filter
counts. A residual block is composed of two 3x3 convolutional
layers and a shortcut connection. This shortcut connection
bypasses one or more layers and directly combines the input
with the output, forming what is referred to as the residual. A
visual representation of the ResNet-50 architecture is provided
in Figure 5.
725
𝑛𝑛
726
Similarly, the 'Normal' class requires a sufficient number of
images for effective discrimination between normal and faulty
bearings.
The inclusion of 11.9k images for this class ensures that the
model develops a robust understanding of the typical
characteristics exhibited by normal bearings. The creation of
these four classes, each with a substantial and diverse dataset,
serves as a foundational element for the model's future
performance in bearing classification and prediction tasks.
D. Results of fault diagnosis and comparative analysis post-
training for each model
Table II shows the exact percentage loss of the ResNet-50
model after training.
727
only 6 misclassified images out of 2000. This underscores its [9] Gao, Y.; Liu, X.; Huang, H.; Xiang, J. A hybrid of FEM simulations and
robustness in standard image recognition tasks. generative adversarial networks to classify faults in rotor-bearing
systems. ISA Trans. 2021, 108, 356–366.
In the 'IR' category, the model performs moderately well [10] Liu, H.; Zhou, J.; Xu, Y.; Zheng, Y.; Peng, X.; Jiang, W. Unsupervised
with 9 misclassified images, indicating its ability to adapt to fault diagnosis of rolling bearings using a deep neural network based on
different image modalities. However, in more specialized generative adversarial networks. Neurocomputing 2018, 315, 412–424.
domains such as 'MI' , the model shows room for improvement, [11] Wang, R.; Jiang, H.; Li, X.; Liu, S. A reinforcement neural architecture
search method for rolling bearing fault diagnosis. Measurement 2020,
with 21 misclassified images. Furthermore, in the 'OR' category, 154, 107417.
the model exhibits a reasonable performance with 10 [12] He, K.; Zhang, X.; Ren, S.; Sun, J. Deep residual learning for image
misclassified images, suggesting its suitability for object recognition. In Proceedings of the IEEE Conference on Computer Vision
recognition tasks. and Pattern Recognition, Las Vegas, NV, USA, 27–30 June 2016; pp.
770–778.
In conclusion, the ResNet50 model excels in standard image [13] Hu, J.; Shen, L.; Sun, G. Squeeze-and-excitation networks. In
recognition tasks but may require further fine-tuning or domain- Proceedings of the IEEE Conference on Computer Vision and Pattern
specific adaptations for optimal performance in specialized Recognition, Salt Lake City, UT, USA, 18–23 June 2018; pp. 7132–7141.
domains. Understanding the model's strengths and weaknesses [14] Huang, G.; Liu, Z.; Van Der Maaten, L.; Weinberger, K.Q. Densely
in different domains is essential for selecting the appropriate tool connected convolutional networks. In Proceedings of the IEEE
for specific image analysis applications. Conference on Computer Vision and Pattern Recognition, Honolulu, HI,
USA, 21–26 July 2017; pp. 4700–4708.
V. CONCLUSION [15] He, K., Zhang, X., Ren, S., & Sun, J. (2015). Deep Residual Learning for
Image Recognition. In Proceedings of the IEEE Conference on Computer
Deep learning algorithms offer numerous advantages for Vision and Pattern Recognition (CVPR) (pp. 770-778).
machinery fault diagnosis, including engines, transformers, and [16] Sarwinda, D., Paradisa, R. H., Bustamam, A., & Anggia, P. (2021). Deep
cutting machines. We anticipate a rapid increase in studies learning in image classification using residual network (ResNet) variants
for detection of colorectal cancer. Procedia Computer Science, 179, 423-
diagnosing roller bearing faults using deep learning. This 431.
paper's primary contribution lies in creating a dataset of three [17] Reddy, A. S. B., & Juliet, D. S. (2019, April). Transfer learning with
types of bearing faults and testing it with various state-of-the- ResNet-50 for malaria cell-image classification. In 2019 International
art deep learning networks. The findings highlight the Conference on Communication and Signal Processing (ICCSP) (pp.
advantages of the ResNet-50 network in this context, opening 0945-0949). IEEE.
new possibilities for classification tasks. In the future, we plan [18] A.Ghasempour, “Internet of Things in Smart Grid: Architecture,
Application, Services, Key Technologies, and Challenges,” Inventions
to expand and refine our dataset to enhance its Journal,vol.4,no.1,pp.1-12,2019,
comprehensiveness. Specifically, we will build and collect data https://doi.org/10.3390/inventions4010022.
with many different bearing sizes. Furthermore, we will find [19] Pham Van Nam and Tran Hoai Linh. "Electrocardiogram (ECG) Circuit
solutions to solve problems related to our big data for real-time Design and Using the Random Forest for ECG Arrhythmia
transmission to IOT systems. This helps engineers remotely Classification." International Conference on Engineering Research and
Applications, 1 Dec. 2022, page range 477-494.
monitor and diagnose machine errors
[20] Vuong Hoang Nam, Hoai Linh Tran, and Van Nam Pham. "Multiple
Neural Network Integration Using a Binary Decision Tree to Improve the
ECG Signal Recognition Accuracy." International Journal of Applied
REFERENCES Mathematics and Computer Science, 2014, Vol. 24, No. 3, 647–655.
[1] Çınar, Z. M., Abdussalam Nuhu, A., Zeeshan, Q., Korhan, O., Asmael, [21] A.Ghasempour and M.Martinez-Ramon, “ Short-Term Electric load
M., & Safaei, B. (2020). Machine learning in predictive maintenance Prediction in Smart Grid using Multi-Output Gaussian Processes
towards sustainable smart manufacturing in industry Regression” IEEE Kansas Power and Energy Conference (IEEE
4.0. Sustainability, 12(19), 8211. KPEC),2023
[2] Rai, A., & Upadhyay, S. H. (2016). A review on signal processing
techniques utilized in the fault diagnosis of rolling element
bearings. Tribology International, 96, 289-306.
[3] Saufi, S. R., Ahmad, Z. A. B., Leong, M. S., & Lim, M. H. (2019).
Challenges and opportunities of deep learning models for machinery fault
detection and diagnosis: A review. Ieee Access, 7, 122644-122662.
[4] Zhao, Z., Wu, J., Li, T., Sun, C., Yan, R., & Chen, X. (2021). Challenges
and opportunities of AI-enabled monitoring, diagnosis & prognosis: A
review. Chinese Journal of Mechanical Engineering, 34(1), 1-29.
[5] Rahman, T. A., Chek, L. W., & Ramli, N. Intelligent Vibration-based
Anomaly Detection for Electric Motor Condition Monitoring.
[6] Tahir, M. M., Khan, A. Q., Iqbal, N., Hussain, A., & Badshah, S. (2016).
Enhancing fault classification accuracy of ball bearing using central
tendency based time domain features. IEEE Access, 5, 72-83.
[7] Chen, Z.; Li, C.; Sanchez, R.V. Gearbox fault identification and
classification with convolutional neural networks. Shock. Vib. 2015,
2015, 390134.
[8] Zhao, J.; Yang, S.; Li, Q.; Liu, Y.; Gu, X.; Liu, W. A new bearing fault
diagnosis method based on signal-to-image mapping and convolutional
neural network. Measurement 2021, 176, 109088.
728