菜单

关于 🐙 GitHub
arXiv 提交日期: 2026-03-19
📄 Abstract - Interpretable Prostate Cancer Detection using a Small Cohort of MRI Images

Prostate cancer is a leading cause of mortality in men, yet interpretation of T2-weighted prostate MRI remains challenging due to subtle and heterogeneous lesions. We developed an interpretable framework for automatic cancer detection using a small dataset of 162 T2-weighted images (102 cancer, 60 normal), addressing data scarcity through transfer learning and augmentation. We performed a comprehensive comparison of Vision Transformers (ViT, Swin), CNNs (ResNet18), and classical methods (Logistic Regression, SVM, HOG+SVM). Transfer-learned ResNet18 achieved the best performance (90.9% accuracy, 95.2% sensitivity, AUC 0.905) with only 11M parameters, while Vision Transformers showed lower performance despite substantially higher complexity. Notably, HOG+SVM achieved comparable accuracy (AUC 0.917), highlighting the effectiveness of handcrafted features in small datasets. Unlike state-of-the-art approaches relying on biparametric MRI (T2+DWI) and large cohorts, our method achieves competitive performance using only T2-weighted images, reducing acquisition complexity and computational cost. In a reader study of 22 cases, five radiologists achieved a mean sensitivity of 67.5% (Fleiss Kappa = 0.524), compared to 95.2% for the AI model, suggesting potential for AI-assisted screening to reduce missed cancers and improve consistency. Code and data are publicly available.

顶级标签: medical computer vision model evaluation
详细标签: medical imaging prostate cancer transfer learning model comparison interpretability 或 搜索:

使用少量MRI图像进行可解释的前列腺癌检测 / Interpretable Prostate Cancer Detection using a Small Cohort of MRI Images


1️⃣ 一句话总结

这项研究开发了一个仅需少量T2加权MRI图像就能有效检测前列腺癌的可解释AI框架,发现经过迁移学习的轻量级CNN模型在性能上超越了更复杂的视觉Transformer,甚至媲美放射科医生的诊断水平,有望辅助筛查以减少漏诊。

源自 arXiv: 2603.18460