LGCLIRMay 9, 2015

Probabilistic Cascading for Large Scale Hierarchical Classification

arXiv:1505.02251v19 citations
Originality Incremental advance
AI Analysis

This work addresses hierarchical classification for large-scale datasets, presenting an incremental improvement over existing methods.

The paper tackles the problem of hierarchical classification by proposing a probabilistic cascading approach that estimates root-to-leaf path probabilities, achieving better results than traditional flat and cascade methods.

Hierarchies are frequently used for the organization of objects. Given a hierarchy of classes, two main approaches are used, to automatically classify new instances: flat classification and cascade classification. Flat classification ignores the hierarchy, while cascade classification greedily traverses the hierarchy from the root to the predicted leaf. In this paper we propose a new approach, which extends cascade classification to predict the right leaf by estimating the probability of each root-to-leaf path. We provide experimental results which indicate that, using the same classification algorithm, one can achieve better results with our approach, compared to the traditional flat and cascade classifications.

Foundations

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

Your Notes