CVApr 13, 2018

Group Anomaly Detection using Deep Generative Models

arXiv:1804.04876v162 citations
Originality Synthesis-oriented
AI Analysis

This addresses the problem of detecting anomalous collections of data points, which is important for applications like high energy particle physics, social media, and medical imaging, but it appears incremental as it applies existing generative models to a specific task.

The paper tackles group anomaly detection (GAD) for irregular group distributions, such as in image pixels, using deep generative models like adversarial autoencoder (AAE) and variational autoencoder (VAE). The results show the approach is effective and robust in detecting group anomalies on real-world datasets.

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 Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes