Evidential Retriever: Uncertainty-Aware Medical Image Retrieval

Abstract

Medical image retrieval systems could play a vital role in clinical decision support by enabling physicians to find visually and semantically similar cases from large medical databases. However, deep learning-based retrieval models often overlook uncertainty in their predictions. To address this, we propose the Evidential Retriever, a novel architecture that combines evidential deep learning principles with transformer-based image representations to achieve more accurate and calibrated retrieval. Built upon a Swin Transformer backbone, our model features a dual-headed design: a retrieval head that performs metric learning for robust image embeddings, and an evidential head that models predictive uncertainty. We use a unified dual-loss, combining a regularized contrastive loss with an evidential loss. Experiments on five diverse medical imaging datasets: CheXpert, NIH-14, ISIC17, COVID-QU-Ex, and KVASIR - demonstrate that our method outperforms state-of-the-art retrieval models in retrieval accuracy and uncertainty estimation. Furthermore, we demonstrate that our evidential framework is architecture-agnostic and can be used to improve the calibration of large-scale Foundation Models.

Cite

Text

Arvapalli and Namboodiri. "Evidential Retriever: Uncertainty-Aware Medical Image Retrieval." Proceedings of The 9th International Conference on Medical Imaging with Deep Learning, 2026.

Markdown

[Arvapalli and Namboodiri. "Evidential Retriever: Uncertainty-Aware Medical Image Retrieval." Proceedings of The 9th International Conference on Medical Imaging with Deep Learning, 2026.](https://mlanthology.org/midl/2026/arvapalli2026midl-evidential/)

BibTeX

@inproceedings{arvapalli2026midl-evidential,
  title     = {{Evidential Retriever: Uncertainty-Aware Medical Image Retrieval}},
  author    = {Arvapalli, Sai Susmitha and Namboodiri, Vinay P.},
  booktitle = {Proceedings of The 9th International Conference on Medical Imaging with Deep Learning},
  year      = {2026},
  pages     = {2208-2232},
  volume    = {315},
  url       = {https://mlanthology.org/midl/2026/arvapalli2026midl-evidential/}
}