LGAIJun 6, 2022

Perturbation Learning Based Anomaly Detection

arXiv:2206.02704v145 citationsh-index: 23
Originality Incremental advance
AI Analysis

This method addresses anomaly detection for data analysis by providing a simpler, assumption-free approach, though it appears incremental as it builds on existing perturbation-based techniques.

The paper tackles anomaly detection by learning small perturbations to normal data and training a classifier to distinguish between normal and perturbed data, achieving effective results without needing assumptions about the decision boundary shape and with fewer hyper-parameters.

This paper presents a simple yet effective method for anomaly detection. The main idea is to learn small perturbations to perturb normal data and learn a classifier to classify the normal data and the perturbed data into two different classes. The perturbator and classifier are jointly learned using deep neural networks. Importantly, the perturbations should be as small as possible but the classifier is still able to recognize the perturbed data from unperturbed data. Therefore, the perturbed data are regarded as abnormal data and the classifier provides a decision boundary between the normal data and abnormal data, although the training data do not include any abnormal data. Compared with the state-of-the-art of anomaly detection, our method does not require any assumption about the shape (e.g. hypersphere) of the decision boundary and has fewer hyper-parameters to determine. Empirical studies on benchmark datasets verify the effectiveness and superiority of our method.

Foundations

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

Your Notes