Expert-Guided Explainable Few-Shot Learning with Active Sample Selection for Medical Image Analysis
Longwei Wang, Ifrat Ikhtear Uddin, KC Santosh
TL;DR
The paper tackles the twin challenges of limited labeled data and lack of interpretability in medical image analysis by proposing a dual-framework: Expert-Guided Explainable Few-Shot Learning (EGxFSL) and Explainability-Guided Active Learning (xGAL). EGxFSL integrates radiologist-defined ROIs via Grad-CAM-based Dice supervision into a prototypical network, yielding accurate few-shot classification with clinically aligned attention, as demonstrated across BraTS, VinDr-CXR, and SIIM-COVID. xGAL further enhances data efficiency by selecting unlabeled samples based on a combined criterion of predictive uncertainty and explanation misalignment, achieving strong performance with as few as 680 labeled samples and showing improvements over random sampling. Together, the frameworks provide a principled approach to building trustworthy, interpretable, and data-efficient medical AI that generalizes across modalities such as MRI, X-ray, and ultrasound, with robust statistical support and comprehensive ablations. The key ideas are formalized through the joint loss $\mathcal{L}_{total} = \mathcal{L}_{proto} + \alpha \cdot \mathcal{L}_{exp}$ and the acquisition score $\text{Score}(x) = \lambda \mathcal{H}(x) + (1-\lambda) D_{exp}(x)$, enabling a closed-loop learning process where explainability guides both training and data collection.
Abstract
Medical image analysis faces two critical challenges: scarcity of labeled data and lack of model interpretability, both hindering clinical AI deployment. Few-shot learning (FSL) addresses data limitations but lacks transparency in predictions. Active learning (AL) methods optimize data acquisition but overlook interpretability of acquired samples. We propose a dual-framework solution: Expert-Guided Explainable Few-Shot Learning (EGxFSL) and Explainability-Guided AL (xGAL). EGxFSL integrates radiologist-defined regions-of-interest as spatial supervision via Grad-CAM-based Dice loss, jointly optimized with prototypical classification for interpretable few-shot learning. xGAL introduces iterative sample acquisition prioritizing both predictive uncertainty and attention misalignment, creating a closed-loop framework where explainability guides training and sample selection synergistically. On the BraTS (MRI), VinDr-CXR (chest X-ray), and SIIM-COVID-19 (chest X-ray) datasets, we achieve accuracies of 92\%, 76\%, and 62\%, respectively, consistently outperforming non-guided baselines across all datasets. Under severe data constraints, xGAL achieves 76\% accuracy with only 680 samples versus 57\% for random sampling. Grad-CAM visualizations demonstrate guided models focus on diagnostically relevant regions, with generalization validated on breast ultrasound confirming cross-modality applicability.
