MLLGDec 19, 2016

Hierarchical Partitioning of the Output Space in Multi-label Data

arXiv:1612.06083v121 citations
Originality Incremental advance
AI Analysis

This addresses scalability and imbalance issues in multi-label classification, but it is incremental as it builds on existing hierarchical methods with extensions and variants.

The authors tackled the problem of class imbalance and scalability in multi-label classification by proposing HOMER, a hierarchical algorithm that breaks tasks into easier sub-problems, and demonstrated significant improvement over base classifiers in experiments on six real-world datasets.

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 hierarchy construction. We conduct extensive experiments on six real-world datasets, studying empirically HOMER's parameters and providing examples of instantiations of the algorithm with different clustering approaches and MLCs, The empirical results demonstrate a significant improvement over the given base MLC.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes