Uncertainty and Explainable Analysis of Machine Learning Model for
Reconstruction of Sonic Slowness Logs
- URL: http://arxiv.org/abs/2308.12625v1
- Date: Thu, 24 Aug 2023 08:03:15 GMT
- Title: Uncertainty and Explainable Analysis of Machine Learning Model for
Reconstruction of Sonic Slowness Logs
- Authors: Hua Wang, Yuqiong Wu, Yushun Zhang, Fuqiang Lai, Zhou Feng, Bing Xie,
Ailin Zhao
- Abstract summary: We use data from the 2020 machine learning competition of the SPWLA to predict the missing compressional wave slowness and shear wave slowness logs.
We employ the NGBoost algorithm to construct an Ensemble Learning model that can predicate the results as well as their uncertainty.
Our findings reveal that the NGBoost model tends to provide greater slowness prediction results when the neutron porosity and gamma ray are large.
- Score: 5.815454346817298
- License: http://arxiv.org/licenses/nonexclusive-distrib/1.0/
- Abstract: Logs are valuable information for oil and gas fields as they help to
determine the lithology of the formations surrounding the borehole and the
location and reserves of subsurface oil and gas reservoirs. However, important
logs are often missing in horizontal or old wells, which poses a challenge in
field applications. In this paper, we utilize data from the 2020 machine
learning competition of the SPWLA, which aims to predict the missing
compressional wave slowness and shear wave slowness logs using other logs in
the same borehole. We employ the NGBoost algorithm to construct an Ensemble
Learning model that can predicate the results as well as their uncertainty.
Furthermore, we combine the SHAP method to investigate the interpretability of
the machine learning model. We compare the performance of the NGBosst model
with four other commonly used Ensemble Learning methods, including Random
Forest, GBDT, XGBoost, LightGBM. The results show that the NGBoost model
performs well in the testing set and can provide a probability distribution for
the prediction results. In addition, the variance of the probability
distribution of the predicted log can be used to justify the quality of the
constructed log. Using the SHAP explainable machine learning model, we
calculate the importance of each input log to the predicted results as well as
the coupling relationship among input logs. Our findings reveal that the
NGBoost model tends to provide greater slowness prediction results when the
neutron porosity and gamma ray are large, which is consistent with the
cognition of petrophysical models. Furthermore, the machine learning model can
capture the influence of the changing borehole caliper on slowness, where the
influence of borehole caliper on slowness is complex and not easy to establish
a direct relationship. These findings are in line with the physical principle
of borehole acoustics.
Related papers
- Efficient selective attention LSTM for well log curve synthesis [0.0]
This paper proposes a machine learning method that utilizes existing data to predict missing data.
The proposed method builds on the traditional Long Short-Term Memory (LSTM) neural network by incorporating a self-attention mechanism.
Experimental results demonstrate that the proposed method achieves higher accuracy compared to traditional curve synthesis methods.
arXiv Detail & Related papers (2023-07-17T09:35:18Z) - Enhancing Petrophysical Studies with Machine Learning: A Field Case
Study on Permeability Prediction in Heterogeneous Reservoirs [0.0]
The study employed three machine learning algorithms, namely Artificial Neural Network (ANN), Random Forest (RFC), and Support Vector Machine (SVM)
The primary objective of this study was to compare the effectiveness of the three machine learning algorithms in predicting permeability and determine the optimal prediction method.
The findings will be used to improve reservoir simulation and locate future wells more accurately.
arXiv Detail & Related papers (2023-05-11T21:23:37Z) - Energy-based Out-of-Distribution Detection for Graph Neural Networks [76.0242218180483]
We propose a simple, powerful and efficient OOD detection model for GNN-based learning on graphs, which we call GNNSafe.
GNNSafe achieves up to $17.0%$ AUROC improvement over state-of-the-arts and it could serve as simple yet strong baselines in such an under-developed area.
arXiv Detail & Related papers (2023-02-06T16:38:43Z) - Stabilizing Machine Learning Prediction of Dynamics: Noise and
Noise-inspired Regularization [58.720142291102135]
Recent has shown that machine learning (ML) models can be trained to accurately forecast the dynamics of chaotic dynamical systems.
In the absence of mitigating techniques, this technique can result in artificially rapid error growth, leading to inaccurate predictions and/or climate instability.
We introduce Linearized Multi-Noise Training (LMNT), a regularization technique that deterministically approximates the effect of many small, independent noise realizations added to the model input during training.
arXiv Detail & Related papers (2022-11-09T23:40:52Z) - Physics-informed machine learning with differentiable programming for
heterogeneous underground reservoir pressure management [64.17887333976593]
Avoiding over-pressurization in subsurface reservoirs is critical for applications like CO2 sequestration and wastewater injection.
Managing the pressures by controlling injection/extraction are challenging because of complex heterogeneity in the subsurface.
We use differentiable programming with a full-physics model and machine learning to determine the fluid extraction rates that prevent over-pressurization.
arXiv Detail & Related papers (2022-06-21T20:38:13Z) - Flexible Amortized Variational Inference in qBOLD MRI [56.4324135502282]
Oxygen extraction fraction (OEF) and deoxygenated blood volume (DBV) are more ambiguously determined from the data.
Existing inference methods tend to yield very noisy and underestimated OEF maps, while overestimating DBV.
This work describes a novel probabilistic machine learning approach that can infer plausible distributions of OEF and DBV.
arXiv Detail & Related papers (2022-03-11T10:47:16Z) - Prediction of liquid fuel properties using machine learning models with
Gaussian processes and probabilistic conditional generative learning [56.67751936864119]
The present work aims to construct cheap-to-compute machine learning (ML) models to act as closure equations for predicting the physical properties of alternative fuels.
Those models can be trained using the database from MD simulations and/or experimental measurements in a data-fusion-fidelity approach.
The results show that ML models can predict accurately the fuel properties of a wide range of pressure and temperature conditions.
arXiv Detail & Related papers (2021-10-18T14:43:50Z) - Machine Learning for Gas and Oil Exploration [0.0]
Well logs contain various characteristics of the rock around the borehole, which allow petrophysicists to determine the expected amount of hydrocarbon.
These logs are often incomplete and, as a consequence, the subsequent analyses cannot exploit the full potential of the well logs.
In this paper we demonstrate that Machine Learning can be applied to emphfill in the gaps and estimate missing values.
We then explore the models' predictions both quantitatively, tracking the prediction error, and qualitatively, capturing the evolution of the measured and predicted values for a given property with depth.
arXiv Detail & Related papers (2020-10-04T11:03:17Z) - Physics Informed Deep Kernel Learning [24.033468062984458]
Physics Informed Deep Kernel Learning (PI-DKL) exploits physics knowledge represented by differential equations with latent sources.
For efficient and effective inference, we marginalize out the latent variables and derive a collapsed model evidence lower bound (ELBO)
arXiv Detail & Related papers (2020-06-08T22:43:31Z) - Belief Propagation Reloaded: Learning BP-Layers for Labeling Problems [83.98774574197613]
We take one of the simplest inference methods, a truncated max-product Belief propagation, and add what is necessary to make it a proper component of a deep learning model.
This BP-Layer can be used as the final or an intermediate block in convolutional neural networks (CNNs)
The model is applicable to a range of dense prediction problems, is well-trainable and provides parameter-efficient and robust solutions in stereo, optical flow and semantic segmentation.
arXiv Detail & Related papers (2020-03-13T13:11:35Z) - Real-Time Well Log Prediction From Drilling Data Using Deep Learning [2.064612766965483]
We present a workflow for data augmentation and feature engineering using Distance-based Global Sensitivity Analysis.
We propose an Inception-based Convolutional Neural Network combined with a Temporal Convolutional Network as the deep learning model.
12 wells from the Equinor dataset for the Volve field in the North Sea are used for learning.
arXiv Detail & Related papers (2020-01-28T03:57:31Z)
This list is automatically generated from the titles and abstracts of the papers in this site.
This site does not guarantee the quality of this site (including all information) and is not responsible for any consequences.