Unsupervised Anomaly Detection

169 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.

Source: Unsupervised Learning of Anomaly Detection from Contaminated Image Data using Simultaneous Encoder Training

Libraries

Use these libraries to find Unsupervised Anomaly Detection models and implementations

Evaluation of pseudo-healthy image reconstruction for anomaly detection with deep generative models: Application to brain FDG PET

ravih18/uad_evaluation_framework 29 Jan 2024

Over the past years, pseudo-healthy reconstruction for unsupervised anomaly detection has gained in popularity.

0
29 Jan 2024

Towards Universal Unsupervised Anomaly Detection in Medical Imaging

ci-ber/ra 19 Jan 2024

Our unsupervised anomaly detection approach may enhance diagnostic accuracy in medical imaging by identifying a broader range of unknown pathologies.

14
19 Jan 2024

Distillation-based fabric anomaly detection

SimonThomine/DBFAD 4 Jan 2024

Given the extensive variability in colors, textures, and defect types, fabric defect detection poses a complex and challenging problem in the field of patterned textures inspection.

0
04 Jan 2024

Unsupervised Continual Anomaly Detection with Contrastively-learned Prompt

shirowalker/ucad 2 Jan 2024

Unsupervised Anomaly Detection (UAD) with incremental training is crucial in industrial manufacturing, as unpredictable defects make obtaining sufficient labeled data infeasible.

42
02 Jan 2024

Label-Free Multivariate Time Series Anomaly Detection

zqhang/mtgflow 17 Dec 2023

In this paper, we propose MTGFlow, an unsupervised anomaly detection approach for MTS anomaly detection via dynamic Graph and entity-aware normalizing Flow.

31
17 Dec 2023

Exploring Plain ViT Reconstruction for Multi-class Unsupervised Anomaly Detection

zhangzjn/ader 12 Dec 2023

Following this spirit, this paper explores plain ViT architecture for MUAD.

59
12 Dec 2023

Guided Reconstruction with Conditioned Diffusion Models for Unsupervised Anomaly Detection in Brain MRIs

finnbehrendt/conditioned-diffusion-models-uad 7 Dec 2023

Using our proposed conditioning mechanism we can reduce the false-positive predictions and enable a more precise delineation of anomalies which significantly enhances the anomaly detection performance compared to established state-of-the-art approaches to unsupervised anomaly detection in brain MRI.

7
07 Dec 2023

Unsupervised Anomaly Detection using Aggregated Normative Diffusion

alexanderfrotscher/andi 4 Dec 2023

Early detection of anomalies in medical images such as brain MRI is highly relevant for diagnosis and treatment of many conditions.

3
04 Dec 2023

ADAMM: Anomaly Detection of Attributed Multi-graphs with Metadata: A Unified Neural Network Approach

konsotirop/adamm 13 Nov 2023

Given a complex graph database of node- and edge-attributed multi-graphs as well as associated metadata for each graph, how can we spot the anomalous instances?

0
13 Nov 2023

Hierarchical Vector Quantized Transformer for Multi-class Unsupervised Anomaly Detection

ruiyinglu/hvq-trans NeurIPS 2023

First, instead of learning the continuous representations, we preserve the typical normal patterns as discrete iconic prototypes, and confirm the importance of Vector Quantization in preventing the model from falling into the shortcut.

22
22 Oct 2023