paper-with-me

홈 › Papers

Concept Drift Detection for Streaming Data

2015-04-04 · Heng Wang, Zubin Abraham

Common statistical prediction models often require and assume stationarity in the data. However, in many practical applications, changes in the relationship of the response and predictor variables are regularly observed over time, resulting in the deterioration of the predictive performance of these models. This paper presents Linear Four Rates (LFR), a framework for detecting these concept drifts and subsequently identifying the data points that belong to the new concept (for relearning the model). Unlike conventional concept drift detection approaches, LFR can be applied to both batch and stream data; is not limited by the distribution properties of the response variable (e.g., datasets with imbalanced labels); is independent of the underlying statistical-model; and uses user-specified parameters that are intuitively comprehensible. The performance of LFR is compared to benchmark approaches using both simulated and commonly used public datasets that span the gamut of concept drift types. The results show LFR significantly outperforms benchmark approaches in terms of recall, accuracy and delay in detection of concept drifts across datasets.

📄 PDF Abstract BibTeX arXiv:1504.01044

Code (1)

mitre/menelaus/blob/dev/src/menelaus/concept_drift/lfr.py

Tasks

Drift Detection

Similar Papers 제목 키워드 기반

Online Semi-Supervised Concept Drift Detection with Density Estimation

2019-09-25 · Chang How Tan, Vincent CS Lee, Mahsa Salehi

Concept drift is formally defined as the change in joint distribution of a set of input variables X and a target variable y. The two types of drift that are extensively studied are real drift and virtual drift where the …

Density EstimationDrift Detection

Learner-based Concept Drift Detection: Analysis and Evaluation

2026-06-18 · Md Moman Ul Haque Khan, Samira Sadaoui arxiv

Machine learning algorithms deployed for evolving streaming environments must handle the non-stationary data distributions, commonly referred to as concept drift. The presence of concept drift poses a major challenge for…

An Efficient Concept Drift Detection Method for Streaming Data under Limited Labeling

2017-10-01 · Youngin KIM, Cheong Hee Park

In data stream analysis, detecting the concept drift accu- rately is important to maintain the classification performance. Most drift detection methods assume that the class labels become available immedi- ately after…

Drift Detection

Handling Adversarial Concept Drift in Streaming Data

2018-03-24 · Tegjyot Singh Sethi, Mehmed Kantardzic

Classifiers operating in a dynamic, real world environment, are vulnerable to adversarial activity, which causes the data distribution to change over time. These changes are traditionally referred to as concept drift, an…

Active LearningDrift Detection

Diagnosing Concept Drift with Visual Analytics

2020-07-28 · Weikai Yang, Zhen Li, Mengchen Liu, Yafeng Lu 외

Concept drift is a phenomenon in which the distribution of a data stream changes over time in unforeseen ways, causing prediction models built on historical data to become inaccurate. While a variety of automated methods…

Drift Detectiontext-classificationText Classification