Incremental Weighted Ensemble for Data Streams With Concept Drift.
Botao Jiao,Yinan Guo ,Cuie Yang,Jiayang Pu,Zhiji Zheng,Dunwei Gong
DOI: https://doi.org/10.1109/TAI.2022.3224416
2024-01-01
IEEE Transactions on Artificial Intelligence
Abstract:As a popular strategy to tackle concept drift, chunk-based ensemble method adapts a new concept by adjusting the weights of historical classifiers. However, most previous approaches normally evaluate the historical classifier based on an entire chunk newly arrived, which may cause delayed adaptation. To address the issue, two novel ensemble models, named incremental weighted ensemble (IWE) and incremental weighted ensemble for multi-classification (IWE-M), are proposed. At each time step, all base classifiers are incrementally updated on a newly arrived instance. Following that, the instance is collected into a cache array. Once a data chunk is formed, a new base classifier is created. More specially, a forgetting mechanism based on variable-size window is designed to adjust the weight of each base classifier in IWE in terms of its classification accuracy on the latest instances in an online manner. IWE-M, an extension of IWE, aims to solve multiclass problems with local concept drifts. In IWE-M, the weight of a base classifier is expanded to a weight vector. In this way, this ensemble model can retain specific historical information about nondrift regions from a local drift. Experimental results show that the proposed ensemble frameworks outperform six competitive approaches on accuracy and G-mean.