- Type
- Industrial AI application
- Sometimes called
- PdM, condition-based maintenance
- Inputs
- Vibration, temperature, current, acoustic data
- Core techniques
- Anomaly detection, RUL estimation
- Key industries
- Manufacturing, energy, transport, oil and gas
- Related
- Industry 4.0, IIoT, edge AI
- Type
- Industrial AI application
- Sometimes called
- PdM, condition-based maintenance
- Inputs
- Vibration, temperature, current, acoustic data
- Core techniques
- Anomaly detection, RUL estimation
- Key industries
- Manufacturing, energy, transport, oil and gas
- Related
- Industry 4.0, IIoT, edge AI
Predictive maintenance (PdM) is an industrial maintenance strategy in which the condition of in-service equipment is continuously monitored and analysed by machine learning models to predict when failures are likely to occur, so that maintenance can be performed just before breakdown rather than on a fixed schedule. It sits between reactive maintenance, where equipment is repaired only after failure, and preventive maintenance, where parts are replaced on a calendar or usage-hour basis regardless of actual condition.
Data sources
Predictive maintenance systems ingest signals from sensors mounted on rotating machinery, electrical equipment, fluid systems, and structural assets. Common modalities include vibration accelerometers, infrared and contact temperature probes, motor current and voltage, ultrasonic and acoustic emissions, oil debris analysis, pressure, and shaft alignment data. These streams are typically collected by industrial IoT (IIoT) gateways and stored in time-series databases or historians such as PI System, InfluxDB, or open-source equivalents.
Modelling approaches
Practitioners distinguish two broad model families. Anomaly detection models learn the normal operating distribution of an asset and flag statistically unusual readings as candidate faults; common methods include autoencoders, one-class SVMs, Isolation Forest, and Gaussian mixture models. Remaining useful life (RUL) estimation models predict the number of operating hours or cycles before failure; these are typically trained on run-to-failure datasets using LSTMs, temporal convolutional networks, transformer-based encoders, or survival analysis methods.
A typical pipeline involves data ingestion, feature engineering in the time and frequency domain (RMS, kurtosis, FFT bands, envelope spectra), model training on historical failures, deployment to an edge gateway or cloud inference service, and integration with the computerised maintenance management system (CMMS) so that predicted faults automatically generate work orders.
Benefits and limitations
Industry studies estimate that successful predictive maintenance programmes reduce unplanned downtime by 30 to 50 percent, extend asset life by 20 to 40 percent, and cut overall maintenance cost by 10 to 40 percent compared with reactive or purely preventive strategies. The economic case is strongest where downtime is expensive, such as semiconductor fabrication, refining, power generation, and high-throughput packaging.
The approach has real limitations. It requires reliable instrumentation, clean historical labels for failure events (which are often scarce), and domain experts who can interpret and act on alerts. Models trained on one asset class often do not transfer to another, and false alarms erode operator trust quickly.
Edge AI and 2024–2026 developments
Recent deployments increasingly run inference on edge gateways or directly on programmable logic controllers, using compressed models in formats such as TensorFlow Lite or ONNX Runtime. This reduces bandwidth, preserves data sovereignty, and supports millisecond-latency control loops. The convergence of edge AI, 5G private networks, and time-sensitive networking is enabling real-time closed-loop maintenance for high-speed lines. Generative models are also being used to synthesise rare failure data for training and to summarise diagnostic findings for technicians.
Predictive maintenance is a flagship use case under the Industry4WRD National Policy on Industry 4.0, coordinated by the Ministry of Investment, Trade and Industry (MITI) together with the Malaysian Investment Development Authority (MIDA) and the Malaysian Productivity Corporation (MPC). The Industry4WRD Readiness Assessment programme has subsidised condition-monitoring pilots across electrical and electronics, machinery, chemicals, and food processing SMEs.
Petronas has been an early and large-scale adopter. Through its digital arm, the national oil company runs predictive maintenance across upstream platforms, LNG trains in Bintulu, and downstream petrochemical complexes in Kerteh and Pengerang, combining vibration and process data with machine learning to reduce unplanned shutdowns. Tenaga Nasional Berhad (TNB) applies similar techniques to generation assets and grid transformers, and Malaysia Airports has deployed condition-monitoring on baggage handling and runway lighting systems at KLIA and KLIA2.
The semiconductor sector concentrated in Penang, Kulim Hi-Tech Park, and Batu Kawan, including Intel, AMD, Infineon, Bosch, Western Digital, and Lam Research, runs some of the most data-intensive PdM programmes in the country, with tens of thousands of sensors per fab feeding cloud-based analytics. Malaysia's palm oil sector has begun applying predictive maintenance to mill machinery (boilers, sterilisers, screw presses) under guidance from the Malaysian Palm Oil Board (MPOB).
Local enablement comes from MDEC and the HRD Corp Industry 4.0 levy-claimable programmes, which subsidise vendor training, and from Cyberjaya- and Penang-based system integrators that offer turnkey condition-monitoring services. Universiti Teknologi Malaysia (UTM), Universiti Sains Malaysia (USM), and Universiti Tenaga Nasional (UNITEN) maintain research groups specialising in prognostics and health management for tropical-climate equipment, which face distinctive humidity and dust profiles.
See Also
References