π― Learning Objectives
-
β
Explain how conditional simulation and neural network classifiers improve boundary uncertainty quantification compared to deterministic kriging
-
β
Design an AI-augmented grade control workflow integrating real-time assay data, LiDAR scan updates, and blasthole deviation correction
-
β
Analyze grade reconciliation reports to quantify dilution and ore loss attributable to static vs. AI-updated orebody models
-
β
Apply Bayesian updating to revise local grade probability distributions after each new assay result
-
β
Calculate the economic impact (USD/ton) of reducing misclassification error by 15% using AI-delineated boundaries
π Why This Matters
In modern open-pit mines, up to 30% of mill feed grade variance stems from inaccurate orebody boundaries β leading to costly dilution, premature pit wall failures, or missed high-grade pockets. AI-powered delineation isnβt about replacing geologists; itβs about giving them predictive tools that learn from every drill hole, blast, and mill assay. This lesson bridges the gap between theoretical AI concepts and daily grade control decisions β where a 2% improvement in boundary accuracy can yield $8M/year in value at a mid-tier copper operation.
π Core Principles
AI-powered orebody delineation rests on three interdependent pillars: (1) Uncertainty-aware modeling β using multiple equally probable realizations (e.g., sequential Gaussian simulation) instead of single 'best estimate' surfaces; (2) Adaptive learning β training convolutional neural networks (CNNs) on core-logging imagery, spectral data, and geochemical assays to detect subtle lithological transitions invisible to conventional logging; and (3) Closed-loop grade control β feeding production-scale assay results back into the model via Bayesian updating, enabling dynamic reclassification of blocks between ore/waste categories *before* the next blast round. Unlike static block models, AI-augmented models update spatial correlation structures and variograms in near real time using streaming sensor data from autonomous haul trucks and in-pit spectrometers.
π Bayesian Grade Probability Update
This formula quantifies how a new assay result revises the probability that a block belongs to the 'payable ore' class, based on prior geological belief and measurement reliability. It underpins adaptive grade control decisions when reconciling short-interval assays against modeled grades.
Posterior Ore Probability (Bayesian Update)
P(Ore|Data) = [P(Data|Ore) Γ P(Ore)] / [P(Data|Ore) Γ P(Ore) + P(Data|Waste) Γ P(Waste)]
Updates the probability a block is ore given new assay or sensor data, balancing prior geological knowledge with current measurement evidence.
Variables:
| Symbol | Name | Unit | Description |
| P(Ore|Data) |
Posterior probability of ore |
unitless (0β1) |
Revised probability after incorporating new data |
| P(Data|Ore) |
Likelihood of data given ore |
unitless (0β1) |
Probability the observed assay would occur if the block were truly ore |
| P(Ore) |
Prior probability of ore |
unitless (0β1) |
Pre-assay probability based on geological model and surrounding data |
| P(Data|Waste) |
Likelihood of data given waste |
unitless (0β1) |
Probability the observed assay would occur if the block were waste |
| P(Waste) |
Prior probability of waste |
unitless (0β1) |
1 β P(Ore); prior probability the block is waste |
Typical Ranges:
High-confidence assay in well-characterized domain: 0.85 β 0.99
Low-confidence assay near boundary: 0.40 β 0.75
π‘ Worked Example
Problem: A 5m x 5m x 5m block has prior probability P(Ore) = 0.65 of being payable ore (Cu β₯ 0.45%). A newly acquired XRF assay yields Cu = 0.52% Β± 0.08% (95% CI). Assume assay measurement error follows normal distribution and likelihood P(Assay|Ore) = 0.82, P(Assay|Waste) = 0.11.
1.
Step 1: Identify prior P(Ore) = 0.65; P(Waste) = 0.35
2.
Step 2: Apply Bayesβ theorem: P(Ore|Assay) = [P(Assay|Ore) Γ P(Ore)] / [P(Assay|Ore) Γ P(Ore) + P(Assay|Waste) Γ P(Waste)]
3.
Step 3: Compute numerator = 0.82 Γ 0.65 = 0.533; denominator = 0.533 + (0.11 Γ 0.35) = 0.533 + 0.0385 = 0.5715
4.
Step 4: Posterior = 0.533 / 0.5715 β 0.933
Answer:
The posterior probability of ore is 0.933 (93.3%), increasing from 65% β confirming reclassification to ore for blast planning. This falls within the actionable range of >0.85 for immediate stope designation per CIM Grade Control Guidelines.
ποΈ Real-World Application
At Newmontβs Boddington Mine (Western Australia), implementation of an AI-powered delineation system (using NVIDIA RAPIDS-accelerated geostatistical simulation + ResNet-50 lithology classifiers trained on 28,000 core images) reduced grade variance in mill feed by 22% over 18 months. The system ingests daily blasthole deviation surveys, real-time LIBS assays from face scanners, and weekly drone-based topographic updates. When a new high-grade outlier was detected in a previously classified waste zone, the Bayesian updater triggered automatic re-simulation of 12 nearby blocks β leading to revised dig lines that recovered 14,200 tonnes of 1.8% Cu ore previously scheduled for waste dump. Reconciliation confirmed <3% model misclassification error versus 11% pre-AI baseline.