Partial Label Learning with Batch Label Correction

Abstract

Partial label (PL) learning tackles the problem where each training instance is associated with a set of candidate labels, among which only one is the true label. In this paper, we propose a simple but effective batch-based partial label learning algorithm named PL-BLC, which tackles the partial label learning problem with batch-wise label correction (BLC). PL-BLC dynamically corrects the label confidence matrix of each training batch based on the current prediction network, and adopts a MixUp data augmentation scheme to enhance the underlying true labels against the redundant noisy labels. In addition, it introduces a teacher model through a consistency cost to ensure the stability of the batch-based prediction network update. Extensive experiments are conducted on synthesized and real-world partial label learning datasets, while the proposed approach demonstrates the state-of-the-art performance for partial label learning.

Cite

Text

Yan and Guo. "Partial Label Learning with Batch Label Correction." AAAI Conference on Artificial Intelligence, 2020. doi:10.1609/AAAI.V34I04.6132

Markdown

[Yan and Guo. "Partial Label Learning with Batch Label Correction." AAAI Conference on Artificial Intelligence, 2020.](https://mlanthology.org/aaai/2020/yan2020aaai-partial/) doi:10.1609/AAAI.V34I04.6132

BibTeX

@inproceedings{yan2020aaai-partial,
  title     = {{Partial Label Learning with Batch Label Correction}},
  author    = {Yan, Yan and Guo, Yuhong},
  booktitle = {AAAI Conference on Artificial Intelligence},
  year      = {2020},
  pages     = {6575-6582},
  doi       = {10.1609/AAAI.V34I04.6132},
  url       = {https://mlanthology.org/aaai/2020/yan2020aaai-partial/}
}