Probabilistic Label Spreading: Efficient and Consistent Estimation of Soft Labels with Epistemic Uncertainty on Graphs
Jonathan Klees, Tobias Riedlinger, Peter Stehr, Bennet Böddecker, Daniel Kondermann, Matthias Rottmann
TL;DR
The paper tackles the challenge of obtaining high-quality soft labels with quantified epistemic uncertainty from limited crowdsourced annotations. It introduces Probabilistic Label Spreading (PLS), a scalable graph-diffusion method that propagates single annotations on a sparse $k$-NN graph to produce per-point class distributions and uncertainty estimates. The authors prove PAC-style consistency under smoothness and density assumptions and validate the approach across multiple image datasets, showing substantial annotation-budget reductions and state-of-the-art performance on a data-centric benchmark. Practically, PLS enables robust, interpretable soft labeling for large datasets, with controllable bias-variance via the spreading parameter and graph construction, and a public implementation for reproducibility.
Abstract
Safe artificial intelligence for perception tasks remains a major challenge, partly due to the lack of data with high-quality labels. Annotations themselves are subject to aleatoric and epistemic uncertainty, which is typically ignored during annotation and evaluation. While crowdsourcing enables collecting multiple annotations per image to estimate these uncertainties, this approach is impractical at scale due to the required annotation effort. We introduce a probabilistic label spreading method that provides reliable estimates of aleatoric and epistemic uncertainty of labels. Assuming label smoothness over the feature space, we propagate single annotations using a graph-based diffusion method. We prove that label spreading yields consistent probability estimators even when the number of annotations per data point converges to zero. We present and analyze a scalable implementation of our method. Experimental results indicate that, compared to baselines, our approach substantially reduces the annotation budget required to achieve a desired label quality on common image datasets and achieves a new state of the art on the Data-Centric Image Classification benchmark.
