Bearing fault diagnosis: why predictive maintenance demands interpretable features

The problem: “blind” prediction sacrifices reliability

When we tackle complex predictive maintenance in Industry 4.0, such as anticipating bearing failures in rotating machinery, the massive scale of vibration data often leads to the adoption of “black-box” Deep Learning models. While these models offer high precision, they often lack structural transparency and demand high computational resources. An anomaly detection system cannot be genuinely Interpretability-focused or trustworthy if its decision-making logic is obscured from plant engineers. In industrial environments where unplanned downtime is incredibly costly and human oversight is mandatory, relying on inscrutable fault diagnosis sacrifices the core requirement of Accountability. If a system flags a critical machine for immediate maintenance, a human operator needs to understand the physical reasons behind that alert. An opaque model offers no insight into the underlying mechanics of the wear and tear, rendering the decision-making process unauditable.

What do we propose in this work?

To bridge this gap, we published research introducing an approach based on Envelope Analysis and classic Machine Learning algorithms using the CWRU dataset to obtain highly accurate fault diagnosis that remains fully auditable. In short, the paper demonstrates how intelligent signal processing builds the necessary foundation for industrial auditing through three core capabilities:

  • Inherent Interpretability: Unlike opaque Deep Learning methods that ingest raw data, we extract features based on the actual physical properties of the bearings (e.g., inner and outer race fault frequencies). This ensures the features driving the predictions are grounded in real-world physics, not hidden weights.
  • Industrial-Grade Observability: By applying Envelope Analysis, we transform noisy, complex time-domain vibration signals into clear, measurable frequency spectrums. This makes the machine’s deterioration state highly visible and quantifiable for engineers.
  • Transparent and Efficient Decision-Making: The integration of these physically meaningful features with classic, transparent algorithms (like Decision Trees or Naive Bayes) allows us to match or exceed the accuracy of state-of-the-art neural networks while ensuring computational Efficiency. This lightweight architecture provides an explicit, traceable logic path for every maintenance alert, making it suitable for edge deployment in industrial settings.

The connection to trustworthy algorithms

This work addresses foundational principles across the technical and socio-technical dimensions of trustworthy computing: the necessity of Interpretability by design, the requirement for structural Observability, and the importance of Efficiency in high-stakes environments. We demonstrate that it is not necessary to sacrifice auditability or incur excessive computational costs to achieve high-performance fault prediction. By building the architecture upon transparent feature extraction and explainable models, we provide plant operators with the tools to inspect, understand, and trust the machine’s analytical reasoning.

Read the full research

If you want to dive deeper into the formulation of the Envelope Analysis, the specific feature extraction techniques, or how we evaluated the different machine learning approaches on vibration data, the full article has been published in IEEE Access.

👉 Read the full paper here (DOI: 10.1109/ACCESS.2023.3283466)