Spot The Odd One Out: Regularized Complete Cycle Consistent Anomaly Detector GAN
Zahra Dehghanian, Saeed Saravani, Maryam Amirmazlaghani, Mohammad Rahmati
TL;DR
RCALAD tackles high variance in anomaly detection by enforcing complete cycle consistency with a joint discriminator $D_{xxzz}$ and biasing reconstructions toward the normal data manifold via a supplementary distribution $\sigma( ext{x})$. Two anomaly scores, $A_{fm}$ and $A_{all}$, leverage joint and individual discriminator signals to robustly separate anomalies from normal data across tabular and image domains. Empirical results on six datasets show improved accuracy and reduced class-wise variance, with statistical tests supporting significance on several benchmarks. The work provides open-source code and introduces a principled framework for regularized cycle-consistent anomaly detection in GANs.
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.
