paper-with-me

홈 › Papers

McDiarmid Drift Detection Methods for Evolving Data Streams

2017-10-05 · Ali Pesaranghader, Herna Viktor, Eric Paquet

Increasingly, Internet of Things (IoT) domains, such as sensor networks, smart cities, and social networks, generate vast amounts of data. Such data are not only unbounded and rapidly evolving. Rather, the content thereof dynamically evolves over time, often in unforeseen ways. These variations are due to so-called concept drifts, caused by changes in the underlying data generation mechanisms. In a classification setting, concept drift causes the previously learned models to become inaccurate, unsafe and even unusable. Accordingly, concept drifts need to be detected, and handled, as soon as possible. In medical applications and emergency response settings, for example, change in behaviours should be detected in near real-time, to avoid potential loss of life. To this end, we introduce the McDiarmid Drift Detection Method (MDDM), which utilizes McDiarmid's inequality in order to detect concept drift. The MDDM approach proceeds by sliding a window over prediction results, and associate window entries with weights. Higher weights are assigned to the most recent entries, in order to emphasize their importance. As instances are processed, the detection algorithm compares a weighted mean of elements inside the sliding window with the maximum weighted mean observed so far. A significant difference between the two weighted means, upper-bounded by the McDiarmid inequality, implies a concept drift. Our extensive experimentation against synthetic and real-world data streams show that our novel method outperforms the state-of-the-art. Specifically, MDDM yields shorter detection delays as well as lower false negative rates, while maintaining high classification accuracies.

📄 PDF Abstract BibTeX arXiv:1710.02030

Code (2)

alipsgh/data_streams 공식 구현
alipsgh/codes-for-moa

Tasks

Drift DetectionGeneral Classification

Similar Papers 제목 키워드 기반

Adaptive Model Pooling for Online Deep Anomaly Detection from a Complex Evolving Data Stream

2022-06-09 · Susik Yoon, YoungJun Lee, Jae-Gil Lee, Byung Suk Lee

Online anomaly detection from a data stream is critical for the safety and security of many applications but is facing severe challenges due to complex and evolving data streams from IoT devices and cloud-based infrastru…

Anomaly Detection

Reservoir of Diverse Adaptive Learners and Stacking Fast Hoeffding Drift Detection Methods for Evolving Data Streams

2017-09-07 · Ali Pesaranghader, Herna Viktor, Eric Paquet

The last decade has seen a surge of interest in adaptive learning algorithms for data stream classification, with applications ranging from predicting ozone level peaks, learning stock market indicators, to detecting com…

Computer SecurityDrift Detection

METER: A Dynamic Concept Adaptation Framework for Online Anomaly Detection

2023-12-28 · Jiaqi Zhu, Shaofeng Cai, Fang Deng, Beng Chin Ooi 외

Real-time analytics and decision-making require online anomaly detection (OAD) to handle drifts in data streams efficiently and effectively. Unfortunately, existing approaches are often constrained by their limited detec…

Anomaly DetectionDecision MakingDrift Detection

Interpretable Model Drift Detection

2025-03-09 · Pranoy Panda, Kancheti Sai Srinivas, Vineeth N Balasubramanian, Gaurav Sinha

Data in the real world often has an evolving distribution. Thus, machine learning models trained on such data get outdated over time. This phenomenon is called model drift. Knowledge of this drift serves two purposes: (i…

Drift Detectionmodel

A Survey on Concept Drift in Process Mining

2021-12-03 · Denise Maria Vecino Sato, Sheila Cristiana de Freitas, Jean Paul Barddal, Edson Emilio Scalabrin

Concept drift in process mining (PM) is a challenge as classical methods assume processes are in a steady-state, i.e., events share the same process version. We conducted a systematic literature review on the intersectio…

Drift DetectionSurveySystematic Literature Review