Uncertainty Quantification In Surface Landmines and UXO Classification Using MC Dropout
Sagar Lekhak, Emmett J. Ientilucci, Dimah Dera, Susmita Ghosh
TL;DR
Uncertainty quantification is critical for reliable landmine and UXO classification under challenging field conditions. The authors integrate Monte Carlo Dropout with a fine-tuned ResNet-50 to obtain predictive distributions by performing multiple forward passes during inference, treating the mean as the predicted class and the variance as a measure of epistemic uncertainty. They evaluate on a simulated four-class dataset under clean, adversarial (FGSM and PGD), and noisy conditions, showing that uncertainty rises with perturbations and can flag unreliable predictions. The work demonstrates the feasibility and potential utility of uncertainty-aware models in humanitarian demining and outlines directions for robust real-world deployment and extension to other detection/classification architectures.
Abstract
Detecting surface landmines and unexploded ordnances (UXOs) using deep learning has shown promise in humanitarian demining. However, deterministic neural networks can be vulnerable to noisy conditions and adversarial attacks, leading to missed detection or misclassification. This study introduces the idea of uncertainty quantification through Monte Carlo (MC) Dropout, integrated into a fine-tuned ResNet-50 architecture for surface landmine and UXO classification, which was tested on a simulated dataset. Integrating the MC Dropout approach helps quantify epistemic uncertainty, providing an additional metric for prediction reliability, which could be helpful to make more informed decisions in demining operations. Experimental results on clean, adversarially perturbed, and noisy test images demonstrate the model's ability to flag unreliable predictions under challenging conditions. This proof-of-concept study highlights the need for uncertainty quantification in demining, raises awareness about the vulnerability of existing neural networks in demining to adversarial threats, and emphasizes the importance of developing more robust and reliable models for practical applications.
