IVCVJan 28, 2022

Calibrating Histopathology Image Classifiers using Label Smoothing

arXiv:2201.11866v14 citations
Originality Incremental advance
AI Analysis

This addresses calibration issues in histopathology image analysis, which is critical for medical diagnostics, but the approach is incremental as it adapts existing label smoothing techniques to a specific domain.

The paper tackled the problem of poor model calibration in histopathology image classifiers by proposing label smoothing methods that incorporate per-image annotator agreement, resulting in a nearly 70% reduction in calibration error for colorectal polyp classification while maintaining or improving accuracy.

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.

Foundations

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

Your Notes