Lode

Stand on the shoulders of giants.

Open the curator →
Source
arXiv
Published
Runtime
0:00
Snippets
5

A conversation between

SULAND v2: A Refined RGB Dataset and Deep Learning Object Detection Benchmark for UAV/UGV-Based SUrface LANDmine Detection Under Domain Shift

Waveform of the source interview with highlighted segments per snippet.
0:00 0:00

§02

Snippets

  1. SULAND_v2 fixes missing/false annotations, localization errors, inconsistent visibility criteria, visual artifacts, temporal labeling inconsistencies, and inverted OOD class-ID convention in the original SULAND dataset.

    Annotation errors alone suppressed YOLOv8 accuracy by 14.6–19.6 percentage points, showing poor training data cripples detector performance.

  2. High in-distribution accuracy does not guarantee operational readiness; YOLOv12-Small achieves 90.8% IID mAP@50 but out-of-distribution mAP@50 drops to much lower values.

    Mine detection demands robustness across deployment conditions—a detector must generalize or it risks missing mines in the field.

  3. RF-DETR-Large yields the strongest out-of-distribution performance (0.799 mAP@50, 0.675 recall) despite YOLOv12-Small dominating in-distribution accuracy (0.908 mAP@50).

    Different architectures excel under different conditions; broader benchmarking exposes which detectors are truly deployable in mine-action missions.

  4. Fixing the inverted OOD class-ID convention increases mean YOLOv8 out-of-distribution mAP@50 by ~25 percentage points, unmasking systematic evaluation error.

    Dataset conventions, not just labels, silently distort how well detectors appear to work—careful curation is essential for trustworthy benchmarks.

  5. SULAND_v2 provides the first large public RGB landmine benchmark (33,771 images, 12,433 boxes) with rigorous domain-shift evaluation for UAV/UGV mine-action support.

    Mine clearance requires trustworthy benchmarks; SULAND_v2 closes a critical gap by enabling safe, evidence-based detector selection for humanitarian mine action.

§03

Synthesis

Surface Landmine Detection Needs Better Data and Honest Benchmarking

Detecting landmines with cheap RGB cameras on drones and ground robots should work in theory—it's practical and affordable. But object detectors built for this safety-critical task remain largely unexamined, and nobody knows whether they actually generalize when deployment conditions change. The bottleneck: public RGB landmine datasets are scarce, and the main one available, SULAND, contains annotation errors that undermine any benchmark built on it.

The authors found systematic problems in SULAND: missing annotations, imprecise bounding boxes, inconsistent labeling rules for when mines are visible enough to count, mislabeled classes, and temporal inconsistencies where the same mine received different labels across frames. They manually corrected these issues across all 33,771 images and 12,433 boxes, creating SULAND_v2. This matters because sloppy annotations don't just add noise—they create a false sense of model performance.

What the Refinement Reveals

The improvements from cleaning up annotations are dramatic. YOLOv8, one of the most popular detectors, jumped 14.6–19.6 percentage points in test accuracy (mAP@50) on in-distribution data—cases where training and test images come from the same conditions. Fixing the class-ID bug alone boosted out-of-distribution (OOD) performance—where test images come from different environmental or sensor conditions—by ~25 percentage points for YOLOv8.

The authors then benchmarked 35 detector configurations across nine families (YOLO variants, Faster R-CNN, EfficientDet, DETR-based models, and others). On SULAND_v2, YOLOv12-Small achieved the best in-distribution performance (0.908 mAP@50), but RF-DETR-Large delivered the strongest out-of-distribution results (0.799 mAP@50, 0.675 recall). This split reveals a critical operational insight: high test accuracy on the training domain doesn't guarantee the detector will work in the field under different lighting, terrain, or seasonal conditions.

Why This Matters for Mine Action

Landmine surveys happen in diverse real-world conditions—different seasons, lighting, soil types, and sensor platforms. A detector trained on one set of deployment scenarios must work on others. SULAND_v2 is designed to expose this domain-shift problem explicitly, separating in-distribution from out-of-distribution test splits. The data and benchmarks provide practitioners a way to evaluate whether their detector is robust enough for deployment, not just whether it scores well on a test set.

The refined dataset and honest benchmarking establish a standard that the mine-action community can build on. By publishing both the corrected annotations and the full benchmark results, the authors create accountability: future work can be measured against detectors that actually work in the field, not against inflated numbers from flawed annotations.

Mine your own.

Lode is a workbench, not a feed. Paste a YouTube URL. The model proposes a transcript, a set of quote-grounded snippets, a synthesis essay, and the fan-out. You decide what stays.

Open the curator