LGJan 29, 2025

Histogram Approaches for Imbalanced Data Streams Regression

arXiv:2501.17568v22 citationsh-index: 6Mach learn
Originality Incremental advance
AI Analysis

This addresses the problem of imbalanced data streams in regression for predictive analytics, offering incremental improvements over prior Chebyshev-based methods.

The paper tackles imbalanced regression in online learning by introducing histogram-based sampling strategies (HistUS and HistOS) that dynamically detect rare instances across arbitrary distribution regions, resulting in improved rare-case prediction accuracy on synthetic and real-world benchmarks.

Imbalanced domains pose a significant challenge in real-world predictive analytics, particularly in the context of regression. While existing research has primarily focused on batch learning from static datasets, limited attention has been given to imbalanced regression in online learning scenarios. Intending to address this gap, in prior work, we proposed sampling strategies based on Chebyshevs inequality as the first methodologies designed explicitly for data streams. However, these approaches operated under the restrictive assumption that rare instances exclusively reside at distribution extremes. This study introduces histogram-based sampling strategies to overcome this constraint, proposing flexible solutions for imbalanced regression in evolving data streams. The proposed techniques -- Histogram-based Undersampling (HistUS) and Histogram-based Oversampling (HistOS) -- employ incremental online histograms to dynamically detect and prioritize rare instances across arbitrary regions of the target distribution to improve predictions in the rare cases. Comprehensive experiments on synthetic and real-world benchmarks demonstrate that HistUS and HistOS substantially improve rare-case prediction accuracy, outperforming baseline models while maintaining competitiveness with Chebyshev-based approaches.

Foundations

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

Your Notes