Detection of Pipe Ruptures in Shipboard Firefighting Systems Using Machine Learning and Deep Learning Techniques
Abstract
:1. Introduction
- Fault Detection: The identification of anomalies or data readings that fall outside the normal range, as captured by sensors distributed across various vessel systems, such as pressure sensors, flow meters, vibration sensors, and temperature sensors, among others.
- False Alarm Identification: Timely decision making is achieved to differentiate genuine system faults from events such as sensor malfunctions or signal loss.
- Precise Fault Localization: By leveraging sensor data comparisons, accurate determination of the fault’s location within the system can be achieved.
- Prescription of Action Steps: After the identification and localization of a detected fault, the system can assist in decision making by providing actionable recommendations or even autonomously executing corrective measures. For instance, in the event of a ruptured section of piping, the system may advise the individual in charge of system control to close specific valves.
1.1. Related Work
1.1.1. Fault Detection in Pipelines
- Most hardware-based methods focus on the use of sensors and systems, which in some cases involve an additional cost of installation. In addition, thinking about the possible application to the ship’s firefighting system, it can be observed that many of these methods are not recommended for use in marine environments due to the problems that can be generated in systems that work with seawater.
- The use of software-based methods has the important advantage that it will require minimal or no investment in additional equipment (including additional sensors or other equipment). However, the use of software-based methods also has some disadvantages, almost always related to the time needed for their development and commissioning, including time required for the development of simulation models that can replicate the system with sufficient reliability and time for data collection in the case of models that are based on real operating data (data-driven models). The following references have been identified in which the use of simulation models for pipe fault detection is analyzed [4,5,6,7,8].
1.1.2. AI-Based Fault Detection in Pipelines
1.1.3. Adaptability of Neural Networks for Fault Detection in Shipboard Systems
2. Materials and Methods
- Analysis of the Real System: In the initial phase, an in-depth analysis of the actual system was performed, and a profound understanding of its components, characteristics, and operation was gained.
- Data Acquisition from the Real System: Following this, the acquisition of data from the actual system was carried out, ensuring that enough representative data were obtained.
- Development of the Data-Driven Fault Detection and Localization System: Leveraging the collected and labeled data, the development of a data-driven system was initiated. This system is grounded in neural networks for the detection of anomalous pressure patterns and the pinpointing of fault locations.
3. Results
3.1. Use Case Description
- (1)
- The first stage focused on the analysis of the real system.
- (2)
- After that, data acquisition of the real system will be addressed.
- (3)
- Finally, from the real labeled data, the development of the data-driven detection and localization system was carried out.
3.2. Real System Description
3.3. Data Acquisition
- Data acquisition should be conducted at a frequency of no less than 10 Hz, with a recommended frequency of 20 Hz or higher to achieve optimal system performance. This conclusion is based on the observation that, in cases where data were recorded at lower frequencies, the collected information was insufficient to capture critical events and, therefore, could not be effectively utilized for analysis. Higher sampling frequencies are particularly important for detecting rapid changes in pressure or flow, which are often indicative of faults or anomalies. Insufficient sampling rates may result in data that fail to accurately represent the dynamics of the system, potentially leading to undetected issues or delayed responses.
- For pressurized water systems operating within a range of 8 to 12 bar, it is essential that the pressure signal be recorded with an accuracy of at least one-hundredth of a bar. This conclusion stems from tests conducted with data recorded at a lower precision, specifically with a resolution of one-tenth of a bar, which proved unsuitable for detecting subtle pressure variations.
- The duration of data samples is another critical factor in the detection and diagnosis of faults. Time series shorter than 2 s have been shown to be inadequate for accurately identifying anomalies in system operation, as they do not provide enough information to characterize the behavior or trends in the data. Samples of at least 3 s yield significantly better results, enabling more reliable fault detection. Furthermore, extending the sample duration beyond 3 s enhances the accuracy and robustness of anomaly identification, as larger datasets allow for a more comprehensive analysis of system behavior. However, it is also important to balance sample size with real-time processing capabilities, as excessively long durations may increase computational demands and affect the responsiveness of the fault detection system.
3.4. AI Development Description
3.4.1. Fault Detection Network
- Data Splitting: The available data are divided into training and test (or validation) sets. The training set is used to fit and train different models, while the test set is used to evaluate the performance of the models and estimate generalization error.
- Model Selection: Different models with different structures or hyperparameters are chosen, which may vary in their complexity. This may involve selecting different neural network architectures, different machine learning algorithms, or different feature sets.
- Training and Cross-Validation: Models are trained on the training set and evaluated on the validation set or through cross-validation. Cross-validation involves dividing the training set into several parts and performing multiple rounds of training and evaluation on different subsets.
- Model Evaluation and Selection: Models are compared and evaluated using performance metrics such as mean squared error, accuracy, F1 score, etc. The model with the best performance on the test set or cross-validation is selected.
- Generalization Error Estimation: Once the final model is selected, the generalization error is estimated by evaluating its performance on the test set, which contains unseen data during the training and selection processes.
- For the number of layers (’layers’), evaluation encompasses three different values: 1, 2, and 3. This provides a reasonable granularity for exploring models of different depths.
- For the number of neurons per layer (’neurons’), exploration spans 46 different values, ranging from 5 to 50. This search entails a relatively fine granularity, facilitating consideration of a diverse array of neural architectures with differing representation capabilities.
- The network training was conducted with a limited number of cases representing normal operation and fault. To achieve better model adjustment, it is necessary to train the neural network over extended periods under real operating conditions and to simulate abnormal scenarios, such as breakages or collapses, to fine-tune the network’s performance.
- The optimal sample size for achieving the best network performance was identified as 9 s.
- Networks with 5 to 50 neurons per layer were analyzed. It was observed that using more than 10 neurons per layer did not enhance the network’s performance.
- Networks with 1 to 10 layers were evaluated, and generally, better results were obtained with an intermediate number of layers. There was no conclusive evidence that using the minimum or maximum number of layers improved the network’s performance.
- For the different sample sizes, there are one or several combinations of the number of layers and neurons that minimize the training error.
3.4.2. Fault Location Network
- True Positive Rate (TPR): TPR is also known as sensitivity, recall, or probability of detection. TPR measures the proportion of actual positives that are correctly identified by the system. It ranges from 0 to 1 and is plotted on the y-axis.
- False Positive Rate (FPR): FPR is also known as the probability of false alarm. FPR measures the proportion of actual negatives that are incorrectly identified as positives by the system. It ranges from 0 to 1 and is plotted on the x-axis.
- Given the limited amount of available data, the ship was divided into zones, and each consumer opening/pipe break was labeled according to its location within these defined zones. To achieve greater precision in fault detection, it is necessary to acquire a substantial amount of data for training the neural network-based algorithm.
- Several different configurations for the neural network (NN) were defined to determine the best training algorithm and the most effective network structure (number of neurons). The training algorithms used included the scaled conjugate gradient, Levenberg–Marquardt, and Bayesian regularization. Networks with one hidden layer, containing 5, 10, 20, and 50 neurons, were trained.
- The best results were obtained using Bayesian regularization as the training function. The Levenberg–Marquardt algorithm also produced good results, as it did not require a high number of neurons to perform effectively. The poorest results were obtained with the scaled conjugate gradient method.
- It is important to note that the conclusions drawn from these results are based on the premise that the training was conducted with a limited number of training cases, and the identification was performed for relatively large areas of the ship.
4. Discussion
5. Conclusions
Author Contributions
Funding
Institutional Review Board Statement
Informed Consent Statement
Data Availability Statement
Acknowledgments
Conflicts of Interest
References
- Zhang, J. Designing a Cost-Effective and Reliable Pipeline Leak-Detection System. Pipes Pipelines Int. 1997, 42, 20–26. [Google Scholar]
- Datta, S.; Sarkar, S. A Review on Different Pipeline Fault Detection Methods. J. Loss Prev. Process Ind. 2016, 41, 97–106. [Google Scholar] [CrossRef]
- Lu, H.; Iseley, T.; Behbahani, S.; Fu, L. Leakage Detection Techniques for Oil and Gas Pipelines: State-of-the-Art. Tunn. Undergr. Space Technol. 2020, 98, 103249. [Google Scholar] [CrossRef]
- Bermúdez, J.-R.; López-Estrada, F.-R.; Besançon, G.; Valencia-Palomo, G.; Torres, L.; Hernández, H.-R. Modeling and Simulation of a Hydraulic Network for Leak Diagnosis. Math. Comput. Appl. 2018, 23, 70. [Google Scholar] [CrossRef]
- Meseguer, J.; Mirats-Tur, J.M.; Cembrano, G.; Puig, V. Model-Based Monitoring Techniques for Leakage Localization in Distribution Water Networks. Procedia Eng. 2015, 119, 1399–1408. [Google Scholar] [CrossRef]
- Oyedeko, K.F.K.; Balogun, H.A. Modeling and Simulation of a Leak Detection for Oil and Gas Pipelines via Transient Model: A Case Study of the Niger Delta. J. Energy Technol. Policy 2015, 5, 16–27. [Google Scholar]
- Verde, C.; Molina, L.; Torres, L. Parameterized Transient Model of a Pipeline for Multiple Leaks Location. J. Loss Prev. Process Ind. 2014, 29, 177–185. [Google Scholar] [CrossRef]
- Zhang, T.; Tan, Y.; Zhang, X.; Zhao, J. A Novel Hybrid Technique for Leak Detection and Location in Straight Pipelines. J. Loss Prev. Process Ind. 2015, 35, 157–168. [Google Scholar] [CrossRef]
- Abdulshaheed, A.; Mustapha, F.; Ghavamian, A. A Pressure-Based Method for Monitoring Leaks in a Pipe Distribution System: A Review. Renew. Sustain. Energy Rev. 2017, 69, 902–911. [Google Scholar] [CrossRef]
- Berardi, L.; Laucelli, D.; Ugarelli, R.; Giustolisi, O. Leakage Management: Planning Remote Real Time Controlled Pressure Reduction in Oppegård Municipality. Procedia Eng. 2015, 119, 72–81. [Google Scholar] [CrossRef]
- Giustolisi, O.; Campisano, A.; Ugarelli, R.; Laucelli, D.; Berardi, L. Leakage Management: WDNetXL Pressure Control Module. Procedia Eng. 2015, 119, 82–90. [Google Scholar] [CrossRef]
- Sousa, J.; Ribeiro, L.; Muranho, J.; Sá Marques, A. Locating Leaks in Water Distribution Networks with Simulated Annealing and Graph Theory. Procedia Eng. 2015, 119, 63–71. [Google Scholar] [CrossRef]
- Laurentys, C.A.; Bomfim, C.H.M.; Menezes, B.R.; Caminhas, W.M. Design of a Pipeline Leakage Detection Using Expert System: A Novel Approach. Appl. Soft Comput. J. 2011, 11, 1057–1066. [Google Scholar] [CrossRef]
- Sukarno, P.; Adji Sidarto, K.; Trisnobudi, A.; Setyoadi, D.I.; Rohani, N.; Darmadi, D. Leak Detection Modeling and Simulation for Oil Pipeline with Artificial Intelligence Method. ITB J. Eng. Sci. 2007, 39, 1–19. [Google Scholar] [CrossRef]
- Zhao, X.; Ba, Q.; Zhou, L.; Li, W.; Ou, J. BP Neural Network Recognition Algorithm for Scour Monitoring of Subsea Pipelines Based on Active Thermometry. Optik 2014, 125, 5426–5431. [Google Scholar] [CrossRef]
- Pérez-Pérez, E.J.; López-Estrada, F.R.; Valencia-Palomo, G.; Torres, L.; Puig, V.; Mina-Antonio, J.D. Leak Diagnosis in Pipelines Using a Combined Artificial Neural Network Approach. Control Eng. Pract. 2021, 107, 104677. [Google Scholar] [CrossRef]
- Leu, S.S.; Bui, Q.N. Leak Prediction Model for Water Distribution Networks Created Using a Bayesian Network Learning Approach. Water Resour. Manag. 2016, 30, 2719–2733. [Google Scholar] [CrossRef]
- Zadkarami, M.; Shahbazian, M.; Salahshoor, K. Pipeline Leakage Detection and Isolation: An Integrated Approach of Statistical and Wavelet Feature Extraction with Multi-Layer Perceptron Neural Network (MLPNN). J. Loss Prev. Process Ind. 2016, 43, 479–487. [Google Scholar] [CrossRef]
- Zadkarami, M.; Shahbazian, M.; Salahshoor, K. Pipeline Leak Diagnosis Based on Wavelet and Statistical Features Using Dempster–Shafer Classifier Fusion Technique. Process Saf. Environ. Prot. 2017, 105, 156–163. [Google Scholar] [CrossRef]
- Gómez-Camperos, J.A.; Espinel-Blanco, E.E.; Regino-Ubarnes, F.J. Diagnosis of Horizontal Pipe Leaks Using Neural Networks. J. Phys. Conf. Ser. 2019, 1388, 012032. [Google Scholar] [CrossRef]
- Jia, Z.; Ren, L.; Li, H.; Sun, W. Pipeline Leak Localization Based on FBG Hoop Strain Sensors Combined with BP Neural Network. Appl. Sci. 2018, 8, 146. [Google Scholar] [CrossRef]
- Pulido, B.; Zamarreño, J.M.; Merino, A.; Bregon, A. State Space Neural Networks and Model-Decomposition Methods for Fault Diagnosis of Complex Industrial Systems. Eng. Appl. Artif. Intell. 2019, 79, 67–86. [Google Scholar] [CrossRef]
- Kang, J.; Park, Y.J.; Lee, J.; Wang, S.H.; Eom, D.S. Novel Leakage Detection by Ensemble CNN-SVM and Graph-Based Localization in Water Distribution Systems. IEEE Trans. Ind. Electron. 2018, 65, 4279–4289. [Google Scholar] [CrossRef]
- Javadiha, M.; Blesa, J.; Soldevila, A.; Puig, V. Leak Localization in Water Distribution Networks Using Deep Learning. In Proceedings of the 2019 6th International Conference on Control, Decision and Information Technologies, CoDIT 2019, Paris, France, 23–26 April 2019; pp. 1426–1431. [Google Scholar] [CrossRef]
- Janssen, J.A.A.J.; Butler, J.; Worthington, P.; Geertsma, F.D.; den Hartog, M.H. Autonomous, Adaptive, Aware: DINCS. In Proceedings of the 13th International Naval Engineering Conference and Exhibition, INEC 2016, Bristol, UK, 16 April 2016. [Google Scholar]
- López-Estrada, F.R.; Theilliol, D.; Astorga-Zaragoza, C.M.; Ponsart, J.C.; Valencia-Palomo, G.; Camas-Anzueto, J. Fault Diagnosis Observer for Descriptor Takagi-Sugeno Systems. Neurocomputing 2019, 331, 10–17. [Google Scholar] [CrossRef]
- Kharrat, D.; Gassara, H.; El Hajjaji, A.; Chaabane, M. Adaptive Observer and Fault Tolerant Control for Takagi-Sugeno Descriptor Nonlinear Systems with Sensor and Actuator Faults. Int. J. Control Autom. Syst. 2018, 16, 972–982. [Google Scholar] [CrossRef]
- Wolpert, D.H. The Lack of a Priori Distinctions between Learning Algorithms. Neural Comput. 1996, 8, 1341–1390. [Google Scholar] [CrossRef]
- Assani, N.; Matić, P.; Katalinić, M. Ship’s Digital Twin—A Review of Modelling Challenges and Applications. Appl. Sci. 2022, 12, 6039. [Google Scholar] [CrossRef]
- Glatt, M.; Sinnwell, C.; Yi, L.; Donohoe, S.; Ravani, B.; Aurich, J.C. Modeling and Implementation of a Digital Twin of Material Flows Based on Physics Simulation. J. Manuf. Syst. 2020, 58, 231–245. [Google Scholar] [CrossRef]
- Post, J.; Groen, M.; Klaseboer, G. Physical model based digital twins in manufacturing processes. In Proceedings of the 10th Forming Technology Forum, Enschede, The Netherlands, 12–13 January 2017. [Google Scholar]
- Ritto, T.G.; Rochinha, F.A. Digital Twin, Physics-Based Model, and Machine Learning Applied to Damage Detection in Structures. Mech. Syst. Signal Process 2021, 155, 107614. [Google Scholar] [CrossRef]
- Friederich, J.; Francis, D.P.; Lazarova-Molnar, S.; Mohamed, N. A Framework for Data-Driven Digital Twins of Smart Manufacturing Systems. Comput. Ind. 2022, 136, 103586. [Google Scholar] [CrossRef]
- Coraddu, A.; Oneto, L.; Baldi, F.; Cipollini, F.; Atlar, M.; Savio, S. Data-Driven Ship Digital Twin for Estimating the Speed Loss Caused by the Marine Fouling. Ocean. Eng. 2019, 186, 106063. [Google Scholar] [CrossRef]
- Huang, K.-Y. Pattern Recognition to Seismic Exploration. In Automated Pattern Analysis in Petroleum Exploration; Springer: New York, NY, USA, 1992; pp. 121–153. [Google Scholar]
- Kothari, S.C.; Oh, H. Neural Networks for Pattern Recognition; Oxford University Press: Oxford, UK, 1993; pp. 119–166. [Google Scholar]
- Audibert, J.; Michiardi, P.; Guyard, F.; Marti, S.; Zuluaga, M.A. Do Deep Neural Networks Contribute to Multivariate Time Series Anomaly Detection? Pattern Recognit. 2022, 132, 108945. [Google Scholar] [CrossRef]
- Esposito, A.; Falanga, M.; Funaro, M.; Marinaro, M.; Scarpetta, S. Signal Classification Using Neural Networks; Neural Nets WIRN Vietri-01. Perspectives in Neural Computing; Tagliaferri, R., Marinaro, M., Eds.; Springer: London, UK, 2002; pp. 187–192. [Google Scholar] [CrossRef]
- Nishizaki, H.; Makino, K. Signal Classification Using Deep Learning. In Proceedings of the 2019 IEEE International Conference on Sensors and Nanotechnology, Penang, Malaysia, 24–25 July 2019; pp. 1–4. [Google Scholar]
- Erge, O.; van Oort, E. Combining Physics-Based and Data-Driven Modeling for Pressure Prediction in Well Construction; SciPy: Washington, DC, USA, 2020; pp. 125–131. [Google Scholar]
- Kapteyn, M.G.; Knezevic, D.J.; Huynh, D.B.P.; Tran, M.; Willcox, K.E. Data-Driven Physics-Based Digital Twins via a Library of Component-Based Reduced-Order Models. Int. J. Numer. Methods Eng. 2020, 123, 2986–3003. [Google Scholar] [CrossRef]
- Blakseth, S.S.; Rasheed, A.; Kvamsdal, T.; San, O. Combining Physics-Based and Data-Driven Techniques for Reliable Hybrid Analysis and Modeling Using the Corrective Source Term Approach. Appl. Soft Comput. 2022, 128, 109533. [Google Scholar] [CrossRef]
- Serrano-cinca, C. Fundamentos de Las Redes Neuronales Artificiales: Hardware y Software. Scire Represent. Organ. Conoc. 1995, 1, 103–125. [Google Scholar]
- Bartlett, P.L.; Boucheron, S.; Lugosi, G. Model Selection and Error Estimation. Mach. Learn. 2002, 48, 85–113. [Google Scholar] [CrossRef]
Blockage Detection Techniques | Leakage Detection Techniques |
---|---|
Vibration analysis: This technique involves monitoring the vibrations in pipes to identify potential blockages. Changes in vibrations can indicate flow issues. | Negative pressure wave-based leak detection system: This technique is based on the detection of negative pressure waves generated by leaks in pipes. |
Pulse echo methodology leak detection: This technique uses ultrasonic pulses to detect leaks in pipes. The reflection of pulses can reveal the presence of leaks. | Fiber sensor based: It uses fiber optic sensors to detect changes in tension or deformation caused by leaks in pipes. |
Acoustic reflectometry: It relies on the emission and detection of acoustic waves to locate blockages in pipes. The reflection of waves can indicate obstructions. | Support vector machine-based pipeline leakage detection: This technique employs machine learning algorithms like support vector machines to identify patterns related to leaks. |
Transient wave blockage interaction and blockage detection: This technique utilizes transient waves to detect blockages in pipes. Changes in wave propagation can signal blockages. | Piezoelectric acoustic emission sensor: This sensor detects acoustic emissions caused by leaks in pipes. |
Stochastic successive linear estimator: It is based on mathematical and statistical models to estimate the presence of blockages in pipes. | Filter diagonalization method: This method utilizes signal processing techniques to identify noise patterns related to leaks. |
Harmonic wavelet analysis: This method focuses on decomposing acoustic signals into harmonic components to detect leaks. | |
Genetic algorithm in combination with the inverse transient method: This method combines genetic algorithms with modeling techniques to detect and locate leaks. | |
Computational fluid dynamic simulation: This method uses numerical simulations to predict and detect leaks based on fluid flow behavior in pipes. |
Hardware-Based Method | Software-Based Method |
---|---|
Optical method: This method relies on optical technologies, such as lidar (light detection and ranging), laser diodes, thermal imaging, and spectral imaging. These techniques use light or electromagnetic radiation to detect and analyze objects or phenomena. | Signal processing-based method: Signal processing techniques are employed to analyze data collected from sensors placed along the pipeline. Signal processing algorithms, such as filtering, noise reduction, and feature extraction, are used to identify anomalies in the collected data. Deviations from normal operating conditions, such as sudden pressure drops or irregular flow patterns, can trigger alerts for potential pipeline faults. |
Acoustic method: Hardware-based acoustic methods involve the use of sound waves, acoustic emissions, ultrasonic waves, and sonar for detection and analysis. They are often used in applications like underwater sonar systems and structural health monitoring. | Real-time model-based method: Real-time models of pipeline systems are developed using mathematical and computational techniques. These models simulate the expected behavior of the pipeline under various operating conditions. During pipeline operation, the software continuously compares real-time sensor data with the predictions from the model. Any significant deviation between observed data and model predictions can indicate a fault in the pipeline. For example, a sudden drop in pressure that is not predicted by the model may suggest a leak or blockage. |
Distributed optical fiber sensor method: Distributed optical fiber sensors use optical fibers as sensing elements. They can measure various physical parameters like temperature, strain, and vibration along the length of the fiber, making them suitable for structural health monitoring and environmental sensing. | Neural network method: Artificial neural networks are trained using historical data from pipeline operations. These networks learn to recognize patterns and correlations within the data. Once trained, neural networks can analyze real-time sensor data and identify abnormal patterns that may indicate pipeline faults. For instance, a neural network can detect changes in flow rates, temperature, or pressure that deviate from expected behavior, suggesting the presence of a fault. |
Dynamic pressure transmitter method: This method uses dynamic pressure transmitters to measure pressure changes in real-time. It is commonly employed in industries like oil and gas for monitoring pipelines and wellbore pressures. | Piezoelectric acoustic emission sensor: The piezoelectric acoustic emission sensor is a device used for detecting and analyzing acoustic emissions in pipelines. These sensors are sensitive to acoustic signals generated by pipeline defects such as cracks or leaks. When a fault occurs, the sensor converts acoustic waves into electrical signals. These signals can be analyzed to pinpoint the location and severity of the fault. This method is valuable for early fault detection and structural integrity monitoring in pipelines. |
Tracer method: Tracer methods involve introducing a substance or marker into a system and tracking its movement to gather information. This is used in various applications, including hydrology, environmental monitoring, and industrial processes. | Statistical method: Statistical methods involve the use of statistical analysis to detect anomalies in pipeline data. By establishing statistical norms for various pipeline parameters, such as pressure or flow rates, any data that fall outside these norms can be flagged as a potential fault. Statistical process control charts and outlier detection techniques are often used to identify such anomalies. Unusual data points or trends in the statistics can indicate a pipeline fault. |
GPR: GPR uses radar pulses to image the subsurface of the ground. It is commonly used in geophysical and engineering applications for locating objects or anomalies underground. | Harmonic wavelet analysis: Harmonic wavelet analysis is employed in pipeline fault detection to extract and analyze harmonic components from sensor data. By identifying specific harmonic patterns in the data, it can reveal irregularities or resonances in the pipeline, often linked to defects. This analysis is particularly useful when investigating faults that result in characteristic harmonic responses. |
SmartBall method: The SmartBall method typically involves a free-swimming tool equipped with sensors that can be used for inspecting pipelines. It is used in the oil and gas industry to detect leaks and anomalies. | Harmonic analysis: Harmonic analysis is applied in pipeline fault detection to decompose sensor data into harmonic components. It helps identify the fundamental frequencies and harmonics associated with pipeline conditions. When faults cause changes in harmonic patterns, this method can signal abnormalities in pressure, flow, or other parameters. It aids in the recognition of deviations from normal pipeline operation. |
Reference | Relevant Information |
---|---|
Leu and Bui [17] | Leu and Bui’s study focuses on using Bayesian learning within a neural network to analyze pressure data in a water distribution system. The goal is to detect anomalies or faults in the distribution system. |
Zadkarami et al. [18] | This research employs a multi-layer perceptron neural network to analyze pressure and flow data in a simulated crude oil distribution system. The neural network is trained to identify and predict potential issues within the system. |
Zadkarami et al. [19] | Zadkarami uses a Dempster–Shafer multi-layer perceptron classifier to analyze pressure and flow data in a simulated crude oil distribution system. This approach aids in the classification and detection of faults. |
Gómez-Camperos et al. [20] | In this study, Gómez-Camperos employs a multi-layer perceptron neural network to analyze experimental flow data in a water distribution system. The focus is on the detection of abnormalities within the distribution network. |
Jia et al. [21] | Jia et al. use a neural network to analyze pressure data in an experimental water distribution system. While the specific type of neural network is not mentioned, it is used to detect potential issues within the system. |
Pulido et al. [22] | Pulido and the team utilize the backpropagation algorithm within a neural network to analyze pressure data in an experimental steam plant system. This aids in identifying and addressing potential faults in the system. |
Kang et al. [23] | Kang and colleagues employ a neural network in the space of states to analyze pressure data in an experimental water distribution system. This approach enhances fault detection capabilities within the network. |
Zhao et al. [15] | Zhao et al. apply a convolutional network to analyze pressure data in a simulated water distribution system. The neural network is designed to enhance the identification of faults within the simulated environment. |
Javadiha et al. [24] | Javadiha employs both convolutional networks and Bayesian reasoning within a neural network framework to analyze pressure data in an experimental water distribution system. This multifaceted approach aids in the detection and classification of faults within the system. |
Disclaimer/Publisher’s Note: The statements, opinions and data contained in all publications are solely those of the individual author(s) and contributor(s) and not of MDPI and/or the editor(s). MDPI and/or the editor(s) disclaim responsibility for any injury to people or property resulting from any ideas, methods, instructions or products referred to in the content. |
© 2025 by the authors. Licensee MDPI, Basel, Switzerland. This article is an open access article distributed under the terms and conditions of the Creative Commons Attribution (CC BY) license (https://creativecommons.org/licenses/by/4.0/).
Share and Cite
Ferreno-Gonzalez, S.; Diaz-Casas, V.; Miguez-Gonzalez, M.; San-Gabino, C.G. Detection of Pipe Ruptures in Shipboard Firefighting Systems Using Machine Learning and Deep Learning Techniques. Appl. Sci. 2025, 15, 1181. https://doi.org/10.3390/app15031181
Ferreno-Gonzalez S, Diaz-Casas V, Miguez-Gonzalez M, San-Gabino CG. Detection of Pipe Ruptures in Shipboard Firefighting Systems Using Machine Learning and Deep Learning Techniques. Applied Sciences. 2025; 15(3):1181. https://doi.org/10.3390/app15031181
Chicago/Turabian StyleFerreno-Gonzalez, Sara, Vicente Diaz-Casas, Marcos Miguez-Gonzalez, and Carlos G. San-Gabino. 2025. "Detection of Pipe Ruptures in Shipboard Firefighting Systems Using Machine Learning and Deep Learning Techniques" Applied Sciences 15, no. 3: 1181. https://doi.org/10.3390/app15031181
APA StyleFerreno-Gonzalez, S., Diaz-Casas, V., Miguez-Gonzalez, M., & San-Gabino, C. G. (2025). Detection of Pipe Ruptures in Shipboard Firefighting Systems Using Machine Learning and Deep Learning Techniques. Applied Sciences, 15(3), 1181. https://doi.org/10.3390/app15031181