Skip to content

FabianHinder/One-or-Two-Things-We-Know-about-Concept-Drift

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

One or Two Things We know about Concept Drift -- A Survey on Monitoring Evolving Environments

Experimental code of survey paper. Paper

Abstract

The world surrounding us is subject to constant change. These changes, frequently described as concept drift, influence many industrial and technical processes. As they can lead to malfunctions and other anomalous behavior, which may be safety-critical in many scenarios, detecting and analyzing concept drift is crucial. In this paper, we provide a literature review focusing on concept drift in unsupervised data streams. While many surveys focus on supervised data streams, so far, there is no work reviewing the unsupervised setting. However, this setting is of particular relevance for monitoring and anomaly detection which are directly applicable to many tasks and challenges in engineering.

This survey provides a taxonomy of existing work on drift detection. Besides, it covers the current state of research on drift localization in a systematic way. In addition to providing a systematic literature review, this work provides precise mathematical definitions of the considered problems and contains standardized experiments on parametric artificial datasets allowing for a direct comparison of different strategies for detection and localization. Thereby, the suitability of different schemes can be analyzed systematically and guidelines for their usage in real-world scenarios can be provided. Finally, there is a section on the emerging topic of explaining concept drift.

Keywords: concept drift, drift detection, drift localization, drift explanation, monitoring, explainability, survey

Requirements

  • Python
  • Numpy, SciPy, Pandas, Matplotlib
  • scikit-learn
  • chpt (Kernel Drift Detector)

Cite

Cite our ArXive version

@misc{hinder2023things,
      title={One or Two Things We know about Concept Drift -- A Survey on Monitoring Evolving Environments}, 
      author={Fabian Hinder and Valerie Vaquet and Barbara Hammer},
      year={2023},
      eprint={2310.15826},
      archivePrefix={arXiv},
      primaryClass={cs.LG}
}

License

This code has a MIT license.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages