Fast Anomaly Detection for Streaming Data

Swee Chuan Tan,Kai Ming Ting,Fei Tony Liu
DOI: https://doi.org/10.5591/978-1-57735-516-8/ijcai11-254
2011-01-01
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.
What problem does this paper attempt to address?