SOTAVerified

Spot The Odd One Out: Regularized Complete Cycle Consistent Anomaly Detector GAN

2023-04-16Code Available1· sign in to hype

Zahra Dehghanian, Saeed Saravani, Maryam Amirmazlaghani, Mohammad Rahmati

Code Available — Be the first to reproduce this paper.

Reproduce

Code

Abstract

This study presents an adversarial method for anomaly detection in real-world applications, leveraging the power of generative adversarial neural networks (GANs) through cycle consistency in reconstruction error. Previous methods suffer from the high variance between class-wise accuracy which leads to not being applicable for all types of anomalies. The proposed method named RCALAD tries to solve this problem by introducing a novel discriminator to the structure, which results in a more efficient training process. Additionally, RCALAD employs a supplementary distribution in the input space to steer reconstructions toward the normal data distribution, effectively separating anomalous samples from their reconstructions and facilitating more accurate anomaly detection. To further enhance the performance of the model, two novel anomaly scores are introduced. The proposed model has been thoroughly evaluated through extensive experiments on six various datasets, yielding results that demonstrate its superiority over existing state-of-the-art models. The code is readily available to the research community at https://github.com/zahraDehghanian97/RCALAD.

Tasks

Benchmark Results

DatasetModelMetricClaimedVerifiedStatus
CIFAR-10RCALADMean AUC65.7Unverified
KDD Cup 1999RCALADF1-Score95.4Unverified
MIT-BIH Arrhythmia DatabaseRCALADF1 score60.6Unverified
Musk v1RCALADF1-Score63.1Unverified
SVHNRCALADMean AUC57.7Unverified
ThyroidRCALADF1-Score52.6Unverified

Reproductions