CVLGOct 22, 2025

Improving Predictive Confidence in Medical Imaging via Online Label Smoothing

arXiv:2510.20011v11 citationsh-index: 3BIO Web Conf
Originality Incremental advance
AI Analysis

This addresses reliability issues in critical healthcare settings by enhancing model calibration and performance, though it is incremental as it builds on existing label smoothing techniques.

The study tackled the problem of overconfident predictions in medical image classification by proposing Online Label Smoothing (OLS), which dynamically adjusts soft labels during training, resulting in improved Top-1 and Top-5 accuracy on the RadImageNet dataset compared to standard methods.

Deep learning models, especially convolutional neural networks, have achieved impressive results in medical image classification. However, these models often produce overconfident predictions, which can undermine their reliability in critical healthcare settings. While traditional label smoothing offers a simple way to reduce such overconfidence, it fails to consider relationships between classes by treating all non-target classes equally. In this study, we explore the use of Online Label Smoothing (OLS), a dynamic approach that adjusts soft labels throughout training based on the model's own prediction patterns. We evaluate OLS on the large-scale RadImageNet dataset using three widely used architectures: ResNet-50, MobileNetV2, and VGG-19. Our results show that OLS consistently improves both Top-1 and Top-5 classification accuracy compared to standard training methods, including hard labels, conventional label smoothing, and teacher-free knowledge distillation. In addition to accuracy gains, OLS leads to more compact and well-separated feature embeddings, indicating improved representation learning. These findings suggest that OLS not only strengthens predictive performance but also enhances calibration, making it a practical and effective solution for developing trustworthy AI systems in the medical imaging domain.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes