# Online Anomaly Detection with Sparse Gaussian Processes

**Authors:** Jingjing Fei, Shiliang Sun

arXiv: 1905.05761 · 2019-05-16

## TL;DR

This paper introduces SGP-Q, a novel online anomaly detection method using sparse Gaussian processes that adapts to concept drift and efficiently handles abnormal data, demonstrating superior performance on multiple datasets.

## Contribution

The paper proposes SGP-Q, a new online anomaly detection approach combining sparse Gaussian processes with a Q-function for better adaptation and efficiency.

## Key findings

- SGP-Q significantly speeds up anomaly detection.
- SGP-Q effectively adapts to concept drift.
- Experimental results show improved accuracy over existing methods.

## Abstract

Online anomaly detection of time-series data is an important and challenging task in machine learning. Gaussian processes (GPs) are powerful and flexible models for modeling time-series data. However, the high time complexity of GPs limits their applications in online anomaly detection. Attributed to some internal or external changes, concept drift usually occurs in time-series data, where the characteristics of data and meanings of abnormal behaviors alter over time. Online anomaly detection methods should have the ability to adapt to concept drift. Motivated by the above facts, this paper proposes the method of sparse Gaussian processes with Q-function (SGP-Q). The SGP-Q employs sparse Gaussian processes (SGPs) whose time complexity is lower than that of GPs, thus significantly speeding up online anomaly detection. By using Q-function properly, the SGP-Q can adapt to concept drift well. Moreover, the SGP-Q makes use of few abnormal data in the training data by its strategy of updating training data, resulting in more accurate sparse Gaussian process regression models and better anomaly detection results. We evaluate the SGP-Q on various artificial and real-world datasets. Experimental results validate the effectiveness of the SGP-Q.

## Full text

_Full body text omitted from this summary view._ Fetch the complete paper as Markdown: https://tomesphere.com/paper/1905.05761/full.md

## Figures

49 figures with captions in the complete paper: https://tomesphere.com/paper/1905.05761/full.md

## References

44 references — full list in the complete paper: https://tomesphere.com/paper/1905.05761/full.md

---
Source: https://tomesphere.com/paper/1905.05761