Online Semi-Supervised Multi-Label Classification with Label Compression and Local Smooth Regression

Abstract

Online semi-supervised multi-label classification serves a practical yet challenging task since only a small number of labeled instances are available in real streaming environments. However, the mainstream of existing online classification techniques are focused on the single-label case, while only a few multi-label stream classification algorithms exist, and they are mainly trained on labeled instances. In this paper, we present a novel Online Semi-supervised Multi-Label learning algorithm (OnSeML) based on label compression and local smooth regression, which allows real-time multi-label predictions in a semi-supervised setting and is robust to evolving label distributions. Specifically, to capture the high-order label relationship and to build a compact target space for regression, OnSeML compresses the label set into a low-dimensional space by a fixed orthogonal label encoder. Then a locally defined regression function for each incoming instance is obtained with a closed-form solution. Targeting the evolving label distribution problem, we propose an adaptive decoding scheme to adequately integrate newly arriving labeled data. Extensive experiments provide empirical evidence for the effectiveness of our approach.

Cite

Text

Li et al. "Online Semi-Supervised Multi-Label Classification with Label Compression and Local Smooth Regression." International Joint Conference on Artificial Intelligence, 2020. doi:10.24963/IJCAI.2020/189

Markdown

[Li et al. "Online Semi-Supervised Multi-Label Classification with Label Compression and Local Smooth Regression." International Joint Conference on Artificial Intelligence, 2020.](https://mlanthology.org/ijcai/2020/li2020ijcai-online/) doi:10.24963/IJCAI.2020/189

BibTeX

@inproceedings{li2020ijcai-online,
  title     = {{Online Semi-Supervised Multi-Label Classification with Label Compression and Local Smooth Regression}},
  author    = {Li, Peiyan and Wang, Honglian and Böhm, Christian and Shao, Junming},
  booktitle = {International Joint Conference on Artificial Intelligence},
  year      = {2020},
  pages     = {1359-1365},
  doi       = {10.24963/IJCAI.2020/189},
  url       = {https://mlanthology.org/ijcai/2020/li2020ijcai-online/}
}