Papers for

industrial machine operators

Papers whose findings have a practical use for this group, as judged from the abstract. Open a paper to read what it means in practice.

Fuzzy logic boosts explainable maintenance for naval propulsion systems

Explainable Predictive Condition-based Maintenance of Naval-Propulsion Systems using Fuzzy Logic

Abstract: The shipping industry has a significant impact on the global economy, emphasizing the need for operational availability and safety through the use of effective maintenance techniques. During the last decades, predictive maintenance (PdM) has emerged as a promising solution compared to the existing conventional maintenance systems. This is because it offers several advantageous functions, such as damage predictions for vessel components, reduced downtime, improved and extended life of machinery, as well as higher safety during voyages. However, existing methodologies developed for performing PdM do not provide explanations of their results to users, so that they can understand the failures that may occur. To address this limitation, this paper proposes a novel framework based on a fuzzy decision tree and a deep residual neural network, aiming to perform explainable PdM on naval vessels. The proposed framework is able to generate fuzzy local rules based on the dataset used, and can provide explanations of its outcomes, using cause-and-effect relationships, in a way that are understandable to users, thereby gaining their trust. Experiments using a publicly available dataset demonstrate the effectiveness of the proposed framework, as it achieves an accuracy of 99.24%.

Mon 21 SeptMachine Learning
The gist
Ships need to be maintained so they don't break down and stay safe, but it's hard for people to understand why maintenance predictions happen. The authors created a new approach combining fuzzy logic and neural networks to predict when ship machines might fail and explain why in simple terms. This makes it easier for users to trust the maintenance advice. Their method was tested on real data and achieved very high accuracy in predicting failures.
Open 2609.24250v1

Transformer model improves cross machine fault diagnosis accuracy

FreqCondNorm: Towards Cross-domain Predictive Maintenance through a Frequency-Conditioned Transformer Foundation Model

Abstract: Deep learning predictive maintenance models suffer from poor transferability across machines and operating conditions, especially when labelled data are scarce and signals span five orders of magnitude in sampling frequency (1 Hz to ~100 kHz). We propose FreqCondNorm, a Transformer-based architecture that introduces a FiLM-style frequency-conditioned normalization layer to unify heterogeneous time-series within a single model. The architecture is pretrained on five public predictive maintenance datasets (CWRU, MFPT, UOC18, PRONOSTIA, CMAPSS) using masked auto-encoding and contrastive learning with balanced domain sampling. On fault diagnosis, the model achieves 99.2% accuracy on CWRU (+6.4 pp over CNN) and 82.1% zero-shot accuracy on MFPT, demonstrating strong transfer across sampling frequencies. However, the approach does not improve remaining useful life prediction, suggesting a mismatch between pretraining and RUL objectives that warrants future investigation.

Thu 17 SeptArtificial Intelligence
The gist
Predictive maintenance models usually struggle to work well when applied to different machines or conditions, especially with limited labeled data and very different signal frequencies. The authors developed a new transformer-based model called FreqCondNorm that uses a special frequency-aware normalization to handle varied time-series data together. They trained it on multiple datasets and found it greatly improved fault detection accuracy and could recognize faults in new machine data without extra training. However, the model did not improve predictions of how long a machine would last before failure, suggesting further work is needed there.
Open 2609.20535v1