Fast Anomaly Detection for Streaming Data

Abstract

This paper introduces Streaming Half-Space-Trees (HS-Trees), a fast one-class anomaly detector for evolving data streams. It requires only normal data for training and works well when anomalous data are rare. The model features an ensemble of random HS-Trees, and the tree structure is constructed without any data. This makes the method highly efficient because it requires no model restructuring when adapting to evolving data streams. Our analysis shows that Streaming HS-Trees has constant amortised time complexity and constant memory requirement. When compared with a state-of-the-art method, our method performs favourably in terms of detection accuracy and runtime performance. Our experimental results also show that the detection performance of Streaming HS-Trees is not sensitive to its parameter settings.

Cite

Text

Tan et al. "Fast Anomaly Detection for Streaming Data." International Joint Conference on Artificial Intelligence, 2011. doi:10.5591/978-1-57735-516-8/IJCAI11-254

Markdown

[Tan et al. "Fast Anomaly Detection for Streaming Data." International Joint Conference on Artificial Intelligence, 2011.](https://mlanthology.org/ijcai/2011/tan2011ijcai-fast/) doi:10.5591/978-1-57735-516-8/IJCAI11-254

BibTeX

@inproceedings{tan2011ijcai-fast,
  title     = {{Fast Anomaly Detection for Streaming Data}},
  author    = {Tan, Swee Chuan and Ting, Kai Ming and Liu, Fei Tony},
  booktitle = {International Joint Conference on Artificial Intelligence},
  year      = {2011},
  pages     = {1511-1516},
  doi       = {10.5591/978-1-57735-516-8/IJCAI11-254},
  url       = {https://mlanthology.org/ijcai/2011/tan2011ijcai-fast/}
}