douyimin

douyimin / RGT-Est

Public

Learning Stratigraphically Consistent Relative Geologic Time from 3D Seismic Data via Sinusoidal Mapping

19
4
100% credibility
Found May 19, 2026 at 23 stars -- GitGems finds repos before they trend. Get early access to the next one.
Sign Up Free
AI Analysis
Python
AI Summary

RGT-Est is a deep learning tool that helps geologists understand underground rock layers from 3D seismic images. Think of it like turning an ultrasound into a detailed geological timeline. The AI analyzes seismic data (sound waves bounced off underground formations) and predicts the relative age of each underground point, creating a complete 3D map of geological time. The key innovation is a special mathematical trick called sinusoidal mapping that helps the AI capture fine details and maintain consistent layer ordering. Users can either let the system work automatically or provide sparse horizon markers to guide the predictions. The result is a beautiful 3D visualization showing rock layers as colored surfaces that geologists can use for subsurface modeling, reservoir analysis, and exploration decisions.

How It Works

1
🔬 You have 3D seismic data

You've collected ultrasound-like images of the earth underground, showing layers of rock formations.

2
🧠 Your AI assistant learns the rock layers

A trained neural network analyzes your seismic images to understand the pattern and age of each underground layer.

3
The magic of sinusoidal mapping

Instead of guessing ages directly, the AI transforms the problem into a special wave pattern that captures the repeating rhythm of sedimentary layers.

4
Choose your workflow
🤖
Fully automatic mode

Feed in just your seismic data and let the AI figure out everything on its own.

📍
With horizon guidance

Provide sparse markers of known rock layers to help the AI be more precise in those areas.

5
📊 Your results come to life

The AI produces a complete 3D map showing the relative age of every point underground, with smooth, consistent layers.

🏆 You see beautiful horizons

Extract and visualize the rock layer boundaries as colored surfaces floating in 3D space, ready for geological interpretation.

Sign up to see the full architecture

4 more

Sign Up Free

Star Growth

See how this repo grew from 23 to 19 stars Sign Up Free
Repurpose This Repo

Repurpose is a Pro feature

Generate ready-to-use prompts for X threads, LinkedIn posts, blog posts, YouTube scripts, and more -- with full repo context baked in.

Unlock Repurpose
AI-Generated Review

What is RGT-Est?

RGT-Est is a deep learning framework for estimating Relative Geologic Time from 3D seismic data. In plain terms, it takes seismic reflection volumes and outputs a continuous field that represents the depositional age ordering of subsurface strata. The core innovation is a sinusoidal mapping approach that reformulates the problem from direct scalar regression into multi-scale phase optimization, which helps recover thin geological layers that conventional MSE/MAE losses tend to smooth away. Built in Python with PyTorch and PyTorch Lightning, it includes a pretrained model checkpoint ready for inference on field seismic surveys.

Why is it gaining traction?

The main hook here is the horizon quality. Traditional deep learning approaches for RGT estimation struggle with fine-scale stratigraphic details because their loss functions reward smoothness over geological accuracy. RGT-Est fights this by encoding periodic stratigraphic semantics directly into the optimization space, using adversarial, perceptual, and pointwise losses jointly. The optional horizon guidance module is a practical win too: feed in sparse 2D or 3D horizon constraints, and precision improves significantly without breaking the automatic workflow. The demos cover real field surveys from Australia, Costa Rica, Netherlands, and China, so the approach is validated across diverse structural complexity.

Who should use this?

This is squarely for geophysicists, structural geologists, and reservoir engineers working with 3D seismic interpretation. If you are building subsurface models, performing depositional analysis, or characterizing reservoirs, RGT-Est can accelerate horizon extraction and ensure stratigraphic consistency. Seismic imaging specialists evaluating AI-assisted interpretation tools will find the benchmark comparisons useful. General ML engineers exploring novel applications of sinusoidal representations in regression tasks will also find the approach conceptually interesting.

Verdict

RGT-Est solves a niche but real problem in computational geology with a technically sound approach. The 1.0% credibility score reflects the project's early stage: only 19 stars, minimal community engagement, and no training data or dataset code included in the release. Documentation is adequate for running demos, but production deployment requires careful handling of the fixed inference grid size constraint. Worth exploring for specialized seismic interpretation workflows, but treat the pretrained weights as a starting point rather than a turnkey solution.

Sign up to read the full AI review Sign Up Free

Similar repos coming soon.