Evidential Reasoning Advances Interpretable Real-World Disease Screening

2026-05-14Computer Vision and Pattern Recognition

Computer Vision and Pattern RecognitionArtificial IntelligenceMachine Learning
AI summary

The authors developed EviScreen, a new method to improve disease screening in medical images by using evidence from past cases to make better predictions. Instead of just guessing, their system looks at similar regions from previous images to explain its decisions more clearly. It also uses special maps to highlight abnormal areas, helping doctors understand why certain parts are flagged. Their approach performed better than existing methods, especially in correctly identifying healthy cases while still catching most diseases.

disease screeningmedical imaginginterpretabilityevidential reasoningknowledge bankscontrastive retrievalabnormality mapsspecificityrecall
Authors
Chenyu Lian, Hong-Yu Zhou, Jing Qin
Abstract
Disease screening is critical for early detection and timely intervention in clinical practice. However, most current screening models for medical images suffer from limited interpretability and suboptimal performance. They often lack effective mechanisms to reference historical cases or provide transparent reasoning pathways. To address these challenges, we introduce EviScreen, an evidential reasoning framework for disease screening that leverages region-level evidence from historical cases. The proposed EviScreen offers retrospection interpretability through regional evidence retrieved from dual knowledge banks. Using this evidential mechanism, the subsequent evidence-aware reasoning module makes predictions using both the current case and evidence from historical cases, thereby enhancing disease screening performance. Furthermore, rather than relying on post-hoc saliency maps, EviScreen enhances localization interpretability by leveraging abnormality maps derived from contrastive retrieval. Our method achieves superior performance on our carefully established benchmarks for real-world disease screening, yielding notably higher specificity at clinical-level recall. Code is publicly available at https://github.com/DopamineLcy/EviScreen.