Ensemble Methods for Multi-label Classification
Lior Rokach, Alon Schclar, Ehud Itach

TL;DR
This paper introduces a set covering approach for multi-label classification ensemble methods, improving prediction accuracy and stability by selecting label subsets based on coverage constraints rather than random selection.
Contribution
It proposes a novel set covering framework for ensemble construction in multi-label classification, incorporating constraints to enhance performance and providing theoretical bounds for subset selection.
Findings
Improved classification accuracy over RAKEL and other algorithms.
Enhanced stability of multi-label predictions.
Effective subset construction using approximation algorithms.
Abstract
Ensemble methods have been shown to be an effective tool for solving multi-label classification tasks. In the RAndom k-labELsets (RAKEL) algorithm, each member of the ensemble is associated with a small randomly-selected subset of k labels. Then, a single label classifier is trained according to each combination of elements in the subset. In this paper we adopt a similar approach, however, instead of randomly choosing subsets, we select the minimum required subsets of k labels that cover all labels and meet additional constraints such as coverage of inter-label correlations. Construction of the cover is achieved by formulating the subset selection as a minimum set covering problem (SCP) and solving it by using approximation algorithms. Every cover needs only to be prepared once by offline algorithms. Once prepared, a cover may be applied to the classification of any given multi-label…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsText and Document Classification Technologies · Machine Learning and Data Classification · Spam and Phishing Detection
