Abstract
Subsea valves are a key piece of equipment in the extraction process of oil and natural gas. Valves control the flow of fluids by opening and closing passageways. A malfunctioning valve can lead to significant operational losses. In this paper, we describe VHI, a system designed to assist maintenance engineers with condition-based monitoring services for valves. VHI addresses the challenge of maintenance in two ways: a supervised approach that predicts impending valve failure, and an unsupervised approach that identifies and highlights anomalies i.e., an unusual valve behaviour. While the supervised approach is suitable for valves with long operational history, the unsupervised approach is suitable for valves with no operational history.
You have full access to this open access chapter, Download conference paper PDF
Similar content being viewed by others
1 Introduction
Predictive maintenance techniques are designed to identify developing issues in industrial equipment, alerting the need for maintenance before issues become critical [1, 2, 4]. These techniques aid hardware maintenance engineers in their maintenance tasks and therefore reduce the cost of condition-based monitoring services for large industrial equipment.
In this paper we present VHI, a system that aids hardware maintenance engineers manage subsea equipment in the oil and gas industry using supervised and unsupervised machine learning. The supervised approach makes use of the k nearest neighbour algorithm to classify valves as (healthy or unhealthy). In the unsupervised scenario, we use anomaly detection to capture abrupt changes in valve behaviour by contrasting the sensor readings of consecutive valve opening and closing events.
The innovative aspect of VHI is the convenience that it brings to hardware maintenance engineers. Using the supervised approach the condition of valves can be classified and simultaneously explained through simple nearest neighbour signature plots. Using the unsupervised approach the condition of new valves can be visualised with anomaly detection plots from different perspectives.
The VHI system is beneficial for the industrial sector where maintenance of equipment is often needed. The system requires time-series data generated by the sensors to monitor the condition of the equipment, and it can benefit industries when a history of operational data is present or otherwise.
There are two similar commercial products available in the market for the maintenance of valves: ValveLink Software from Emerson electric (emerson.com) and the VTScada system (trihedral.com). Both of these systems, however, are generic equipment management tools which lead to complex interfaces. VHI is tailor-made for the needs of an oil and gas engineers and kept simple and intuitive to use.
2 System Overview
We now present an overview of the VHI system. First, we discuss the dataset description, then we discuss supervised and unsupervised approaches.
Data: The dataset is composed of 583 subsea valves which are monitored over multiple years. These valves have a total of 6, 648 open (48.87%) and close (51.12%) events. Each time a valve is opened or closed, the state of the valve is captured by three sensors. Two of the sensors measure pressure, and the third sensor measures cumulative volume. During an event (opening or closing), a sensor records 120 readings at regular intervals and this results in three-time series (one for each sensor).
Supervised Approach: The supervised approach is suitable for valves that have a history of operational data available along with manual assessments. VHI uses the k nearest neighbour algorithm [3] for classification and it uses signature plots from the nearest neighbours to help maintenance engineers understand predictions (see Fig. 1).
Unsupervised Approach: The unsupervised approach is suitable for valves for which no operational history is available, making it appropriate for a cold start problem. In the unsupervised approach, we use anomaly detection to capture abrupt changes between consecutive readings from sensors when a valve is either opened or closed. These abrupt changes are calculated by applying distance metrics between consecutive readings. We primarily use dynamic time warping but other distance metrics (e.g. Bray-Curtis and discrete Frechet) are also made available in VHI.
3 User Interface
The interface of the supervised approach is composed of four modules (see Fig. 1). The first module is composed of the required inputs. The first input requires a ‘csv’ file containing the valves’ data, where each row contains data captured by sensors whenever a valve is either opened or closed. The rest of the inputs are to select the event (either open or close), to either apply normalisation to the signals or not, and the last one to navigate between rows of the ‘csv’ file. The second module (called ‘Test Case’, see Fig. 1) shows the plots generated by using all three sensors. Each line shows 120 points generated by a sensor. The first plot shows the signature of the predicted valve (on the left side) along with a predicted label (either healthy or unhealthy). The third module called ‘Neighbours’ shows the three nearest neighbours (on the right side) along with their respective labels. The prediction is made by majority vote among the three neighbours. The final module is called ‘History’ which shows a number of previous plots of the valve (being predicted) to demonstrate the evolution of the state of the valve, these plots are not shown due to space limitation.
The interface for the unsupervised anomaly detection approach is composed of four modules (see Fig. 2). The first module is composed of the required inputs. The six inputs are to select a valve, an event (opened or closed), a metric (distance), signal transformation (original, first derivative, normalised), truncation of the signal (i.e., eliminating a first few, a last few, or at both sides of the 120 data points), and a slider that controls the instance of a valve progressively over time. The second module shows the anomaly detection plots for each sensor which is calculated by the distance between two consecutive signals (indicated by “Last signal only” in Fig. 2). The colour (which is indicated for demo purposes only) of each point represents the state of the valve at that point (green for healthy, blue for degraded, and red for failure). However, the idea is that a spike in the distance shows an anomaly and needs to be investigated by the engineer. Similar to the second module, the third module shows anomaly detection plots for each sensor but by calculating the distance between the average of three preceding signals and the recent signal (not shown in the Fig. 1 due to space limitation). Finally, the last module shows the original progression of the sensor data over an instance of the valve controlled by the ‘Selected point’ slider.
The URL https://youtu.be/dueTEovxHqI shows the online video demonstration of the VHI system.
4 Conclusions
This paper described VHI a novel predictive maintenance system designed to assist oil and gas engineers manage subsea valves. The system uses supervised and unsupervised machine learning techniques to monitor valve health. The system is currently being used by engineers at a number of sites.
References
Animah, I., Shafiee, M.: Condition assessment, remaining useful life prediction and life extension decision making for offshore oil and gas assets. J. Loss Prev. Process. Ind. 53, 17–28 (2017)
Di Maio, F., Hu, J., Tse, P., Pecht, M., Tsui, K., Zio, E.: Ensemble-approaches for clustering health status of oil sand pumps. Expert. Syst. Appl. 39(5), 4847–4859 (2012)
Kelleher, J.D., Mac Namee, B., D’Arcy, A.: Fundamentals of Machine Learning for Predictive Data Analytics: Algorithms, Worked Examples, and Case Studies. MIT Press, Cambridge (2015)
Wu, S., Gebraeel, N., Lawley, M.A., Yih, Y.: A neural network integrated decision support system for condition-based optimal predictive maintenance policy. IEEE Trans. Syst. Man Cybern.-Part A: Syst. Hum. 37(2), 226–236 (2007)
Acknowledgements
This publication has emanated from research conducted with the support of Enterprise Ireland (EI), under Grant Number IP20160496 and TC20130013. The data was kindly supplied by BP, supported by Wood.
Author information
Authors and Affiliations
Corresponding author
Editor information
Editors and Affiliations
Rights and permissions
Copyright information
© 2019 Springer Nature Switzerland AG
About this paper
Cite this paper
Atif Qureshi, M., Miralles-Pechuán, L., Su, J., Payne, J., O’Malley, R. (2019). VHI: Valve Health Identification for the Maintenance of Subsea Industrial Equipment. In: Brefeld, U., et al. Machine Learning and Knowledge Discovery in Databases. ECML PKDD 2018. Lecture Notes in Computer Science(), vol 11053. Springer, Cham. https://doi.org/10.1007/978-3-030-10997-4_48
Download citation
DOI: https://doi.org/10.1007/978-3-030-10997-4_48
Published:
Publisher Name: Springer, Cham
Print ISBN: 978-3-030-10996-7
Online ISBN: 978-3-030-10997-4
eBook Packages: Computer ScienceComputer Science (R0)