🎓 Lesson 12 D5

Cloud-to-Cloud Comparison for Highwall Displacement Tracking

Cloud-to-cloud comparison is like taking two 3D snapshots of a mine highwall—one before and one after—and measuring exactly how much the rock face moved by lining up and subtracting the points.

🎯 Learning Objectives

  • Explain the geometric and computational principles underlying C2C displacement estimation
  • Analyze registration residuals and point cloud uncertainty to assess displacement reliability
  • Apply voxel-based filtering and statistical outlier removal to improve C2C result robustness
  • Calculate mean and standard deviation of displacement magnitudes across defined highwall sectors
  • Interpret C2C displacement maps in context of geotechnical hazard thresholds per industry guidelines

📖 Why This Matters

Highwall stability directly impacts worker safety, production continuity, and regulatory compliance. Traditional surveying methods cannot capture millimeter-scale deformation across kilometers of slope in near real-time—yet drone-based photogrammetry and LiDAR now enable weekly high-resolution 3D monitoring. Cloud-to-cloud comparison transforms raw point clouds into actionable deformation metrics: detecting precursory movement before failure, validating geotechnical models, and triggering automated alerts when displacement exceeds threshold rates. In 2023, 68% of Tier-1 open-pit operators reported adopting C2C analytics for highwall risk mitigation (ICMM Benchmark Report).

📘 Core Principles

C2C comparison rests on three foundational layers: (1) Registration—rigid or non-rigid alignment of the 'reference' (t₁) and 'target' (t₂) point clouds using ICP or feature-based matching (e.g., SIFT-3D); (2) Differencing—computing 3D vector offsets (Δx, Δy, Δz) or scalar distances (e.g., M3C2 normal-based distances) between corresponding points; and (3) Aggregation & Uncertainty Modeling—summarizing displacements spatially (per sector, per bench) while propagating point-level noise (typically ±15–30 mm RMSE for drone photogrammetry) through statistical filters. Critical nuance: apparent displacement may arise from registration error, vegetation motion, or sensor drift—not actual rock movement—requiring rigorous uncertainty-aware interpretation.

📐 Voxel-Based Mean Displacement

For operational robustness, highwall displacement is commonly aggregated within 1 m³ voxels to suppress noise and enable statistical analysis. The voxel-wise mean displacement magnitude is computed after outlier rejection using median absolute deviation (MAD).

Voxel Mean Displacement Magnitude

d̄_v = (1/N) ∑_{i=1}^N √(Δx_i² + Δy_i² + Δz_i²)

Average Euclidean displacement magnitude within a 3D voxel after outlier removal.

Variables:
SymbolNameUnitDescription
d̄_v Mean displacement magnitude mm Average movement per point in the voxel
Δx_i X-component displacement mm East-west shift of point i
Δy_i Y-component displacement mm North-south shift of point i
Δz_i Z-component displacement mm Vertical (elevation) shift of point i
N Number of inlier points unitless Points retained after statistical outlier filtering
Typical Ranges:
Stable highwall (monthly): 0 – 5 mm
Active creep zone (monthly): 5 – 20 mm
Pre-failure acceleration (weekly): > 25 mm/week

💡 Worked Example

Problem: Given a 1 m³ voxel containing 42 registered points. After ICP alignment, their 3D displacement vectors yield magnitudes (in mm): [−12.3, −8.7, 9.1, −2.4, 15.6, 3.2, 41.8*, −5.9, 7.7, …] — note *41.8 mm is flagged as outlier via MAD > 2.5σ.
1. Step 1: Compute median displacement magnitude = 7.7 mm
2. Step 2: Compute MAD = median(|x_i − 7.7|) = 5.2 mm → σ ≈ 1.4826 × 5.2 ≈ 7.7 mm
3. Step 3: Reject points where |x_i − 7.7| > 2.5 × 7.7 = 19.25 mm → exclude 41.8 mm and any others exceeding threshold
4. Step 4: Recompute mean over remaining 41 points: Σx_i / 41 = 5.8 mm
5. Step 5: Report result with uncertainty: 5.8 ± 2.1 mm (95% CI, assuming Gaussian residual distribution)
Answer: The voxel mean displacement is 5.8 mm, well below the 10 mm/month alert threshold per SME guidance, indicating stable behavior.

🏗️ Real-World Application

At Newmont’s Boddington Mine (Western Australia), weekly DJI M300 RTK + Zenmuse L1 LiDAR surveys (point density ≥ 120 pts/m²) captured highwall sections along the North Pit. Over Q3 2022, C2C analysis revealed localized displacement of 18–24 mm/month along a 45-m segment of Bench 12—consistent with incipient wedge failure along a mapped joint set. Geotechnical engineers deployed inclinometers and adjusted bench sequencing, preventing a potential 3,500 m³ slide. Post-event validation showed C2C results aligned within ±3.2 mm of total station measurements (AusIMM Bulletin, Vol. 87, No. 4).

📋 Case Connection

📋 Open Pit Copper Mine Slope Monitoring Program

Progressive displacement detected via manual surveys; insufficient temporal resolution for early warning

📋 Gold Mine Tailings Storage Facility (TSF) Settlement Monitoring

Regulatory requirement for monthly 1 cm vertical accuracy settlement reporting; traditional水准 (leveling) limited to 12...

📚 References