Partial Multi-Label Learning via Multi-Subspace Representation

Abstract

Partial Multi-Label Learning (PML) aims to learn from the training data where each instance is associated with a set of candidate labels, among which only a part of them are relevant. Existing PML methods mainly focus on label disambiguation, while they lack the consideration of noise in the feature space. To tackle the problem, we propose a novel framework named partial multi-label learning via MUlti-SubspacE Representation (MUSER), where the redundant labels together with noisy features are jointly taken into consideration during the training process. Specifically, we first decompose the original label space into a latent label subspace and a label correlation matrix to reduce the negative effects of redundant labels, then we utilize the correlations among features to project the original noisy feature space to a feature subspace to resist the noisy feature information. Afterwards, we introduce a graph Laplacian regularization to constrain the label subspace to keep intrinsic structure among features and impose an orthogonality constraint on the correlations among features to guarantee discriminability of the feature subspace. Extensive experiments conducted on various datasets demonstrate the superiority of our proposed method.

Cite

Text

Li et al. "Partial Multi-Label Learning via Multi-Subspace Representation." International Joint Conference on Artificial Intelligence, 2020. doi:10.24963/IJCAI.2020/362

Markdown

[Li et al. "Partial Multi-Label Learning via Multi-Subspace Representation." International Joint Conference on Artificial Intelligence, 2020.](https://mlanthology.org/ijcai/2020/li2020ijcai-partial/) doi:10.24963/IJCAI.2020/362

BibTeX

@inproceedings{li2020ijcai-partial,
  title     = {{Partial Multi-Label Learning via Multi-Subspace Representation}},
  author    = {Li, Ziwei and Lyu, Gengyu and Feng, Songhe},
  booktitle = {International Joint Conference on Artificial Intelligence},
  year      = {2020},
  pages     = {2612-2618},
  doi       = {10.24963/IJCAI.2020/362},
  url       = {https://mlanthology.org/ijcai/2020/li2020ijcai-partial/}
}