You are on page 1of 6

1

 
IEEE ICTMOD 2021 1570767826
2  
3  
4  
5  
6  
Machine Learning for the predictive maintenance of a
7  
8   jaw crusher in the mining industry
2021 IEEE International Conference on Technology Management, Operations and Decisions (ICTMOD) | 978-1-6654-1654-2/21/$31.00 ©2021 IEEE | DOI: 10.1109/ICTMOD52902.2021.9739338

9  
10  
11  
12  
13  
14   MariyaGuerroum Mourad Zegrari Abdelhafid Ait Elmahjoub Mouna Berquedich
LISSIE Ecole Nationale LISSIE Ecole Nationale LISSIE Ecole Nationale Green Tech Institute
15   Supérieure des Arts et des Supérieure des Arts et des Supérieure des Arts et des Mohammed VI Polytechnique
16   Métiers, Faculté des Sciences Métiers, Faculté des Sciences Métiers, Faculté des Sciences University
17   Ben M'Sik Ben M'Sik Ben M'Sik Benguerir, Morocco
18   Hassan II University Hassan II University Hassan II University mouna.berquedich@um6p.ma
19   Casablanca, Morocco Casablanca, Morocco Casablanca, Morocco
20   mariya.guerroum1@gmail.com zegrari.ensam@gmail.com aitelmahjoub@gmail.com
21  
22   Malek Masmoudi
University of Sharjah, College of
23  
Engineering,
24   Sharjah, UAE
25   mmasmoudi@sharjah.ac.ae
26  
27  
28  
29  
30   Abstract— Diagnosis and prognosis are both crucial and profitability of the cost strategy. As indicated previously,
31   interlinked steps in the context of predictive maintenance of implementing PdM in the maintenance system in the context of
32   rotating machines. Risk management correlated with machine Industry 4.0 is very interesting. The literature presents the
33   Reliability within time intervention. In this paper, the most procedure for the PdM approach in four stages: collection,
popular machine learning algorithms are tested and compared to analysis, decision, and action [5]. PdM steps are illustrated in
34  
serve Predictive maintenance purposes. The use case of this paper Fig. 1.
35   is an industrial jaw crusher from the mining industry production
36   process. Azure machine learning studio platform made it possible First, jaw crusher machine data is captured, collected, and
37   to simulate the proposed approaches. The relevance of Machine processed. In the second step, the diagnosis detects defaults
38   Learning models for predicting components' health states is since the prognosis prevents possible defaults. At this point,
39   proved while achieving high accuracies. different models and approaches come into play, such as
40   machine learning algorithms. Then, for decision-making
Keywords—risk management, machine learning, predictive purposes, the information is transformed into knowledge. The
41  
maintenance, rotating machines paper's contribution in the diagnosis using ML technics state of
42  
43   the art to serve the ore mining context is stressed. Finally, the
I. INTRODUCTION
44   maintenance action is scheduled based on the decisions. In the
As the name suggests, predictive maintenance (PdM) is a following, disciplinary fields such as Data Science and Artificial
45   method of predicting the remaining life of an asset or equipment Intelligence are introduced to present in detail the techniques of
46   component. It is a daughter branch of condition-based each step.
47   maintenance (CBM), considered as a specialization of
48   preventive maintenance[1]. Even in some works, CBM refers to II. PREDICTIVE MAINTENANCE
49   PdM [2]. Technically, PdM comes to exploit and complement Predictive maintenance acquires a four steps strategy: data
50   the technologies and the stages of CBM (conditional monitoring: classification, data processing, diagnosis, and prognosis.
51   continuous data acquisition and diagnosis) to add a layer of
52   prognosis and a mechanism to help decision making. When
53   CBM acts considering the diagnosis of a failure, PdM, based on
54   deterioration development trends, predicts potential faults in
55   time and determines the right time for an intervention [3], [4]. In
56   this case, the maintenance action takes place well before the
irreversible state to maximize the use of the assets before
57  
reaching the end of their life cycles. This method enables
60   increasing the life of the machines and managing the
61   Fig. 1. Predictive maintenance procedure steps
62   978-1-6654-1654-2/21/$31.00 ©2021 IEEE
63  
64  
65  

Authorized licensed use limited to: Tsinghua University. Downloaded on1January 06,2023 at 15:15:20 UTC from IEEE Xplore. Restrictions apply.
III. MACHINE LEARNING FOR PREDICTIVE MAINTENANCE
The main steps followed for Machine Learning (ML), shown The most used methods in the predictive maintenance
in Fig. 2, are aligned with the adopted strategy for implementing context are Random Forest or Random Forest (RF), Artificial
conditional preventive maintenance. The used data in the Neural Network ANN, and SVM.
rotating machine's case are generally vibrations, temperature, Supervised learning is a learning model performed when the
acoustic emissions, current, etc. After the signals' information algorithm uses, as input, labeled data subdivided into two
extraction and analysis (Data Mining), the ML model recognizes categories: training data and test & validation data. In the other
the system health state [6]. As for the model construction stage, hand, unsupervised learning is a mode where the system decides
the system manipulates data for the first time to learn how to the outcome autonomously. The recognition of the model is then
manage it depending on the technique and the type of algorithm its reference. Clustering or grouping algorithms use the principle
chosen. Learning, as with humans, is the stage where the model of non-learning by processing and grouping data according to
trains and gets used to how it will process the data to achieve their degree of resemblance. The new values are analyzed and
maximum accuracy. In ML, there is the mode of supervised and ranked with the similar data previously examined. Additionally,
unsupervised learning. Depending on the type of learning, the Deep Learning is a type of advanced machine learning, where
algorithms differ. In addition, there are other training techniques model learning is automated, predicts without using supervised
like the supervised type, depending on the programmer's Learning. Artificial neural networks are the most well-known
interference in training the model. application area in the field of Deep Learning. Deep Learning
deals with applications such as facial recognition, voice, and
word processing.
A. Diagnosis
Diagnosis handles data through three steps: detection of the A. Random Forest
fault, localization, and determination of the location of this fault, As the most widely used ML method in recently reviewed
and finally identification by specifying the nature of the default work, Random Forest (RF) is an algorithm that relies on
that has occurred in the equipment [7]. Traditionally, the process supervised learning for regression and classification problems.
of interpretation relating information from the machine to its The result of each tree represents a vote to formulate the final
health condition defines diagnosis [6]. prediction as it is the most popular class. [11] proposed the first
application of this algorithm. The bootstrap is a method of a
B. Prognostic random selection of data sets with a replacement of a few values.
A random variable linked to the age of the component, the N random subsamples are formed containing a specific
service environment, and the monitored state of health percentage of the input data sets of the model. Decision trees are
(condition monitoring) models the Remaining Useful Life built for the n random subsets. The results are conveyed to the
(RUL), which is monitored continuously or occasionally [8]. end nodes of the respective trees [12]. The algorithm becomes
The RUL is closely related to the notion of risk on equipment more and more precise as the number of decision trees increases.
that occurs before failure signals are detected [9]. The The average of the tree results is calculated to incorporate the RF
probability density function is represented by (1) where 𝑋𝑡 is model result. This step is called "Bootstrap aggregation" or
the random variable of RUL at time t, and 𝑌𝑡 is the history of the "bagging" [11]. Fig 3 represents the three major steps of RF.
operational profile and the information of the health status
monitoring until t. 𝑓(𝑡 + 𝑥𝑡 )returns on the probability density
function of life at 𝑡 + 𝑥𝑡 , whilst R (t) denotes the survival
function at time t.
Fig. 2. Machine learning technique execution stages
𝑓(𝑡+𝑥𝑡 )
𝑓(𝑥𝑡 |𝑌𝑡 ) = 𝑓(𝑥𝑡 ) = ()
𝑅(𝑡)

The selection features of the data chosen with the


classification algorithm are the approach based on the Beam
Search algorithm to increase the precision, and a filtering
method based on the Kolmogorov-Smirnov test [10].
Planning inspections relies on prognosis. Both types of
monitoring in the CBM context, periodic inspections, and
continuous monitoring have limitations. The healthy machine
working time estimating before collecting the following
condition information while predicting the conditional
monitoring interval. Thus, optimizing the collection of essential
information for the analysis aims for better quality and Fig. 3. Random Forest algorithm steps
profitability. Several models for determining condition
monitoring intervals have been discussed by [7] .

Authorized licensed use limited to: Tsinghua University. Downloaded on2January 06,2023 at 15:15:20 UTC from IEEE Xplore. Restrictions apply.
Several published works in the predictive maintenance C. Support vector Machine
context used the RF model [13] . [10] have proposed a generic SVM is not only a statistical approach but is also considered
method to predict interventions on components of marketed a precise Data Mining and Machine Learning technique within
vehicles. This algorithm is tested for the classification of air the framework of classification and regression applications.
compressor faults. This data is used to predict the Remaining SVM falls under the category of supervised machine learning
Useful Life (RUL) to decide when to maintain. The input data methods. Used for fault classification applications in n groups,
are not necessarily data linked directly to the air compressors. the SVM-based diagnostic model treats cases of automotive
Therefore, the authors had to choose features to filter and select gearboxes [23], filament ions [24], bearings in railways [25], the
the data set for defects classification. On the other hand, [14] geometry of railways, or even standard forecasting problems
presented an Analytical Approach to Big Data for the field of [26]. The advantage of the SVM is the precision in the groups'
renewable energies, more precisely, wind turbines. An RF separation by selecting the optimal points of delimitation of the
algorithm was used to generate predictive models every ten groups of values, as illustrated in Fig.4.
minutes based on status data and operational data. The proposed
"Data Mining" approach is an improvement of [15] work while
proving a greater precision of 5.5%. Moreover, [16] developed
predictive maintenance architecture on the Cloud, based on an
RF model for the machine states prediction. A combination of
sensors, PLCs, and various communication protocols data
analysis showed 95% accuracy results. Another application of
RF algorithms in the context of Big Data is proposed by [17] as
part of a real-time fault prediction system for hard disks in data
centers. The data analyzed for real-time forecasting comes from
machine log files rather than using traditional statistical
prediction methods. The accuracy of this method was able to
reach a percentage of 85% in real-time [17]). Furthermore, RF
algorithms detected the presence of faults in refrigeration
systems with an accuracy of 89% [18]. In addition, RF and
Park's Vector combined could characterize stator short circuit
faults in asynchronous squirrel-cage machines [19].
B. Artificial neural networks
Artificial neural networks are computer classification and Fig. 4. Representation of the classification by the SVM algorithm
prediction models that emulate the functioning of biological
neurons in a human brain. An input layer, hidden layers, and an IV. CASE STUDY
output layer are the preconized organization of Processing units
or neurons. Information is conveyed through "connections" or A. System Description
communication channels with a particularly associated weight The studied system is a jaw crusher treating the waste after
by the neural synapses’ simulation. Indeed, this passage exploits the screening process (class> 90 mm). This equipment reduces
the local data by the link between two neurons of two different the blocks to a dimension less than 250 mm. After that, the sterile
canapes. A so-called activation function is associated with a is transported by the waste disposal conveyor. The location of
calculated threshold value and weight the output value of the this machine is at the extracted phosphate physical treatment
neuron. Depending on this value, a greater or lesser number of facilities line. Table I below represents the jaw crusher list of
neurons are connected and activated [20]. components implemented in a mining production line.
Neural networks can be supervised or unsupervised. The diagram illustrated in Fig.5 shows a view of the
Supervised networks allow weight parameters to be adjusted and transmission chain from the electric motors to the crusher mobile
the number of layers hidden in the network to be fixed. ML by jaw connecting rods.
ANN are applied on nonlinear systems with large data
variability. Techniques like "dropout" are implemented to obtain TABLE I. JAW CRUSHER COMPONENTS’ LISTE
better results and avoid the overfitting problem [20]. Another Component Designation
project to deploy an ANN model was carried out by [21]for real- Comp1 Left electric motor
time fault identification of an anode production system. The data
Comp2 Right electric motor
processed within the framework of this study come from various
Comp3 Front bearing on left engine side
sensors implemented in the field. The authors applied other
algorithms on the same dataset to compare the performance of Comp4 Front bearing on right engine side
models based on Decision Trees, RF, Bernoulli Naive Bayes Comp5 Right bearing of the central axis
(NB-G), and Gaussian Naive Bayes (NB-B). Long Short-Term Comp6 Left bearing of the central axis
Memory LSTMs, a particular case of recurrent neural networks,
have interested the work of [22] on mobile machines. The
information from various sensors implemented on the machines
is managed in a Big Data environment.

Authorized licensed use limited to: Tsinghua University. Downloaded on3January 06,2023 at 15:15:20 UTC from IEEE Xplore. Restrictions apply.
TABLE II. CLASSIFICATION OF COMBINED DEFECTS AT JAW CRUSHER

Combination Defaults
class Structure Alignemnt Greasing Bearing Fixation
1 X 0 0 0 0
2 X X 0 0 0
3 X 0 X 0 0
4 X 0 0 X X
5 X X X 0 0
6 X X X X 0
7 0 X 0 0 0
8 0 X X X 0
9 0 0 X 0 0
None 0 0 0 0 0
The accuracy parameter measures the adequacy of a
classification model as a proportion of actual results over the
Fig. 5. Kinematic diagram of the jaw crusher total number of cases. Besides, precision corresponds to the
proportion of actual results over all positive results.
The collected data from the wireless sensors implemented on
the 6 components are the overall vibratory displacement values 𝑇𝑃
in mm / s, acceleration in g and, temperature with a frequency of Precision = ()
𝑇𝑃+𝐹𝑃
4 hours. The data is saved in the cloud and is exported in CSV
format. 14673 registrations are recorded over 20 months. Then Also, recall is the fraction of the total amount of relevant
this data is cleaned and processed through the elimination of instances that were recovered.
records made in the machine shutdown state. 8486 records
resulted from this cleanup operation. And before proceeding Recall =
𝑇𝑃
()
with the ML model creation, weekly fault diagnostic reports are 𝑇𝑃+𝐹𝑁
used to interpret the collected sensor data. Fig.6 shows the data
flow of the proposed solution. As well as that, F1 score is calculated as the weighted
average of precision and recall between 0 and 1, with the ideal
At the crusher level, generally, the most occurring faults are F1 score value being 1.
structure defects, misalignments, lubrication lacks, bearing
problems, and fixation issues. The crusher's various 𝑓1 𝑠𝑐𝑜𝑟𝑒 = 2
𝑝𝑟𝑒𝑐𝑖𝑠𝑖𝑜𝑛∙𝑟𝑒𝑐𝑎𝑙𝑙
()
component’s fault classes are extracted from sensors Data and 𝑝𝑟𝑒𝑐𝑖𝑠𝑖𝑜𝑛+𝑟𝑒𝑐𝑎𝑙𝑙
diagnosis reports jointure. It is remarkable that in the history of
the crusher, combinations of faults can be detected during its In addition, AUC measures the area under the plotted curve
operation. Combination classes are listed in TABLE II. with true positives on the y axis and false positives on the x axis.
This metric is useful because it provides a unique number that
B. Evaluation parameters allows effective comparison. We also cite the confusion matrix
The appropriate ML method choice must suit the application to highlight the performance of a Machine Learning algorithm
(type of data, volume of data, prediction interval, historical by summarizing the model's prediction results against real data
availability). After reviewing the most widely used ML during the post-training test phase. The confusion matrix
algorithms for signal-based predictive maintenance, one must contains the numbers of the estimated elements (true positives,
highlight the precision calculation to test the algorithm and judge true negatives, false positives, and false negatives).
its performance. The model can be evaluated by several
Consequently, these criteria are applied on the three ML
parameters like accuracy, precision, recall, F1 score, and the
techniques: RF, ANN, and SVM.
Area under the Receiver Operating Characteristic Curve (AUC)
[27]. C. Machine learning models
The model is then built on the Microsoft Azure machine
learning platform. Fig.7 shows schematically the model
structure. All the collected data using the proposed architecture
were split using the 50-50% ratio train & test set. The simulation
results are grouped in TABLE III. The results are accurate in
predicting the condition of the crusher's different components.

TABLE III. ML MODELS RESULTS


Algorithms
Metrics
RF ANN SVM
Overall accuracy 0.927174 0.811454 0.640349
Average accuracy 0.985435 0.962291 0.92807
Micro-averaged precision 0.927174 0.811454 0.640349
Fig. 6. Data flow Micro-averaged recall 0.927174 0.811454 0.640349
Macro-averaged recall 0.801683 0.459407 0.279335

Authorized licensed use limited to: Tsinghua University. Downloaded on4January 06,2023 at 15:15:20 UTC from IEEE Xplore. Restrictions apply.
(Carvalho et al., 2019). SVM was able to predict classes 2 and 3
with greater than 80% accuracy.
VI. CONCLUSION
Nowadays, ML algorithms are more likely to be applied in
the area of predictive maintenance. In this paper, Azure Machine
Learning Studio is used as a platform to simulate RF, ANN, and
SVM algorithms. The models process jaw crusher rotating
components diagnostic data in mining facilities. The RF
algorithm has proven suitability in mining applications for
failure prediction with superior accuracy (92.4%) compared to
ANN (81%) and SVM (64%). RF has a capacity for managing
large databases while avoiding over-fitting. Above all, it is
possible to support a large set of input data and preserve the data
selectivity for classification. RF determines the generalization
Fig. 7. ML model on the Microsoft Azure machine learning platform
error while estimating missing data even when much of it is not
V. DISCUSSION available. In the literature, there is no specific model for all field
applications. The results and performance of machine learning
Among the causes of the errors in the data, one can stress the systems generally depend on the nature of the data and the
human factor seen in the manual entry and the lack of the intended purpose. Such an approach implementation will be a
sensors' precision. There are several cleaning methods. colossal step towards switching to Industry 5.0 of the mining
Examining data manually or well managed with a word industry. The perspective is to develop a system that fits in the
processing algorithm [28] are options for processing event-type harsh environment of the mining industry while featuring ML
data. Isolation faults sensor is also a possible solution because of algorithms. So, in future work, combining fault diagnosis using
the operating conditions [29]. At the operational level, events are the RF model with RUL estimation is a goal to reach by
often discarded for reasons such as manual entry and the identifying the machine faults signatures based on sensors data
influence of human error or non-direct contribution to improving set.
the condition and decreasing failure rate. It is relevant to
consider event-type data as feedback for improving performance REFERENCES
indicators [7]. In addition, the data-gathering could be automated [1] D. Goyal and B. S. Pabla, “Condition based maintenance of machine
in the information system or the CMMS. Following these facts, tools-A review,” CIRP J. Manuf. Sci. Technol., vol. 10, pp. 24–35, 2015,
identifying the method of raw data collection and their type doi: 10.1016/j.cirpj.2015.05.004.
(historical or in real-time) may influence the predictive [2] R. Ahmad and S. Kamaruddin, “Computers & Industrial Engineering An
maintenance process. overview of time-based and condition-based maintenance in industrial
application q,” Comput. Ind. Eng., vol. 63, no. 1, pp. 135–149, 2012, doi:
The principle of RF could avoid the most "Overfitting" 10.1016/j.cie.2012.02.002.
inconvenience and running the time of training the algorithm. In [3] M. Pertselakis, F. Lampathaki, and P. Petrali, Predictive Maintenance in
addition, the RF model has shown its efficiency and accuracy for a Digital Factory Shop-Floor : Data Mining on Historical and Operational
Data Coming from Manufacturers ’ Information Systems, vol. 1. Springer
large data sets, especially in the processing of big data. Another International Publishing, 2019.
advantage of RF is the estimation of missing data ensured while [4] [S. Alaswad and Y. Xiang, “A review on condition-based maintenance
keeping the precision preserved. It is for this reason that the optimization models for stochastically deteriorating system,” Reliab. Eng.
results obtained for this study are 92.7% accurate. Syst. Saf., vol. 157, pp. 54–63, 2017, doi: 10.1016/j.ress.2016.08.009.
[5] J. Shin and H. Jun, “On condition based maintenance policy,” J. Comput.
Among the advantages of ANNs, we can find that; no Des. Eng., vol. 2, no. 2, pp. 119–127, 2015, doi:
expertise is required due to the use of history; robustness of the 10.1016/j.jcde.2014.12.006.
model despite the use of “uncertain” or inconsistent data; once [6] Y. Lei, B. Yang, X. Jiang, F. Jia, N. Li, and A. K. Nandi, “Applications
the model has been trained and built, no modification is of machine learning to machine fault diagnosis: A review and roadmap,”
necessary for real-time operation. ANNs have drawbacks such Mech. Syst. Signal Process., vol. 138, p. 106587, 2020, doi:
as being a black-box model. It is impossible to know the distance 10.1016/j.ymssp.2019.106587.
traveled to reach a result. Some results may contradict the rules [7] A. K. S. Jardine, D. Lin, and D. Banjevic, “A review on machinery
diagnostics and prognostics implementing condition-based maintenance,”
or instructions imposed. Creating an ANN model takes a long Mech. Syst. Signal Process., vol. 20, pp. 1483–1510, 2006, doi:
time while learning requires a huge set of data. Also, expert 10.1016/j.ymssp.2005.09.012.
knowledge is required for the choice of a number of sofas for [8] X. S. Si, W. Wang, C. H. Hu, and D. H. Zhou, “Remaining useful life
deep learning applications. The model performed by the ANN estimation - A review on the statistical data driven approaches,” Eur. J.
algorithm was less accurate in predicting classes 9 (7.2%), class Oper. Res., vol. 213, no. 1, pp. 1–14, 2011, doi:
4, class 5 (10.9%), class 7 (23.8%), and 8. 10.1016/j.ejor.2010.11.018.
[9] [Y. He, Y. Zhao, X. Han, D. Zhou, and W. Wang, “Functional risk-
The disadvantages of SVM are the difficulty in choosing the oriented health prognosis approach for intelligent manufacturing
right function of the kernel, the training time which is systems,” Reliab. Eng. Syst. Saf., vol. 203, no. January, p. 107090, 2020,
proportional to the number of samples, the difficulty of doi: 10.1016/j.ress.2020.107090.
understanding and interpreting the final model, and finally the [10] R. Prytz, S. Nowaczyk, T. Rögnvaldsson, and S. Byttner, “Predicting the
need for vehicle compressor repairs using maintenance records and logged
integration of the logic business in the model making process

Authorized licensed use limited to: Tsinghua University. Downloaded on5January 06,2023 at 15:15:20 UTC from IEEE Xplore. Restrictions apply.
vehicle data,” Eng. Appl. Artif. Intell., vol. 41, pp. 139–150, 2015, doi: [20] S. C. Peter et al., Quantitative structure-activity relationship (QSAR):
10.1016/j.engappai.2015.02.009. Modeling approaches to biological applications, vol. 1–3, no. 1964.
[11] L. Breiman, “Random forests,” Mach. Learn., vol. 45, no. 1, pp. 5–32, Elsevier Ltd., 2018.
2001, doi: 10.1023/A:1010933404324. [21] N. Kolokas, T. Vafeiadis, D. Ioannidis, and D. Tzovaras, “Forecasting
[12] L. S. Athanasiou, D. I. Fotiadis, and L. K. Michalis, “4 - Plaque faults of industrial equipment using machine learning classifiers,” 2018
Characterization Methods Using Intravascular Ultrasound Imaging,” in IEEE Int. Conf. Innov. Intell. Syst. Appl. INISTA 2018, pp. 1–6, 2018,
Atherosclerotic Plaque Characterization Methods Based on Coronary doi: 10.1109/INISTA.2018.8466309.
Imaging, L. S. Athanasiou, D. I. Fotiadis, and L. K. B. T.-A. P. C. M. B. [22] O. Aydin and S. Guldamlasioglu, “Using LSTM networks to predict
on C. I. Michalis, Eds. Oxford: Academic Press, 2017, pp. 71–94. engine condition on large scale data processing framework BT - 4th
[13] T. P. Carvalho, F. A. A. M. N. Soares, R. Vita, R. da P. Francisco, J. P. International Conference on Electrical and Electronics Engineering,
Basto, and S. G. S. Alcalá, “A systematic literature review of machine ICEEE 2017, April 8, 2017 - April 10, 2017,” pp. 281–285, 2017, doi:
learning methods applied to predictive maintenance,” Comput. Ind. Eng., 10.1109/ICEEE2.2017.7935834.
vol. 137, no. August, p. 106024, 2019, doi: 10.1016/j.cie.2019.106024. [23] T. Praveenkumar, M. Saimurugan, P. Krishnakumar, and K. I.
[14] M. Canizo, E. Onieva, A. Conde, S. Charramendieta, and S. Trujillo, Ramachandran, “Fault diagnosis of automobile gearbox based on machine
“Real-time predictive maintenance for wind turbines using Big Data learning techniques,” Procedia Eng., vol. 97, pp. 2092–2098, 2014, doi:
frameworks,” 2017 IEEE Int. Conf. Progn. Heal. Manag. ICPHM 2017, 10.1016/j.proeng.2014.12.452.
pp. 70–77, 2017, doi: 10.1109/ICPHM.2017.7998308. [24] G. A. Susto, S. McLoone, D. Pagano, A. Schirru, S. Pampuri, and A.
[15] A. Kusiak and Z. Zhang, “Optimization of power and its variability with Beghi, “Prediction of integral type failures in semiconductor
an artificial immune network algorithm,” 2011 IEEE/PES Power Syst. manufacturing through classification methods,” IEEE Int. Conf. Emerg.
Conf. Expo. PSCE 2011, vol. 1527, pp. 1–8, 2011, doi: Technol. Fact. Autom. ETFA, pp. 31–34, 2013, doi:
10.1109/PSCE.2011.5772600. 10.1109/ETFA.2013.6648127.
[16] [M. Paolanti, L. Romeo, A. Felicetti, A. Mancini, E. Frontoni, and J. [25] H. Li et al., “Improving rail network velocity: A machine learning
Loncarski, “Machine Learning approach for Predictive Maintenance in approach to predictive maintenance,” Transp. Res. Part C Emerg.
Industry 4.0,” 2018 14th IEEE/ASME Int. Conf. Mechatron. Embed. Syst. Technol., vol. 45, pp. 17–26, 2014, doi: 10.1016/j.trc.2014.04.013.
Appl. MESA 2018, pp. 1–6, 2018, doi: 10.1109/MESA.2018.8449150. [26] J. Mathew, M. Luo, and C. K. Pang, “Regression kernel for prognostics
[17] [C. J. Su and S. F. Huang, “Real-time big data analytics for hard disk drive with support vector machines,” IEEE Int. Conf. Emerg. Technol. Fact.
predictive maintenance,” Comput. Electr. Eng., vol. 71, no. August, pp. Autom. ETFA, pp. 1–5, 2017, doi: 10.1109/ETFA.2017.8247740.
93–101, 2018, doi: 10.1016/j.compeleceng.2018.07.025. [27] A. González-Muñiz, I. Díaz, and A. A. Cuadrado, “DCNN for condition
[18] K. Kulkarni, U. Devi, A. Sirighee, J. Hazra, and P. Rao, “Predictive monitoring and fault detection in rotating machines and its contribution to
Maintenance for Supermarket Refrigeration Systems Using only Case the understanding of machine nature,” Heliyon, vol. 6, no. 2, p. e03395,
Temperature Data,” Proc. Am. Control Conf., vol. 2018-June, pp. 4640– 2020, doi: 10.1016/j.heliyon.2020.e03395.
4645, 2018, doi: 10.23919/ACC.2018.8431901. [28] F. Ansari, “Computers & Industrial Engineering Cost-based text
[19] T. Dos Santos, F. J. T. E. Ferreira, J. M. Pires, and C. Damasio, “Stator understanding to improve maintenance knowledge intelligence in
winding short-circuit fault diagnosis in induction motors using random manufacturing enterprises,” Comput. Ind. Eng., vol. 141, no. November
forest,” 2017 IEEE Int. Electr. Mach. Drives Conf. IEMDC 2017, 2017, 2019, p. 106319, 2020, doi: 10.1016/j.cie.2020.106319.
doi: 10.1109/IEMDC.2017.8002350. [29] D. Li, Y. Wang, J. Wang, C. Wang, and Y. Duan, “Recent advances in
sensor fault diagnosis: A review,” Sensors Actuators, A Phys., vol. 309,
p. 111990, 2020, doi: 10.1016/j.sna.2020.111990.

Authorized licensed use limited to: Tsinghua University. Downloaded on6January 06,2023 at 15:15:20 UTC from IEEE Xplore. Restrictions apply.

You might also like