Hierarchical Partitioning of the Output Space in Multi-label Data
Yannis Papanikolaou, Ioannis Katakis, Grigorios Tsoumakas

TL;DR
This paper introduces HOMER, a hierarchical multi-label classification algorithm that improves scalability and class imbalance handling by decomposing the task into simpler sub-problems, with extensive experiments showing significant performance gains.
Contribution
The paper presents a general HOMER framework, extends it for ranking-based classifiers, and introduces a balanced k-means variant for hierarchy construction, along with comprehensive empirical analysis.
Findings
HOMER significantly outperforms base multi-label classifiers.
The hierarchical approach improves scalability and class imbalance handling.
Extensive experiments validate the effectiveness of the proposed methods.
Abstract
Hierarchy Of Multi-label classifiers (HOMER) is a multi-label learning algorithm that breaks the initial learning task to several, easier sub-tasks by first constructing a hierarchy of labels from a given label set and secondly employing a given base multi-label classifier (MLC) to the resulting sub-problems. The primary goal is to effectively address class imbalance and scalability issues that often arise in real-world multi-label classification problems. In this work, we present the general setup for a HOMER model and a simple extension of the algorithm that is suited for MLCs that output rankings. Furthermore, we provide a detailed analysis of the properties of the algorithm, both from an aspect of effectiveness and computational complexity. A secondary contribution involves the presentation of a balanced variant of the k means algorithm, which serves in the first step of the 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 · Imbalanced Data Classification Techniques
