Zing 论坛

正文

PINN-Curvas-Sinteticas:物理信息神经网络在测井曲线预测中的创新应用

一个将物理约束融入神经网络的地球科学项目,通过物理信息神经网络(PINN)从常规测井数据预测密度曲线,在井筒数据缺失或损坏时提供可靠的替代方案。

物理信息神经网络PINN测井曲线密度预测地球科学机器学习油气勘探LOWO交叉验证
发布时间 2026/06/04 08:15最近活动 2026/06/04 08:21预计阅读 4 分钟
PINN-Curvas-Sinteticas:物理信息神经网络在测井曲线预测中的创新应用
1

章节 01

PINN-Curvas-Sinteticas: Innovative Application of Physics-Informed Neural Networks in Logging Curve Prediction

This project applies Physics-Informed Neural Networks (PINN) to predict density curves from regular logging data, addressing missing or damaged wellbore data issues. By integrating physical constraints into the neural network's loss function, it enhances generalization ability and provides reliable alternatives for density curve prediction in oil and gas exploration. The open-source project is maintained by OilCoder on GitHub.

2

章节 02

Project Background and Industry Challenges

In oil and gas exploration, density curves (RHOB/DEN) are critical for porosity calculation, lithology identification, and reservoir quality evaluation. However, they often go missing or get damaged (e.g., wellbore collapse). Traditional solutions like re-logging are costly/time-consuming, while pure data-driven ML models lack generalization on new wells. PINN offers a solution by embedding physical laws into models.

3

章节 03

Core Innovations: Physical Constraints Integration

  1. Physical Relationship: DEN_expected = A·NPHI + D·(NPHI×GR) (A=-0.556, D=0.086, R²=0.338) to capture shale content.
  2. Loss Function: L_total = L_data (MSE) + λ·L_physical (deviation from physical expectation).
  3. Intelligent Weight: Zero λ in washout areas to ignore unreliable constraints.
4

章节 04

Model Architecture and Data Processing

  • Input: 5 curves (GR, RT/RILD, RILM, NPHI/CNLS, SP).
  • Model: MLP (5→64→64→32→1) with Adam optimizer (lr=1e-3) and fixed seed=42.
  • Preprocessing: Washout detection, outlier handling (5-detector consensus), log transformation for resistivity, Yeo-Johnson/Z-score normalization, DEN constrained to [1.5,3.1] g/cc.
5

章节 05

Rigorous Evaluation with LOWO Cross-Validation

  • LOWO: Leave-One-Well-Out to avoid data leakage (simulates new well prediction).
  • Two-Level Protocol: 1. LOWO on 27 wells to select optimal λ; 2. Blind test on 3 independent wells (ensemble/single model).
6

章节 06

Experimental Results and Key Insights

  • LOWO: PINN (λ=0.5) improves MAE by 3.6% (0.140→0.135) and R² by18.5% (0.276→0.327) (22/27 wells better).
  • Blind Wells: PINN improves all 3 wells (ensemble: MAE↓0.004, R²↑0.038; single model: MAE↓0.007, R²↑0.086).
  • Insight: Physical constraints enhance generalization on unseen wells.
7

章节 07

Practical Value and Future Prospects

  • Industry: Data补全 for missing curves, cost reduction, better reservoir decision support.
  • Research: Domain knowledge fusion, LOWO as spatiotemporal evaluation reference, physical constraints boost robustness.
  • Scalability: Extendable to other logging tasks (sonic time difference, resistivity reconstruction).
  • Outlook: Balances data/knowledge-driven approaches for scientific ML reliability.