Towards Interpretable Foundation Models for Retinal Fundus Images

· Source: cs.CV updates on arXiv.org · Field: Technology & Digital — Artificial Intelligence & Machine Learning, Health & Medical Research · Depth: Expert, long

Summary

Dual-IFM is an interpretable foundation model designed for retinal fundus images, addressing the critical lack of transparency in high-stakes medical AI. It provides both local interpretability through class evidence maps and global interpretability via a 2D projection layer that visualizes the model's representation space. The model was trained on over 800,000 color fundus photography images from EyePACS, AREDS, and UKBiobank datasets. Dual-IFM achieved performance comparable to state-of-the-art foundation models like RETFound, which has up to 16x more parameters (303M vs. 18.3M), while offering faster inference (157 ms vs. 322 ms). It demonstrated strong performance on Diabetic Retinopathy (AUROC: 0.822±0.054) and Age-related Macular Degeneration (AUROC: 0.928±0.004) tasks, maintaining generalizable features on out-of-distribution data.

Key takeaway

For AI Scientists developing medical imaging solutions, you should prioritize inherently interpretable foundation models like Dual-IFM. This approach offers both local class evidence maps and global representation space visualization, crucial for clinical trust and deployment. You can achieve competitive performance with significantly fewer parameters and faster inference compared to larger, less interpretable models. Consider integrating similar dual interpretability designs to enhance model transparency and robustness in high-stakes domains.

Key insights

Foundation models for medical imaging can achieve high performance and inherent interpretability simultaneously.

Principles

Method

Dual-IFM uses a BagNet architecture with the t-SimCNE algorithm for self-supervised pretraining. It learns a parametric mapping to a 2D space for global interpretability and generates class evidence maps for local interpretability.

In practice

Topics

Code references

Best for: Computer Vision Engineer, AI Scientist, Machine Learning Engineer, Research Scientist

Related on AIssential

Open in AIssential →

Editorial summary, takeaway, and curation by AIssential. Original article published by cs.CV updates on arXiv.org.