Unsupervised Anomaly Detection
166 papers with code • 15 benchmarks • 23 datasets
The objective of Unsupervised Anomaly Detection is to detect previously unseen rare objects or events without any prior knowledge about these. The only information available is that the percentage of anomalies in the dataset is small, usually less than 1%. Since anomalies are rare and unknown to the user at training time, anomaly detection in most cases boils down to the problem of modelling the normal data distribution and defining a measurement in this space in order to classify samples as anomalous or normal. In high-dimensional data such as images, distances in the original space quickly lose descriptive power (curse of dimensionality) and a mapping to some more suitable space is required.
Libraries
Use these libraries to find Unsupervised Anomaly Detection models and implementationsDatasets
Subtasks
Most implemented papers
EfficientAD: Accurate Visual Anomaly Detection at Millisecond-Level Latencies
We train a student network to predict the extracted features of normal, i. e., anomaly-free training images.
PaDiM: a Patch Distribution Modeling Framework for Anomaly Detection and Localization
We present a new framework for Patch Distribution Modeling, PaDiM, to concurrently detect and localize anomalies in images in a one-class learning setting.
Unsupervised Anomaly Detection with Generative Adversarial Networks to Guide Marker Discovery
Obtaining models that capture imaging markers relevant for disease progression and treatment monitoring is challenging.
Towards Total Recall in Industrial Anomaly Detection
Being able to spot defective parts is a critical component in large-scale industrial manufacturing.
Student-Teacher Feature Pyramid Matching for Anomaly Detection
Anomaly detection is a challenging task and usually formulated as an one-class learning problem for the unexpectedness of anomalies.
Unsupervised Anomaly Detection via Variational Auto-Encoder for Seasonal KPIs in Web Applications
To ensure undisrupted business, large Internet companies need to closely monitor various KPIs (e. g., Page Views, number of online users, and number of orders) of its Web applications, to accurately detect anomalies and trigger timely troubleshooting/mitigation.
Band selection with Higher Order Multivariate Cumulants for small target detection in hyperspectral images
In this paper we present an analysis of a general algorithm for band selection based on higher order cumulants.
A Deep Neural Network for Unsupervised Anomaly Detection and Diagnosis in Multivariate Time Series Data
Subsequently, given the signature matrices, a convolutional encoder is employed to encode the inter-sensor (time series) correlations and an attention based Convolutional Long-Short Term Memory (ConvLSTM) network is developed to capture the temporal patterns.
Memorizing Normality to Detect Anomaly: Memory-augmented Deep Autoencoder for Unsupervised Anomaly Detection
At the test stage, the learned memory will be fixed, and the reconstruction is obtained from a few selected memory records of the normal data.
Sub-Image Anomaly Detection with Deep Pyramid Correspondences
Nearest neighbor (kNN) methods utilizing deep pre-trained features exhibit very strong anomaly detection performance when applied to entire images.