Interpretable Prostate Cancer Detection using a Small Cohort of MRI Images
arXiv cs.CV / 3/20/2026
📰 NewsIdeas & Deep AnalysisTools & Practical UsageModels & Research
Key Points
- The paper addresses automatic prostate cancer detection on a small dataset of 162 T2-weighted MRI images using transfer learning and augmentation to mitigate data scarcity.
- It benchmarks Vision Transformers (ViT, Swin), ResNet18, and classical methods (Logistic Regression, SVM, HOG+SVM); transfer-learned ResNet18 achieves the best metrics (90.9% accuracy, 95.2% sensitivity, AUC 0.905) with only 11M parameters.
- Notably, handcrafted features (HOG+SVM) reach comparable accuracy (AUC 0.917), highlighting that simpler features can compete on small datasets.
- Compared to state-of-the-art approaches requiring biparametric MRI and large cohorts, this method succeeds with only T2-weighted images, and a reader study shows AI outperforming radiologists (95.2% vs 67.5% sensitivity; Fleiss kappa 0.524); code and data are publicly available.



