LGJul 17, 2023

Efficient selective attention LSTM for well log curve synthesis

arXiv:2307.10253v33 citationsh-index: 17
Originality Incremental advance
AI Analysis

This work addresses the high costs and inefficiency of manual corrections in geological exploration, offering a practical solution for engineers, though it is incremental as it builds on existing LSTM networks.

The paper tackles the problem of missing or low-quality well logging curves in geological exploration by proposing a machine learning method that predicts missing data, achieving higher accuracy than traditional methods like FCNN and vanilla LSTM.

Non-core drilling has gradually become the primary exploration method in geological exploration engineering, and well logging curves have increasingly gained importance as the main carriers of geological information. However, factors such as geological environment, logging equipment, borehole quality, and unexpected events can all impact the quality of well logging curves. Previous methods of re-logging or manual corrections have been associated with high costs and low efficiency. This paper proposes a machine learning method that utilizes existing data to predict missing data, and its effectiveness and feasibility have been validated through field experiments. The proposed method builds on the traditional Long Short-Term Memory (LSTM) neural network by incorporating a self-attention mechanism to analyze the sequential dependencies of the data. It selects the dominant computational results in the LSTM, reducing the computational complexity from O(n^2) to O(nlogn) and improving model efficiency. Experimental results demonstrate that the proposed method achieves higher accuracy compared to traditional curve synthesis methods based on Fully Connected Neural Networks (FCNN) and vanilla LSTM. This accurate, efficient, and cost-effective prediction method holds a practical value in engineering applications.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes