LGCRJun 21, 2022

R2-AD2: Detecting Anomalies by Analysing the Raw Gradient

arXiv:2206.10259v13 citationsh-index: 8
Originality Incremental advance
AI Analysis

This method addresses anomaly detection for various use cases, but it appears incremental as it builds on gradient-based insights.

The paper tackles the problem of detecting anomalies in semi-supervised settings by analyzing the raw gradient distribution of neural networks, achieving reliable detection of point anomalies.

Neural networks follow a gradient-based learning scheme, adapting their mapping parameters by back-propagating the output loss. Samples unlike the ones seen during training cause a different gradient distribution. Based on this intuition, we design a novel semi-supervised anomaly detection method called R2-AD2. By analysing the temporal distribution of the gradient over multiple training steps, we reliably detect point anomalies in strict semi-supervised settings. Instead of domain dependent features, we input the raw gradient caused by the sample under test to an end-to-end recurrent neural network architecture. R2-AD2 works in a purely data-driven way, thus is readily applicable in a variety of important use cases of anomaly detection.

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