English

Partial-Label Learning with a Reject Option

Machine Learning 2025-10-27 v4 Machine Learning

Abstract

In real-world applications, one often encounters ambiguously labeled data, where different annotators assign conflicting class labels. Partial-label learning allows training classifiers in this weakly supervised setting, where state-of-the-art methods already show good predictive performance. However, even the best algorithms give incorrect predictions, which can have severe consequences when they impact actions or decisions. We propose a novel risk-consistent nearest-neighbor-based partial-label learning algorithm with a reject option, that is, the algorithm can reject unsure predictions. Extensive experiments on artificial and real-world datasets show that our method provides the best trade-off between the number and accuracy of non-rejected predictions when compared to our competitors, which use confidence thresholds for rejecting unsure predictions. When evaluated without the reject option, our nearest-neighbor-based approach also achieves competitive prediction performance.

Keywords

Cite

@article{arxiv.2402.00592,
  title  = {Partial-Label Learning with a Reject Option},
  author = {Tobias Fuchs and Florian Kalinke and Klemens Böhm},
  journal= {arXiv preprint arXiv:2402.00592},
  year   = {2025}
}

Comments

Accepted for publication at TMLR

R2 v1 2026-06-28T14:34:31.111Z