Related Experiment Videos
Dual-attention residual U-Net with Huber loss for robust and efficient porosity prediction from well logs
Amirreza Mehrabi1, Matin Mahzad2, Majid Bagheri3
1Department of Petroleum Engineering, Science and Research Branch, Islamic Azad University, Tehran, Iran.
Abstract:
Accurate porosity prediction from well logs is critical for reservoir characterization, yet existing deep learning approaches face notable limitations. Sequential LSTM-based architectures suffer from computational bottlenecks due to their recurrent processing of depth sequences, which limits training efficiency and scalability on large well-log datasets. Single-pass CNN-Transformer models, while more parallelizable, often fail to preserve multi-scale features, resulting in inadequate capture of geological heterogeneity across varying stratigraphic resolutions. To address these challenges, we propose a novel 1D U-Net architecture that integrates ResNet blocks with dual attention mechanisms and is trained using Huber loss for robust handling of well-log noise. The encoder-decoder structure employs residual blocks for efficient, parallelized processing of depth-windowed sequences, overcoming LSTM's sequential bottlenecks while preserving multi-resolution features through skip connections enhanced by attention gates. Self-attention at the bottleneck further captures global stratigraphic patterns across depth intervals, compensating for the limited multi-scale representation in standard CNN-Transformer designs. Huber loss (with δ = 0.005 calibrated to the empirical distribution of training residuals) combines quadratic penalties for high-precision fitting in tight formations and linear penalties for outlier robustness, with approximately 24.7% of residuals engaging the linear regime to mitigate measurement artifacts common in well-log data. We evaluate the model on a carbonate reservoir dataset using blind well testing. Compared to baselines including CNN-Transformer, PPTransformer, U-Net-LSTM, and PSO-GBDT, our architecture achieves superior performance with R² = 0.9912 ± 0.0008 and RMSE = 0.0042 ± 0.0003, while training approximately 7 times faster than U-Net-LSTM. Autocorrelation-corrected paired t-tests with empirically justified effective sample size ([Formula: see text], [Formula: see text]) and large effect sizes (Cohen's d > 0.8) confirm statistically significant improvements at [Formula: see text] across all baseline comparisons. Attention visualizations demonstrate focus on lithologically sensitive depth intervals, enhancing geological interpretability. This work establishes ResNet-based encoder-decoder architectures with dual attention and robust loss functions as an efficient and accurate framework for well log-based porosity prediction.
Related Concept Videos
Porosity and Absorption of Aggregate
When all pores in an aggregate are filled with water, the aggregate is considered saturated and surface-dry. If left in dry air, water will evaporate until the aggregate...
Uniform Depth Channel Flow: Problem Solving
Uniform Depth Channel Flow
Residuals and Least-Squares Property
If the observed data point lies above the line, the residual is positive, and the line underestimates the actual data value for y. If the observed data point lies below the line, the residual is negative, and the line overestimates the actual data value for y.
The process of fitting the best-fit...
Porosity in Cement Paste
The balance of water to cement in the mix is critical—it...
Residual Plots
When the residual values are plotted against the variable x, it is called a residual...