LGIMMLMay 9, 2014

Hellinger Distance Trees for Imbalanced Streams

arXiv:1405.2278v137 citations
Originality Incremental advance
AI Analysis

This addresses the imbalanced learning problem for incremental classifiers in data streams, focusing on rare class identification, and is incremental as it adapts an existing method.

The paper tackles the problem of poor minority class recall in imbalanced data streams by proposing Hellinger distance as a decision tree split criterion, achieving statistically significant improvements in recall rates with an acceptable increase in false positives.

Classifiers trained on data sets possessing an imbalanced class distribution are known to exhibit poor generalisation performance. This is known as the imbalanced learning problem. The problem becomes particularly acute when we consider incremental classifiers operating on imbalanced data streams, especially when the learning objective is rare class identification. As accuracy may provide a misleading impression of performance on imbalanced data, existing stream classifiers based on accuracy can suffer poor minority class performance on imbalanced streams, with the result being low minority class recall rates. In this paper we address this deficiency by proposing the use of the Hellinger distance measure, as a very fast decision tree split criterion. We demonstrate that by using Hellinger a statistically significant improvement in recall rates on imbalanced data streams can be achieved, with an acceptable increase in the false positive rate.

Foundations

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

Your Notes