Anomaly Detection

1244 papers with code • 66 benchmarks • 95 datasets

Anomaly Detection is a binary classification identifying unusual or unexpected patterns in a dataset, which deviate significantly from the majority of the data. The goal of anomaly detection is to identify such anomalies, which could represent errors, fraud, or other types of unusual events, and flag them for further investigation.

[Image source]: GAN-based Anomaly Detection in Imbalance Problems

Libraries

Use these libraries to find Anomaly Detection models and implementations
15 papers
300
5 papers
972
4 papers
7,988
See all 7 libraries.

Most implemented papers

Learning Deep Features for One-Class Classification

PramuPerera/DeepOneClass 16 Jan 2018

We propose a deep learning-based solution for the problem of feature learning in one-class classification.

Adversarially Learned One-Class Classifier for Novelty Detection

khalooei/ALOCC-CVPR2018 CVPR 2018

Our architecture is composed of two deep networks, each of which trained by competing with each other while collaborating to understand the underlying concept in the target class, and then classify the testing samples.

Band selection with Higher Order Multivariate Cumulants for small target detection in hyperspectral images

ZKSI/CumFSel.jl 10 Aug 2018

In this paper we present an analysis of a general algorithm for band selection based on higher order cumulants.

Anomaly Detection using Autoencoders in High Performance Computing Systems

logpai/loglizer 13 Nov 2018

Anomaly detection in supercomputers is a very difficult problem due to the big scale of the systems and the high number of components.

A Deep Neural Network for Unsupervised Anomaly Detection and Diagnosis in Multivariate Time Series Data

KONI-SZ/MSCRED 20 Nov 2018

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.

Segmentation-Based Deep-Learning Approach for Surface-Defect Detection

skokec/segdec-net-jim2019 20 Mar 2019

This paper presents a segmentation-based deep-learning architecture that is designed for the detection and segmentation of surface anomalies and is demonstrated on a specific domain of surface-crack detection.

Memorizing Normality to Detect Anomaly: Memory-augmented Deep Autoencoder for Unsupervised Anomaly Detection

donggong1/memae-anomaly-detection ICCV 2019

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

byungjae89/SPADE-pytorch 5 May 2020

Nearest neighbor (kNN) methods utilizing deep pre-trained features exhibit very strong anomaly detection performance when applied to entire images.

TadGAN: Time Series Anomaly Detection Using Generative Adversarial Networks

signals-dev/Orion 16 Sep 2020

However, detecting anomalies in time series data is particularly challenging due to the vague definition of anomalies and said data's frequent lack of labels and highly complex temporal correlations.

FastFlow: Unsupervised Anomaly Detection and Localization via 2D Normalizing Flows

openvinotoolkit/anomalib 15 Nov 2021

However, current methods can not effectively map image features to a tractable base distribution and ignore the relationship between local and global features which are important to identify anomalies.