SHAP-Integrated Convolutional Diagnostic Networks for Feature-Selective Medical Analysis
Yan Hu, Ahmad Chaddad
TL;DR
This work tackles the challenge of developing accurate medical image classifiers under privacy-driven data limits. It introduces SICDN, a SHAP-integrated CNN framework that performs feature selection by weighting the fully connected layer with a SHAP-derived matrix $S^{*}$ and updates using Adam, augmented by a historical weighted moving average controlled by $\lambda$. Across pneumonia and breast cancer datasets, SICDN achieves state-of-the-art performance on limited data, notably attaining a subset pneumonia AUC near 99.66% and high accuracy and F1, while remaining competitive on full datasets. The approach enhances interpretability and efficiency, and the authors provide code to enable reproducibility and potential integration with privacy-preserving paradigms like Federated Learning in clinical settings.
Abstract
This study introduces the SHAP-integrated convolutional diagnostic network (SICDN), an interpretable feature selection method designed for limited datasets, to address the challenge posed by data privacy regulations that restrict access to medical datasets. The SICDN model was tested on classification tasks using pneumonia and breast cancer datasets, demonstrating over 97% accuracy and surpassing four popular CNN models. We also integrated a historical weighted moving average technique to enhance feature selection. The SICDN shows potential in medical image prediction, with the code available on https://github.com/AIPMLab/SICDN.
