A Prescriptive Model for Failure Analysis in Ship Machinery Monitoring Using Generative Adversarial Networks

Baris Yigin,Metin Celik
DOI: https://doi.org/10.3390/jmse12030493
IF: 2.744
2024-03-16
Journal of Marine Science and Engineering
Abstract:In recent years, advanced methods and smart solutions have been investigated for the safe, secure, and environmentally friendly operation of ships. Since data acquisition capabilities have improved, data processing has become of great importance for ship operators. In this study, we introduce a novel approach to ship machinery monitoring, employing generative adversarial networks (GANs) augmented with failure mode and effect analysis (FMEA), to address a spectrum of failure modes in diesel generators. GANs are emerging unsupervised deep learning models known for their ability to generate realistic samples that are used to amplify a number of failures within training datasets. Our model specifically targets critical failure modes, such as mechanical wear and tear on turbochargers and fuel injection system failures, which can have environmental effects, providing a comprehensive framework for anomaly detection. By integrating FMEA into our GAN model, we do not stop at detecting these failures; we also enable timely interventions and improvements in operational efficiency in the maritime industry. This methodology not only boosts the reliability of diesel generators, but also sets a precedent for prescriptive maintenance approaches in the maritime industry. The model was demonstrated with real-time data, including 33 features, gathered from a diesel generator installed on a 310,000 DWT oil tanker. The developed algorithm provides high-accuracy results, achieving 83.13% accuracy. The final model demonstrates a precision score of 36.91%, a recall score of 83.47%, and an F1 score of 51.18%. The model strikes a balance between precision and recall in order to eliminate operational drift and enables potential early action in identified positive cases. This study contributes to managing operational excellence in tanker ship fleets. Furthermore, this study could be expanded to enhance the current functionalities of engine health management software products.
oceanography,engineering, marine, ocean
What problem does this paper attempt to address?
The problem that this paper attempts to solve is the fault mode analysis in the monitoring of ship mechanical equipment, especially the fault detection and prevention of diesel generators. Specifically, the paper aims to address the following issues by introducing a new method that combines generative adversarial networks (GANs) with failure mode and effects analysis (FMEA): 1. **Data imbalance problem**: In ship mechanical systems, the occurrence frequency of abnormal situations (such as faults) is much lower than that of normal operating states, which leads to a serious class imbalance problem in the training data set. This imbalance will affect the performance of machine - learning models, making them more biased towards the majority class (i.e., the normal state) and having insufficient recognition ability for the minority class (i.e., the fault state). To solve this problem, the paper proposes to use GANs to generate synthetic fault data to increase the number of fault samples, thereby improving the model's ability to detect fault modes. 2. **Lack of predictive maintenance suggestions**: Traditional fault detection systems are often only able to identify faults and issue alarms, but lack specific suggestions on how to prevent or repair these faults. For this reason, the paper combines FMEA technology, which can not only detect faults but also provide specific preventive measures and improvement suggestions according to the results of FMEA, thereby achieving predictive maintenance. 3. **Improve ship operation efficiency and reliability**: By introducing the above - mentioned new method, the paper hopes to detect potential faults at an early stage, reduce equipment downtime, and improve the reliability and operation efficiency of the entire system. In addition, this method can also help shipowners and operators better comply with the regulations of the International Maritime Organization (IMO) on reducing greenhouse gas emissions, further enhancing the environmental friendliness of ships. ### Specific objectives - **Develop a GAN - based fault data generation model**: Use GANs to generate realistic fault data to enhance the diversity and representativeness of the training data set. - **Integrate FMEA for fault mode analysis**: Systematically identify and evaluate possible fault modes and their effects through FMEA to provide a scientific basis for fault detection and prevention. - **Construct a predictive maintenance decision - support system (DSS)**: Based on the generated fault data and FMEA results, develop a decision - support system that can provide specific maintenance suggestions to help crew members take timely measures to avoid faults. ### Method overview - **Generative adversarial networks (GANs)**: Composed of a generator and a discriminator. The generator is used to generate synthetic fault data, and the discriminator is used to distinguish between real data and generated data. By continuously optimizing these two networks, the finally generated fault data can be very close to the real data. \[ \min_G \max_D V(D, G)=\mathbb{E}_{\mathbf{x} \sim p_{\text{data}}(\mathbf{x})}[\log D(\mathbf{x})]+\mathbb{E}_{\mathbf{z} \sim p_{\mathbf{z}}(\mathbf{z})}[\log(1 - D(G(\mathbf{z})))] \] - **Failure mode and effects analysis (FMEA)**: Through a comprehensive review of each component of the ship's diesel generator, determine the risk priority number (RPN) of each fault mode. The formula is as follows: \[ RPN = S\times O\times D \] where: - \(S\) represents severity. - \(O\) represents occurrence frequency. - \(D\) represents detection difficulty. Through the above methods, the paper proposes a comprehensive framework, aiming to improve the fault detection and prevention capabilities of ship mechanical equipment, and further improve the safety and reliability of the entire system.