paper-with-me

Papers

Calibrating Histopathology Image Classifiers using Label Smoothing

2022-01-28 · Jerry Wei, Lorenzo Torresani, Jason Wei, Saeed Hassanpour

The classification of histopathology images fundamentally differs from traditional image classification tasks because histopathology images naturally exhibit a range of diagnostic features, resulting in a diverse range of annotator agreement levels. However, examples with high annotator disagreement are often either assigned the majority label or discarded entirely when training histopathology image classifiers. This widespread practice often yields classifiers that do not account for example difficulty and exhibit poor model calibration. In this paper, we ask: can we improve model calibration by endowing histopathology image classifiers with inductive biases about example difficulty? We propose several label smoothing methods that utilize per-image annotator agreement. Though our methods are simple, we find that they substantially improve model calibration, while maintaining (or even improving) accuracy. For colorectal polyp classification, a common yet challenging task in gastrointestinal pathology, we find that our proposed agreement-aware label smoothing methods reduce calibration error by almost 70%. Moreover, we find that using model confidence as a proxy for annotator agreement also improves calibration and accuracy, suggesting that datasets without multiple annotators can still benefit from our proposed label smoothing methods via our proposed confidence-aware label smoothing methods. Given the importance of calibration (especially in histopathology image analysis), the improvements from our proposed techniques merit further exploration and potential implementation in other histopathology image classification tasks.

📄 PDF Abstract BibTeX arXiv:2201.11866

Code (0)

등록된 구현이 없습니다.

Tasks

ClassificationDiagnosticimage-classificationImage Classification

Methods 이 논문이 사용한 방법론

Label Smoothing Label Smoothing is a regularization technique that introduces noise for the labels. This accounts for the fact that datasets may have mistakes in them, so maximizing the…

Similar Papers 제목 키워드 기반

Self supervised contrastive learning for digital histopathology

2020-11-27 · Ozan Ciga, Tony Xu, Anne L. Martel

Unsupervised learning has been a long-standing goal of machine learning and is especially important for medical image analysis, where the learning can compensate for the scarcity of labeled datasets. A promising subclass…

Contrastive LearningMedical Image AnalysisSelf-Supervised Learning

Combined Image Data Augmentations diminish the benefits of Adaptive Label Smoothing

2025-07-22 · Georg Siedel, Ekagra Gupta, Weijia Shao, Silvia Vock 외 arxiv

Soft augmentation regularizes the supervised learning process of image classifiers by reducing label confidence of a training sample based on the magnitude of random-crop augmentation applied to it. This paper extends th…

Data Augmentation

Label Stability in Multiple Instance Learning

2017-03-15 · Veronika Cheplygina, Lauge Sørensen, David M. J. Tax, Marleen de Bruijne 외

We address the problem of \emph{instance label stability} in multiple instance learning (MIL) classifiers. These classifiers are trained only on globally annotated images (bags), but often can provide fine-grained annota…

Medical Image AnalysisMultiple Instance Learning

Context-Aware Selective Label Smoothing for Calibrating Sequence Recognition Model

2023-03-13 · Shuangping Huang, Yu Luo, Zhenzhou Zhuang, Jin-Gang Yu 외

Despite the success of deep neural network (DNN) on sequential data (i.e., scene text and speech) recognition, it suffers from the over-confidence problem mainly due to overfitting in training with the cross-entropy loss…

Decision MakingScene Text Recognitionspeech-recognitionSpeech Recognition

One Size Doesn't Fit All: Adaptive Label Smoothing

2021-01-01 · Ujwal Krothapalli, Lynn Abbott

This paper concerns the use of objectness measures to improve the calibration performance of Convolutional Neural Networks (CNNs). Objectness is a measure of likelihood of an object from \textit{any} class being present …

AllObjectObject Localization