Unsupervised Detection of Underground Tunnels in Ground-Penetrating Radar Using Depth-Restricted Reconstruction Scoring

TL;DR

Unsupervised detection of underground tunnels using depth-restricted reconstruction scoring, achieving AUC of 0.994.

cs.CV 🔴 Advanced 2026-07-06 3 views
Muhammad Junaid Shoab A. Khan Nisar Ahmed
ground-penetrating radar anomaly detection autoencoder unsupervised learning tunnel detection

Key Findings

Methodology

The study proposes an unsupervised detection method based on depth-restricted reconstruction scoring. A denoising convolutional autoencoder learns the structure of anomaly-free ground, flagging tunnels via reconstruction error. The key is pooling the highest reconstruction errors only within the depth band where tunnels can physically occur, enhancing detection accuracy.

Key Results

  • Using depth-restricted top-k scoring, AUC improved from 0.986 to 0.994, reducing missed detections from 74 out of 634 tunnel windows to 17, without any retraining or labels.
  • The final system achieved AUC 0.994, F1 0.975, recall 0.973, and precision 0.976 on 1,600 test windows, with a 1.6% false-alarm rate.
  • Spatial voting helps weak per-image detectors but offers no benefit once the scoring rule is strong.

Significance

This study makes significant progress in unsupervised learning, particularly in underground tunnel detection. Traditional methods require extensive labeled data, whereas this method achieves high accuracy using only normal ground data. This not only reduces data acquisition costs but also improves detection efficiency, with significant practical applications in oil and gas pipeline security monitoring.

Technical Contribution

The technical contribution lies in the novel scoring mechanism of depth-restricted top-k reconstruction error pooling. This mechanism leverages geometric prior knowledge instead of labels, improving detection accuracy and reducing missed detections. Furthermore, the method requires no retraining or label-based threshold calibration, showcasing the potential of unsupervised learning in practical applications.

Novelty

This study is the first to propose depth-restricted top-k reconstruction error scoring, significantly improving detection performance compared to existing whole-image scoring methods. The innovation lies in optimizing anomaly detection using geometric prior knowledge rather than relying on extensive labeled data.

Limitations

  • The method may miss detections in edge views of tunnels where the hyperbola is only partially within the frame, leading to reconstruction errors near normal levels.
  • Strong shallow-soil disturbances may lead to false positives as they fall outside the training distribution.

Future Work

Future research directions include cross-site and cross-frequency generalization, as well as localizing and mapping tunnels in three dimensions. Additionally, using an independent labeled validation set for parameter selection would eliminate the risk of optimistic bias.

AI Executive Summary

Clandestine tunneling poses a significant threat to oil and gas pipelines, with traditional monitoring methods often detecting issues only after damage has occurred. Ground-penetrating radar (GPR) can non-invasively image these tunnels, but manual radargram interpretation is unsuitable for continuous corridor surveillance, and supervised detectors require scarce tunnel examples.

This study presents a fully unsupervised detection pipeline trained exclusively on normal subsurface radargrams collected at a field site containing three buried tunnels. A denoising convolutional autoencoder learns the structure of anomaly-free ground; tunnels are flagged by reconstruction error. The central contribution is a depth-restricted top-k anomaly score, pooling the highest reconstruction errors only within the depth band where tunnels can physically occur. This physically motivated rule raises AUC from 0.986 to 0.994 and cuts missed detections from 74 to 17 of 634 tunnel windows.

The final system attains AUC 0.994, F1 0.975, recall 0.973, and precision 0.976 on 1,600 field test windows, at a 1.6% false-alarm rate, using no tunnel labels for training, scoring, or threshold calibration. The study also shows that the optimal top-k fraction interacts with the depth restriction—1% pooling is best on full images, 5% once scoring is depth-restricted. Spatial voting helps weak per-image detectors but offers no benefit once the scoring rule is strong.

Deep Analysis

Background

Clandestine tunneling poses a serious threat to oil and gas pipelines. Traditional monitoring methods like pressure sensing, flow balancing, and surface patrols typically act after a breach has occurred. Ground-penetrating radar (GPR) can directly image these threats, but manual radargram interpretation is unsuitable for large-scale monitoring, and supervised detectors require scarce tunnel examples.

Core Problem

Traditional GPR interpretation methods require extensive manual intervention, and supervised detectors rely on scarce tunnel examples. Achieving efficient tunnel detection without labeled data is a key challenge.

Innovation

This study proposes an unsupervised detection method based on depth-restricted reconstruction scoring. • A denoising convolutional autoencoder learns the structure of anomaly-free ground. • Tunnels are flagged by reconstruction error. • Only the highest reconstruction errors within the depth band where tunnels can physically occur are pooled.

Methodology

  • �� Dataset: Normal subsurface radargrams collected at a field site with three buried tunnels. • Model: Denoising convolutional autoencoder. • Scoring mechanism: Depth-restricted top-k reconstruction error pooling. • Threshold selection: Based on standard deviation of normal-class scores.

Experiments

Experiments were conducted on 1,600 test windows covering 55 survey lines. Performance was evaluated using metrics such as AUC, F1, recall, and precision. The experiments also included comparisons of different top-k fractions and depth restrictions.

Results

Using depth-restricted top-k scoring, AUC improved from 0.986 to 0.994, reducing missed detections from 74 out of 634 tunnel windows to 17. The final system achieved AUC 0.994, F1 0.975, recall 0.973, and precision 0.976.

Applications

The method can be used for security monitoring of oil and gas pipelines, especially in scenarios where labeled data is difficult to obtain. It reduces data acquisition costs and improves detection efficiency.

Limitations & Outlook

The method may miss detections in edge views of tunnels, and strong shallow-soil disturbances may lead to false positives. Future research directions include cross-site and cross-frequency generalization, as well as localizing and mapping tunnels in three dimensions.

Plain Language Accessible to non-experts

Imagine you're in a large garden looking for secret underground tunnels. You have a special detector that sends signals through the ground and receives some information back. This information is like a complex picture, usually hard to interpret. Our new method is like a smart assistant that can automatically identify the unusual parts of these pictures, telling you where tunnels might be. This assistant doesn't need to know exactly what a tunnel looks like, just what normal ground looks like, and then it finds the differences.

ELI14 Explained like you're 14

Imagine you're playing a treasure hunt game, and you have a magical radar that can see underground. Usually, you need a map to know where the treasure is, but maps are hard to find. Our new method is like a super-smart AI assistant that can learn what normal underground looks like and then tell you where the treasure might be hidden! And it doesn't need any maps, just a look at the underground. Isn't that cool?

Glossary

Ground-Penetrating Radar

A technology that uses electromagnetic waves to detect underground structures.

Used for non-invasive imaging of underground tunnels.

Denoising Autoencoder

A neural network structure designed to learn to reconstruct noise-free data from noisy data.

Used to learn the structure of anomaly-free ground.

Reconstruction Error

The difference between the original data and the reconstructed data, used to detect anomalies.

A key metric for flagging tunnels.

Anomaly Detection

The process of identifying samples in a dataset that do not conform to expected patterns.

An unsupervised learning task for detecting underground tunnels.

Top-k Pooling

A technique that averages only the top k% of values in a dataset.

A key step in optimizing reconstruction error scoring.

Open Questions Unanswered questions from this research

  • 1 How to maintain high detection accuracy under different geological conditions requires further study.
  • 2 Cross-site and cross-frequency generalization remains unverified.

Applications

Immediate Applications

Pipeline Security Monitoring

Can be used for security monitoring of oil and gas pipelines, reducing data acquisition costs and improving detection efficiency.

Long-term Vision

Global Tunnel Detection

In the future, it can be used for global tunnel detection, requiring solutions for cross-site generalization.

Abstract

Clandestine tunneling beneath oil and gas pipelines enables fuel theft, smuggling, and sabotage, yet conventional monitoring detects damage only after a pipeline has been compromised. Ground-penetrating radar (GPR) can image such tunnels non-invasively, but manual radargram interpretation does not scale to continuous corridor surveillance, and supervised detectors require tunnel examples that are scarce in practice. We present a fully unsupervised detection pipeline trained exclusively on normal subsurface radargrams collected at a purpose-built field site containing three buried tunnels at 1.5-3 m depth. A denoising convolutional autoencoder learns the structure of anomaly-free ground; at inference, tunnels are flagged by reconstruction error. Our central contribution is a depth-restricted top-k anomaly score, which pools the highest reconstruction errors only within the depth band where tunnels can physically occur. This physically motivated rule raises AUC from 0.986 to 0.994 and cuts missed detections from 74 to 17 of 634 tunnel windows, relative to whole-image scoring, without any retraining or labels. We further show that the optimal top-k fraction interacts with the depth restriction - 1% pooling is best on full images, 5% once scoring is depth-restricted - and that spatial voting across overlapping survey windows helps weak per-image detectors but offers no benefit once the scoring rule is strong. The final system attains AUC 0.994, F1 0.975, recall 0.973, and precision 0.976 on 1,600 field test windows spanning 55 survey lines, at a 1.6% false-alarm rate, using no tunnel labels for training, scoring, or threshold calibration.

cs.CV cs.LG eess.SP