Supervised Time Series Classification for Anomaly Detection in Subsea Engineering

Ergys Çokaj,Halvor Snersrud Gustad,Andrea Leone,Per Thomas Moe,Lasse Moldestad
2024-03-13
Abstract:Time series classification is of significant importance in monitoring structural systems. In this work, we investigate the use of supervised machine learning classification algorithms on simulated data based on a physical system with two states: Intact and Broken. We provide a comprehensive discussion of the preprocessing of temporal data, using measures of statistical dispersion and dimension reduction techniques. We present an intuitive baseline method and discuss its efficiency. We conclude with a comparison of the various methods based on different performance metrics, showing the advantage of using machine learning techniques as a tool in decision making.
Machine Learning,Dynamical Systems
What problem does this paper attempt to address?
The paper is primarily dedicated to addressing the problem of detecting anomalies in subsea engineering through Time Series Classification (TSC), specifically monitoring changes in the structural integrity of wellhead systems. Specifically, the research aims to use supervised machine learning algorithms on simulated data to identify whether a wellhead has cracks, which is crucial for preventing uncontrolled releases of oil and gas. To achieve this goal, the researchers first preprocessed data from the simulation software Orcaflex, which simulated the dynamic responses of wellhead systems with and without cracks under different sea conditions. The preprocessing included statistical dispersion measurements (such as standard deviation) and the application of dimensionality reduction techniques. Next, the paper explores several different methods for performing the binary classification task of distinguishing between "intact" and "damaged" wellhead states. These methods include: 1. **Baseline Method**: A method based on standard deviation analysis, using regression techniques to classify the data. 2. **Logistic Regression**: Applying logistic regression on data that has undergone Principal Component Analysis (PCA) for dimensionality reduction. 3. **Decision Tree**: A popular supervised classification and regression technique. 4. **Support Vector Machine**: A machine learning algorithm used for binary classification. 5. **Convolutional Neural Network**: A deep learning algorithm particularly suited for capturing patterns in time series data. Finally, the paper evaluates the effectiveness of these methods by comparing various performance metrics and discusses future research directions. Overall, the study aims to demonstrate that using machine learning techniques can effectively detect structural anomalies in subsea engineering, thereby contributing to the safety and reliability of offshore operations.