paper-with-me

Papers

Making the black-box brighter: interpreting machine learning algorithm for forecasting drilling accidents

2022-09-06 · Ekaterina Gurina, Nikita Klyuchnikov, Ksenia Antipova, Dmitry Koroteev

We present an approach for interpreting a black-box alarming system for forecasting accidents and anomalies during the drilling of oil and gas wells. The interpretation methodology aims to explain the local behavior of the accident predictive model to drilling engineers. The explanatory model uses Shapley additive explanations analysis of features, obtained through Bag-of-features representation of telemetry logs used during the drilling accident forecasting phase. Validation shows that the explanatory model has 15% precision at 70% recall, and overcomes the metric values of a random baseline and multi-head attention neural network. These results justify that the developed explanatory model is better aligned with explanations of drilling engineers, than the state-of-the-art method. The joint performance of explanatory and Bag-of-features models allows drilling engineers to understand the logic behind the system decisions at the particular moment, pay attention to highlighted telemetry regions, and correspondingly, increase the trust level in the accident forecasting alarms.

📄 PDF Abstract BibTeX arXiv:2209.02256

Code (0)

등록된 구현이 없습니다.

Methods 이 논문이 사용한 방법론

Softmax The Softmax output function transforms a previous layer's output into a vector of probabilities. It is commonly used for multiclass classification. Given an input vector $x$…
Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.

Similar Papers 제목 키워드 기반

Symbolic Metamodels for Interpreting Black-boxes Using Primitive Functions

2023-02-09 · Mahed Abroshan, Saumitra Mishra, Mohammad Mahdi Khalili

One approach for interpreting black-box machine learning models is to find a global approximation of the model using simple interpretable functions, which is called a metamodel (a model of the model). Approximating the b…

Feature ImportanceFormSymbolic Regression

Investigating Poor Performance Regions of Black Boxes: LIME-based Exploration in Sepsis Detection

2023-06-21 · Mozhgan Salimiparsa, Surajsinh Parmar, San Lee, Choongmin Kim 외

Interpreting machine learning models remains a challenge, hindering their adoption in clinical settings. This paper proposes leveraging Local Interpretable Model-Agnostic Explanations (LIME) to provide interpretable desc…

Decision Making

Interpreting Black-boxes Using Primitive Parameterized Functions

2021-09-29 · Mahed Abroshan, Saumitra Mishra, Mohammad Mahdi Khalili

One approach for interpreting black-box machine learning models is to find a global approximation of the model using simple interpretable functions, which is called a metamodel (a model of the model). Approximating the b…

Feature ImportanceFormSymbolic Regression

Interpreting Blackbox Models via Model Extraction

2017-05-23 · Osbert Bastani, Carolyn Kim, Hamsa Bastani

Interpretability has become incredibly important as machine learning is increasingly used to inform consequential decisions. We propose to construct global explanations of complex, blackbox models in the form of a decisi…

modelModel extraction

A Gray Box Interpretable Visual Debugging Approach for Deep Sequence Learning Model

2018-11-20 · Md Mofijul Islam, Amar Debnath, Tahsin Al Sayeed, Jyotirmay Nag Setu 외

Deep Learning algorithms are often used as black box type learning and they are too complex to understand. The widespread usability of Deep Learning algorithms to solve various machine learning problems demands deep and …

Decision MakingDeep Learning