Overview
Field: Computer Vision Authors: Bernhard Kainz, Johanna P Mueller, Matthew Baugh, Cosmin Bercea Published: 2026-05-06 arXiv: 2605.05161
Abstract
Zero-shot anomaly localisation via vision-language models (VLMs) offers a compelling approach for rare pathology detection, yet its performance is fundamentally limited by the absence of healthy anatomical context. We reformulate zero-shot localisation as a comparative inference problem in which anomalies are identified through structured comparison against reference distributions of normal anatomy.
We introduce WALDO, a training-free framework grounded in optimal transport theory that enables comparative reasoning through:
1. Entropy-weighted Sliced Wasserstein distances for anatomically-aware reference selection from DINOv2 patch distributions 2. Goldilocks zone sampling exploiting the non-monotonic relationship between reference similarity and localisation accuracy 3. Self-consistency aggregation via weighted non-maximum suppression
We theoretically analyse the Goldilocks effect through distributional divergence, and show that references with moderate similarity minimize a bias-variance trade-off in comparative visual reasoning.
Results
On the NOVA brain MRI benchmark:
- WALDO + Qwen2.5-VL-72B: 43.5 ± 1.6% mAP@30 (95% CI: [40.4, 46.7]), a 19% relative improvement over zero-shot baselines
- GPT-4o: 32.0 ± 6.5% mAP@30
- Qwen3-VL-32B: 32.0 ± 6.6% mAP@30
Code
Source code is available at https://github.com/bkainz/WALDO_MICCAI26_demo.
--- *Auto-collected on 2026-05-08*