Drift Detection Using Stream Volatility

Abstract

Current methods in data streams that detect concept drifts in the underlying distribution of data look at the distribution difference using statistical measures based on mean and variance. Existing methods are unable to proactively approximate the probability of a concept drift occurring and predict future drift points. We extend the current drift detection design by proposing the use of historical drift trends to estimate the probability of expecting a drift at different points across the stream, which we term the expected drift probability. We offer empirical evidence that applying our expected drift probability with the state-of-the-art drift detector, ADWIN, we can improve the detection performance of ADWIN by significantly reducing the false positive rate. To the best of our knowledge, this is the first work that investigates this idea. We also show that our overall concept can be easily incorporated back onto incremental classifiers such as VFDT and demonstrate that the performance of the classifier is further improved.

Cite

Text

Huang et al. "Drift Detection Using Stream Volatility." European Conference on Machine Learning and Principles and Practice of Knowledge Discovery in Databases, 2015. doi:10.1007/978-3-319-23528-8_26

Markdown

[Huang et al. "Drift Detection Using Stream Volatility." European Conference on Machine Learning and Principles and Practice of Knowledge Discovery in Databases, 2015.](https://mlanthology.org/ecmlpkdd/2015/huang2015ecmlpkdd-drift/) doi:10.1007/978-3-319-23528-8_26

BibTeX

@inproceedings{huang2015ecmlpkdd-drift,
  title     = {{Drift Detection Using Stream Volatility}},
  author    = {Huang, David Tse Jung and Koh, Yun Sing and Dobbie, Gillian and Bifet, Albert},
  booktitle = {European Conference on Machine Learning and Principles and Practice of Knowledge Discovery in Databases},
  year      = {2015},
  pages     = {417-432},
  doi       = {10.1007/978-3-319-23528-8_26},
  url       = {https://mlanthology.org/ecmlpkdd/2015/huang2015ecmlpkdd-drift/}
}