LGDec 19, 2021

Active Weighted Aging Ensemble for Drifted Data Stream Classification

arXiv:2112.10150v127 citations
Originality Incremental advance
AI Analysis

This addresses the problem of maintaining classifier performance in non-stationary data streams for applications where labeling is costly, representing an incremental improvement.

The paper tackled concept drift in streaming data classification by proposing a chunk-based ensemble method with active learning under a limited labeling budget, achieving high quality results compared to state-of-the-art methods.

One of the significant problems of streaming data classification is the occurrence of concept drift, consisting of the change of probabilistic characteristics of the classification task. This phenomenon destabilizes the performance of the classification model and seriously degrades its quality. An appropriate strategy counteracting this phenomenon is required to adapt the classifier to the changing probabilistic characteristics. One of the significant problems in implementing such a solution is the access to data labels. It is usually costly, so to minimize the expenses related to this process, learning strategies based on semi-supervised learning are proposed, e.g., employing active learning methods indicating which of the incoming objects are valuable to be labeled for improving the classifier's performance. This paper proposes a novel chunk-based method for non-stationary data streams based on classifier ensemble learning and an active learning strategy considering a limited budget that can be successfully applied to any data stream classification algorithm. The proposed method has been evaluated through computer experiments using both real and generated data streams. The results confirm the high quality of the proposed algorithm over state-of-the-art methods.

Foundations

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

Your Notes