LGAIJul 28, 2025

Online hierarchical partitioning of the output space in extreme multi-label data stream

arXiv:2507.20894v14 citationsh-index: 21ECAI
Originality Highly original
AI Analysis

This work addresses challenges in extreme multi-label data streams for applications requiring real-time adaptation to concept drift and label dependencies, representing a novel method rather than an incremental improvement.

The paper tackles the problem of online multi-label classification in data streams with evolving distributions and high-dimensional label spaces by introducing iHOMER, a framework that incrementally partitions the label space and integrates drift detection, resulting in performance improvements of 23% over global baselines and 32% over local baselines across 23 datasets.

Mining data streams with multi-label outputs poses significant challenges due to evolving distributions, high-dimensional label spaces, sparse label occurrences, and complex label dependencies. Moreover, concept drift affects not only input distributions but also label correlations and imbalance ratios over time, complicating model adaptation. To address these challenges, structured learners are categorized into local and global methods. Local methods break down the task into simpler components, while global methods adapt the algorithm to the full output space, potentially yielding better predictions by exploiting label correlations. This work introduces iHOMER (Incremental Hierarchy Of Multi-label Classifiers), an online multi-label learning framework that incrementally partitions the label space into disjoint, correlated clusters without relying on predefined hierarchies. iHOMER leverages online divisive-agglomerative clustering based on \textit{Jaccard} similarity and a global tree-based learner driven by a multivariate \textit{Bernoulli} process to guide instance partitioning. To address non-stationarity, it integrates drift detection mechanisms at both global and local levels, enabling dynamic restructuring of label partitions and subtrees. Experiments across 23 real-world datasets show iHOMER outperforms 5 state-of-the-art global baselines, such as MLHAT, MLHT of Pruned Sets and iSOUPT, by 23\%, and 12 local baselines, such as binary relevance transformations of kNN, EFDT, ARF, and ADWIN bagging/boosting ensembles, by 32\%, establishing its robustness for online multi-label classification.

Foundations

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

Your Notes