Skip to content

zjiaqi725/Aadae-anomaly-detection

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Aadae-anomaly-detection

The AADAE for Unsupervised Anomaly Detection

Implementation

1.Environment

pytorch == 1.10
torchvision == 0.4.0
numpy == 1.21.5
scipy == 1.4.1
sklearn == 0.0

2.Dataset

Publicly available real-world datasets from the ODDS repositor (http://odds.cs.stonybrook.edu)

Performance

Comparison of the Receiver Operating Characteristic (ROC) curve

The experiments are conducted under two task scenarios, Task I is a weakly supervised scenario using only normal samples for training (anomaly-free), and Task II is an unsupervised scenario where the training set is randomly mixed with a few anomalies.

Task I and Task II on Pima

Task I and Task II on Thyroid

Special Thanks:

Our work is inspired by Gong’s work in Memorizing Normality to Detect Anomaly: Memory-augmented Deep Autoencoder (MemAE) for Unsupervised Anomaly Detection

About

The AADAE for Unsupervised Anomaly Detection

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages