Group Anomaly Detection Using Deep Generative Models

Abstract

Unlike conventional anomaly detection research that focuses on point anomalies, our goal is to detect anomalous collections of individual data points. In particular, we perform group anomaly detection (GAD) with an emphasis on irregular group distributions (e.g. irregular mixtures of image pixels). GAD is an important task in detecting unusual and anomalous phenomena in real-world applications such as high energy particle physics, social media and medical imaging. In this paper, we take a generative approach by proposing deep generative models: Adversarial autoencoder (AAE) and variational autoencoder (VAE) for group anomaly detection. Both AAE and VAE detect group anomalies using point-wise input data where group memberships are known a priori. We conduct extensive experiments to evaluate our models on real world datasets. The empirical results demonstrate that our approach is effective and robust in detecting group anomalies. Code related to this paper is available at: https://github.com/raghavchalapathy/gad, https://www.cs.cmu.edu/~lxiong/gad/gad.html, https://github.com/jorjasso/SMDD-group-anomaly-detection, https://github.com/cjlin1/libsvm.

Cite

Text

Chalapathy et al. "Group Anomaly Detection Using Deep Generative Models." European Conference on Machine Learning and Principles and Practice of Knowledge Discovery in Databases, 2018. doi:10.1007/978-3-030-10925-7_11

Markdown

[Chalapathy et al. "Group Anomaly Detection Using Deep Generative Models." European Conference on Machine Learning and Principles and Practice of Knowledge Discovery in Databases, 2018.](https://mlanthology.org/ecmlpkdd/2018/chalapathy2018ecmlpkdd-group/) doi:10.1007/978-3-030-10925-7_11

BibTeX

@inproceedings{chalapathy2018ecmlpkdd-group,
  title     = {{Group Anomaly Detection Using Deep Generative Models}},
  author    = {Chalapathy, Raghavendra and Toth, Edward and Chawla, Sanjay},
  booktitle = {European Conference on Machine Learning and Principles and Practice of Knowledge Discovery in Databases},
  year      = {2018},
  pages     = {173-189},
  doi       = {10.1007/978-3-030-10925-7_11},
  url       = {https://mlanthology.org/ecmlpkdd/2018/chalapathy2018ecmlpkdd-group/}
}