Prognostics and Health Management of Rotating Machinery of Industrial Robot with Deep Learning Applications—A Review
<p>Global trend of the publications containing the Keyword “industrial robot fault” in the title that were published per year, as determined by the Web of Science and PubMed.</p> "> Figure 2
<p>Holistic framework of PHM.</p> "> Figure 3
<p>Various PHM methods with Physics/math models, ML-based model, and DL-based models.</p> "> Figure 4
<p>Block diagram of IR system.</p> "> Figure 5
<p>Industrial robot with 6 degrees-of-freedom [<a href="#B48-mathematics-11-03008" class="html-bibr">48</a>].</p> "> Figure 6
<p>Faults in the industrial robots (<b>a</b>) Faulty reducer, and (<b>b</b>) Faulty Aged reducer [<a href="#B48-mathematics-11-03008" class="html-bibr">48</a>].</p> "> Figure 7
<p>Framework for the conventional PHM.</p> "> Figure 8
<p>DL-based framework for the PHM including its subfield like fault detection, fault diagnosis, and fault prognosis for various types of input.</p> "> Figure 9
<p>Structure of the RBM, DBN, and DBM (shaded boxes in lavender color represent hidden units).</p> "> Figure 10
<p>Framework for unsupervised pre-training and supervised fine-tuning of stacked denoising auto-encoder based DNN model.</p> "> Figure 11
<p>Framework of CNN model.</p> "> Figure 12
<p>Framework of RNN model.</p> "> Figure 13
<p>DBN-based framework for fault diagnosis of the induction motor used in manufacturing process [<a href="#B160-mathematics-11-03008" class="html-bibr">160</a>].</p> "> Figure 14
<p>Gaussian–Bernoulli DBM framework for fault diagnosis [<a href="#B166-mathematics-11-03008" class="html-bibr">166</a>].</p> "> Figure 15
<p>Convolutional variational auto-encoder framework for fault diagnosis in industrial robots [<a href="#B163-mathematics-11-03008" class="html-bibr">163</a>].</p> "> Figure 16
<p>Residual CNN framework for fault diagnosis in industrial robots [<a href="#B174-mathematics-11-03008" class="html-bibr">174</a>].</p> "> Figure 17
<p>Illustration of (<b>a</b>) RNN framework for fault diagnosis in bearings, and (<b>b</b>) training methodology [<a href="#B186-mathematics-11-03008" class="html-bibr">186</a>].</p> ">
Abstract
:1. Introduction
2. Industrial Robot Configuration and Faults
- A robot can produce a job with consistent quality at a steady state with practically zero rework and wastage.
- Robots can work continuously throughout the work cycle with proper maintenance solutions.
- Robots’ upkeeping cost is increasing at a lower price in comparison to the labor maintenance cost every year.
- The capital cost for the robot is paid once only.
- Robots can take up repeated tasks and challenging jobs even in an unsafe and unhealthy environment.
- Robots can work precisely at higher speeds and can exert larger force than in humanly possible.
3. PHM Methodologies
3.1. Conventional PHM Cycle
3.2. PHM Performance Metrics
3.3. DL-Based PHM
- Restricted Boltzmann Machines (RBMs): RBMs have a wide range of applications; their direct use in PHM systems built on deep learning frameworks has been relatively less common. RBMs, however, can contribute to PHM in many ways. In PHM, RBMs can be utilized to find anomalies. An RBM can learn the underlying distribution of the normal behavior by being trained on data from typical operational scenarios [132]. The RBM may assess the reconstruction error or energy of fresh data instances during the inference stage. Higher reconstruction errors or energies signify abnormalities or flaws because they deviate from the expected behavior. In PHM systems, RBMs can be used as a step in the pre-processing pipeline. RBMs are capable of extracting features from high-dimensional sensor input or learning a compressed representation. The hidden units of an RBM can be trained on the input data to identify significant latent characteristics or patterns that can be used as inputs to later models, such as fault classifiers or prognostics models [133].
- Autoencoders (AEs): Autoencoders are able to pick up on a system or component equipment’s typical working behavior and recognize abnormalities or departures from it. Autoencoders identify probable errors or anomalies by highlighting variations between the original and reconstructed input data [134]. In PHM, AEs can serve as feature extractors. The encoder portion of an autoencoder can capture meaningful representations of the sensor data by being trained on a sizable dataset. These representations can then be utilized as inputs for later supervised models, such as fault classifiers or prognostics models [135]. High-dimensional sensor data can have its dimensions reduced by AEs, allowing for more effective processing and storage. AEs preserve important information while simplifying later modelling efforts by lowering the dimensions of the input they compress into a lower-dimensional latent space [136].
- Convolutional Neural Networks (CNNs): The capacity of CNNs to efficiently extract spatial patterns and features from the sensor data, such as images or time-series data, makes them a common tool in PHM. CNNs can be used for fault detection or classification tasks in applications where images or visual data are accessible (such as thermal imaging or photos from visual inspection) [137]. CNNs develop hierarchical representations of the images they process, identifying pertinent details and patterns linked to errors or anomalies [138]. It can be used to analyze spectrogram data, which displays the frequency content of time-series sensor measurements in signal-based PHM. In order to perform tasks like fault detection, classification, or regression, CNNs may extract spatial patterns from spectrograms [139].
- Recurrent Neural Networks (RNNs): RNNs are made to identify sequential patterns and temporal dependencies in time-series data. Sequential sensor measurements are frequently used in PHM applications, making RNNs an excellent choice for this type of data analysis [140]. RNNs can simulate temporal dependencies in time-series sensor data, especially those with Long Short-Term Memory (LSTM) or Gated Recurrent Unit (GRU) variations. Using RNNs, it is possible to detect faults and perform diagnostics and prognostics on sequential data by capturing patterns, long-term dependencies, and dynamics [141]. In PHM, time-series forecasting tasks can be performed using RNNs. RNNs can forecast future sensor readings, remaining usable life (RUL), or failure probabilities by learning from the existing sensor data, which enables proactive maintenance planning [142].
4. Overview of Deep Learning Models
4.1. Restricted Boltzmann Machine
4.1.1. Deep Belief Network
4.1.2. Deep Boltzmann Machine
4.2. Auto-Encoder
- Deep AE facilitates the reduction in the computational power required for the representation of some functions.
- Deep AE facilitates the reduction in the computational training data required for learning some functions.
4.3. Convolutional Neural Network
- CL: This is the core component of a CNN. The majority of the computation occurs in this block only. The input to this layer is the tensor with shape (number of images) × (image height) × (image width) × (input channels). The name convolution comes from the mathematical operation, termed ‘convolution’, in this layer. Convolution is a linear operation in a CNN that performs a weight multiplication with the input. The CNNs have traditionally been designed for 2-D inputs, with multiplication occurring between a 2-D array of input data and a 2-D array of weights, also known as a kernel or filter. The size of the kernel is a fraction of the input data. Between the filter-sized input matrix and the filter, the dot product is utilized, which is then summed to provide a single value. The tiny-sized filter allows the input array to multiply the same filter (set of weights) several times at various points on the input. The filter is convoluted all over the input data’s portion/segment/patch. This is conducted left-to-right and top-to-bottom. The multiplication of the filter and input yields a single value. The input filtering is characterized as a 2-D array of output values obtained by repeatedly applying the filter to the input array. Consequently, a 2-D array obtained through this operation is referred to as a “feature map”. The values in the feature map are passed through a non-linearity, such as a Rectified Linear Unit (ReLu), once it has been developed [143]. It can be explained mathematically in the following way:
- PL: The PL performs the down-sampling operation, typically applied after a convolution layer. This helps in achieving spatial invariance. It prevents overfitting by aggressively lowering the spatial dimension of the network’s representation to decrease the quantum of the parameters and calculations. As it computes a constant input function, it introduces no parameters. In general, max and average pooling are often used in the analysis. Each pooling operation in the max pooling scheme selects the current view’s maximum value. Similarly, each pooling action in average pooling averages the current view’s value.
- FCL: Similar to conventional neural networks, the FCL neurons are fully connected to the preceding layer. Consequently, a matrix multiplication followed by a bias offset can be utilized to calculate their activations.
4.4. Recurrent Neural Network
5. Deep Learning for the PHM of Rotating Machinery of Industrial Robots
5.1. Deep Belief Network for PHM
5.2. Deep Boltzmann Machine for PHM
5.3. Auto-Encoder for PHM
5.4. Convolutional Neural Network for PHM
5.5. Recurrent Neural Network for PHM
6. Discussion, Challenges and Future Aspects of PHM
- Dimension and scale: Compared to conventional rotating machinery, IRs often possess smaller, more compact rotating machinery. Traditional rotating machinery can be substantially larger in size and have higher power ratings, such as large-scale industrial machinery or power generation turbines. Industrial robots, on the other hand, need smaller motors and systems to carry out their specialized tasks quickly and accurately.
- Operating Speed and Precision: Due to the high-speed, precise tasks that IRs are built for, their rotating machinery must operate with outstanding speed and control precision. These robots frequently carry out actions that require the quick acceleration and deceleration of the rotating components.
- Duty Cycle and Constant Operation: IRs frequently work in cycles or sequences, carrying out particular tasks intermittently with brief spikes in activity. Their rotating equipment must be able to resist repeated start-stop cycles and adjust to different load scenarios. Turbines used in power generation or other types of conventional rotating machinery frequently run continuously for long periods of time without undergoing repeated start-stop cycles.
- Maintenance and Serviceability: The frequent and demanding actions of industrial robots necessitate frequent maintenance and service. These robots’ rotating machinery needs to be built with access points for inspections, lubrication, and component replacement in mind. Depending on their individual applications, traditional rotating machinery may have distinct maintenance needs that necessitate more involved maintenance processes and extended downtime intervals.
- Data insufficiency: In the real-time environment, the unavailability of a large amount of data is the major hurdle that restricts the application of PHM strategies with DL algorithms. It is well-known that DL algorithms require a substantial volume of data, and that the availability of large volumes of data is not feasible. Some of the established DL frameworks, like VGG16, VGG19, ResNe-50, and InceptionResNet-v2, have used millions of images for training [223,224,225]. However, in a real-time context, such a massive amount of data is not feasible. Researchers have used techniques like data augmentation to increase the training samples in the training datasets by developing synthetic data. Basic data augmentation methods like window cropping, wrapping, and flipping can be applied to time-series data to create a variety of data structures [226]. Generic algorithms are also frequently used to create new data that is similar to the original data. In some cases, new GMs are used to construct the linked time-series data, keeping the temporal dependency of the original data. Researchers have also looked into the concept of transfer learning to address the data insufficiency problem for FDG and FP [227,228]. Many new innovations are coming, and they will aid in improving the PHM strategies with DL applications.
- Data quality: The performance of any artificial intelligence-based model relies heavily on the data quality. The success and efficiency of DL-based PHM strategies depend heavily on data quality. The availability of cloud computing, the industrial internet of things, and intelligent sensors have aided in collecting an enormous amount of data. However, the growing volume of data brings included noises and disturbances. Also, the ambient and operating conditions affect the quality of the data. In industrial data, there are the problems of data duplicity, unlabeled data, imbalanced data, and many more. These concerns have not been addressed thoroughly in most of the available research works. Also, the majority of solutions focus on a minimally imbalanced scenario, ignoring the problems associated with the substantially under-represented instances, which are common in real-world industrial workplaces. Furthermore, real-world data is generally unstructured, multi-modal, and diverse, making the model far more challenging. More attention is required in the future for developing a generic deep model that can work on diverse data without sacrificing the training efficiency.
- Data pre-processing: This is among the most crucial components of an AI-based model’s effective performance. It is crucial for both machine learning and DL models. The model’s success is mainly reliant on the condition of the input data. Pre-processing includes data normalization, the removal of data duplicity, and standardization. It also includes tackling incomplete data problems, outliers and missing values, and labeling data. In certain cases, signal processing tools, like FFT, STFT, wavelet transformation, and Hilbert–Huang transformation, are also used to process the input signals. In the future, research will be required to build a standardized approach for pre-processing data prior to their input to the AI-based model.
- Model selection and explainability: The appropriate DL framework selection is one of the vital steps for the development of an efficient PHM strategy. There are many DL algorithms, and choosing the appropriate model based on the available data is critical. Most of the available PHM strategies have been based on the models that require handcrafted features. These models are prone to errors and lack generalization capabilities. The application of DL algorithms has helped to resolve the problems associated with the handcrafted features. However, setting up the hyper-parameters of the DL-based model is itself a big challenge. There are only a few papers that deal with setting up the DL models and their hyper-parameters’ optimization. There is a need to develop a strategy that would allow the autonomous optimization of models and their hyper-parameters as per the given input data. This can be investigated in the future. Despite the good performance of DL models for PHM strategies, the acceptance of such an approach has a lot of roadblocks. The DL models are like black box models and lack interpretability. The decision-making part of PHM is heavily dependent on the DL models. However, only a few papers have dealt with the interpretability and explainability of DL models for PHM [126]. There is a need to develop a PHM strategy with DL applications, but with transparency, interpretability, and explainability.
- Industrial Robots’ Complexity: IRs are sophisticated systems with numerous vulnerable parts. This makes it challenging to gather and examine the data that might be used to anticipate problems.
- Dynamic Operating Conditions: IRs are frequently utilized in a range of settings with various operating circumstances. Because of this, creating PHM models that can correctly forecast failures under all operating circumstances can be challenging.
- Lack of Sufficient Training Data: For the development of reliable FDT and prediction models, it can be difficult to obtain enough labelled training data. In IR systems, labelled data collection can be time-consuming and expensive for different fault scenarios. Furthermore, gathering data for uncommon or catastrophic failure situations might be very difficult.
- Adaptability and Generalization: Systems for IRs might differ greatly in terms of their models, configurations, and working environments. PHM systems must be flexible and able to be generalized to various robot kinds and settings. To achieve dependable and scalable PHM, it is challenging to create models and algorithms that can adjust to differences in robot systems, including changes in the load, operational conditions, or task requirements.
- Model Architectures: The performance can be enhanced by investigating and creating new model architectures designed specifically for PHM workloads. This entails creating deep neural networks with specialized layers, such as recurrent or attention processes that can efficiently capture temporal dependencies and persistent patterns in the sensor input. In order to capture complicated interactions in multi-modal or graph-structured data, architectural innovations like transformer models or graph neural networks can also be researched.
- Uncertainty Quantification: DL models often lack the ability to provide reliable uncertainty estimates, which is crucial for decision-making in PHM systems. Model uncertainty can be better understood and characterized by including uncertainty quantification approaches, like Bayesian deep learning or Monte Carlo dropout. As a result, it will be easier to spot circumstances when the model’s predictions may not be as accurate and make the appropriate decisions.
- Robustness to Adversarial Attacks: Small changes in the input data can cause inaccurate predictions or misclassification in deep learning models, making them vulnerable to adversarial attacks. To increase the resilience of deep learning models in PHM systems, adversarial robustness strategies might be investigated, such as adversarial training or input regularization. With the help of these methods, models should be more resistant to adversarial examples and perform consistently, even when there are subtle attacks or data abnormalities present.
- Real-time Monitoring and Adaptive Control: Future PHM systems for IRs will place a strong emphasis on real-time monitoring and adaptive control techniques. Continuous assessment of the robot’s health is made possible via real-time monitoring, allowing for the quick identification and remediation of any potential problems. In response to recognized flaws or degradation, adaptive control approaches can modify the robot’s operational settings or control algorithms, improving the performance and lowering the likelihood of failure.
- Human–Robot Collaboration and Safety: Collaboration between people and robots in shared workspaces will rise in the future of industrial robotics, as will safety concerns. The safety and wellbeing of human operators will be greatly enhanced by PHM systems. PHM systems can initiate safety routines, such as reducing the robot speed, changing the motion trajectories, or shutting down the robot in critical conditions, by monitoring the robot’s health and identifying probable defects. For the creation of secure and effective human–robot collaborative environments, this PHM feature will be crucial.
- Predictive Maintenance and Spare Parts Management: Predictive maintenance and improved spare parts management are the future directions for PHM systems for IRs. These systems can calculate the remaining useful life of crucial components and schedule maintenance procedures appropriately by utilizing predictive models and real-time monitoring. This method ensures that IR systems operate well by minimizing unplanned downtime, lowering the maintenance costs, and optimizing the spare parts inventory.
- Cloud Computing and Remote Monitoring: The use of cloud computing and remote monitoring tools will make it possible to centrally monitor and analyze a number of IRs spread out across several places. Distributed robot data can be gathered and analyzed via cloud-based PHM platforms, enabling benchmarking, trend-tracking, and comparison analysis. Experts can remotely monitor and help with IR system troubleshooting thanks to remote access and diagnostics, which promote proactive maintenance and support.
- Big Data Analytics and Deep Learning: IR sensor data is becoming more widely available, creating new opportunities for using big data analytics and DL methods. Large amounts of sensor data can be analyzed to find patterns and anomalies that improve issue identification and diagnosis. On the basis of the previous data, DL algorithms can be trained to create predictive models that can foretell errors or performance declines in the future. PHM systems for IRs may be more accurate and reliable when using this data-driven approach.
7. Conclusions
- More Accurate and Reliable Predictions: DL algorithms will grow more potent and sophisticated, enabling us to make forecasts regarding the health of industrial robots that are more dependable and accurate. Less unplanned outages and downtime will result from this, which will increase productivity and save organizations money.
- Improved Decision-making: PHM systems will provide industries with better data concerning the condition of their robots, enabling them to choose more wisely between maintenance and repairs; operations will become more effective and efficient as a result.
- Earlier Detection of Failures: Early failure detection using PHM systems will provide companies more time to take corrective action. Catastrophic failures, which can be expensive and harmful, will be less likely as a result.
Author Contributions
Funding
Institutional Review Board Statement
Informed Consent Statement
Data Availability Statement
Conflicts of Interest
References
- Afsari, K.; Gupta, S.; Afkhamiaghda, M.; Lu, Z. Applications of collaborative industrial robots in building construction. In Proceedings of the 54th ASC Annual International Conference Proceedings, Minneapolis, MN, USA, 18–21 April 2018; pp. 472–479. [Google Scholar]
- Evjemo, L.D.; Gjerstad, T.; Grøtli, E.I.; Sziebig, G. Trends in smart manufacturing: Role of humans and industrial robots in smart factories. Curr. Robot. Rep. 2020, 1, 35–41. [Google Scholar] [CrossRef] [Green Version]
- Rao, J. History of Rotating Machinery Dynamics; Springer Science & Business Media: Berlin/Heidelberg, Germany, 2011; Volume 20. [Google Scholar]
- Ruishu, Z.; Chang, Z.; Weigang, Z. The status and development of industrial robots. In Proceedings of the IOP Conference Series: Materials Science and Engineering, Kuala Lumpur, Malaysia, 13–14 August 2018; IOP Publishing: Bristol, UK, 2018; Volume 423, p. 012051. [Google Scholar]
- Singh, B.; Sellappan, N.; Kumaradhas, P. Evolution of industrial robots and their applications. Int. J. Emerg. Technol. Adv. Eng. 2013, 3, 763–768. [Google Scholar]
- Industrial Robotics; Industrial Press: South Norwalk, CT, USA, 2008; Available online: https://books.industrialpress.com/9780831133580/industrial-robotics (accessed on 29 November 2022).
- Engelberger, J.F. Robotics in Practice: Management and Applications of Industrial Robots; Springer Science & Business Media: Berlin/Heidelberg, Germany, 2012; ISBN 978-1-4684-7120-5. [Google Scholar]
- Nof, S.Y. Handbook of Industrial Robotics; John Wiley & Sons: Hoboken, NJ, USA, 1999; ISBN 978-0-471-17783-8. [Google Scholar]
- Chatterjee, P.; Manikrao Athawale, V.; Chakraborty, S. Selection of industrial robots using compromise ranking and outranking methods. Robot. Comput.-Integr. Manuf. 2010, 26, 483–489. [Google Scholar] [CrossRef]
- Choi, S.; Zhang, G.; Fuhlbrigge, T.; Watson, T.; Tallian, R. Applications and requirements of industrial robots in meat processing. In Proceedings of the 2013 IEEE International Conference on Automation Science and Engineering (CASE), Madison, WI, USA, 17–20 August 2013; pp. 1107–1112. [Google Scholar]
- Karabegović, I. The Role of Industrial Robots in the Development of Automotive Industry in China. Int. J. Eng. Work. 2016, 3, 92–97. [Google Scholar]
- Bader, F.; Rahimifard, S. A methodology for the selection of industrial robots in food handling. Innov. Food Sci. Emerg. Technol. 2020, 64, 102379. [Google Scholar] [CrossRef]
- Olsson, T.; Haage, M.; Kihlman, H.; Johansson, R.; Nilsson, K.; Robertsson, A.; Björkman, M.; Isaksson, R.; Ossbahr, G.; Brogårdh, T. Cost-efficient drilling using industrial robots with high-bandwidth force feedback. Robot. Comput.-Integr. Manuf. 2010, 26, 24–38. [Google Scholar] [CrossRef]
- Zhang, G.Q.; Li, X.; Boca, R.; Newkirk, J.; Zhang, B.; Fuhlbrigge, T.A.; Feng, H.K.; Hunt, N.J. Use of Industrial Robots in Additive Manufacturing—A Survey and Feasibility Study. In Proceedings of the ISR/Robotik 2014, 41st International Symposium on Robotics, Munich, Germany, 2–3 June 2014; pp. 1–6. [Google Scholar]
- International Federation of Robotics. Executive Summary World Robotics 2020 Industrial Robots. 2020.
- Industrial Robots Market Size, Share & Growth Report. 2029. Available online: https://www.fortunebusinessinsights.com/industry-reports/industrial-robots-market-100360 (accessed on 22 May 2023).
- Global Industrial Robotics Market Size & Share Report. 2030. Available online: https://www.grandviewresearch.com/industry-analysis/industrial-robotics-market (accessed on 22 May 2023).
- Jaber, A.A. Design of an Intelligent Embedded System for Condition Monitoring of an Industrial Robot; Springer: Berlin/Heidelberg, Germany, 2016. [Google Scholar]
- Scott, M.J.; Verhagen, W.J.C.; Bieber, M.T.; Marzocca, P. A Systematic Literature Review of Predictive Maintenance for Defence Fixed-Wing Aircraft Sustainment and Operations. Sensors 2022, 22, 7070. [Google Scholar] [CrossRef]
- Arnaiz, A.; Iung, B.; Adgar, A.; Naks, T.; Tohver, A.; Tommingas, T.; Levrat, E. Information and Communication Technologies Within E-maintenance. In E-Maintenance; Holmberg, K., Adgar, A., Arnaiz, A., Jantunen, E., Mascolo, J., Mekid, S., Eds.; Springer: London, UK, 2010; pp. 39–60. ISBN 978-1-84996-205-6. [Google Scholar]
- Sheppard, J.W.; Kaufman, M.A.; Wilmer, T.J. IEEE Standards for Prognostics and Health Management. IEEE Aerosp. Electron. Syst. Mag. 2009, 24, 34–41. [Google Scholar] [CrossRef] [Green Version]
- Condition Monitoring and Diagnostics of Machines. Data Processing, Communication and Presentation: General Guidelines; BSI British Standards: London, UK, 2003.
- Condition Monitoring and Diagnostics of Machines. Data Processing, Communication and Presentation: Data Processing; BSI British Standards: London, UK, 2015.
- Condition Monitoring and Diagnostics of Machines. Data Processing, Communication and Presentation: Communication; BSI British Standards: London, UK, 2007.
- Medjaher, K.; Zerhouni, N.; Gouriveau, R. From Prognostics and Health Systems Management to Predictive Maintenance 1: Monitoring and Prognostics; John Wiley & Sons: Hoboken, NJ, USA, 2016; ISBN 978-1-119-37102-1. [Google Scholar]
- Pecht, M.G.; Kang, M. Prognostics and Health Management of Electronics: Fundamentals, Machine Learning, and the Internet of Things; John Wiley & Sons: Hoboken, NJ, USA, 2018; ISBN 978-1-119-51535-7. [Google Scholar]
- Kim, N.-H.; An, D.; Choi, J.-H. Prognostics and Health Management of Engineering Systems; Springer International Publishing: Cham, Switzerland, 2017. [Google Scholar]
- Goodman, D.; Hofmeister, J.P.; Szidarovszky, F. Prognostics and Health Management: A Practical Approach to Improving System Reliability Using Condition-Based Data; John Wiley & Sons: Hoboken, NJ, USA, 2019; ISBN 978-1-119-35670-7. [Google Scholar]
- Raouf, I.; Khan, A.; Khalid, S.; Sohail, M.; Azad, M.M.; Kim, H.S. Sensor-Based Prognostic Health Management of Advanced Driver Assistance System for Autonomous Vehicles: A Recent Survey. Mathematics 2022, 10, 3233. [Google Scholar] [CrossRef]
- Baptista, M.; de Medeiros, I.P.; Malere, J.P.; Nascimento, C., Jr.; Prendinger, H.; Henriques, E.M. Comparative case study of life usage and data-driven prognostics techniques using aircraft fault messages. Comput. Ind. 2017, 86, 1–14. [Google Scholar] [CrossRef]
- Kwon, D.; Hodkiewicz, M.R.; Fan, J.; Shibutani, T.; Pecht, M.G. IoT-based prognostics and systems health management for industrial applications. IEEE Access 2016, 4, 3659–3670. [Google Scholar] [CrossRef]
- Liu, Z.; Jia, Z.; Vong, C.-M.; Han, J.; Yan, C.; Pecht, M. A patent analysis of prognostics and health management (PHM) innovations for electrical systems. IEEE Access 2018, 6, 18088–18107. [Google Scholar] [CrossRef]
- Theissler, A.; Pérez-Velázquez, J.; Kettelgerdes, M.; Elger, G. Predictive maintenance enabled by machine learning: Use cases and challenges in the automotive industry. Reliab. Eng. Syst. Saf. 2021, 215, 107864. [Google Scholar] [CrossRef]
- Wong, S.Y.; Chuah, J.H.; Yap, H.J. Technical data-driven tool condition monitoring challenges for CNC milling: A review. Int. J. Adv. Manuf. Technol. 2020, 107, 4837–4857. [Google Scholar] [CrossRef]
- Liu, C.; Cichon, A.; Królczyk, G.; Li, Z. Technology development and commercial applications of industrial fault diagnosis system: A review. Int. J.Adv. Manuf. Technol. 2022, 118, 3497–3529. [Google Scholar] [CrossRef]
- Ranasinghe, K.; Sabatini, R.; Gardi, A.; Bijjahalli, S.; Kapoor, R.; Fahey, T.; Thangavel, K. Advances in Integrated System Health Management for mission-essential and safety-critical aerospace applications. Prog. Aerosp. Sci. 2022, 128, 100758. [Google Scholar] [CrossRef]
- Djurdjanovic, D.; Lee, J.; Ni, J. Watchdog Agent—An infotronics-based prognostics approach for product performance degradation assessment and prediction. Adv. Eng. Inform. 2003, 17, 109–125. [Google Scholar] [CrossRef]
- Nuñez, D.L.; Borsato, M. OntoProg: An ontology-based model for implementing Prognostics Health Management in mechanical machines. Adv. Eng. Inform. 2018, 38, 746–759. [Google Scholar] [CrossRef]
- Gao, R.; Wang, L.; Teti, R.; Dornfeld, D.; Kumara, S.; Mori, M.; Helu, M. Cloud-enabled prognosis for manufacturing. CIRP Ann. 2015, 64, 749–772. [Google Scholar] [CrossRef] [Green Version]
- Pech, M.; Vrchota, J.; Bednář, J. Predictive maintenance and intelligent sensors in smart factory. Sensors 2021, 21, 1470. [Google Scholar] [CrossRef] [PubMed]
- Khalid, S.; Hwang, H.; Kim, H.S. Real-world data-driven machine-learning-based optimal sensor selection approach for equipment fault detection in a thermal power plant. Mathematics 2021, 9, 2814. [Google Scholar] [CrossRef]
- Khalid, S.; Song, J.; Raouf, I.; Kim, H.S. Advances in Fault Detection and Diagnosis for Thermal Power Plants: A Review of Intelligent Techniques. Mathematics 2023, 11, 1767. [Google Scholar] [CrossRef]
- Moore, R. Making Common Sense Common Practice; Butterworth–Heinemann: Oxford, UK, 2004. [Google Scholar]
- Lin, Y.; Li, X.; Hu, Y. Deep diagnostics and prognostics: An integrated hierarchical learning framework in PHM applications. Appl. Soft Comput. 2018, 72, 555–564. [Google Scholar] [CrossRef]
- Booyse, W.; Wilke, D.N.; Heyns, S. Deep digital twins for detection, diagnostics and prognostics. Mech. Syst. Signal Process. 2020, 140, 106612. [Google Scholar] [CrossRef]
- Qiao, G.; Weiss, B.A. Advancing measurement science to assess monitoring, diagnostics, and prognostics for manufacturing robotics. Int. J. Progn. Health Manag. 2016, 7, 013. [Google Scholar] [CrossRef]
- Xu, J.; Wang, Y.; Xu, L. PHM-oriented integrated fusion prognostics for aircraft engines based on sensor data. IEEE Sens. J. 2013, 14, 1124–1132. [Google Scholar] [CrossRef]
- Raouf, I.; Lee, H.; Kim, H.S. Mechanical fault detection based on machine learning for robotic RV reducer using electrical current signature analysis: A data-driven approach. J. Comput. Des. Eng. 2022, 9, 417–433. [Google Scholar] [CrossRef]
- Siddiqa, A.; Karim, A.; Gani, A. Big data storage technologies: A survey. Front. Inf. Technol. Electron. Eng. 2017, 18, 1040–1070. [Google Scholar] [CrossRef] [Green Version]
- Yang, C.; Huang, Q.; Li, Z.; Liu, K.; Hu, F. Big Data and cloud computing: Innovation opportunities and challenges. Int. J. Digit. Earth 2017, 10, 13–53. [Google Scholar] [CrossRef] [Green Version]
- Nath, A.G.; Udmale, S.S.; Singh, S.K. Role of artificial intelligence in rotor fault diagnosis: A comprehensive review. Artif Intell Rev 2021, 54, 2609–2668. [Google Scholar] [CrossRef]
- Arinez, J.F.; Chang, Q.; Gao, R.X.; Xu, C.; Zhang, J. Artificial Intelligence in Advanced Manufacturing: Current Status and Future Outlook. J. Manuf. Sci. Eng. 2020, 142, 110804. [Google Scholar] [CrossRef]
- Dalzochio, J.; Kunst, R.; Pignaton, E.; Binotto, A.; Sanyal, S.; Favilla, J.; Barbosa, J. Machine learning and reasoning for predictive maintenance in Industry 4.0: Current status and challenges. Comput. Ind. 2020, 123, 103298. [Google Scholar] [CrossRef]
- Alam, M.; Samad, M.D.; Vidyaratne, L.; Glandon, A.; Iftekharuddin, K.M. Survey on deep neural networks in speech and vision systems. Neurocomputing 2020, 417, 302–321. [Google Scholar] [CrossRef]
- Lundervold, A.S.; Lundervold, A. An overview of deep learning in medical imaging focusing on MRI. Z. Für Med. Phys. 2019, 29, 102–127. [Google Scholar] [CrossRef]
- Rohan, A.; Raouf, I.; Kim, H.S. Rotate vector (Rv) reducer fault detection and diagnosis system: Towards component level prognostics and health management (phm). Sensors 2020, 20, 6845. [Google Scholar] [CrossRef]
- Shamshirband, S.; Fathi, M.; Dehzangi, A.; Chronopoulos, A.T.; Alinejad-Rokny, H. A review on deep learning approaches in healthcare systems: Taxonomies, challenges, and open issues. J. Biomed. Inform. 2021, 113, 103627. [Google Scholar] [CrossRef]
- Tobore, I.; Li, J.; Yuhang, L.; Al-Handarish, Y.; Kandwal, A.; Nie, Z.; Wang, L. Deep learning intervention for health care challenges: Some biomedical domain considerations. JMIR Mhealth Uhealth 2019, 7, e11966. [Google Scholar] [CrossRef]
- Yamashita, R.; Nishio, M.; Do, R.K.G.; Togashi, K. Convolutional neural networks: An overview and application in radiology. Insights Imaging 2018, 9, 611–629. [Google Scholar] [CrossRef] [Green Version]
- Kanjo, E.; Younis, E.M.; Ang, C.S. Deep learning analysis of mobile physiological, environmental and location sensor data for emotion detection. Inf. Fusion 2019, 49, 46–56. [Google Scholar] [CrossRef]
- Li, X.; Zhang, W.; Ding, Q. Deep learning-based remaining useful life estimation of bearings using multi-scale feature extraction. Reliab. Eng. Syst. Saf. 2019, 182, 208–218. [Google Scholar] [CrossRef]
- Wang, J.; Ma, Y.; Zhang, L.; Gao, R.X.; Wu, D. Deep learning for smart manufacturing: Methods and applications. J. Manuf. Syst. 2018, 48, 144–156. [Google Scholar] [CrossRef]
- Duan, L.; Xie, M.; Wang, J.; Bai, T. Deep learning enabled intelligent fault diagnosis: Overview and applications. J. Intell. Fuzzy Syst. 2018, 35, 5771–5784. [Google Scholar] [CrossRef]
- Li, G.; Deng, C.; Wu, J.; Chen, Z.; Xu, X. Rolling Bearing Fault Diagnosis Based on Wavelet Packet Transform and Convolutional Neural Network. Appl. Sci. 2020, 10, 770. [Google Scholar] [CrossRef] [Green Version]
- Lee, H.; Raouf, I.; Song, J.; Kim, H.S.; Lee, S. Prognostics and Health Management of the Robotic Servo-Motor under Variable Operating Conditions. Mathematics 2023, 11, 398. [Google Scholar] [CrossRef]
- Raouf, I.; Kumar, P.; Lee, H.; Kim, H.S. Transfer Learning-Based Intelligent Fault Detection Approach for the Industrial Robotic System. Mathematics 2023, 11, 945. [Google Scholar] [CrossRef]
- Zhou, X.; Zhou, H.; He, Y.; Huang, S.; Zhu, Z.; Chen, J. Harmonic reducer in-situ fault diagnosis for industrial robots based on deep learning. Sci. China Technol. Sci. 2022, 65, 2116–2126. [Google Scholar] [CrossRef]
- Adam, H.E.A.; Kimotho, J.K.; Njiri, J.G. Multiple faults diagnosis for an industrial robot fuse quality test bench using deep-learning. Results Eng. 2023, 17, 101007. [Google Scholar] [CrossRef]
- Yin, T.; Lu, N.; Guo, G.; Lei, Y.; Wang, S.; Guan, X. Knowledge and data dual-driven transfer network for industrial robot fault diagnosis. Mech. Syst. Signal Process. 2023, 182, 109597. [Google Scholar] [CrossRef]
- Nagarajan, R. Introduction to Industrial Robotics; Pearson Education India: Delhi, India, 2016. [Google Scholar]
- Parhami, B. Defect, fault, error,…, or failure? IEEE Trans. Reliab. 1997, 46, 450–451. [Google Scholar] [CrossRef]
- 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]
- Heng, A.; Zhang, S.; Tan, A.C.; Mathew, J. Rotating machinery prognostics: State of the art, challenges and opportunities. Mech. Syst. Signal Process. 2009, 23, 724–739. [Google Scholar] [CrossRef]
- Kumar, P.; Hati, A.S. Review on machine learning algorithm based fault detection in induction motors. Arch. Comput. Methods Eng. 2021, 28, 1929–1940. [Google Scholar] [CrossRef]
- Tavner, P.J. Review of condition monitoring of rotating electrical machines. IET Electr. Power Appl. 2008, 2, 215–247. [Google Scholar] [CrossRef]
- Zhang, L.; Lin, J.; Liu, B.; Zhang, Z.; Yan, X.; Wei, M. A Review on Deep Learning Applications in Prognostics and Health Management. IEEE Access 2019, 7, 162415–162438. [Google Scholar] [CrossRef]
- Gálvez, A.; Diez-Olivan, A.; Seneviratne, D.; Galar, D. Fault Detection and RUL Estimation for Railway HVAC Systems Using a Hybrid Model-Based Approach. Sustainability 2021, 13, 6828. [Google Scholar] [CrossRef]
- Yan, B.; Ma, X.; Huang, G.; Zhao, Y. Two-stage physics-based Wiener process models for online RUL prediction in field vibration data. Mech. Syst. Signal Process. 2021, 152, 107378. [Google Scholar] [CrossRef]
- Liu, H.; Zhou, J.; Xu, Y.; Zheng, Y.; Peng, X.; Jiang, W. Unsupervised fault diagnosis of rolling bearings using a deep neural network based on generative adversarial networks. Neurocomputing 2018, 315, 412–424. [Google Scholar] [CrossRef]
- Cheng, C.; Zhou, B.; Ma, G.; Wu, D.; Yuan, Y. Wasserstein distance based deep adversarial transfer learning for intelligent fault diagnosis with unlabeled or insufficient labeled data. Neurocomputing 2020, 409, 35–45. [Google Scholar] [CrossRef]
- Lu, W.; Liang, B.; Cheng, Y.; Meng, D.; Yang, J.; Zhang, T. Deep Model Based Domain Adaptation for Fault Diagnosis. IEEE Trans. Ind. Electron. 2017, 64, 2296–2305. [Google Scholar] [CrossRef]
- Calabrese, F.; Regattieri, A.; Bortolini, M.; Gamberi, M.; Pilati, F. Predictive Maintenance: A Novel Framework for a Data-Driven, Semi-Supervised, and Partially Online Prognostic Health Management Application in Industries. Appl. Sci. 2021, 11, 3380. [Google Scholar] [CrossRef]
- Rezamand, M.; Kordestani, M.; Carriveau, R.; Ting, D.S.-K.; Orchard, M.E.; Saif, M. Critical Wind Turbine Components Prognostics: A Comprehensive Review. IEEE Trans. Instrum. Meas. 2020, 69, 9306–9328. [Google Scholar] [CrossRef]
- Jin, X.; Sun, Y.; Que, Z.; Wang, Y.; Chow, T.W.S. Anomaly Detection and Fault Prognosis for Bearings. IEEE Trans. Instrum. Meas. 2016, 65, 2046–2054. [Google Scholar] [CrossRef]
- Sikorska, J.Z.; Hodkiewicz, M.; Ma, L. Prognostic modelling options for remaining useful life estimation by industry. Mech. Syst. Signal Process. 2011, 25, 1803–1836. [Google Scholar] [CrossRef]
- Byington, C.; Watson, M.; Sheldon, J.; Swerdon, G. Shaft coupling model-based prognostics enhanced by vibration diagnostics. Insight-Non-Destr. Test. Cond. Monit. 2009, 51, 420–425. [Google Scholar] [CrossRef]
- Fisher, C.; Baines, N. Multi-sensor condition monitoring systems for gas turbines. J. Cond. Monit. 1988, 1, 57–68. [Google Scholar]
- Kemerait, R. New cepstral approach for prognostic maintenance of cyclic machinery. In Proceedings of the IEEE SOUTHEASTCON, Tampa, FL, USA, 5–8 April 1987; Volume 1987, pp. 256–262. [Google Scholar]
- Muir, D.; Taylor, B. Oil debris monitoring for aeroderivative gas turbine. ASME Power Div. (Publ.) PWR 1997, 32, 547–553. [Google Scholar]
- Crow, E.C.; Reichard, K.; Rogan, C.; Callen, J.; Seifert, E. Integrated multi-sensor package (IMSP) for unmanned vehicle operations. In Proceedings of the Unmanned/Unattended Sensors and Sensor Networks IV, International Society for Optics and Photonics. Florence, Italy, 18–20 September 2007; Volume 6736, p. 673604. [Google Scholar]
- Liao, L.; Köttig, F. A hybrid framework combining data-driven and model-based methods for system remaining useful life prediction. Appl. Soft Comput. 2016, 44, 191–199. [Google Scholar] [CrossRef]
- Lee, M.-S.; Shifat, T.A.; Hur, J.W. Kalman Filter Assisted Deep Feature Learning for RUL Prediction of Hydraulic Gear Pump. IEEE Sens. J. 2022, 22, 11088–11097. [Google Scholar] [CrossRef]
- Liu, Z.-X.; Wang, Z.-Y.; Wang, Y.; Ji, Z.-C. Optimal Zonotopic Kalman Filter-based State Estimation and Fault-diagnosis Algorithm for Linear Discrete-time System with Time Delay. Int. J. Control Autom. Syst. 2022, 20, 1757–1771. [Google Scholar] [CrossRef]
- Maynard, K.P. Interstitial processing: The application of noise processing to gear fault detection. In Proceedings of the international conference on Condition monitoring, University of Wales, Swansea, UK, 12–16 April 1999; Volume 12, pp. 77–86. [Google Scholar]
- Patton, R.J. Fault detection and diagnosis in aerospace systems using analytical redundancy. In Proceedings of the IEE Colloquium on Condition Monitoring and Fault Tolerance, London, UK, 6 November 1990; IET: London, UK, 1990. [Google Scholar]
- Tudoroiu, N.; Khorasani, K. Satellite fault diagnosis using a bank of interacting Kalman filters. IEEE Trans. Aerosp. Electron. Syst. 2007, 43, 1334–1350. [Google Scholar] [CrossRef]
- Hansen, R.J.; Hall, D.L.; Kurtz, S.K. A new approach to the challenge of machinery prognostics. In Proceedings of the Turbo Expo: Power for Land, Sea, and Air, The Hague, The Netherlands, 13–16 June 1994; American Society of Mechanical Engineers: New York, NY, USA, 1994; Volume 78873, p. V005T15A001. [Google Scholar]
- Denkena, B.; Litwinski, K.; Brouwer, D.; Boujnah, H. Design and analysis of a prototypical sensory Z-slide for machine tools. Prod. Eng. 2013, 7, 9–14. [Google Scholar] [CrossRef]
- Holland, S.W.; Barajas, L.G.; Salman, M.; Zhang, Y. PHM for automotive manufacturing & vehicle applications. In Proceedings of the Prognostics & Health Management Conference, Portland, OR, USA, 10–14 October 2010. [Google Scholar]
- Hu, S.J.; Koren, Y. Stream-of-variation theory for automotive body assembly. CIRP Ann. 1997, 46, 1–6. [Google Scholar] [CrossRef]
- Sahir Arıkan, M.; Balkan, T. Process modeling, simulation, and paint thickness measurement for robotic spray painting. J. Robot. Syst. 2000, 17, 479–494. [Google Scholar] [CrossRef]
- Shen, T.; Wan, F.; Cui, W.; Song, B. Application of prognostic and health management technology on aircraft fuel system. In Proceedings of the 2010 Prognostics and System Health Management Conference, Macau, China, 12–14 January 2010; IEEE: New York, NY, USA, 2010; pp. 1–7. [Google Scholar]
- Siegel, D.; Zhao, W.; Lapira, E.; AbuAli, M.; Lee, J. A comparative study on vibration-based condition monitoring algorithms for wind turbine drive trains. Wind Energy 2014, 17, 695–714. [Google Scholar] [CrossRef]
- Siegel, D.; Lee, J.; Dempsey, P. Investigation and Evaluation of Condition Indicators, Variable Selection, and Health Indication Methods and Algorithms For Rotorcraft Gear Components. In Proceedings of the MFPT 2014 Conference, Virginia Beach, VA, USA, 10–12 June 2014. [Google Scholar]
- Bin, G.; Gao, J.; Li, X.; Dhillon, B. Early fault diagnosis of rotating machinery based on wavelet packets—Empirical mode decomposition feature extraction and neural network. Mech. Syst. Signal Process. 2012, 27, 696–711. [Google Scholar] [CrossRef]
- Li, W.; Zhu, Z.; Jiang, F.; Zhou, G.; Chen, G. Fault diagnosis of rotating machinery with a novel statistical feature extraction and evaluation method. Mech. Syst. Signal Process. 2015, 50, 414–426. [Google Scholar] [CrossRef]
- Zhu, H.; He, Z.; Wei, J.; Wang, J.; Zhou, H. Bearing fault feature extraction and fault diagnosis method based on feature fusion. Sensors 2021, 21, 2524. [Google Scholar] [CrossRef]
- Widodo, A.; Yang, B.-S. Application of nonlinear feature extraction and support vector machines for fault diagnosis of induction motors. Expert Syst. Appl. 2007, 33, 241–250. [Google Scholar] [CrossRef]
- Cheng, G.; Chen, X.; Li, H.; Li, P.; Liu, H. Study on planetary gear fault diagnosis based on entropy feature fusion of ensemble empirical mode decomposition. Measurement 2016, 91, 140–154. [Google Scholar] [CrossRef]
- Zimroz, R.; Bartkowiak, A. Two simple multivariate procedures for monitoring planetary gearboxes in non-stationary operating conditions. Mech. Syst. Signal Process. 2013, 38, 237–247. [Google Scholar] [CrossRef]
- Kumar, P.; Hati, A.S. Support Vector Classifier-Based Broken Rotor Bar Detection in Squirrel Cage Induction Motor. In Machines, Mechanism and Robotics; Springer: Berlin/Heidelberg, Germany, 2022; pp. 429–438. [Google Scholar]
- Moghaddass, R.; Sheng, S. An anomaly detection framework for dynamic systems using a Bayesian hierarchical framework. Appl. Energy 2019, 240, 561–582. [Google Scholar] [CrossRef]
- Cabrera, D.; Sancho, F.; Sánchez, R.-V.; Zurita, G.; Cerrada, M.; Li, C.; Vásquez, R.E. Fault diagnosis of spur gearbox based on random forest and wavelet packet decomposition. Front. Mech. Eng. 2015, 10, 277–286. [Google Scholar] [CrossRef]
- Tian, J.; Morillo, C.; Azarian, M.H.; Pecht, M. Motor bearing fault detection using spectral kurtosis-based feature extraction coupled with K-nearest neighbor distance analysis. IEEE Trans. Ind. Electron. 2015, 63, 1793–1803. [Google Scholar] [CrossRef]
- Chen, J.; Ma, C.; Song, D.; Xu, B. Failure prognosis of multiple uncertainty system based on Kalman filter and its application to aircraft fuel system. Adv. Mech. Eng. 2016, 8, 1–13. [Google Scholar] [CrossRef] [Green Version]
- Singleton, R.K.; Strangas, E.G.; Aviyente, S. Extended Kalman filtering for remaining-useful-life estimation of bearings. IEEE Trans. Ind. Electron. 2014, 62, 1781–1790. [Google Scholar] [CrossRef]
- Soualhi, A.; Clerc, G.; Razik, H.; Guillet, F. Hidden Markov models for the prediction of impending faults. IEEE Trans. Ind. Electron. 2016, 63, 3271–3281. [Google Scholar] [CrossRef]
- Niu, G. Data-Driven Technology for Engineering Systems Health Management; Springer: Berlin/Heidelberg, Germany, 2017. [Google Scholar]
- Aissani, N.; Beldjilali, B.; Trentesaux, D. Dynamic scheduling of maintenance tasks in the petroleum industry: A reinforcement approach. Eng. Appl. Artif. Intell. 2009, 22, 1089–1103. [Google Scholar] [CrossRef]
- Chan, G.; Asgarpoor, S. Optimum maintenance policy with Markov processes. Electr. Power Syst. Res. 2006, 76, 452–456. [Google Scholar] [CrossRef]
- Wu, S.; Gebraeel, N.; Lawley, M.A.; Yih, Y. A neural network integrated decision support system for condition-based optimal predictive maintenance policy. IEEE Trans. Syst. Man Cybern.-Part A Syst. Hum. 2007, 37, 226–236. [Google Scholar] [CrossRef]
- Ali, J.B.; Fnaiech, N.; Saidi, L.; Chebel-Morello, B.; Fnaiech, F. Application of empirical mode decomposition and artificial neural network for automatic bearing fault diagnosis based on vibration signals. Appl. Acoust. 2015, 89, 16–27. [Google Scholar]
- Zhu, J.; Chen, N.; Peng, W. Estimation of bearing remaining useful life based on multiscale convolutional neural network. IEEE Trans. Ind. Electron. 2018, 66, 3208–3216. [Google Scholar] [CrossRef]
- Deutsch, J.; He, D. Using deep learning-based approach to predict remaining useful life of rotating components. IEEE Trans. Syst. Man Cybern. Syst. 2017, 48, 11–20. [Google Scholar] [CrossRef]
- Shao, H.; Jiang, H.; Lin, Y.; Li, X. A novel method for intelligent fault diagnosis of rolling bearings using ensemble deep auto-encoders. Mech. Syst. Signal Process. 2018, 102, 278–297. [Google Scholar] [CrossRef]
- Kumar, P.; Hati, A.S. Deep convolutional neural network based on adaptive gradient optimizer for fault detection in SCIM. ISA Trans. 2021, 111, 350–359. [Google Scholar] [CrossRef]
- Saxena, A.; Celaya, J.; Saha, B.; Saha, S.; Goebel, K. Metrics for offline evaluation of prognostic performance. Int. J. Progn. Health Manag. 2010, 1, 4–23. [Google Scholar] [CrossRef]
- Lou, X.; Loparo, K.A. Bearing fault diagnosis based on wavelet transform and fuzzy inference. Mech. Syst. Signal Process. 2004, 18, 1077–1095. [Google Scholar] [CrossRef]
- Batista, L.; Badri, B.; Sabourin, R.; Thomas, M. A classifier fusion system for bearing fault diagnosis. Expert Syst. Appl. 2013, 40, 6788–6797. [Google Scholar] [CrossRef]
- Chen, N.; Tsui, K.L. Condition monitoring and remaining useful life prediction using degradation signals: Revisited. IIE Trans. 2013, 45, 939–952. [Google Scholar] [CrossRef]
- Nectoux, P.; Gouriveau, R.; Medjaher, K.; Ramasso, E.; Chebel-Morello, B.; Zerhouni, N.; Varnier, C. PRONOSTIA: An experimental platform for bearings accelerated degradation tests. In Proceedings of the IEEE International Conference on Prognostics and Health Management, PHM’12, Paris, France, 31 May–2 June 2012; IEEE Catalog Number: CPF12PHM-CDR. 2012; pp. 1–8. [Google Scholar]
- Erfani, S.M.; Rajasegarar, S.; Karunasekera, S.; Leckie, C. High-dimensional and large-scale anomaly detection using a linear one-class SVM with deep learning. Pattern Recognit. 2016, 58, 121–134. [Google Scholar] [CrossRef]
- Chen, S.; Yu, J.; Wang, S. One-dimensional convolutional auto-encoder-based feature learning for fault diagnosis of multivariate processes. J. Process Control 2020, 87, 54–67. [Google Scholar] [CrossRef]
- Givnan, S.; Chalmers, C.; Fergus, P.; Ortega-Martorell, S.; Whalley, T. Anomaly Detection Using Autoencoder Reconstruction upon Industrial Motors. Sensors 2022, 22, 3166. [Google Scholar] [CrossRef]
- Yang, Z.; Xu, B.; Luo, W.; Chen, F. Autoencoder-based representation learning and its application in intelligent fault diagnosis: A review. Measurement 2022, 189, 110460. [Google Scholar] [CrossRef]
- Peyron, M.; Fillion, A.; Gürol, S.; Marchais, V.; Gratton, S.; Boudier, P.; Goret, G. Latent space data assimilation by using deep learning. Q. J. R. Meteorol. Soc. 2021, 147, 3759–3777. [Google Scholar] [CrossRef]
- d’Acremont, A.; Fablet, R.; Baussard, A.; Quin, G. CNN-Based Target Recognition and Identification for Infrared Imaging in Defense Systems. Sensors 2019, 19, 2040. [Google Scholar] [CrossRef] [Green Version]
- Shi, Y.; Yang, J.; Qi, Z. Unsupervised anomaly segmentation via deep feature reconstruction. Neurocomputing 2021, 424, 9–22. [Google Scholar] [CrossRef]
- Karabacak, Y.E.; Gürsel Özmen, N. Common spatial pattern-based feature extraction and worm gear fault detection through vibration and acoustic measurements. Measurement 2022, 187, 110366. [Google Scholar] [CrossRef]
- Wen, Y.; Fashiar Rahman, M.; Xu, H.; Tseng, T.-L.B. Recent advances and trends of predictive maintenance from data-driven machine prognostics perspective. Measurement 2022, 187, 110276. [Google Scholar] [CrossRef]
- Zhang, J.; Zeng, Y.; Starly, B. Recurrent neural networks with long term temporal dependencies in machine tool wear diagnosis and prognosis. SN Appl. Sci. 2021, 3, 442. [Google Scholar] [CrossRef]
- Chen, C.; Zhu, Z.H.; Shi, J.; Lu, N.; Jiang, B. Dynamic Predictive Maintenance Scheduling Using Deep Learning Ensemble for System Health Prognostics. IEEE Sens. J. 2021, 21, 26878–26891. [Google Scholar] [CrossRef]
- Goodfellow, I.; Bengio, Y.; Courville, A. Deep Learning; MIT Press: Cambridge, MA, USA, 2016. [Google Scholar]
- Dargan, S.; Kumar, M.; Ayyagari, M.R.; Kumar, G. A Survey of Deep Learning and Its Applications: A New Paradigm to Machine Learning. Arch. Comput. Methods Eng 2020, 27, 1071–1092. [Google Scholar] [CrossRef]
- Arel, I.; Rose, D.C.; Karnowski, T.P. Deep Machine Learning—A New Frontier in Artificial Intelligence Research [Research Frontier]. IEEE Comput. Intell. Mag. 2010, 5, 13–18. [Google Scholar] [CrossRef]
- Aggarwal, C.C. Neural Networks and Deep Learning: A Textbook; Springer: Berlin/Heidelberg, Germany, 2018; ISBN 978-3-319-94463-0. [Google Scholar]
- Alzubaidi, L.; Zhang, J.; Humaidi, A.J.; Al-Dujaili, A.; Duan, Y.; Al-Shamma, O.; Santamaría, J.; Fadhel, M.A.; Al-Amidie, M.; Farhan, L. Review of deep learning: Concepts, CNN architectures, challenges, applications, future directions. J. Big Data 2021, 8, 53. [Google Scholar] [CrossRef] [PubMed]
- Shrestha, A.; Mahmood, A. Review of Deep Learning Algorithms and Architectures. IEEE Access 2019, 7, 53040–53065. [Google Scholar] [CrossRef]
- Hinton, G.E. Deep belief networks. Scholarpedia 2009, 4, 5947. [Google Scholar] [CrossRef]
- Ng, A. Sparse autoencoder. CS294A Lect. Notes 2011, 72, 1–19. [Google Scholar]
- Vincent, P.; Larochelle, H.; Lajoie, I.; Bengio, Y.; Manzagol, P.-A.; Bottou, L. Stacked denoising autoencoders: Learning useful representations in a deep network with a local denoising criterion. J. Mach. Learn. Res. 2010, 11, 3371–3408. [Google Scholar]
- An, J.; Cho, S. Variational autoencoder based anomaly detection using reconstruction probability. Spec. Lect. IE 2015, 2, 1–18. [Google Scholar]
- Le Cun, Y.; Boser, B.; Denker, J.S.; Henderson, D.; Howard, R.E.; Hubbard, W.; Jackel, L.D. Handwritten digit recognition with a back-propagation network. In Proceedings of the 2nd International Conference on Neural Information Processing Systems, Denver, CO, USA, 27–30 November 1989; pp. 396–404. [Google Scholar]
- Dash, P.B.; Naik, B.; Nayak, J.; Vimal, S. Deep belief network-based probabilistic generative model for detection of robotic manipulator failure execution. Soft Comput. 2021, 27, 363–375. [Google Scholar] [CrossRef]
- Chen, Z.; Li, W. Multisensor feature fusion for bearing fault diagnosis using sparse autoencoder and deep belief network. IEEE Trans. Instrum. Meas. 2017, 66, 1693–1702. [Google Scholar] [CrossRef]
- Ren, H.; Chai, Y.; Qu, J.; Ye, X.; Tang, Q. A novel adaptive fault detection methodology for complex system using deep belief networks and multiple models: A case study on cryogenic propellant loading system. Neurocomputing 2018, 275, 2111–2125. [Google Scholar] [CrossRef]
- Xing, S.; Lei, Y.; Wang, S.; Jia, F. Distribution-invariant deep belief network for intelligent fault diagnosis of machines under new working conditions. IEEE Trans. Ind. Electron. 2020, 68, 2617–2625. [Google Scholar] [CrossRef]
- Jiao, J.; Zheng, X. Fault Diagnosis Method for Industrial Robots Based on DBN Joint Information Fusion Technology. Comput. Intell. Neurosci. 2022, 2022, 4340817. [Google Scholar] [CrossRef] [PubMed]
- Ji, C.; Wang, K.; Yuan, D. Health assessment method of industrial robot reducer based on deep belief network. In Proceedings of the 2021 IEEE 11th Annual International Conference on CYBER Technology in Automation, Control, and Intelligent Systems (CYBER), Jiaxing, China, 27–31 July 2021; IEEE: New York, NY, USA, 2021; pp. 442–446. [Google Scholar]
- Shao, S.-Y.; Sun, W.-J.; Yan, R.-Q.; Wang, P.; Gao, R.X. A deep learning approach for fault diagnosis of induction motors in manufacturing. Chin. J. Mech. Eng. 2017, 30, 1347–1356. [Google Scholar] [CrossRef] [Green Version]
- Hu, G.; Li, H.; Xia, Y.; Luo, L. A deep Boltzmann machine and multi-grained scanning forest ensemble collaborative method and its application to industrial fault diagnosis. Comput. Ind. 2018, 100, 287–296. [Google Scholar] [CrossRef]
- Deng, S.; Cheng, Z.; Li, C.; Yao, X.; Chen, Z.; Sanchez, R.-V. Rolling bearing fault diagnosis based on Deep Boltzmann machines. In Proceedings of the 2016 Prognostics and System Health Management Conference (PHM-Chengdu), Chengdu, China, 19–21 October 2016; IEEE: New York, NY, USA, 2016; pp. 1–6. [Google Scholar]
- Li, C.; Sanchez, R.-V.; Zurita, G.; Cerrada, M.; Cabrera, D.; Vásquez, R.E. Multimodal deep support vector classification with homologous features and its application to gearbox fault diagnosis. Neurocomputing 2015, 168, 119–127. [Google Scholar] [CrossRef]
- Wang, J.; Wang, K.; Wang, Y.; Huang, Z.; Xue, R. Deep Boltzmann machine based condition prediction for smart manufacturing. J. Ambient Intell. Humaniz. Comput. 2019, 10, 851–861. [Google Scholar] [CrossRef]
- Mitrevski, A.; Plöger, P.G. Data-Driven Robot Fault Detection and Diagnosis Using Generative Models: A Modified SFDD Algorithm. In Proceedings of the 30th International Workshop on Principles of Diagnosis DX’19, Kla-genfurt, Austria, 11–13 November 2019. [Google Scholar]
- Chen, T.; Liu, X.; Xia, B.; Wang, W.; Lai, Y. Unsupervised anomaly detection of industrial robots using sliding-window convolutional variational autoencoder. IEEE Access 2020, 8, 47072–47081. [Google Scholar] [CrossRef]
- Hong, Y.; Sun, Z.; Zou, X.; Long, J. Multi-joint Industrial Robot Fault Identification using Deep Sparse Auto-Encoder Network with Attitude Data. In Proceedings of the 2020 Prognostics and Health Management Conference (PHM-Besançon), Besancon, France, 4–7 May 2020; IEEE: New York, NY, USA, 2020; pp. 176–179. [Google Scholar]
- Xiao, D.; Qin, C.; Yu, H.; Huang, Y.; Liu, C.; Zhang, J. Unsupervised machine fault diagnosis for noisy domain adaptation using marginal denoising autoencoder based on acoustic signals. Measurement 2021, 176, 109186. [Google Scholar] [CrossRef]
- Yun, H.; Kim, H.; Jeong, Y.H.; Jun, M.B. Autoencoder-based anomaly detection of industrial robot arm using stethoscope based internal sound sensor. J. Intell. Manuf. 2021, 34, 1427–1444. [Google Scholar] [CrossRef]
- Sun, W.; Shao, S.; Zhao, R.; Yan, R.; Zhang, X.; Chen, X. A sparse auto-encoder-based deep neural network approach for induction motor faults classification. Measurement 2016, 89, 171–178. [Google Scholar] [CrossRef]
- Li, C.; Zhang, W.; Peng, G.; Liu, S. Bearing fault diagnosis using fully-connected winner-take-all autoencoder. IEEE Access 2017, 6, 6103–6115. [Google Scholar] [CrossRef]
- Sohaib, M.; Kim, J.-M. Reliable fault diagnosis of rotary machine bearings using a stacked sparse autoencoder-based deep neural network. Shock Vib. 2018, 2018, 2919637. [Google Scholar] [CrossRef] [Green Version]
- Chen, L.; Cao, J.; Wu, K.; Zhang, Z. Application of Generalized Frequency Response Functions and Improved Convolutional Neural Network to Fault Diagnosis of Heavy-duty Industrial Robot. Robot. Comput.-Integr. Manuf. 2022, 73, 102228. [Google Scholar] [CrossRef]
- Oh, Y.; Kim, Y.; Na, K.; Youn, B.D. A deep transferable motion-adaptive fault detection method for industrial robots using a residual–convolutional neural network. ISA Trans. 2021, 128, 521–534. [Google Scholar] [CrossRef]
- Yang, S.; Luo, X.; Li, C. Fault Diagnosis of Rotation Vector Reducer for Industrial Robot Based on a Convolutional Neural Network. Stroj. Vestn. /J. Mech. Eng. 2021, 67, 489–500. [Google Scholar] [CrossRef]
- Ma, Z.; Xiao, H.; Pan, Y.; Jiang, W.; Xiong, M.; He, Z. Multi-axis Industrial Robot Fault Diagnosis Model Based on Improved One-Dimensional Convolutional Neural Network. In Proceedings of the International Conference on Data Mining and Big Data, Guangzhou, China, 20–22 October 2021; pp. 397–410. [Google Scholar]
- Li, P.; Xiao, H.; Jiang, W.; Ning, D. Compound Fault Diagnosis of Industrial Robot Based on Improved Multi-label One-Dimensional Convolutional Neural Network. In Proceedings of the International Conference on Data Mining and Big Data, Guangzhou, China, 20–22 October 2021; Springer: Berlin/Heidelberg, Germany, 2021; pp. 205–216. [Google Scholar]
- Liu, Y.; Chen, C.; Wang, T.; Cheng, L. An attention enhanced dilated CNN approach for cross-axis industrial robotics fault diagnosis. Auton. Intell. Syst. 2022, 2, 11. [Google Scholar] [CrossRef]
- Lu, K.; Chen, C.; Wang, T.; Cheng, L.; Qin, J. Fault diagnosis of industrial robot based on dual-module attention convolutional neural network. Auton. Intell. Syst. 2022, 2, 12. [Google Scholar] [CrossRef]
- Janssens, O.; Slavkovikj, V.; Vervisch, B.; Stockman, K.; Loccufier, M.; Verstockt, S.; Van de Walle, R.; Van Hoecke, S. Convolutional neural network based fault detection for rotating machinery. J. Sound Vib. 2016, 377, 331–345. [Google Scholar] [CrossRef]
- Plakias, S.; Boutalis, Y.S. Fault detection and identification of rolling element bearings with Attentive Dense CNN. Neurocomputing 2020, 405, 208–217. [Google Scholar] [CrossRef]
- Cheng, Y.; Lin, M.; Wu, J.; Zhu, H.; Shao, X. Intelligent fault diagnosis of rotating machinery based on continuous wavelet transform-local binary convolutional neural network. Knowl.-Based Syst. 2021, 216, 106796. [Google Scholar] [CrossRef]
- Guo, S.; Yang, T.; Gao, W.; Zhang, C. A novel fault diagnosis method for rotating machinery based on a convolutional neural network. Sensors 2018, 18, 1429. [Google Scholar] [CrossRef] [PubMed] [Green Version]
- Liang, P.; Deng, C.; Wu, J.; Yang, Z. Intelligent fault diagnosis of rotating machinery via wavelet transform, generative adversarial nets and convolutional neural network. Measurement 2020, 159, 107768. [Google Scholar] [CrossRef]
- Li, Y.; Zou, L.; Jiang, L.; Zhou, X. Fault diagnosis of rotating machinery based on combination of deep belief network and one-dimensional convolutional neural network. IEEE Access 2019, 7, 165710–165723. [Google Scholar] [CrossRef]
- An, Z.; Li, S.; Wang, J.; Jiang, X. A novel bearing intelligent fault diagnosis framework under time-varying working conditions using recurrent neural network. ISA Trans. 2020, 100, 155–170. [Google Scholar] [CrossRef]
- Van der Maaten, L.; Hinton, G. Visualizing data using t-SNE. J. Mach. Learn. Res. 2008, 9, 2579–2605. [Google Scholar]
- Zhang, Y.; Zhou, T.; Huang, X.; Cao, L.; Zhou, Q. Fault diagnosis of rotating machinery based on recurrent neural networks. Measurement 2021, 171, 108774. [Google Scholar] [CrossRef]
- Liu, H.; Zhou, J.; Zheng, Y.; Jiang, W.; Zhang, Y. Fault diagnosis of rolling bearings with recurrent neural network-based autoencoders. ISA Trans. 2018, 77, 167–178. [Google Scholar] [CrossRef]
- Jiang, H.; Li, X.; Shao, H.; Zhao, K. Intelligent fault diagnosis of rolling bearings using an improved deep recurrent neural network. Meas. Sci. Technol. 2018, 29, 065107. [Google Scholar] [CrossRef]
- Qiao, M.; Yan, S.; Tang, X.; Xu, C. Deep convolutional and LSTM recurrent neural networks for rolling bearing fault diagnosis under strong noises and variable loads. IEEE Access 2020, 8, 66257–66269. [Google Scholar] [CrossRef]
- Oh, S.; Han, S.; Jeong, J. Multi-scale convolutional recurrent neural network for bearing fault detection in noisy manufacturing environments. Appl. Sci. 2021, 11, 3963. [Google Scholar] [CrossRef]
- Li, S.; Zhao, Y.; Ding, M. Mobile robot motor bearing fault detection and classification on discrete wavelet transform and lstm network. J. Mech. Med. Biol. 2018, 18, 1840034. [Google Scholar] [CrossRef]
- Zhi, Z.; Liu, L.; Liu, D.; Hu, C. Fault Detection of the Harmonic Reducer Based on CNN-LSTM With a Novel Denoising Algorithm. IEEE Sens. J. 2022, 22, 2572–2581. [Google Scholar] [CrossRef]
- Wang, T.; Zhang, L.; Wang, X. Fault detection for motor drive control system of industrial robots using CNN-LSTM-based observers. CES Trans. Electr. Mach. Syst. 2023, 1–9. [Google Scholar] [CrossRef]
- Sohaib, M.; Kim, C.-H.; Kim, J.-M. A Hybrid Feature Model and Deep-Learning-Based Bearing Fault Diagnosis. Sensors 2017, 17, 2876. [Google Scholar] [CrossRef] [Green Version]
- Xu, Y.; Li, Z.; Wang, S.; Li, W.; Sarkodie-Gyan, T.; Feng, S. A hybrid deep-learning model for fault diagnosis of rolling bearings. Measurement 2021, 169, 108502. [Google Scholar] [CrossRef]
- Hoang, D.T.; Kang, H.J. A Motor Current Signal-Based Bearing Fault Diagnosis Using Deep Learning and Information Fusion. IEEE Trans. Instrum. Meas. 2020, 69, 3325–3333. [Google Scholar] [CrossRef]
- Li, X.; Zhang, W.; Ding, Q. Understanding and improving deep learning-based rolling bearing fault diagnosis with attention mechanism. Signal Process. 2019, 161, 136–154. [Google Scholar] [CrossRef]
- Chen, Z.; Chen, X.; Li, C.; Sanchez, R.-V.; Qin, H. Vibration-based gearbox fault diagnosis using deep neural networks. J. Vibroengineering 2017, 19, 2475–2496. [Google Scholar] [CrossRef] [Green Version]
- Chen, Z.; Mauricio, A.; Li, W.; Gryllias, K. A deep learning method for bearing fault diagnosis based on Cyclic Spectral Coherence and Convolutional Neural Networks. Mech. Syst. Signal Process. 2020, 140, 106683. [Google Scholar] [CrossRef]
- Verstraete, D.; Ferrada, A.; Droguett, E.L.; Meruane, V.; Modarres, M. Deep Learning Enabled Fault Diagnosis Using Time-Frequency Image Analysis of Rolling Element Bearings. Shock Vib. 2017, 2017, e5067651. [Google Scholar] [CrossRef] [Green Version]
- Liu, H.; Li, L.; Ma, J. Rolling Bearing Fault Diagnosis Based on STFT-Deep Learning and Sound Signals. Shock Vib. 2016, 2016, e6127479. [Google Scholar] [CrossRef] [Green Version]
- Shi, J.; Peng, D.; Peng, Z.; Zhang, Z.; Goebel, K.; Wu, D. Planetary gearbox fault diagnosis using bidirectional-convolutional LSTM networks. Mech. Syst. Signal Process. 2022, 162, 107996. [Google Scholar] [CrossRef]
- Ravikumar, K.N.; Yadav, A.; Kumar, H.; Gangadharan, K.V.; Narasimhadhan, A.V. Gearbox fault diagnosis based on Multi-Scale deep residual learning and stacked LSTM model. Measurement 2021, 186, 110099. [Google Scholar] [CrossRef]
- Long, J.; Mou, J.; Zhang, L.; Zhang, S.; Li, C. Attitude data-based deep hybrid learning architecture for intelligent fault diagnosis of multi-joint industrial robots. J. Manuf. Syst. 2021, 61, 736–745. [Google Scholar] [CrossRef]
- Kamat, P.V.; Sugandhi, R.; Kumar, S. Deep learning-based anomaly-onset aware remaining useful life estimation of bearings. PeerJ Comput. Sci. 2021, 7, e795. [Google Scholar] [CrossRef]
- Wang, X.; Wang, T.; Ming, A.; Han, Q.; Chu, F.; Zhang, W.; Li, A. Deep Spatiotemporal Convolutional-Neural-Network-Based Remaining Useful Life Estimation of Bearings. Chin. J. Mech. Eng. 2021, 34, 62. [Google Scholar] [CrossRef]
- Ding, H.; Yang, L.; Cheng, Z.; Yang, Z. A remaining useful life prediction method for bearing based on deep neural networks. Measurement 2021, 172, 108878. [Google Scholar] [CrossRef]
- Li, H.; Wang, W.; Li, Z.; Dong, L.; Li, Q. A novel approach for predicting tool remaining useful life using limited data. Mech. Syst. Signal Process. 2020, 143, 106832. [Google Scholar] [CrossRef]
- Qin, Y.; Xiang, S.; Chai, Y.; Chen, H. Macroscopic–Microscopic Attention in LSTM Networks Based on Fusion Features for Gear Remaining Life Prediction. IEEE Trans. Ind. Electron. 2020, 67, 10865–10875. [Google Scholar] [CrossRef]
- Algburi, R.N.A.; Gao, H. Health Assessment and Fault Detection System for an Industrial Robot Using the Rotary Encoder Signal. Energies 2019, 12, 2816. [Google Scholar] [CrossRef] [Green Version]
- Jaber, A.; Bicker, R. Industrial Robot Fault Detection Based on Wavelet Transform and LabVIEW. In Proceedings of the 2014 First International Conference on Systems Informatics, Modelling and Simulation, Sheffield, UK, 29 April–1 May 2014. [Google Scholar]
- Jaber, A.A.; Bicker, R. The optimum selection of wavelet transform parameters for the purpose of fault detection in an industrial robot. In Proceedings of the 2014 IEEE International Conference on Control System, Computing and Engineering (ICCSCE 2014), Penang, Malaysia, 28–30 November 2014; pp. 304–309. [Google Scholar]
- Zhang, Y.; An, H.; Ding, X.; Liang, W.; Yuan, M.; Ji, C.; Tan, J. Industrial Robot Rotate Vector Reducer Fault Detection Based on Hidden Markov Models. In Proceedings of the 2019 IEEE International Conference on Robotics and Biomimetics (ROBIO), Dali, China, 6–8 December 2019; pp. 3013–3018. [Google Scholar]
- Bonci, A.; Longhi, S.; Nabissi, G.; Verdini, F. Predictive Maintenance System using motor current signal analysis for Industrial Robot. In Proceedings of the 2019 24th IEEE International Conference on Emerging Technologies and Factory Automation (ETFA), Zaragoza, Spain, 10–13 September 2019; pp. 1453–1456. [Google Scholar]
- Jaber, A.A.; Bicker, R. Fault diagnosis of industrial robot gears based on discrete wavelet transform and artificial neural network. Insight-Non-Destr. Test. Cond. Monit. 2016, 58, 179–186. [Google Scholar] [CrossRef]
- Chen, Z.; Wu, K.; Wu, J.; Deng, C.; Wang, Y. Residual shrinkage transformer relation network for intelligent fault detection of industrial robot with zero-fault samples. Knowl.-Based Syst. 2023, 268, 110452. [Google Scholar] [CrossRef]
- Jaber, A.A.; Bicker, R. Industrial Robot Backlash Fault Diagnosis Based on Discrete Wavelet Transform and Artificial Neural Network. Am. J. Mech. Eng. 2016, 4, 21–31. [Google Scholar] [CrossRef]
- Yang, Q.; Li, X.; Wang, Y.; Ainapure, A.; Lee, J. Fault Diagnosis of Ball Screw in Industrial Robots Using Non-Stationary Motor Current Signals. Procedia Manuf. 2020, 48, 1102–1108. [Google Scholar] [CrossRef]
- Jaber, A.A.; Bicker, R. Development of a Condition Monitoring Algorithm for Industrial Robots based on Artificial Intelligence and Signal Processing Techniques. Int. J. Electr. Comput. Eng. (IJECE) 2018, 8, 996–1009. [Google Scholar] [CrossRef] [Green Version]
- Nentwich, C.; Reinhart, G. A Method for Health Indicator Evaluation for Condition Monitoring of Industrial Robot Gears. Robotics 2021, 10, 80. [Google Scholar] [CrossRef]
- He, K.; Zhang, X.; Ren, S.; Sun, J. Deep residual learning for image recognition. In Proceedings of the IEEE Conference on Computer Vision and Pattern Recognition, Las Vegas, NV, USA, 27–30 June 2016; pp. 770–778. [Google Scholar]
- Simonyan, K.; Zisserman, A. Very deep convolutional networks for large-scale image recognition. arXiv 2014, arXiv:1409.1556. [Google Scholar]
- Szegedy, C.; Ioffe, S.; Vanhoucke, V.; Alemi, A.A. Inception-v4, inception-resnet and the impact of residual connections on learning. In Proceedings of the Thirty-First AAAI Conference on Artificial Intelligence, San Francisco, CA, USA, 4–9 February 2017. [Google Scholar]
- Li, X.; Zhang, W.; Ding, Q.; Sun, J.-Q. Intelligent rotating machinery fault diagnosis based on deep learning using data augmentation. J. Intell. Manuf. 2020, 31, 433–452. [Google Scholar] [CrossRef]
- Kumar, P.; Hati, A.S. Transfer learning-based deep CNN model for multiple faults detection in SCIM. Neural Comput. Appl. 2021, 33, 15851–15862. [Google Scholar] [CrossRef]
- Shao, S.; McAleer, S.; Yan, R.; Baldi, P. Highly accurate machine fault diagnosis using deep transfer learning. IEEE Trans. Ind. Inform. 2018, 15, 2446–2455. [Google Scholar] [CrossRef]
Diagnostics | Prognostics |
---|---|
Accuracy [122] | Mean absolute error [123] |
Error rate [122] | Root mean square error [124] |
Precision [125] | Mean absolute percentage error [124] |
Sensitivity [126] (p. 202) | Prediction horizon [127] |
F1-score [126] | Convergence [127] |
Correlation coefficient [128] | Relative accuracy [127] |
Area under curve [129] | Confidence interval [130] |
Detection error trade off [129] | Exponential transformed accuracy [131] |
PHM Methods Based on Deep Learning Methods | |||||
---|---|---|---|---|---|
Reference | Dataset | Datatype | Model | Accuracy | |
Fault diagnosis | Sohaib et al. [196] | CWRU bearing data | Vibration | SAE-DNN | 99.5% |
Xu et al. [197] | CWRU and Xi’an Jiaotong University (XJTU-SY) bearing data | Vibration | Wavelet Transform-CNN | 99.4% | |
Hoang and Kang et al. [198] | KAT bearing dataset by Paderborn University, Germany | Current | CNN | 99.47% | |
Li et al. [199] | CWRU | Vibration | CNN-LSTM | 99.74% | |
Chen et al. [200] | Gear Box | Vibration | DBM | 99.94% | |
Gear Box | Vibration | SAE | 99.55% | ||
Gear Box | Vibration | DBN | 98.73% | ||
Chen et al. [201] | CWRU | Vibration | Cyclic Spectral Coherence-CNN | 98.93% | |
Verstraete et al. [202] | CWRU | Vibration | 2D-CNN | 99.9% | |
Liu et al. [203] | Test setup with motor and faulty bearings | Vibration | STFT-SAE | 97.84% | |
Shi et al. [204] | UNSW planetary test rig | Vibration | Bidirectional-convolutional LSTM | 95.83% | |
Ravikumar et al. [205] | Test setup with IC engine gearbox | Vibration | Stacked LSTM | 94.33% | |
Chen et al. [173] | IR system | Current | Improved CNN | 99.59% | |
Long et al. [206] | IR system | Attitude data | SAE-SVM | 96.74% | |
Fault prognosis | Kamat et al. [207] | PRONOSTIA bearings dataset | Vibration | AE-LSTM | 90% |
Wang et al. [208] | PRONOSTIA bearings dataset | Vibration | Spatiotemporal-3DCNN | 98.25% | |
Ding et al. [209] | NASA IMS dataset | Vibration | Deep CNN | 0.0052 (RMSE) | |
Li et al. [210] | Test setup with milling machine | Current | LSTM | 0.0950 (RMSE) | |
Qin et al. [211] | Test setup with gear | Vibration | Macroscopic-microscopic attention LSTM | 0.142 (NRMSE) |
Article | Signal | Signal Processing | Feasibility |
---|---|---|---|
[212] | Encoder | Singular spectrum analysis (SSA) Hilbert transform (HT) Empirical mode decomposition HT (EMDHT) | Easy availability of signal Simple to apply |
[213] | Vibration | Wavelet transform (WT) | Signal easily accessible with sensors Highly feasible |
[214] | Vibration | WT | Signal easily accessible with sensors Easy to apply |
[215] | Acoustic Emission (AE) | WT | Easily accessible Signal interpretation is cumbersome High background noise Generalization is difficult |
[216] | Current | WT | Non-intrusive approach Highly feasible Multi-resolution analysis |
[217] | Vibration | Discrete WT | Multi-resolution analysis Localization of Fault Signatures Noise Suppression |
[218] | Vibration | Continuous WT | Time-Frequency Localization Continuous Frequency Coverage Adaptability to Signal Variability Improved Accuracy in Transient Detection |
[48] | Current | Statistical analysis | Simple applicability Efficient feature development Feature selection needs expertise |
[56] | Current | Discrete WT | Non-invasive approach Early fault detection Real-time monitoring |
[219] | Vibration | Discrete WT | Multi-resolution analysis Localization of Fault Signatures Efficient feature extraction |
[69] | Vibration | Short-time Fourier Transform (STFT) Wavelet decomposition | Time-Frequency localization Simplicity and Computational Efficiency |
[220] | Current | STFT Wavelet packet decomposition (WPD) | Non-invasive approach Early fault detection Wide applicability Cost effective |
[221] | Vibration | Discrete WT | Multi-resolution analysis Localization of Fault Signatures Interpretability |
[222] | Vibration | STFT | Efficient Frequency Resolution Interpretability Fast computation |
[169] | Vibration | STFT | Efficient Frequency Resolution Noise suppression Easy to implement |
Algorithms | Pros | Cons |
---|---|---|
DBN [78,79,80] | Global feature extraction possible | Training is cumbersome |
Supports dimensionality reduction | Tracking loss function is difficult | |
Can work on less data | Parameters optimization is difficult | |
DBM [161,163] | Can learn internal representation | Weight update is difficult |
Robust to ambiguous inputs | Slow training | |
CNN [36,96,98,115] | Excellent feature extraction properties | Cannot obtain global features |
Supports multiple dimension data | Cannot interpret time dimension information | |
Auto-encoder [166,168] | Unsupervised learning | Requirement of dedicated classifier for fault diagnosis |
No label data requirement | High data requirement | |
Supports dimensionality reduction | Difficult to determine the importance of data | |
Supports flexible framework | Selecting specific features not possible | |
Availability of multiple forms | No interpretability | |
RNN [109,111,112,113] | Performs well on sequence problem | Slow training speed |
Capitalizes the time dimension of input data | No parallel computing | |
Supports unlimited input length data | Problem of vanishing gradient |
Disclaimer/Publisher’s Note: The statements, opinions and data contained in all publications are solely those of the individual author(s) and contributor(s) and not of MDPI and/or the editor(s). MDPI and/or the editor(s) disclaim responsibility for any injury to people or property resulting from any ideas, methods, instructions or products referred to in the content. |
© 2023 by the authors. Licensee MDPI, Basel, Switzerland. This article is an open access article distributed under the terms and conditions of the Creative Commons Attribution (CC BY) license (https://creativecommons.org/licenses/by/4.0/).
Share and Cite
Kumar, P.; Khalid, S.; Kim, H.S. Prognostics and Health Management of Rotating Machinery of Industrial Robot with Deep Learning Applications—A Review. Mathematics 2023, 11, 3008. https://doi.org/10.3390/math11133008
Kumar P, Khalid S, Kim HS. Prognostics and Health Management of Rotating Machinery of Industrial Robot with Deep Learning Applications—A Review. Mathematics. 2023; 11(13):3008. https://doi.org/10.3390/math11133008
Chicago/Turabian StyleKumar, Prashant, Salman Khalid, and Heung Soo Kim. 2023. "Prognostics and Health Management of Rotating Machinery of Industrial Robot with Deep Learning Applications—A Review" Mathematics 11, no. 13: 3008. https://doi.org/10.3390/math11133008
APA StyleKumar, P., Khalid, S., & Kim, H. S. (2023). Prognostics and Health Management of Rotating Machinery of Industrial Robot with Deep Learning Applications—A Review. Mathematics, 11(13), 3008. https://doi.org/10.3390/math11133008