Learning from Semi-Supervised Weak-Label Data

Abstract

Multi-label learning deals with data objects associated with multiple labels simultaneously. Previous studies typically assume that for each instance, the full set of relevant labels associated with each training instance is given. In many applicationssuch as image annotation, however, it’s usually difficult to get the full label set for each instance and only a partial or even empty set of relevant labels is available. We call this kind of problem as "semi-supervised weak-label learning" problem. In this work we propose the SSWL (Semi-Supervised Weak-Label) method to address this problem. Both instance similarity and label similarity are considered for the complement of missing labels. Ensemble of multiple models are utilized to improve the robustness when label information is insufficient. We formulate the objective as a bi-convex optimization problem with an efficient block coordinate descent algorithm. Experiments validate the effectiveness of SSWL.

Cite

Text

Dong et al. "Learning from Semi-Supervised Weak-Label Data." AAAI Conference on Artificial Intelligence, 2018. doi:10.1609/AAAI.V32I1.11762

Markdown

[Dong et al. "Learning from Semi-Supervised Weak-Label Data." AAAI Conference on Artificial Intelligence, 2018.](https://mlanthology.org/aaai/2018/dong2018aaai-learning/) doi:10.1609/AAAI.V32I1.11762

BibTeX

@inproceedings{dong2018aaai-learning,
  title     = {{Learning from Semi-Supervised Weak-Label Data}},
  author    = {Dong, Hao-Chen and Li, Yufeng and Zhou, Zhi-Hua},
  booktitle = {AAAI Conference on Artificial Intelligence},
  year      = {2018},
  pages     = {2926-2933},
  doi       = {10.1609/AAAI.V32I1.11762},
  url       = {https://mlanthology.org/aaai/2018/dong2018aaai-learning/}
}