paper-with-me

홈 › Papers

Understanding Calibration of Deep Neural Networks for Medical Image Classification

2023-09-22 · Abhishek Singh Sambyal, Usma Niyaz, Narayanan C. Krishnan, Deepti R. Bathula

In the field of medical image analysis, achieving high accuracy is not enough; ensuring well-calibrated predictions is also crucial. Confidence scores of a deep neural network play a pivotal role in explainability by providing insights into the model's certainty, identifying cases that require attention, and establishing trust in its predictions. Consequently, the significance of a well-calibrated model becomes paramount in the medical imaging domain, where accurate and reliable predictions are of utmost importance. While there has been a significant effort towards training modern deep neural networks to achieve high accuracy on medical imaging tasks, model calibration and factors that affect it remain under-explored. To address this, we conducted a comprehensive empirical study that explores model performance and calibration under different training regimes. We considered fully supervised training, which is the prevailing approach in the community, as well as rotation-based self-supervised method with and without transfer learning, across various datasets and architecture sizes. Multiple calibration metrics were employed to gain a holistic understanding of model calibration. Our study reveals that factors such as weight distributions and the similarity of learned representations correlate with the calibration trends observed in the models. Notably, models trained using rotation-based self-supervised pretrained regime exhibit significantly better calibration while achieving comparable or even superior performance compared to fully supervised models across different medical imaging datasets. These findings shed light on the importance of model calibration in medical image analysis and highlight the benefits of incorporating self-supervised learning approach to improve both performance and calibration.

📄 PDF Abstract BibTeX arXiv:2309.13132

Code (0)

등록된 구현이 없습니다.

Tasks

image-classificationImage ClassificationMedical Image AnalysisMedical Image ClassificationSelf-Supervised LearningTransfer Learning

Similar Papers 제목 키워드 기반

Improved Trainable Calibration Method for Neural Networks on Medical Imaging Classification

2020-09-09 · Gongbo Liang, Yu Zhang, Xiaoqin Wang, Nathan Jacobs

Recent works have shown that deep neural networks can achieve super-human performance in a wide range of image classification tasks in the medical imaging domain. However, these works have primarily focused on classifica…

ClassificationDecision MakingGeneral Classificationimage-classification+2

A Comparative Study of Confidence Calibration in Deep Learning: From Computer Vision to Medical Imaging

2022-06-17 · Riqiang Gao, Thomas Li, Yucheng Tang, Zhoubing Xu 외

Although deep learning prediction models have been successful in the discrimination of different classes, they can often suffer from poor calibration across challenging domains including healthcare. Moreover, the long-ta…

Disease Predictionimage-classificationImage ClassificationPrediction

Dual-View Pyramid Pooling in Deep Neural Networks for Improved Medical Image Classification and Confidence Calibration

2024-08-06 · Xiaoqing Zhang, Qiushi Nie, Zunjie Xiao, Jilu Zhao 외

Spatial pooling (SP) and cross-channel pooling (CCP) operators have been applied to aggregate spatial features and pixel-wise features from feature maps in deep neural networks (DNNs), respectively. Their main goal is to…

Classificationimage-classificationImage ClassificationMedical Image Classification

Does deep learning model calibration improve performance in class-imbalanced medical image classification?

2021-09-29 · Sivaramakrishnan Rajaraman, Prasanth Ganesan, Sameer Antani

In medical image classification tasks, it is common to find that the number of normal samples far exceeds the number of abnormal samples. In such class-imbalanced situations, reliable training of deep neural networks con…

image-classificationImage ClassificationMedical Image Classification

MVC-Bench: Benchmarking Calibration of Medical Vision-Language Models

2026-08-27 · Ashshak Sharifdeen, Shihab Aaqil Ahamed, Ufaq Khan, Muhammad Akhtar Munir Sujair Ibrahim 외 arxiv

Reliable evaluation of vision-language models (VLMs) and medical vision-language models (Medical-VLMs) requires calibrated confidence, particularly under realistic clinical conditions. However, existing efforts mainly fo…

Medical Image Classification