Soft-Label Training Preserves Epistemic Uncertainty
Agamdeep Singh, Ashish Tiwari, Hosein Hasanbeig, Priyanshu Gupta
TL;DR
The paper argues that annotation distributions captured by multiple human judgments should be treated as ground truth in genuinely ambiguous data, rather than collapsed to a single label. It demonstrates that soft-label training, which targets the full distribution, preserves epistemic uncertainty and improves alignment with human perception without sacrificing accuracy. Across NLP and vision tasks (ChaosNLI, POPQUORN, CIFAR-10H), soft-label models achieve lower $D_{KL}$ divergences from human annotations and show stronger correlations between model uncertainty and data uncertainty (average 61% improvement). The findings suggest practical benefits for calibration, robustness, and trustworthy AI, particularly when data ambiguity is substantial and annotations are plentiful enough to estimate distributions."
Abstract
Many machine learning tasks involve inherent subjectivity, where annotators naturally provide varied labels. Standard practice collapses these label distributions into single labels, aggregating diverse human judgments into point estimates. We argue that this approach is epistemically misaligned for ambiguous data--the annotation distribution itself should be regarded as the ground truth. Training on collapsed single labels forces models to express false confidence on fundamentally ambiguous cases, creating a misalignment between model certainty and the diversity of human perception. We demonstrate empirically that soft-label training, which treats annotation distributions as ground truth, preserves epistemic uncertainty. Across both vision and NLP tasks, soft-label training achieves 32% lower KL divergence from human annotations and 61% stronger correlation between model and annotation entropy, while matching the accuracy of hard-label training. Our work repositions annotation distributions from noisy signals to be aggregated away, to faithful representations of epistemic uncertainty that models should learn to reproduce.
