LGMLSep 21, 2020

CURIE: A Cellular Automaton for Concept Drift Detection

arXiv:2009.09677v17 citations
Originality Incremental advance
AI Analysis

This work addresses concept drift detection for data stream mining, presenting an incremental improvement over existing methods.

The authors tackled the problem of concept drift detection in data streams by proposing CURIE, a detector based on cellular automata, which demonstrated competitive performance in detection metrics and classification accuracy when hybridized with other learners.

Data stream mining extracts information from large quantities of data flowing fast and continuously (data streams). They are usually affected by changes in the data distribution, giving rise to a phenomenon referred to as concept drift. Thus, learning models must detect and adapt to such changes, so as to exhibit a good predictive performance after a drift has occurred. In this regard, the development of effective drift detection algorithms becomes a key factor in data stream mining. In this work we propose CU RIE, a drift detector relying on cellular automata. Specifically, in CU RIE the distribution of the data stream is represented in the grid of a cellular automata, whose neighborhood rule can then be utilized to detect possible distribution changes over the stream. Computer simulations are presented and discussed to show that CU RIE, when hybridized with other base learners, renders a competitive behavior in terms of detection metrics and classification accuracy. CU RIE is compared with well-established drift detectors over synthetic datasets with varying drift characteristics.

Code Implementations1 repo
Foundations

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

Your Notes