Partial Label Learning via Self-Paced Curriculum Strategy

Abstract

Partial-Label Learning (PLL) aims to learn from the training data, where each example is associated with a set of candidate labels, among which only one is correct. Existing PLL methods to deal with such problem usually treat each training example equally and few works take the complexities of training examples into consideration. In this paper, inspired by the human learning mode that gradually learns from “easy” to “hard”, we propose a novel S elf- P aced C urriculum strategy based P artial- L abel L earning ( SPC-PLL ) algorithm, where curriculum strategy can predetermine prior knowledge to adjust the learning priorities of training examples, while self-paced strategy can dynamically select “easy” training examples for model induction according to its current learning progress. The combination of such two strategies is analogous to “instructor-student-collaborative” learning mode, which not only utilizes prior knowledge flexibly but also effectively avoids the inconsistency between the predetermined curriculum and the dynamically learned models. Extensive experimental comparisons and comprehensive ablation study demonstrate the effectiveness of such strategy on solving PLL problem.

Cite

Text

Lyu et al. "Partial Label Learning via Self-Paced Curriculum Strategy." European Conference on Machine Learning and Principles and Practice of Knowledge Discovery in Databases, 2020. doi:10.1007/978-3-030-67661-2_29

Markdown

[Lyu et al. "Partial Label Learning via Self-Paced Curriculum Strategy." European Conference on Machine Learning and Principles and Practice of Knowledge Discovery in Databases, 2020.](https://mlanthology.org/ecmlpkdd/2020/lyu2020ecmlpkdd-partial/) doi:10.1007/978-3-030-67661-2_29

BibTeX

@inproceedings{lyu2020ecmlpkdd-partial,
  title     = {{Partial Label Learning via Self-Paced Curriculum Strategy}},
  author    = {Lyu, Gengyu and Feng, Songhe and Jin, Yi and Li, Yidong},
  booktitle = {European Conference on Machine Learning and Principles and Practice of Knowledge Discovery in Databases},
  year      = {2020},
  pages     = {489-505},
  doi       = {10.1007/978-3-030-67661-2_29},
  url       = {https://mlanthology.org/ecmlpkdd/2020/lyu2020ecmlpkdd-partial/}
}