Exploring Binary Classification Hidden Within Partial Label Learning

Abstract

Partial label learning (PLL) is to learn a discriminative model under incomplete supervision, where each instance is annotated with a candidate label set. The basic principle of PLL is that the unknown correct label y of an instance x resides in its candidate label set s, i.e., P(y ∈ s | x) = 1. On which basis, current researches either directly model P(x | y) under different data generation assumptions or propose various surrogate multiclass losses, which all aim to encourage the model-based Pθ(y ∈ s | x)→1 implicitly. In this work, instead, we explicitly construct a binary classification task toward P(y ∈ s | x) based on the discriminative model, that is to predict whether the model-output label of x is one of its candidate labels. We formulate a novel risk estimator with estimation error bound for the proposed PLL binary classification risk. By applying logit adjustment based on disambiguation strategy, the practical approach directly maximizes Pθ(y ∈ s | x) while implicitly disambiguating the correct one from candidate labels simultaneously. Thorough experiments validate that the proposed approach achieves competitive performance against the state-of-the-art PLL methods.

Cite

Text

Luo et al. "Exploring Binary Classification Hidden Within Partial Label Learning." International Joint Conference on Artificial Intelligence, 2022. doi:10.24963/IJCAI.2022/456

Markdown

[Luo et al. "Exploring Binary Classification Hidden Within Partial Label Learning." International Joint Conference on Artificial Intelligence, 2022.](https://mlanthology.org/ijcai/2022/luo2022ijcai-exploring/) doi:10.24963/IJCAI.2022/456

BibTeX

@inproceedings{luo2022ijcai-exploring,
  title     = {{Exploring Binary Classification Hidden Within Partial Label Learning}},
  author    = {Luo, Hengheng and Zhang, Yabin and Zhao, Suyun and Chen, Hong and Li, Cuiping},
  booktitle = {International Joint Conference on Artificial Intelligence},
  year      = {2022},
  pages     = {3285-3291},
  doi       = {10.24963/IJCAI.2022/456},
  url       = {https://mlanthology.org/ijcai/2022/luo2022ijcai-exploring/}
}