Time Series Anomaly Detection; Detection of anomalous drops with limited features and sparse examples in noisy highly periodic data
Dominique T. Shipmon, Jason M. Gurevitch, Paolo M. Piselli, Stephen, T. Edwards

TL;DR
This paper explores machine learning and statistical methods to detect anomalous drops in noisy, periodic traffic data streams with limited labeled examples, focusing on sustained anomalies rather than short-term fluctuations.
Contribution
It introduces a combined approach using TensorFlow-based regression models and rule-based detection to identify sustained anomalies in noisy, periodic time series data.
Findings
Intersection of detection methods improves accuracy
Models perform well on periodic data streams
Some data streams are non-periodic, limiting model effectiveness
Abstract
Google uses continuous streams of data from industry partners in order to deliver accurate results to users. Unexpected drops in traffic can be an indication of an underlying issue and may be an early warning that remedial action may be necessary. Detecting such drops is non-trivial because streams are variable and noisy, with roughly regular spikes (in many different shapes) in traffic data. We investigated the question of whether or not we can predict anomalies in these data streams. Our goal is to utilize Machine Learning and statistical approaches to classify anomalous drops in periodic, but noisy, traffic patterns. Since we do not have a large body of labeled examples to directly apply supervised learning for anomaly classification, we approached the problem in two parts. First we used TensorFlow to train our various models including DNNs, RNNs, and LSTMs to perform regression and…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsAnomaly Detection Techniques and Applications · Time Series Analysis and Forecasting
