Calculator D5

Dilution Prediction with Convolutional LSTM Networks

A method that uses AI models combining spatial and time-based data to predict how much waste rock will mix into ore during mining—like forecasting where 'dirt' sneaks into 'gold' as you blast and dig.

Deployment Scale
Operational at 7 Tier-1 block caving mines (2022–2024)
Typical ROI
3.2–5.1% reduction in dilution-related processing cost per tonne
Regulatory Context
Aligned with JORC Code Appendix 3 (‘Reasonable Prospects for Economic Extraction’) for dilution sensitivity reporting

⚠️ Why It Matters

1
Inaccurate dilution forecasts
2
Over-estimation of recoverable ore
3
Excessive waste handling and haulage
4
Reduced mill feed grade consistency
5
Lower metal recovery and increased unit processing cost

📘 Definition

Dilution prediction with Convolutional LSTM (ConvLSTM) networks is a spatiotemporal deep learning technique that fuses real-time sensor data (e.g., LiDAR, InSAR, grade sensors), geostatistical orebody models, and blast-induced rock mass response to forecast spatially resolved dilution volumes and grade degradation over time. It leverages convolutional layers to capture local geological heterogeneity and LSTM layers to model temporal evolution of rock movement, fragmentation, and muck pile mixing. The output supports dynamic stope boundary optimization and real-time cut-off grade adjustment.

🎨 Concept Diagram

Dilution Prediction WorkflowGeologic ModelSensor StreamsConvLSTM EngineDilution Probability Map (0–100%)

AI-generated illustration for visual understanding

💡 Engineering Insight

ConvLSTM dilution models do not replace geotechnical judgment—they compress decades of empirical blast response knowledge into a dynamic, adaptive surrogate. Their true value emerges not in standalone accuracy, but in exposing *where* traditional models fail: e.g., consistently underpredicting footwall dilution in steeply dipping shear zones despite high RMR scores—a clue that joint persistence, not just spacing, must be encoded as a learned feature.

📖 Detailed Explanation

At its core, dilution prediction with ConvLSTM treats the mine face as a moving video frame: each blast creates a sequence of spatial snapshots (LiDAR scans, seismic strain fields, thermal images) that show how rock masses deform, fracture, and mix over seconds to minutes. Unlike static ML models, ConvLSTM processes these frames jointly—convolutional filters detect local patterns like crack propagation or toe bulge formation, while LSTM memory retains temporal dependencies such as delayed slab detachment or progressive backbreak.

The engineering power lies in hybridization: inputs are not raw pixels, but physics-informed features—e.g., normalized peak particle velocity (PPV) gradients, curvature-of-displacement tensors, and grade variance decay profiles across the muck pile. These are computed offline using validated rock dynamics simulators (e.g., UDEC or RS2) and fed as auxiliary channels to the network, ensuring interpretability and constraint adherence.

Advanced implementations embed uncertainty quantification via Monte Carlo dropout or ensemble ConvLSTMs, producing not just a dilution map but a confidence interval per voxel. This enables risk-aware decision logic: e.g., rejecting stope expansion proposals where >15% of voxels show dilution probability >80% with <65% confidence. Integration with digital twin platforms further allows closed-loop feedback—updating the geomechanical model when predicted dilution deviates systematically from assay results, triggering re-evaluation of joint stiffness or in-situ stress assumptions.

🔄 Engineering Workflow

Step 1
Step 1: Integrate 3D geologic model with drill-hole grade and structural data into voxelized domain
Step 2
Step 2: Deploy multi-sensor array (seismic, LiDAR, in-muck NIR spectrometer) pre-blast and record time-series response
Step 3
Step 3: Preprocess sensor streams: align timestamps, denoise seismic waveforms, register point clouds to blast timing
Step 4
Step 4: Train ConvLSTM on historical blast sequences using ground-truth dilution maps from survey-grade muck pile assays
Step 5
Step 5: Run inference within 60 s post-blast to generate dilution probability map (0–100% per 0.5 m³ voxel)
Step 6
Step 6: Feed output to mine planning system for automated stope redefinition and loader dispatch logic
Step 7
Step 7: Validate against next-cycle production assay data; update model weights weekly via online learning

📋 Decision Guide

Rock/Field Condition Recommended Design Action
RMR < 45 AND σ²_ow > 0.55 Implement controlled pre-splitting + reduce burden by 15%; trigger ConvLSTM retraining with updated contact model
BID > 10 mm horizontal AND τ_sf < 90 s Activate real-time stope boundary shrinkage (−0.8 m from planned edge); divert first 3 m³ of muck to low-grade stockpile
RMR > 70 AND σ²_ow < 0.25 AND BID < 3 mm Expand stope width by 10%; increase cut-off grade by 5% with ConvLSTM-validated confidence >92%

📊 Key Properties & Parameters

Rock Mass Rating (RMR)

20–85 (dimensionless scale)

A quantitative geomechanical classification index derived from rock strength, joint conditions, groundwater, and orientation.

⚡ Engineering Impact:

Directly governs expected fragmentation quality and post-blast wall stability—lower RMR increases risk of slabbing and footwall dilution.

Blast-Induced Displacement (BID)

0.5–15 mm (horizontal), 0.2–8 mm (vertical)

Peak vector displacement of rock mass elements measured via high-frequency seismic arrays or DInSAR during blast events.

⚡ Engineering Impact:

Correlates strongly with toe throw and backbreak; values >8 mm horizontal indicate high dilution risk at stope boundaries.

Ore-Waste Contact Variance (σ²_ow)

0.15–0.75 (normalized grade units)

Standard deviation of grade (e.g., %Cu or g/t Au) across the modeled ore-waste contact zone, quantifying geological uncertainty.

⚡ Engineering Impact:

Higher variance reduces ConvLSTM’s predictive confidence and increases required safety margins in stope design.

Sensor Fusion Latency (τ_sf)

45–300 seconds

Time delay between physical event (e.g., blast initiation) and availability of fused, calibrated sensor data (LiDAR + seismic + grade assay) for model inference.

⚡ Engineering Impact:

Latency >120 s prevents real-time grade control; forces reliance on pre-blast predictions and increases operational lag.

📐 Key Formulas

Dilution Probability Score (DPS)

DPS = σ(ConvLSTM_output)

Sigmoid-normalized output representing per-voxel probability of dilution exceeding 15% volume fraction

Variables:
Symbol Name Unit Description
DPS Dilution Probability Score dimensionless Sigmoid-normalized per-voxel probability of dilution exceeding 15% volume fraction
Typical Ranges:
High-confidence stope interior
0.02 – 0.15
Footwall contact zone
0.45 – 0.92
⚠️ DPS > 0.75 triggers automatic boundary revision

Effective Grade Dilution Factor (GD_F)

GD_F = (G_ore − G_muck) / G_ore

Fractional grade loss due to waste mixing; used to calibrate ConvLSTM loss function

Variables:
Symbol Name Unit Description
GD_F Effective Grade Dilution Factor dimensionless Fractional grade loss due to waste mixing; used to calibrate ConvLSTM loss function
G_ore Ore Grade g/t or % Grade of the ore before dilution
G_muck Muck Grade g/t or % Grade of the blasted muck, representing diluted ore
Typical Ranges:
Well-controlled sublevel caving
0.08 – 0.18
Block cave with poor contact definition
0.22 – 0.41
⚠️ GD_F > 0.35 requires immediate geotechnical review

🏭 Engineering Example

Cadia East Block Cave (New South Wales, Australia)

Porphyritic Dacite
BID
11.2 mm (horizontal)
RMR
52
τ_sf
78 s
σ²_ow
0.61
Real-Time_Action_Taken
Stope boundary reduced by 0.9 m; 2.1 kt of marginal-grade muck diverted
Dilution_Prediction_Accuracy
89.3% (vs. assay-validated muck pile mapping)

🏗️ Applications

  • Real-time stope boundary optimization
  • Automated muck pile segregation control
  • Dilution-sensitive reserve estimation

📋 Real Project Case

Copper Mine Block Model Refinement Using Neural Kriging

Escondida-style porphyry copper deposit, Chile

Challenge: Traditional kriging over-smoothed high-grade chalcocite zones, causing 8.2% reserve underestimation
Copper Mine Block Model Refinement Using Neural Kriging Traditional kriging over-smoothed high-grade chalcocite zones −8.2% reserve Neural Kriging Engine 3D variogram features + geochemical pathfinder ratios Surpac Integration Python API • Real-time update RMSE Reduction 1.7 → 0.9 g/t Reserve Upside +12.4 Mt @ +0.18% Cu
Read full case study →

Frequently Asked Questions

What is dilution prediction with Convolutional LSTM (ConvLSTM) networks?
Dilution prediction using ConvLSTM is a spatiotemporal deep learning method that forecasts how much waste rock (dilution) will mix into ore during underground mining operations. It integrates real-time sensor data (e.g., LiDAR, InSAR, grade sensors), geostatistical orebody models, and blast-induced rock mass behavior to produce spatially resolved, time-evolving predictions of dilution volume and grade degradation—enabling proactive stope design and grade control.
How does ConvLSTM differ from traditional dilution estimation methods?
Unlike static empirical rules or geostatistical simulations that assume stationarity or rely on post-blast measurements, ConvLSTM models both spatial structure (via convolutional layers capturing local geological heterogeneity and fracture patterns) and temporal dynamics (via LSTM layers tracking progressive rock movement, fragmentation, and muck pile mixing over successive time steps). This enables true predictive, real-time capability—not just retrospective analysis.
What input data does the ConvLSTM model require?
The model ingests multimodal inputs: (1) time-series 2D/3D spatial grids from real-time sensors (e.g., LiDAR-derived face geometry, InSAR displacement maps, in-situ grade sensor readings), (2) pre-blast geostatistical orebody models (e.g., block models gridded to match sensor resolution), and (3) physics-informed features representing blast energy distribution and rock mass properties (e.g., Q-system ratings, stress state, joint set orientation). All inputs are aligned and normalized into spatiotemporal tensors.
How is the output used operationally in mining?
The model outputs high-resolution, time-stamped dilution probability maps and grade degradation trajectories per stope sub-volume. These feed directly into digital twin platforms to support dynamic stope boundary optimization (e.g., trimming high-dilution zones pre-extraction) and real-time cut-off grade adjustment—maximizing net smelter return while maintaining geotechnical safety and recovery targets.
Can this approach be applied across different mining methods or deposit types?
Yes—while initially validated in stoping environments (e.g., sublevel caving, mechanized cut-and-fill), the ConvLSTM framework is adaptable. With appropriate retraining on domain-specific spatiotemporal patterns and sensor configurations, it supports truck-shovel loading dynamics in open pits, drawpoint flow modeling in caving, and even tailings interface migration forecasting—provided sufficient labeled dilution ground truth and representative sensor coverage exist.

🎨 Technical Diagrams

Time-Series Sensor InputLiDARSeismicNIRGNSSAssay
ConvLSTM ArchitectureConv LayerLSTM CellOutput Head

📚 References

[1]
Guidelines for Blast Design and Dilution Control in Underground Mining — International Council on Mining and Metals (ICMM)
[2]
Geostatistics for Mine Planners and Geologists — Society for Mining, Metallurgy & Exploration (SME)
[3]
Deep Learning for Geoscience Applications — SEG Technical Program Expanded Abstracts