paper-with-me

홈 › Papers

on the effectiveness of generative adversarial network on anomaly detection

2021-12-31 · Laya Rafiee Sevyeri, Thomas Fevens

Identifying anomalies refers to detecting samples that do not resemble the training data distribution. Many generative models have been used to find anomalies, and among them, generative adversarial network (GAN)-based approaches are currently very popular. GANs mainly rely on the rich contextual information of these models to identify the actual training distribution. Following this analogy, we suggested a new unsupervised model based on GANs --a combination of an autoencoder and a GAN. Further, a new scoring function was introduced to target anomalies where a linear combination of the internal representation of the discriminator and the generator's visual representation, plus the encoded representation of the autoencoder, come together to define the proposed anomaly score. The model was further evaluated on benchmark datasets such as SVHN, CIFAR10, and MNIST, as well as a public medical dataset of leukemia images. In all the experiments, our model outperformed its existing counterparts while slightly improving the inference time.

📄 PDF Abstract BibTeX arXiv:2112.15541

Code (1)

layaars/unsupervised-anomaly-detection-with-a-gan-augmented-autoencoder 공식 구현 pytorch

Tasks

Anomaly DetectionGenerative Adversarial Network

Similar Papers 제목 키워드 기반

Memory Augmented Generative Adversarial Networks for Anomaly Detection

2020-02-07 · Ziyi Yang, Teng Zhang, Iman Soltani Bozchalooi, Eric Darve

In this paper, we present a memory-augmented algorithm for anomaly detection. Classical anomaly detection algorithms focus on learning to model and generate normal data, but typically guarantees for detecting anomalous d…

Anomaly Detection

Anomaly Detection for Scenario-based Insider Activities using CGAN Augmented Data

2021-02-15 · R G Gayathri, Atul Sajjanhar, Yong Xiang, Xingjun Ma

Insider threats are the cyber attacks from within the trusted entities of an organization. Lack of real-world data and issue of data imbalance leave insider threat analysis an understudied research area. To mitigate the …

Anomaly DetectionGeneral ClassificationGenerative Adversarial NetworkMulti-class Anomaly Detection+1

Anomaly Detection of Adversarial Examples using Class-conditional Generative Adversarial Networks

2021-05-21 · Hang Wang, David J. Miller, George Kesidis

Deep Neural Networks (DNNs) have been shown vulnerable to Test-Time Evasion attacks (TTEs, or adversarial examples), which, by making small changes to the input, alter the DNN's decision. We propose an unsupervised attac…

Anomaly Detectionimage-classificationImage Classification

Deep One-Class Classification

2018-07-01 · ICML 2018 7 · Lukas Ruff, Robert Vandermeulen, Nico Goernitz, Lucas Deecke 외

Despite the great advances made by deep learning in many machine learning problems, there is a relative dearth of deep learning approaches for anomaly detection. Those approaches which do exist involve networks trai…

Anomaly DetectionClassificationDeep LearningOne-Class Classification+1

AGAD: Adversarial Generative Anomaly Detection

2023-04-09 · Jian Shi, Ni Zhang

Anomaly detection suffered from the lack of anomalies due to the diversity of abnormalities and the difficulties of obtaining large-scale anomaly data. Semi-supervised anomaly detection methods are often used to solely l…

Anomaly DetectionDiversitySemi-supervised Anomaly DetectionSupervised Anomaly Detection