DataDRILL: Formation Pressure Prediction and Kick Detection for Drilling Rigs

Murshedul Arifeen,Andrei Petrovski,Md Junayed Hasan,Igor Kotenko,Maksim Sletov,Phil Hassard
2024-09-29
Abstract:Accurate real-time prediction of formation pressure and kick detection is crucial for drilling operations, as it can significantly improve decision-making and the cost-effectiveness of the process. Data-driven models have gained popularity for automating drilling operations by predicting formation pressure and detecting kicks. However, the current literature does not make supporting datasets publicly available to advance research in the field of drilling rigs, thus impeding technological progress in this domain. This paper introduces two new datasets to support researchers in developing intelligent algorithms to enhance oil/gas well drilling research. The datasets include data samples for formation pressure prediction and kick detection with 28 drilling variables and more than 2000 data samples. Principal component regression is employed to forecast formation pressure, while principal component analysis is utilized to identify kicks for the dataset's technical validation. Notably, the R2 and Residual Predictive Deviation scores for principal component regression are 0.78 and 0.922, respectively.
Machine Learning
What problem does this paper attempt to address?
The main problem this paper attempts to address is the real-time accurate prediction of formation pressure and kick detection during drilling operations. Specifically: 1. **Formation Pressure Prediction**: - Accurately predicting formation pressure is crucial for optimizing drilling operations, improving decision-making efficiency, and reducing costs. - Current research lacks publicly available datasets to support this field of study, which hinders technological advancements. 2. **Kick Detection**: - A kick refers to the unexpected entry of formation fluids into the wellbore, which can lead to severe incidents such as blowouts. - Accurate kick detection can prevent these incidents and ensure drilling safety. To address these issues, the authors introduce two new datasets that contain 28 drilling variables and over 2000 data samples. With these datasets, researchers can develop and validate intelligent algorithms to improve the efficiency and safety of oil well drilling. Specific methods include using Principal Component Regression (PCR) for formation pressure prediction and Principal Component Analysis (PCA) for kick detection. Preliminary experimental results show that the PCR model has R² and RPD scores of 0.78 and 0.922, respectively, indicating good predictive performance of these methods.