Open access peer-reviewed chapter

Predictive Maintenance – An Overview

Written By

Mihaela Juganaru

Submitted: 01 December 2025 Reviewed: 17 April 2026 Published: 08 June 2026

DOI: 10.5772/intechopen.1015854

Chapter metrics overview

42 Chapter Downloads

View Full Metrics

Abstract

This chapter presents predictive maintenance as a key Industry 4.0 approach to reduce breakdowns, limit unplanned downtime, and optimize costs and equipment life. It shows that the field has evolved from expertise-based and rule-based methods to data-driven approaches, and then to machine learning, deep learning, IoT/IIoT, and integrated decision systems. The article explains that predictive maintenance relies on data from sensors and other industrial sources, used to estimate the timing of maintenance, diagnose a state of degradation, or predict the remaining life of an asset. He insists that the goal is not only to predict a failure, but also to turn that prediction into useful action in the industrial environment. Classical approaches include supervised machine learning, decision trees, random forests, SVM, and XGBoost, often with a strong feature engineering step. Deep Learning approaches such as LSTM, CNN, autoencoders and transformers are put forward to process complex time series and multimodal data. IoT/IIot, Edge Computing, Cloud Computing and digital twins are now structuring modern predictive maintenance architectures. Integration into decision support systems is essential to make the results actionable by operators. The work highlights several obstacles: scarcity of labeled fault data, uneven data quality, lack of public datasets, difficulty in interpreting deep models, real-time deployment constraints, security and privacy issues, as well as the lack of evaluation standards. He also insists on the need for more robust, explainable methods that can be transferred from one industrial site to another. In sum, the chapter shows that predictive maintenance has become a mature and interdisciplinary field, but that its success depends above all on data quality, industrial integration and the ability to convert predictions into concrete decisions.

Keywords

  • predictive maintenance
  • Industry 4.0
  • machine learning
  • deep learning
  • IoT
  • IIoT
  • anomaly detection
  • remaining useful life
  • digital twin
  • edge computing

1. Introduction

Predictive maintenance (PdM) represents a paradigm shift in industrial asset management, moving from reactive and scheduled maintenance strategies to data-driven, condition-based approaches that anticipate failures before they occur. In the context of Industry 4.0, PdM has become a cornerstone technology, enabling organizations to minimize unplanned downtime, optimize maintenance schedules, reduce operational costs, and extend equipment lifespan [1, 2].

1.1 Background and motivation

Traditional maintenance strategies fall into two primary categories: reactive maintenance, which addresses failures after they occur, and preventive maintenance, which follows fixed schedules regardless of actual equipment condition. Both approaches have significant limitations. Reactive maintenance leads to unexpected downtime, production losses, and potentially catastrophic failures, while preventive maintenance often results in unnecessary interventions and premature component replacement [1]. In the industrial era, any equipment requires periodic maintenance of individual components, critical components, or general maintenance. These maintenance processes are prescribed by the manufacturer or based on the experience of the owner. Nowadays, large technical and industrial systems still rely on these two types of maintenance; however, PdM is a new and robust paradigm that is increasingly being adopted [3]. The aim of PdM is to better estimate the optimal moment to perform maintenance, thanks to the collected, stored, and processed data.

The advent of Industry 4.0 technologies, particularly the Internet of Things (IoT), Big Data analytics, Cloud Computing, and Artificial Intelligence, has enabled a more sophisticated approach with a huge volume of collected data, powerful treatments, and also a better manner to deploy complete solutions. PdM leverages continuous monitoring of equipment conditions through sensors, real-time data analysis using machine learning algorithms, and predictive models that forecast potential failures with increasing accuracy [2, 4].

1.2 Scope and objectives

This literature review provides a comprehensive analysis of recent PdM research to address the following research objectives: identify and categorize the main research themes and areas in PdM, analyze key methodologies and techniques, including machine learning, deep learning, and IoT approaches, examine applications across different industrial domains, highlight recent advances and innovations in the field, identify persistent challenges and limitations, and propose future research directions.

The remainder of this review is organized as follows: Section 2 presents the framework and a brief evolution of PdM. Section 3 identifies and discusses the main research themes. Section 4 analyzes key methodologies and techniques. Section 4 also discusses challenges and future research directions. Finally, Section 5 provides concluding remarks and a synthesis of key findings.

2. Frame and evolution of the PdM problem

The foundation of PdM is data. This data is mainly collected by sensors in equipment, as well as by human observation, ambient sensors, the volume of output production, etc. The data has various features, depending on the complexity of the observed equipment, and often the data can be assimilated as time series.

The PdM problem is to estimate the moment when maintenance is absolutely necessary, the time during which the equipment can run without any problem, or whether the status can change rapidly. Estimating time as a value is a regression problem, while predicting status is a classification problem. Both basic Machine Learning objectives require a labeled dataset to develop models to solve them. On the other hand, the collected data can have a very large size, and in this case, feature reduction techniques can be employed. The volume of data is also a challenge in terms of storage and processing, so the response time needs to be acceptable. This data can also be visualized or used to generate various reports.

The evolution of PdM depends on the mathematical, algorithmic, and machine learning tools, as well as on the technology capable of capturing, structuring, storing, and computing it. This PdM evolution can be traced through several distinct phases:

  • Knowledge-based approaches (1980s–1990s): Early systems relied on expert knowledge, rule-based systems, and simple statistical methods to detect anomalies and predict failures [57].

  • Data-driven approaches (2000s–2010s): The proliferation of sensors and data storage capabilities enabled the application of classical machine learning techniques, such as support vector machines (SVMs) [8], decision trees [9], and neural networks (NNs).

  • Deep learning and IoT integration (2015–2020): Advanced deep learning architectures, particularly convolutional neural networks (CNNs) and recurrent neural networks (RNNs), demonstrated superior performance in handling complex temporal patterns and high-dimensional sensor data.

  • Industry 4.0 integration (2020–present): Current research focuses on integrated systems combining IoT sensing, edge computing, cloud analytics, digital twins, and decision support systems (DSSs) [2, 10].

The first two phases were clearly identified by Patrick Jahnke [11].

A quite schematic presentation is provided in Figure 1 to illustrate a data-driven approach; the feature engineering is not a mandatory module, but its presence could ameliorate the computation time. In Section 4, we will detail all the concepts.

Figure 1.

Data-Driven Approach for Predictive maintenance.

3. Main actual research themes and areas

The analysis of the bibliography on PdM reveals research clusters around several interconnected themes, reflecting the multidisciplinary nature of the field and its integration with Industry 4.0 technologies.

3.1 Data-driven condition monitoring

Data-driven condition monitoring represents the foundational theme in modern PdM research. The field has undergone a significant transformation from knowledge-based rule systems to large-scale analytics that combine IoT sensing with machine learning for remaining useful life (RUL) estimation and quality prediction in manufacturing environments [1].

This transition reflects a broader shift in industrial practice. Traditional condition monitoring relied on periodic manual inspections and expert interpretation of equipment behavior. Modern approaches continuously collect sensor data – including vibration, temperature, acoustic emissions, current consumption, and pressure – and apply sophisticated algorithms to detect subtle patterns indicative of degradation or impending failure [2, 4]. Key aspects of data-driven condition monitoring include continuous sensing, feature engineering, condition indicators, and threshold-based and model-based detection. Continuous sensing involves real-time data collection from multiple sensor modalities [1214]. Feature engineering consists of the extraction of time-domain, frequency-domain, and time-frequency domain features from raw sensor signals [15, 16]. Condition indicators pertain to the development of health indices and degradation metrics that quantify equipment condition. Threshold-based and model-based detection refers to hybrid approaches combining statistical thresholds with predictive models [17].

3.2 Deep learning for fault diagnosis and anomaly detection

Deep learning has emerged as the dominant paradigm for fault diagnosis and anomaly detection in PdM. Comprehensive surveys document the widespread adoption of NNs, CNNs, autoencoders, generative adversarial networks (GANs), and transformer-based models to detect anomalies and model temporal patterns in multisensor industrial data [4].

The appeal of deep learning lies in its ability to automatically learn hierarchical feature representations from raw or minimally processed data, eliminating the need for manual feature engineering that characterized earlier approaches. This is particularly valuable in industrial settings where sensor data is high-dimensional and exhibits complex temporal dependencies, multiple failure modes may manifest with subtle, overlapping signatures, labeled failure data is scarce – requiring transfer learning or semi-supervised approaches – and real-time processing demands efficient inference.

Common deep learning architectures for PdM include classical NNs, CNNs, RNNs and Long Short-Term Memory (LSTM), autoencoders, GANs, and transformers.

Classical NNs are used to build regression models or classification models. In [18], the resulting model is then reduced, and transfer learning is realized. The CNNs are effectively used for spatial pattern recognition in vibration spectrograms and image-based monitoring. For example, in [19], after cleaning and normalizing the data, the 1-D data is transformed into 2-D data by matrix multiplication, making it a good data format for CNN. In [20], the IoT gathers the vibrations, followed by the construction of a spectrogram, which is ultimately used as the input for the CNN to detect defect frequencies.

The RNNs and LSTM aim to capture temporal dependencies in time-series sensor data. When we assimilate all measures at the same moment as a point in history, all points can be treated by an LSTM network in an aim to predict the RUL of a system; see De Vita and Bruneo [21].

The autoencoders aim at unsupervised anomaly detection by learning normal operation patterns, like [22] with an LSTM autoencoder [23], with deep convolutional autoencoders [24], proposed a Wasserstein Autoencoder regularized with GANs [25], and used a distributed stacked sparse autoencoder.

GANs rely on data augmentation to address class imbalance in failure datasets or to reduce the space of data [24, 26, 27].

The transformers are attention mechanisms for long-range temporal dependencies. In [28], the transformers are used in order to model relationships and patterns in sequential data. In [29], the authors adapted a transformer-KDE model; the found kernel is much more adapted.

3.3 IoT/IIoT architectures and sensing systems

The integration of IoT and Industrial Internet of Things (IIoT) technologies forms a critical research theme, as these systems provide the sensing infrastructure that enables data-driven PdM. Research in this area treats PdM as an integrated technology stack encompassing edge devices, cloud infrastructure, dashboards, and digital twins [1]. Examples of such architecture can be found in [25, 30, 31]. In [32], even though the architecture framework is less complicated, the author highlights the edge computing layer.

Modern IIoT architectures for PdM typically follow a hierarchical structure. These architectures contain, firstly, a sensor layer (physical sensors like accelerometers, thermocouples, and current sensors attached to equipment), an edge layer with local processing units that perform initial data filtering, feature extraction, and lightweight inference, the network layer for data transmission with communication protocols like MQTT, OPC-UA, and HTTP, the cloud/server layer for centralized storage, advanced analytics, and model training, and, finally, the application layer with user interfaces, dashboards, and DSSs.

Key research challenges in this area include optimizing the edge-cloud computation split to balance latency, bandwidth, and accuracy; ensuring interoperability across heterogeneous sensor systems and industrial protocols; implementing secure data transmission and storage; and managing the volume, velocity, and variety of streaming sensor data.

3.4 RUL estimation and prognostics

RUL estimation – predicting how much longer a component or system will operate before failure – represents a core objective of PdM. Unlike fault detection, which identifies current anomalies, prognostics provide forward-looking predictions that enable proactive maintenance planning.

Research in RUL estimation employs three main approaches: model-based methods, such as physics-based degradation models that simulate failure progression, like [33] working with degradation curves; data-driven methods, such as statistical and machine learning models trained on historical run-to-failure data, as in [1], where a comparison of performance was conducted; and hybrid methods, which combine physics-based and data-driven approaches, like [34].

Recent work emphasizes data-driven and hybrid approaches due to their ability to handle complex systems where physical models are difficult to formulate. Common techniques include survival analysis and proportional hazards models [35, 36], regression models (support vector regression, Gaussian process regression) [14], RNNs for sequential RUL prediction [37], and uncertainty quantification to provide confidence intervals on predictions [38, 39].

3.5 Integrated DSSs

The final major theme concerns the integration of PdM capabilities into comprehensive DSS that serve operators, maintenance technicians, and plant managers. Research recognizes that accurate predictions alone are insufficient; the system must translate technical outputs into actionable recommendations [1, 2]. DSSs for PdM could include maintenance scheduling, root cause analysis, visualization, and dashboards. Scheduling is a hard-to-solve classical problem in our case when we know the RUL for each piece of equipment. Another approach, like [40], highlights the RUL of a single piece of equipment as a function varying in probability depending on the risks associated with each component.

Ideally, this DSS is fully integrated into enterprise information systems and also is able to incorporate expert knowledge and enable operators to provide feedback.

3.6 Synthesis

To represent the new trends in PdM with respect to the initial schema in Figure 1, we can see the IoT Layer, the Edge Computing Layer, and the integration with the Decision Support System. Figure 2 attempts to synthesize the new trends in PdM.

Figure 2.

Schematic of PdM trends.

The development of Industry 4.0 and the use of IoT and IIoT are increasing the volume of data captured, which is essential to implement PdM. This leads to the need for more powerful machine learning methods, and NNs are one of them. The increased need for computing and storage requires a different way to organize these calculations: put an Edge Computing layer near the equipment and tools under surveillance, and then transmit the reduced data to a server capable of setting up prediction calculations for both risk and RUL. PdM is no longer an isolated application; it becomes part of the DSS, and the captured data, as well as the calculated data, can also be integrated into other modules such as DSS reporting and DSS visualization.

4. Key methodologies and techniques

This section provides a detailed analysis of the methodologies and techniques employed in recent PdM research, organized by approach and illustrated with representative studies from the literature.

4.1 Machine learning classification and regression

Traditional machine learning methods remain widely used in PdM, particularly when interpretability, computational efficiency, or limited training data are priorities. These methods typically operate on engineered features extracted from raw sensor signals.

4.1.1 Common machine learning algorithms

As we highlighted previously, the estimation of RUL can be seen as a regression problem; the risk of failure can be viewed as a logical result: a false/true variable or a probability. An important part of the most commonly used algorithms [41] can be applied to PdM: SVM, k-NN, extensions of decision trees, and logistic regression.

The logistic regression is one of the most simple and intuitive statistical tools, which is a simple baseline method that provides probabilistic predictions and interpretable coefficients. k-Nearest Neighbors (k-NN) is a simple algorithm based on a systematic exploration of all the neighbors, and the decision is taken based on the majority class of the nearest. It’s useful for anomaly detection and similarity-based diagnostics. SVMs are effective for binary classification (healthy vs. faulty) and multi-class fault diagnosis [4244].

Decision Trees are a machine learning method quite useful in machine learning. However, they have an important drawback – they are quite sensitive when a unique tree is built, depending on the learning set. The solution is to use extensions like Random Forest and XGBoost. Random Forest is an ensemble of decision trees that provides feature importance rankings and handles non-linear relationships [45, 46]. It is used extensively for pump health monitoring and motor PdM [4]. XGBoost is a gradient boosting framework that often achieves state-of-the-art performance on tabular data [31, 47]. It has demonstrated strong results in pump health prediction and motor maintenance applications [4].

4.1.2 Feature engineering

The effectiveness of classical machine learning depends critically on feature engineering because the number of features initially collected is often important. Common feature extraction approaches include time-domain features, frequency-domain features, time-frequency features, statistical features, and domain-specific features. Time-domain features include classical characteristics of a signal, such as mean, variance, root mean square (RMS), peak-to-peak, crest factor, kurtosis, and skewness. Frequency-domain features contain components of the fast Fourier transform (FFT), dominant frequencies, spectral centroid, and spectral entropy. Typically, time-frequency features are wavelet coefficients and short-time Fourier transform features. Domain-specific features are, for example, bearing fault frequencies and motor current signature analysis features. A complete synthesis of these features is provided in [48]. In [49], a choice of signals and wavelets is well detailed in a study about motor defaults. This feature choice includes mean, standard deviation (as measures of the dispersion of signal values), RMS, skewness (as an assessment of the asymmetry of the signal distribution), kurtosis (as the tail characteristics of the signal distribution), peak value (absolute maximum), crest factor (as the ratio of the peak value to the RMS value), shape factor (the ratio of the RMS value to the mean of absolute values), and impulse factor (the ratio of the peak value to the mean of absolute values).

Manual feature extraction is often replaced by automatic feature extraction using deep learning algorithms, such as one-dimensional convolutional LSTM networks [50], deep convolutional variable-beta variational autoencoders (VAE) [51], or by stacking several autoencoders to build a deep neural network (DNN) [18].

4.1.3 Strengths and limitations

All these models are interpretable models that can be explained to domain experts; they have robust performance on small to medium-sized datasets, lower computational requirements for training and inference, and also well-established theoretical foundations.

The limitations are quite important: they require manual feature engineering and domain expertise, and they may not capture complex temporal patterns as effectively as deep learning. Sometimes, they can exhibit performance plateaux with increasing data volume.

4.2 Deep learning time series models

Deep learning has become the dominant approach for PdM due to its ability to automatically learn representations from raw or minimally processed sensor data.

4.2.1 LSTM networks

LSTMs are RNNs designed to capture long-range temporal dependencies while avoiding vanishing gradient problems. They are particularly effective for sequential sensor data with temporal correlations [26, 50], RUL estimation where degradation patterns evolve over time [21, 52, 53], and multivariate time series from multiple sensors [22].

A notable application employed LSTM with pseudo-labeling for the Volvo Predictive Maintenance Challenge (https://github.com/avoskou/Volvo-Challenge), achieving an F1 score of approximately 0.879 on industrial truck component maintenance using semi-supervised learning strategies on real telemetry data [54].

4.2.2 Convolutional Neural Network

CNNs excel at extracting spatial patterns and local features from data. In PdM, they are applied to vibration spectrograms treated as 2D images [48, 55], multi-channel sensor data arranged spatially [32, 56, 57], and visual inspection of equipment using camera feeds [30, 58].

4.2.3 Hybrid CNN-LSTM architectures

Hybrid models combine CNN spatial feature extraction with LSTM temporal modeling, offering advantages for multivariate sensor data with both spatial and temporal structure [50]. Recent work has demonstrated the edge deployment of CNN-LSTM models using TensorFlow Lite, enabling near-real-time PdM with dashboards for operators [4].

4.2.4 Transformer models

Transformer architectures using self-attention mechanisms have recently been applied to PdM for modeling very long temporal sequences, capturing relationships between distant time points, and multi-sensor fusion through cross-attention mechanisms.

4.2.5 Autoencoders for anomaly detection

Autoencoders learn compressed representations of normal operating data and detect anomalies based on reconstruction error. Variants of autoencoder s include Vanilla autoencoders, which are a basic encoder-decoder architecture [28]; VAEs, which use probabilistic latent representations [51, 59]; and LSTM autoencoders, which are temporal autoencoders for sequence data [60].

4.3 Multimodal fusion techniques

Industrial equipment generates data from multiple modalities: vibration sensors, thermal cameras, acoustic sensors, current measurements, and visual inspection. Multimodal fusion techniques combine these complementary information sources for improved predictions.

Common fusion approaches include early fusion, which involves concatenating raw features from different modalities; late fusion, which entails training separate models per modality and combining their predictions; intermediate fusion, which combines learned representations at intermediate network layers; and attention-based fusion, which uses attention mechanisms to dynamically weight modality contributions.

A significant recent advance is OmniFuser [61], which introduces contamination-free crossmodal fusion and recursive refinement to combine images and force signals for robust tool-state classification and forecasting in milling operations. This framework addresses challenges of modal imbalance, where one modality dominates; temporal misalignment between different sensors; and contamination, where noise in one modality degrades overall performance.

4.4 Edge, federated, and decentralized learning

The need for low-latency predictions, bandwidth efficiency, and data privacy has driven research into edge and federated learning approaches for PdM.

4.4.1 Edge computing

Edge deployment enables inference on local devices near the equipment, reducing latency and bandwidth requirements. Recent implementations include TensorFlow Lite models deployed on industrial edge devices, model compression techniques (quantization, pruning) to fit resource-constrained hardware, and hierarchical architectures where simple models run on edge devices and complex models in the cloud.

4.4.2 Federated learning

Federated learning trains models across multiple sites without centralizing data, addressing privacy concerns in industrial settings. Benefits include preserving proprietary operational data within each facility, learning from diverse equipment and operating conditions, and reducing data transmission costs.

4.4.3 Decentralized secure frameworks

Novel decentralized deep learning frameworks pair edge segmentation with blockchain and InterPlanetary File System (IPFS) to address security and large time-series storage while maintaining model accuracy in IIoT PdM. These systems provide immutable audit trails of predictions and maintenance actions, distributed storage of large sensor datasets, and trustless coordination across multiple parties.

4.5 Computer vision for process monitoring

Computer vision techniques enable PdM through visual inspection of equipment and processes. We can cite a wide panel of applications: defect detection (identifying surface defects, cracks, corrosion, and wear), alignment monitoring (detecting misalignment in rotating machinery), process quality (monitoring manufacturing processes for anomalies), and root cause localization (pinpointing failure locations visually).

In the OminiFuser framework [48], a notable long-term deployment used real-time computer vision plus sensor fusion for early failure prediction on a steel rolling mill, demonstrating practical root-cause insights and reduced breakdowns. The system processed live video streams using CNNs to detect visual indicators of impending failures.

4.6 Anomaly detection and unsupervised methods

When labeled failure data is scarce, unsupervised and semi-supervised methods become essential. In Machine Learning, the most used methods are: One-Class SVM (which learns a boundary around normal operation data), Isolation Forest (which identifies anomalies as data points that are easily isolated), Local Outlier Factor (able to detect anomalies based on local density), and statistical methods (like control charts, CUSUM (cumulative sum control chart), and exponential smoothing).

Classifier auditing, improved by One-Class SVM and ensemble anomaly filters, has been demonstrated in packaging equipment PdM [62]. In [63], the authors have proved that the One-Class SVM with a radial function kernel had an excellent average recall score of 0.95. In [8], the conclusion is also that One-Class SVM is highly effective at pinpointing anomalies. In [47], the One-Class SVM is slightly less performant than the Local Outlier Factor, with a recall of 0.913.

4.7 Evaluation of a PdM tool

PdM algorithms are typically evaluated along two complementary dimensions: their accuracy and their impact on maintenance decision-making. Prognostic performance focuses on how well an algorithm predicts RUL or failure probability, using metrics such as mean absolute error (MAE), root mean squared error (RMSE), mean squared error (MSE), prediction interval coverage, and timeliness indices designed specifically for RUL estimation. However, pure statistical accuracy is often insufficient because the ultimate goal of PdM is to reduce life-cycle cost and risk; recent work therefore proposes decision-oriented metrics that estimate the long-run expected maintenance cost per unit time under a given PdM policy, directly linking algorithm quality to operational performance [64].

In industrial PdM for Industry 4.0, evaluation frameworks frequently combine classical machine learning metrics (accuracy, precision, recall, F1‑score, ROC curves) with time‑series error measures (MSE, RMSE, MAE) to compare forecasting and classification models such as Random Forests, Gradient Boosting, ARIMA, and Prophet on real sensor data. For example, in [65] the authors evaluate multiple forecasting models for equipment monitoring using blocked cross‑validation and rolling‑window validation to mimic online deployment, and they report RMSE and MAE across different training windows to assess robustness. In [66], multi‑criteria decision‑making methods (e.g., CRITIC–AROMAN) have also been adopted to rank PdM models by combining accuracy, robustness, scalability, interpretability, and computational efficiency, reflecting the fact that deployability and transparency are as important as raw predictive power in industrial environments.

4.8 Synthesis

Table 1 summarizes the key methodologies, their typical algorithms, strengths, and representative applications.

Method Algorithms Strengths Applications
ML Classification Random Forest [11, 45, 66], SVM [4244]XGBoost [31, 47] Interpretable, robust on tabular data Pump health, motorPdM
DL Time Series LSTM [21, 22, 5254], CNN [48, 55], CNN–LSTM [4, 50], Transformers [28, 29] Captures tempo-ral /spatial patterns Volvo challenge, edge deployment
Multimodal Fusion Cross-modal fusion [48], attention mechanisms [49]. Leverages complementary modalities Tool wear, millingPdM
Anomaly Detection One-Class SVM [62, 63], Isolation Forest [67, 68], Autoencoders [28, 51, 59, 60] Detects novel faults without labels Packaging PdM, unsupervised scenarios
Edge/Federated Edge inference [17, 25, 32], federated training [4, 69, 70] Privacy, latency reduction Distributed IIoT systems
Computer Vision CNNs on videoStreams [7173] Visual root-cause localization Steel rolling mill

Table 1.

Summary of predictive maintenance methodologies.

This wide range of methods responds to different uses (predictions, outlier detection, time series predictions), for different formats (numerical values, images, data streams), with different volumes depending on the nature, number, and type of sensors used.

The choice of methodology depends on factors including data availability, data volume, computational resources, interpretability requirements, real-time constraints, and the specific industrial application. If a large dataset is available, the Machine Learning methods could be tuned with the aim of achieving the best performance. If the volume of input data is huge, feature engineering becomes an imperative step, as well as the choice of a neural network approach. If the computational resources are local, this is an excellent choice to be able to respond to real-time constraints. If these computational resources are limited, Edge Computing and Cloud Computing become the solution, but the use of these technologies makes it more difficult to comply with real-time constraints. Modern systems often combine multiple approaches, for example, using edge-based anomaly detection for rapid response and cloud-based deep learning for detailed diagnostics.

The interpretability of the results, which is opaque for neural network methods, can be problematic when users trust the results. On the other hand, highly interpretable classical methods, such as k-nearest neighbors or decision trees, have poorer performance.

Finally, the integration of PdM into complex production monitoring and decision-making systems becomes an important technical problem to be solved.

5. Challenges and future research directions

Despite significant advances, PdM research faces persistent challenges that limit widespread industrial adoption. This section identifies key challenges and proposes future research directions to address them.

5.1 Data quality and availability

The most frequently cited challenge in PdM is the scarcity of labeled failure data. Failure events are rare because modern equipment is highly reliable, so failures are infrequent. The run-to-failure requirements impose that supervised learning ideally requires equipment to fail, which is economically unacceptable. The labeling cost is another problem because expert annotation of sensor data is time-consuming and expensive. Even when the labeling can be done, ambiguous labels can arise because failure modes may be unclear or misdiagnosed.

Some proposed solutions could be: semi-supervised and self-supervised learning to leverage unlabeled data, transfer learning from similar equipment or operating conditions, active learning to prioritize labeling of informative examples, and simulation-based synthetic data generation.

Real industrial data presents numerous quality challenges: missing data (as sensor failures, communication interruptions, and maintenance periods create gaps), noise and artifacts (in the case of electromagnetic interference, sensor drift, and environmental factors introducing noise), temporal misalignment (different sensors may have different sampling rates or timestamps), and concept drift (as operating conditions, equipment configurations, and degradation patterns change over time).

Papers call for strategies to automate annotation and fuse upper/lower shop-floor topics to mitigate labeling bottlenecks [1, 4].

The research community lacks high-quality, publicly available benchmark datasets:

  • Most industrial datasets are proprietary and cannot be shared, for example, [23, 28]

  • Existing public datasets (e.g., NASA bearing data [74], CWRU bearing data [75]) are small and do not reflect modern industrial complexity

  • Lack of standardization makes cross-study comparisons difficult

  • Multisensor, multimodal datasets are particularly scarce

Surveys note the shortage of high-quality multisensor industrial datasets and recommend public benchmarks and multisensor datasets to validate deep learning methods.

5.2 Model interpretability and trust

Deep learning models, while accurate, are often criticized as black boxes, so maintenance personnel may not trust predictions they cannot understand. Regulatory compliance may require explainable decisions. Debugging model failures is difficult without interpretability. Integration with human expertise requires transparent reasoning.

Papers call for interpretable models and decision-support tightly integrated with maintenance workflows to ensure actionable outputs for operators [1, 2].

On the other hand, the technical predictions must be translated into maintenance actions. Knowing that a failure is likely is insufficient; operators need to know what to do. Predictions must be integrated with spare parts availability, technician schedules, and production plans. False positives erode trust and waste resources. Uncertainty quantification is needed to communicate prediction confidence.

Some future directions could be: explainable prognostics that combine RUL predictions with explanations mapping sensor patterns to likely failure modes; integration with computerized maintenance management systems (CMMS); human-in-the-loop approaches that enable operator feedback; and counterfactual explanations showing what conditions would prevent predicted failures.

5.3 Security, privacy, and trust

Industrial IoT systems face significant security risks: sensor data can be intercepted or manipulated, model poisoning attacks can degrade prediction accuracy, adversarial examples can fool deep learning models, and unauthorized access to PdM systems could enable sabotage.

Centralized training and storage pose risks; decentralized architectures using blockchain/IPFS are proposed to improve data integrity and model trustworthiness.

Operational data is often considered proprietary: sensor data reveals production rates, process parameters, and equipment configurations. Sharing data for collaborative model development risks competitive advantage. Regulatory requirements (e.g., GDPR) may restrict data handling. Multi-party scenarios (manufacturers, operators, service providers) complicate data governance.

As future directions, we could suggest: federated and privacy-preserving PdM protocols to train cross-site models while preserving industrial privacy and heterogeneity; differential privacy techniques to protect individual data points; secure multi-party computation for collaborative analytics; and security-by-design PdM that integrates immutable logging and secure storage (blockchain/IPFS) where provenance and auditability are required.

5.4 Operational deployment constraints

Industrial edge devices have limited computational capabilities: real-time inference requires low latency (milliseconds to seconds), edge hardware has limited memory, processing power, and energy budget; model compression may sacrifice accuracy, and balancing edge versus cloud processing is application-specific.

Studies demonstrate edge deployment of CNN-LSTM and server-based inference for low PLC load as practical mitigations.

Most industrial facilities have existing control and information systems. Various problems could arise: legacy equipment may lack sensors or connectivity, proprietary protocols complicate data integration, operational technology (OT) and information technology (IT) systems are often isolated, and retrofitting existing equipment is costly.

Technical systems must fit into existing organizational processes. Maintenance teams have established procedures and responsibilities. PdM changes job roles and skill requirements. Organizational change management is often underestimated. Demonstrating return on investment (ROI) is necessary for continued support.

5.5 Generalization and transfer learning

Models trained on one piece of equipment often fail on similar equipment. Some causes could be: equipment variations (manufacturer, model, age) that affect sensor signatures, operating conditions (load, speed, environment) that differ across installations, degradation patterns that vary due to maintenance history and usage, and domain adaptation techniques that are needed but underdeveloped for industrial applications.

Transferring models across facilities faces additional challenges: different sensor types, placements, and sampling rates; facility-specific processes and operating procedures; varying data quality and availability; and legal and organizational barriers to data sharing.

Some future directions could be: domain adaptation and transfer learning techniques tailored to industrial scenarios, meta-learning approaches that learn how to adapt quickly to new equipment, standardized sensor configurations and data formats, and federated learning to leverage cross-facility diversity.

5.6 Evaluation and benchmarking

The evaluation of the performances of each PdM system or method is done based on some criteria that are not unified. Also, it is quite difficult, and sometimes impossible, to reproduce the results of a detailed research paper.

Different studies use different evaluation metrics, making comparison difficult: classification metrics (accuracy, precision, recall, F1) do not capture cost-benefit trade-offs; RUL estimation metrics (RMSE, MAE) do not reflect maintenance decision quality; time-to-detection and false alarm rates are often unreported; business metrics (downtime reduction, maintenance cost savings) are rarely quantified.

Many studies lack sufficient detail for reproduction: proprietary datasets cannot be shared, hyperparameters and training details are often omitted, code availability is inconsistent, and long-term deployment results are rarely published.

We can suggest standardizing evaluation protocols with common metrics and reporting standards. We also need examples of long-term deployments with common metrics and open sharing of anonymized datasets to improve reproducibility and cross-site generalization, benchmark datasets that reflect modern industrial complexity, and robust multimodal benchmarks that curate multisensor, multimodal datasets (visual + force + telemetry) to empirically evaluate fusion models.

5.7 Specific technical challenges

Work on a complete solution for PdM is not easy; a sum of challenges needs to be solved.

Class imbalance is the first challenge to solve. Failure events are rare compared to normal operation. As a result, some drawbacks are brought into focus: standard classification algorithms are biased toward the majority class, oversampling and undersampling have limitations, cost-sensitive learning requires accurate cost estimates, and evaluation metrics must account for the imbalance.

Equipment degradation unfolds over multiple time scales: short-term fluctuations versus long-term trends, seasonal and cyclic patterns, sudden versus gradual failures, and variable-length sequences.

Industrial systems involve complex interactions: sensor readings are correlated, failure modes affect multiple sensors, causal relationships are difficult to infer, and confounding factors complicate analysis.

6. Conclusion

PdM has evolved from a narrow algorithmic topic into a mature, integrated discipline that directly addresses real industrial needs. Over time, the field has moved from knowledge-based systems to classical machine learning and then to deep learning. It is now entering an integration phase focused on end-to-end systems that combine sensing, data analytics, and decision support in ways that are operationally viable in industrial environments. This shift moves the focus from asking whether failures can be predicted to how predictive solutions can be deployed, scaled, and embedded into existing industrial processes.

A defining trait of the current phase is the emphasis on holistic system design. PdM solutions now integrate heterogeneous sensors, robust data pipelines, and advanced analytics with maintenance planning and operational decision-making. Instead of optimizing models in isolation, recent work prioritizes deployment constraints such as latency, reliability, maintainability, and user acceptance. This has fostered closer collaboration between AI specialists, domain engineers, and business stakeholders, ensuring that solutions address concrete use cases and deliver measurable value. Industrial case studies and pilots play a central role in validating methods under real-world conditions.

Methodologically, PdM relies on a broad portfolio of techniques, each suited to different contexts. Classical machine learning models, such as Random Forests, SVMs, and gradient boosting methods like XGBoost, remain important due to their relatively low computational cost, robustness, and interpretability, especially when data is limited or explainability is crucial. In parallel, deep learning architectures – including LSTMs for temporal sequences, CNNs for structured spatial or vibration data, and transformers for complex multivariate time series – effectively capture intricate temporal and spatial patterns that traditional models struggle with.

Multimodal fusion has become a key capability for exploiting diverse sensor information. By combining vibration, acoustic, thermal, visual, and operational data, multimodal approaches provide complementary views of system health and enable more robust predictions. Recent work has proposed sophisticated fusion strategies that avoid harmful interactions between modalities and handle different noise levels and sampling frequencies. Edge and federated learning address latency, bandwidth, and privacy constraints by moving training and inference closer to the equipment and reducing the need to centralize sensitive data. In addition, computer vision techniques extend PdM to visual inspection, surface defect detection, and root cause localization in complex assemblies.

Experience from industry shows that no single method is universally superior. The optimal choice depends on data availability and quality, sensor heterogeneity, computational resources, interpretability requirements, and asset criticality. In many situations, relatively simple models configured with strong domain expertise outperform complex architectures that are misaligned with the process or workflows. Hybrid strategies combining physics-based models, domain rules, and data-driven approaches are increasingly popular, as they balance generalization, interpretability, and robustness.

PdM has proven its value in sectors such as automotive manufacturing, heavy machinery, transportation, energy production, process industries, and precision machine tools. Certain patterns recur across these domains: vibration analysis is a core tool for monitoring rotating machinery; multimodal setups that combine vibration with signals like temperature, current, pressure, acoustic emissions, or images tend to outperform single-sensor systems; and domain expertise is crucial for sensor selection, feature engineering, threshold definition, and interpretation of outputs. Integrating PdM with business processes – maintenance scheduling, spare parts management, and production planning – is often as important as achieving high predictive accuracy.

Since around 2020, the field has seen several major innovations. Advanced multimodal fusion architectures, such as OmniFuser, exploit complementary information across data sources while mitigating negative interactions. Decentralized frameworks that combine blockchain with distributed storage, like IPFS, enhance security, traceability, and privacy in collaborative industrial scenarios. Edge deployments of deep learning models have progressed from proofs-of-concept to practical real-time or near-real-time implementations at or near the machine. Digital twins are increasingly integrated with PdM to provide virtual representations of assets that merge live data, physics-based models, and historical information for life-cycle management. Competitions and benchmarks based on realistic industrial datasets have further accelerated progress by focusing attention on practical challenges.

However, several obstacles still limit widespread adoption. Data quality issues – noise, missing values, sensor drift, and inconsistent logging – are common, especially in legacy environments. Label scarcity is a structural challenge because true failures are rare and high-quality annotations are expensive, making purely supervised learning hard to generalize. Model interpretability remains critical, as engineers must understand and trust outputs before acting, and black-box predictions are unlikely to be accepted in high-stakes applications. Security and privacy concerns complicate data sharing across organizations or sites, motivating interest in privacy-preserving methods while introducing complexity and governance issues. Operational constraints – strict latency, limited edge resources, and integration with existing control and enterprise systems – also make deployment demanding. The lack of standardized benchmarks and evaluation protocols further hinders reproducibility and fair comparison across studies.

In this context, several practical guidelines can be proposed for practitioners. Projects should start with clearly defined business objectives, such as reducing unplanned downtime, extending asset life, or optimizing maintenance intervals, and translate them into measurable metrics like cost savings or availability gains. Organizations should assess their data and sensor infrastructure, including quality, coverage, and history; in some cases, targeted retrofitting of critical equipment may be justified. Technical teams should select methods aligned with available data and constraints, often starting with simpler, interpretable models and increasing complexity only when it clearly improves performance. Predictive outputs must be integrated with existing workflows – maintenance systems, spare parts logistics, and production scheduling – so that insights are truly actionable. Deployment aspects such as edge-cloud partitioning, real-time requirements, connectivity, and cybersecurity should be considered from the beginning, not at the end.

Implementation should follow an iterative, evidence-based approach. Pilot deployments help validate assumptions, reveal integration challenges, and gather feedback from maintenance technicians and operators. Models and processes are then refined based on observed performance and user input. Successful adoption also depends on organizational change management: training personnel to interpret model outputs, adapting procedures and responsibilities, and demonstrating value to stakeholders who may be skeptical of new technologies.

From a research standpoint, several high-priority directions emerge. Developing high-quality benchmark datasets that reflect real industrial complexity – multiple sensors, diverse failure modes, varying conditions, and realistic noise – is essential for reproducible research and fair comparisons. Label-efficient learning, including semi-supervised, self-supervised, unsupervised anomaly detection, and transfer learning, is needed to reduce dependence on large labeled failure datasets. Improving interpretability, either through models that are inherently transparent or through post-hoc explanations, is equally important to support decision-making in the field.

Privacy-preserving collaboration is another major frontier. Techniques such as federated learning, differential privacy, and secure multi-party computation must be tailored to industrial environments that feature heterogeneous devices, unbalanced data, and strict reliability demands. Optimizing edge-cloud architectures remains a central challenge, requiring effective partitioning of computation and communication. Combining physics-based models and domain knowledge with data-driven methods promises better generalization, lower data requirements, and greater trust. Long-term industrial studies, including multi-year deployments with rigorous evaluation of technical and business outcomes, are crucial to moving beyond short trials. Standardizing metrics, reporting practices, and evaluation protocols will also be key to maturing the field and guiding investment.

Several broader trends will likely sustain the growth of PdM. The maturation of sensing technologies, declining hardware costs, and improved edge computing lower the technical barriers to large-scale monitoring. Industry 4.0 and digital transformation initiatives provide infrastructure and organizational momentum that favor the integration of PdM into larger cyber-physical systems. Sustainability goals encourage extending equipment life, reducing waste, and optimizing resource use, all of which align with predictive strategies. At the same time, shortages of skilled maintenance personnel increase the value of automated diagnostics and decision-support tools, while competitive pressure pushes firms to adopt solutions that early movers have demonstrated to be effective.

Realizing this potential depends on tackling the challenges of data quality, label scarcity, interpretability, privacy, deployment, and standardization. The most impactful future work will aim to bridge the gap between research prototypes and large-scale industrial roll-outs, through close collaboration between researchers, practitioners, equipment manufacturers, and technology providers. As these collaborations deepen and technologies mature, PdM is expected to evolve from a differentiating capability to a standard component of modern industrial operations. In the longer term, it will be a key pillar of autonomous, self-optimizing industrial systems, where assets are monitored, diagnosed, and maintained proactively in a largely data-driven way.

Acknowledgments

I would like to thank the editorial team and the reviewers, in particular, who helped me to complete the writing of this chapter and improve it.

I used AI assistance, Perplexity, to refine certain sections, followed by a full human review to preserve my unique voice. I have sometimes used the Microsoft Word translation help.

Conflict of Interest

The author declares no conflict of interest.

References

  1. 1. Rosati R, Romeo L, Cecchini G, Tonetto F, Viti P, Mancini A, et al. From knowledge based to big data analytic model: A novel IoT and machine learning based decision support system for predictive maintenance in Industry 4.0. Journal of Intelligent Manufacturing. 2023;34(1):107121. DOI: 10.1007/s10845-022-01960-x
  2. 2. Rao NS. AI-driven predictive maintenance using IoT in automotive manufacturing. International Journal of Science and Research Archive. 2025;16(2):10071013. DOI: 10.30574/ijsra.2025.16.2.2380
  3. 3. Dinis D. Maintenance Management: A Review on Problems and Solutions. Procedia Computer Science. 2025;253:30693077. DOI: 10.1016/j.procs.2025.02.031
  4. 4. Patel P, Patel R. Enhancing manufacturing with AI, IOT, and Machine Learning: A focus on predictive maintenance. Journal of Advanced Robotics and Autonomous Systems Human Machine Interaction. 2025. DOI: 10.31224/4791
  5. 5. Arueti S, Okrent D. A knowledge-based prototype for optimization of preventive maintenance scheduling. Reliability Engineering and System Safety. 1990;30(1):93114. DOI: 10.1016/0951-8320(90)90091-z
  6. 6. Lewin DR. Predictive maintenance using PCA. Control Engineering Practice. 1995;3(3):415421. DOI: 10.1016/0967-0661(95)00015-m
  7. 7. Butler KL. An expert system based framework for an incipient failure detection and predictive maintenance system. In: Proceedings of International Conference on Intelligent System Application to Power Systems; 1996. p. 321326. DOI: 10.1109/isap.1996.501092
  8. 8. Susto GA, Schirru A, Pampuri S, Pagano D, McLoone S, Beghi A. A predictive maintenance system for integral type faults based on support vector machines: An application to IoN implantation. In: 2013 IEEE International Conference on Automation Science and Engineering (CASE); 2013. p. 195200. DOI: 10.1109/coase.2013.6653952
  9. 9. Sun W, Chen J, Li J. Decision tree and PCA-based fault diagnosis of rotating machinery. Mechanical Systems and Signal Processing. 2007;21(3):13001317. DOI: 10.1016/j.ymssp.2006.06.010
  10. 10. Mubarak A, Asmelash M, Azhari A, Alemu T, Mulubrhan F, Saptaji K. Digital Twin Enabled Industry 4.0 Predictive Maintenance Under Reliability-Centred Strategy. In: 2022 First International Conference on Electrical, Electronics, Information and Communication Technologies (ICEEICT); 2022. p. 016. DOI: 10.1109/iceeict53079.2022.9768590
  11. 11. Jahnke P. Machine learning approaches for failure type detection and predictive maintenance. Technische Universität Darmstadt; 2015. Master Thesis. Available from: https://ke-tud.github.io/lehre/arbeiten/master/2015/Jahnke_Patrick.pdf
  12. 12. Mourtzis D, Angelopoulos J, Panopoulos N. Intelligent predictive maintenance and remote monitoring framework for industrial equipment based on mixed reality. Frontiers in Mechanical Engineering. 2020;6:107121. DOI: 10.3389/fmech.2020.578379
  13. 13. Liu Z, Hui J. Advancing predictive maintenance: A deep learning approach to sensor and event-log data fusion. Sensor Review. 2024;44(5):563574. DOI: 10.1108/SR-03-2024-0183
  14. 14. Li H, Parikh D, He Q, Qian B, Li Z, Fang D, et al. Improving rail network velocity: A machine learning approach to predictive maintenance. Transportation Research Part C: Emerging Technologies. 2014;45:1726. DOI: 10.1016/j.trc.2014.04.013
  15. 15. Susto GA, Schirru A, Pampuri S, McLoone S, Beghi A. Machine learning for predictive maintenance: A multiple classifier approach. IEEE Transactions on Industrial Informatics. 2015;11(3):812820. DOI: 10.1109/tii.2014.2349359
  16. 16. Ferrisi S, Cappellari P, Guido R, Umbrello D, Ambrogio G. Application of Two-Parameter weibull distribution for predictive maintenance: A case study. Procedia Computer Science. 2025;253:31603168. DOI: 10.1016/j.procs.2025.02.041
  17. 17. Hribernik K, von Stietencron M, Bousdekis A, Bredehorst B, Mentzas G, Thoben KD. Towards a unified predictive maintenance system - A use case in production logistics in Aeronautics. Procedia Manufacturing. 2018;16:131138. DOI: 10.1016/j.promfg.2018.10.168
  18. 18. Martinez-Viol V, Urbano EM, Torres Rangel JE, Delgado-Prieto M, Romeral L. Semi-supervised transfer learning methodology for fault detection and diagnosis in Air-Handling Units. Applied Sciences. 2022;12(17):8837. DOI: 10.3390/app12178837
  19. 19. Silva W, Capretz M. Assets Predictive Maintenance Using Convolutional Neural Networks. In: 2019 20th IEEE/ACIS International Conference on Software Engineering, Artificial Intelligence, Networking and Parallel/Distributed Computing (SNPD); 2019. p. 5966. DOI: 10.1109/snpd.2019.8935752
  20. 20. Yoo Y, Jeong S. Vibration analysis process based on spectrogram using gradient class activation map with selection process of CNN model and feature layer. Displays. 2022;73:102233. DOI: 10.1016/j.displa.2022.102233
  21. 21. De Vita F, Bruneo D On the Use of LSTM Networks for Predictive Maintenance in Smart Industries. In: 2019 IEEE International Conference on Smart Computing (SMARTCOMP); 2019. p. 241248. DOI: 10.1109/smartcomp.2019.00059
  22. 22. Bampoula X, Siaterlis G, Nikolakis N, Alexopoulos K. A deep learning model for predictive maintenance in Cyber-Physical Production Systems using LSTM autoencoders. Sensors. 2021;21(3):972. DOI: 10.3390/s21030972
  23. 23. Hajgató G, Wéber R, Szilágyi B, Tóthpál B, Gyires-Tóth B, Hos C. PredMaX: Predictive maintenance with explainable deep convolutional autoencoders. Advanced Engineering Informatics. 2022;54:101778. DOI: 10.1016/j.aei.2022.101778
  24. 24. Silva ME, Veloso B, Gama J. Predictive maintenance, adversarial autoencoders and explainability. In: Joint European Conference on Machine Learning and Knowledge Discovery in Databases; Springer; 2023. p. 260275. DOI: 10.1007/978-3-031-43430-3_16
  25. 25. Yu W, Liu Y, Dillon T, Rahayu W. Edge computing-assisted IoT framework with an autoencoder for fault detection in manufacturing predictive maintenance. IEEE Transactions on Industrial Informatics. 2023;19(4):57015710. DOI: 10.1109/tii.2022.3178732
  26. 26. Liu C, Tang D, Zhu H, Nie Q. A novel predictive maintenance method based on deep adversarial learning in the Intelligent Manufacturing System. IEEE Access. 2021;9:4955749575. DOI: 10.1109/access.2021.3069256
  27. 27. Al-Hasan TM, Zhai X, McDonald-Maier KD, Bensaali F, Cryer A Evaluating lightweight GAN- and Adapted CTGAN-based data synthesis for predictive maintenance in High-Radiation Environments. In: 2024 IEEE/ACM International Conference on Big Data Computing, Applications and Technologies (BDCAT); 2024. p. 389394. DOI: 10.1109/bdcat63179.2024.00067
  28. 28. Kavasidis I, Lallas E, Gerogiannis VC, Charitou T, Karageorgos A. Predictive maintenance in pharmaceutical manufacturing lines using deep transformers. Procedia Computer Science. 2023;220:576583. DOI: 10.1016/j.procs.2023.03.073
  29. 29. Dong E, Zhan X, Yan H, Tan S, Bai Y, Wang R, et al. A data-driven intelligent predictive maintenance decision framework for mechanical systems integrating transformer and kernel density estimation. Computers & Industrial Engineering. 2025;201(110868). DOI: 10.1016/j.cie.2025.110868
  30. 30. Mustafa Abro GE, Ali A, Ali Memon S, Din Memon T, Khan F. Strategies and challenges for unmanned aerial Vehicle-based continuous inspection and predictive maintenance of solar modules. IEEE Access. 2024;12:176615176629. DOI: 10.1109/access.2024.3505754
  31. 31. Velasco-Loera F, Alcaraz-Mejia M, Chavez-Hurtado JL. An interpretable hybrid fault prediction framework using XGBoost and a probabilistic graphical model for predictive maintenance: A case study in textile manufacturing. Applied Sciences. 2025;15(18):10164. DOI: 10.3390/app151810164
  32. 32. Yakkati RR, Yeduri SR, Tripathy RK, Cenkeramaddi LR. Multi-channel time-frequency domain deep CNN approach for machinery fault recognition using Multi-Sensor Time-Series. IEEE Access. 2023;11:116570116580. DOI: 10.1109/access.2023.3324961
  33. 33. Aivaliotis P, Arkouli Z, Georgoulias K, Makris S. Degradation curves integration in physics-based models: Towards the predictive maintenance of industrial robots. Robotics and Computer-Integrated Manufacturing. 2021;71:102177. DOI: 10.1016/j.rcim.2021.102177
  34. 34. Hagmeyer S, Zeiler P. A comparative study on methods for fusing Data-Driven and Physics-Based models for hybrid remaining useful life prediction of air filters. IEEE Access. 2023;11:3573735753. DOI: 10.1109/access.2023.3265722
  35. 35. Hrnjica B, Softic S. The survival analysis for a predictive maintenance in manufacturing. In: IFIP International Conference on Advances in Production Management Systems; Springer; 2021. p. 7885. DOI: 10.1007/978-3-030-85906-0_9
  36. 36. Moat G, Coleman S. Survival analysis and predictive maintenance models for non-sensored Assets in Facilities Management. In: 2021 IEEE International Conference on Big Data (Big Data); 2021. p. 40264034. DOI: 10.1109/bigdata52589.2021.9671625
  37. 37. Gugulothu N, Tv V, Malhotra P, Vig L, Agarwal P, Shroff G Predicting remaining useful life using time series embeddings based on Recurrent Neural Networks. arXiv preprint arXiv. 2017. https://arxiv.org/abs/1709.01073
  38. 38. Le Xuan Q, Adhisantoso YG, Munderloh M, Ostermann J. Uncertainty-aware remaining useful life prediction for predictive maintenance using deep learning. Procedia CIRP. 2023;118:116121. DOI: 10.1016/j.procir.2023.06.021
  39. 39. Sankararaman S. Significance, interpretation, and quantification of uncertainty in prognostics and remaining useful life prediction. Mechanical Systems and Signal Processing. 2015;52-53:228247. DOI: 10.1016/j.ymssp.2014.05.029
  40. 40. Grall A, Dieulle L, Berenguer C, Roussignol M. Continuous-time predictive-maintenance scheduling for a deteriorating system. IEEE Transactions on Reliability. 2002;51(2):141150. DOI: 10.1109/tr.2002.1011518
  41. 41. Wu X, Kumar V, Ross Quinlan J, Ghosh J, Yang Q, Motoda H, et al. Top 10 algorithms in data mining. Knowledge and Information Systems. 2007;14(1):137. DOI: 10.1007/s10115-007-0114-2
  42. 42. Langone R, Alzate C, De Ketelaere B, Vlasselaer J, Meert W, Suykens JA. LS-SVM based spectral clustering and regression for predicting maintenance of industrial machines. Engineering Applications of Artificial Intelligence. 2015;37:268278. DOI: 10.1016/j.engappai.2014.09.008
  43. 43. Hwang S, Jeong J, Kang Y SVM-RBM based Predictive Maintenance Scheme for IoT enabled Smart Factory. In: 2018 Thirteenth International Conference on Digital Information Management (ICDIM); 2018. p. 162167. DOI: 10.1109/icdim.2018.8847132
  44. 44. Assagaf I, Sukandi A, Abdillah AA, Arifin S, Ga JL. Machine predictive maintenance by using support vector machines. Recent in Engineering Science and Technology. 2023;1(1):3135. DOI: 10.59511/riestech.v1i01.6
  45. 45. Prihatno AT, Nurcahyanto H, Jang YM Predictive maintenance of relative humidity using random forest method. In: 2021 International Conference on Artificial Intelligence in Information and Communication (ICAIIC); 2021. p. 497499. DOI: 10.1109/icaiic51459.2021.9415213
  46. 46. Bakdi A, Kristensen NB, Stakkeland M. Multiple instance learning with random forest for event logs analysis and predictive maintenance in ship electric propulsion system. IEEE Transactions on Industrial Informatics. 2022;18(11):77187728. DOI: 10.1109/tii.2022.3144177
  47. 47. Ghadekar P, Manakshe A, Madhikar S, Patil S, Mukadam M, Gambhir T. Predictive Maintenance for Industrial Equipment: Using XGBoost and Local Outlier Factor with Explainable AI for analysis. In: 2024 14th International Conference on Cloud Computing, Data Science & Engineering (Confluence); 2024. p. 2530. DOI: 10.1109/confluence60223.2024.10463280
  48. 48. Shah R, Mittal V, Lotwin M. Recent advances in vibration analysis for predictive maintenance of modern automotive powertrains. Vibration. 2025;8(4):68. DOI: 10.3390/vibration8040068
  49. 49. Huang K, Chen Q. Motor fault diagnosis and predictive maintenance based on a Fine-Tuned Qwen2.5-7B model. Processes. 2025;13(7):2051. DOI: 10.3390/pr13072051
  50. 50. Hao S, Ge FX, Li Y, Jiang J. Multisensor bearing fault diagnosis based on one-dimensional convolutional long short-term memory networks. Measurement. 2020;159:107802. DOI: 10.1016/j.measurement.2020.107802
  51. 51. Dewangan G, Maurya S. Fault diagnosis of machines using deep convolutional betavariational autoencoder. IEEE Transactions on Artificial Intelligence. 2022;3(2):287296. DOI: 10.1109/tai.2021.3110835
  52. 52. Zhang H, Zhang Q, Shao S, Niu T, Yang X. Attention-based LSTM network for rotatory machine remaining useful life prediction. IEEE Access. 2020;8:132188132199. DOI: 10.1109/access.2020.3010066
  53. 53. Rahhal JS, Abualnadi D. IOT Based Predictive Maintenance Using LSTM RNN Estimator. In: 2020 International Conference on Electrical, Communication, and Computer Engineering (ICECCE). 2020; DOI: 10.1109/icecce49384.2020.9179459
  54. 54. Rahat M, Mashhadi PS, Nowaczyk S, Choudhury S, Petrin L, Rognvaldsson T, et al. Volvo Discovery Challenge at ECML-PKDD 2024. arXiv preprint arXiv:240911446. 2024
  55. 55. Lee S, Yu H, Yang H, Song I, Choi J, Yang J, et al. A study on deep learning application of vibration data and visualization of defects for predictive maintenance of gravity acceleration equipment. Applied Sciences. 2021;11(4). DOI: 10.3390/app11041564
  56. 56. Al Mamun A, Bappy MM, Mudiyanselage AS, Li J, Jiang Z, Tian Z, et al. Multi-channel sensor fusion for real-time bearing fault diagnosis by frequency-domain multilinear principal component analysis. The International Journal of Advanced Manufacturing Technology. 2023;124(3):13211334.. DOI: 10.1007/s00170-022-10525-4
  57. 57. Shang Z, Zhang B, Li W, Qian S, Zhang J. Machine remaining life prediction based on multi-layer self-attention and temporal convolution network. Complex & Intelligent Systems. 2022;8(2):14091424. DOI: 10.1007/s40747-021-00606-4
  58. 58. Kiangala KS, Wang Z. An effective predictive maintenance framework for conveyor motors using dual time-series imaging and convolutional neural network in an Industry 4.0 environment. IEEE Access. 2020;8:121033121049. DOI: 10.1109/access.2020.3006788
  59. 59. Arellano-Espitia F, Delgado-Prieto M, Martinez-Viol V, Saucedo-Dorantes JJ, Osornio-Rios RA. Deep-Learning-based methodology for fault diagnosis in Electromechanical systems. Sensors. 2020;20(14):3949. DOI: 10.3390/s20143949
  60. 60. Su C, Li L, Wen Z. Remaining useful life prediction via a variational autoencoder and a time-window-based sequence neural network. Quality and Reliability Engineering International. 2020;36(5):16391656. DOI: 10.1002/qre.2651
  61. 61. Wang Z, Zhao H, Yang Y, Hu D, Bao C, Liu M, et al. OmniFuser: Adaptive multimodal fusion for service-oriented predictive maintenance. arXiv preprint arXiv:251101320. 2025.
  62. 62. Mateo F, Vila-Francés J, Soria-Olivas E, Martínez-Sober M, Gómez-Sanchis J, Serrano-López AJ. Dynamic classifier auditing by unsupervised anomaly detection methods: An application in packaging industry predictive maintenance. Applied Sciences. 2025;15(2):882. DOI: 10.3390/app15020882
  63. 63. Wächter EW, Kasap S, Kolozali Ş, Zhai X, Ehsan S, McDonald-Maier KD. Using machine learning for anomaly detection on a system-on-chip under gamma radiation. Nuclear Engineering and Technology. 2022;54(11):39853995. DOI: 10.1016/j.net.2022.06.028
  64. 64. Kamariotis A, Tatsis K, Chatzi E, Goebel K, Straub D. A metric for assessing and optimizing data-driven prognostic algorithms for predictive maintenance. Reliability Engineering and System Safety. 2024;242:109723. DOI: 10.1016/j.ress.2023.109723
  65. 65. Belim M, Meireles T, Gonçalves G, Pinto R. Forecasting models analysis for predictive maintenance. Frontiers in Manufacturing Technology. 2024;4. DOI: 10.3389/fmtec.2024.1475078
  66. 66. Li Z, Jana C, Pamucar D, Pedrycz W. A comprehensive assessment of machine learning models for predictive maintenance using a decision-making framework in the industrial sector. Alexandria Engineering Journal. 2025;120:561583. DOI: 10.1016/j.aej.2025.02.010
  67. 67. Putrada AG, Alamsyah N, Pane SF, Fauzan MN, Perdana D. Predictive maintenance application on machine overstrain failure with Node-Red and isolation forest anomaly detection. In: 2023 IEEE International Conference on Communication, Networks and Satellite (COMNETSAT); 2023 Nov 23; p. 6469. DOI: 10.1109/comnetsat59769.2023.10420613
  68. 68. Shofia Priyadharshini D, Kabilan D, Jayanthi LN, Kumar JS, Vishnu Prasanth R, Sathishkumar VE. Isolation forest for aerospace anomaly detection and predictive maintenance. In: 2025 Third International Conference on Emerging Applications of Material Science and Technology (ICEAMST); 2025 Nov 3; p. 988993. DOI: 10.1109/iceamst67459.2025.11336064
  69. 69. Ahn J, Lee Y, Kim N, Park C, Jeong J. Federated learning for predictive maintenance and anomaly detection using Time Series Data distribution shifts in manufacturing processes. Sensors. 2023;23(17):7331. DOI: 10.3390/s23177331
  70. 70. Llasag Rosero R, Silva C, Ribeiro B, Santos BF. Label synchronization for hybrid federated learning in manufacturing and predictive maintenance. Journal of Intelligent Manufacturing. 2024;35(8):40154034. DOI: 10.1007/s10845-023-02298-8
  71. 71. Mahmood AN, Mahmud MN, Salleh MFM. Enhancing QoE prediction for video streaming using a hybrid CNN-LSTM model. IEEE Access. 2025;13:174105174119. DOI: 10.1109/access.2025.3613547
  72. 72. Kiangala KS, Wang Z. An effective predictive maintenance framework for conveyor motors using dual time-series imaging and convolutional neural network in an Industry 4.0 environment. IEEE Access. 2020;8:121033121049. DOI: 10.1109/access.2020.3006788
  73. 73. Lekharu A, Moulii KY, Sur A, Sarkar A. Deep Learning based Prediction Model for Adaptive Video Streaming. In: 2020 International Conference on COMmunication Systems & NETworkS (COMSNETS); 2020 January; p. 152159. DOI: 10.1109/comsnets48256.2020.9027383
  74. 74. Saxena A, Goebel K, Simon D, Eklund N. Damage propagation modeling for aircraft engine run-to-failure simulation. In: 2008 International Conference on Prognostics and Health Management; 2008. p. 19. DOI: 10.1109/phm.2008.4711414
  75. 75. Smith WA, Randall RB. Rolling element bearing diagnostics using the Case Western Reserve University data: A benchmark study. Mechanical Systems and Signal Processing. 2015;64-65:100131. DOI: 10.1016/j.ymssp.2015.04.021

Written By

Mihaela Juganaru

Submitted: 01 December 2025 Reviewed: 17 April 2026 Published: 08 June 2026