Anomaly Detection

1259 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
304
6 papers
738
5 papers
977
See all 7 libraries.

Most implemented papers

Anomaly Detection via Reverse Distillation from One-Class Embedding

hq-deng/RD4AD CVPR 2022

Knowledge distillation (KD) achieves promising results on the challenging problem of unsupervised anomaly detection (AD). The representation discrepancy of anomalies in the teacher-student (T-S) model provides essential evidence for AD.

WinCLIP: Zero-/Few-Shot Anomaly Classification and Segmentation

caoyunkang/WinClip CVPR 2023

Visual anomaly classification and segmentation are vital for automating industrial quality inspection.

PyPOTS: A Python Toolbox for Data Mining on Partially-Observed Time Series

WenjieDu/PyPOTS 30 May 2023

PyPOTS is an open-source Python library dedicated to data mining and analysis on multivariate partially-observed time series, i. e. incomplete time series with missing values, A. K. A.

Robust random cut forest based anomaly detection on streams

kLabUM/rrcf 19 Jun 2016

In this paper we focus on the anomaly detection problem for dynamic data streams through the lens of random cut forests.

Real-Time Anomaly Detection for Streaming Analytics

numenta/NAB 8 Jul 2016

Much of the worlds data is streaming, time-series data, where anomalies give significant information in critical situations.

Automatic Anomaly Detection in the Cloud Via Statistical Learning

nachonavarro/seasonal-esd-anomaly-detection 24 Apr 2017

Although there exists a large body of prior research in anomaly detection, existing techniques are not applicable in the context of social network data, owing to the inherent seasonal and trend components in the time series data.

Anomaly Detection using One-Class Neural Networks

raghavchalapathy/oc-nn 18 Feb 2018

We propose a one-class neural network (OC-NN) model to detect anomalies in complex data sets.

Precision and Recall for Time Series

IntelLabs/TSAD-Evaluator NeurIPS 2018

Classical anomaly detection is principally concerned with point-based anomalies, those anomalies that occur at a single point in time.

Extended Isolation Forest

sahandha/eif 6 Nov 2018

This extension, named Extended Isolation Forest (EIF), resolves issues with assignment of anomaly score to given data points.

Adversarially Learned Anomaly Detection

houssamzenati/Adversarially-Learned-Anomaly-Detection 6 Dec 2018

Anomaly detection is a significant and hence well-studied problem.