# Robust, Deep and Inductive Anomaly Detection

**Authors:** Raghavendra Chalapathy (University of Sydney, Capital Markets, Cooperative Research Centre (CMCRC)), Aditya Krishna Menon (Data61/CSIRO and, the Australian National University), and Sanjay Chawla (Qatar Computing, Research Institute (QCRI), HBKU)

arXiv: 1704.06743 · 2017-08-01

## TL;DR

This paper introduces a robust autoencoder model that learns nonlinear data representations for anomaly detection, effectively handling corruptions and enabling inductive anomaly detection on new data.

## Contribution

It proposes a novel robust autoencoder that combines robustness to corruptions with the ability to detect anomalies inductively, addressing limitations of traditional PCA and robust PCA.

## Key findings

- Effective on real-world datasets
- Handles arbitrary data corruptions
- Enables inductive anomaly detection

## Abstract

PCA is a classical statistical technique whose simplicity and maturity has seen it find widespread use as an anomaly detection technique. However, it is limited in this regard by being sensitive to gross perturbations of the input, and by seeking a linear subspace that captures normal behaviour. The first issue has been dealt with by robust PCA, a variant of PCA that explicitly allows for some data points to be arbitrarily corrupted, however, this does not resolve the second issue, and indeed introduces the new issue that one can no longer inductively find anomalies on a test set. This paper addresses both issues in a single model, the robust autoencoder. This method learns a nonlinear subspace that captures the majority of data points, while allowing for some data to have arbitrary corruption. The model is simple to train and leverages recent advances in the optimisation of deep neural networks. Experiments on a range of real-world datasets highlight the model's effectiveness.

## Full text

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

## Figures

19 figures with captions in the complete paper: https://tomesphere.com/paper/1704.06743/full.md

## References

35 references — full list in the complete paper: https://tomesphere.com/paper/1704.06743/full.md

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