English

Block-wise Partitioning for Extreme Multi-label Classification

Machine Learning 2018-11-06 v1 Machine Learning

Abstract

Extreme multi-label classification aims to learn a classifier that annotates an instance with a relevant subset of labels from an extremely large label set. Many existing solutions embed the label matrix to a low-dimensional linear subspace, or examine the relevance of a test instance to every label via a linear scan. In practice, however, those approaches can be computationally exorbitant. To alleviate this drawback, we propose a Block-wise Partitioning (BP) pretreatment that divides all instances into disjoint clusters, to each of which the most frequently tagged label subset is attached. One multi-label classifier is trained on one pair of instance and label clusters, and the label set of a test instance is predicted by first delivering it to the most appropriate instance cluster. Experiments on benchmark multi-label data sets reveal that BP pretreatment significantly reduces prediction time, and retains almost the same level of prediction accuracy.

Keywords

Cite

@article{arxiv.1811.01305,
  title  = {Block-wise Partitioning for Extreme Multi-label Classification},
  author = {Yuefeng Liang and Cho-Jui Hsieh and Thomas C. M. Lee},
  journal= {arXiv preprint arXiv:1811.01305},
  year   = {2018}
}
R2 v1 2026-06-23T05:03:19.198Z