Efficient Multi-Class Selective Sampling on Graphs

Abstract

A graph-based multi-class classification problem is typically converted into a collection of binary classification tasks via the one-vs.-all strategy, and then tackled by applying proper binary classification algorithms. Unlike the one-vs.-all strategy, we suggest a unified framework which operates directly on the multi-class problem without reducing it to a collection of binary tasks. Moreover, this framework makes active learning practically feasible for multi-class problems, while the one-vs.-all strategy cannot. Specifically, we employ a novel randomized query technique to prioritize the informative instances. This query technique based on the hybrid criterion of ``margin" and ``uncertainty" can achieve a comparable mistake bound with its fully supervised counterpart. To take full advantage of correctly predicted labels discarded in traditional conservative algorithms, we propose an aggressive selective sampling algorithm that can update the model even if no error occurs. Thanks to the aggressive updating strategy, the aggressive algorithm attains a lower mistake bound than its conservative competitors in expectation. Encouraging experimental results on real-world graph databases show that the proposed technique by querying an extremely small ratio of labels is able to accomplish better classification accuracy.

Cite

Text

Yang et al. "Efficient Multi-Class Selective Sampling on Graphs." Conference on Uncertainty in Artificial Intelligence, 2016.

Markdown

[Yang et al. "Efficient Multi-Class Selective Sampling on Graphs." Conference on Uncertainty in Artificial Intelligence, 2016.](https://mlanthology.org/uai/2016/yang2016uai-efficient/)

BibTeX

@inproceedings{yang2016uai-efficient,
  title     = {{Efficient Multi-Class Selective Sampling on Graphs}},
  author    = {Yang, Peng and Zhao, Peilin and Hai, Zhen and Liu, Wei and Hoi, Steven C. H. and Li, Xiaoli},
  booktitle = {Conference on Uncertainty in Artificial Intelligence},
  year      = {2016},
  url       = {https://mlanthology.org/uai/2016/yang2016uai-efficient/}
}