paper-with-me

홈 › Papers

Detecting Anomalies using Generative Adversarial Networks on Images

2022-11-24 · Rushikesh Zawar, Krupa Bhayani, Neelanjan Bhowmik, Kamlesh Tiwari, Dhiraj Sangwan

Automatic detection of anomalies such as weapons or threat objects in baggage security, or detecting impaired items in industrial production is an important computer vision task demanding high efficiency and accuracy. Most of the available data in the anomaly detection task is imbalanced as the number of positive/anomalous instances is sparse. Inadequate availability of the data makes training of a deep neural network architecture for anomaly detection challenging. This paper proposes a novel Generative Adversarial Network (GAN) based model for anomaly detection. It uses normal (non-anomalous) images to learn about the normality based on which it detects if an input image contains an anomalous/threat object. The proposed model uses a generator with an encoder-decoder network having dense convolutional skip connections for enhanced reconstruction and to capture the data distribution. A self-attention augmented discriminator is used having the ability to check the consistency of detailed features even in distant portions. We use spectral normalisation to facilitate stable and improved training of the GAN. Experiments are performed on three datasets, viz. CIFAR-10, MVTec AD (for industrial applications) and SIXray (for X-ray baggage security). On the MVTec AD and SIXray datasets, our model achieves an improvement of upto 21% and 4.6%, respectively

📄 PDF Abstract BibTeX arXiv:2211.13808

Code (0)

등록된 구현이 없습니다.

Tasks

Anomaly DetectionDecoderGenerative Adversarial Network

Similar 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 a…

Anomaly DetectionGenerative Adversarial Network

Group Anomaly Detection using Deep Generative Models

2018-04-13 · Raghavendra Chalapathy, Edward Toth, Sanjay Chawla

Unlike conventional anomaly detection research that focuses on point anomalies, our goal is to detect anomalous collections of individual data points. In particular, we perform group anomaly detection (GAD) with an empha…

Anomaly DetectionGroup Anomaly Detection

WBHT: A Generative Attention Architecture for Detecting Black Hole Anomalies in Backbone Networks

2025-07-27 · Kiymet Kaya, Elif Ak, Sule Gunduz Oguducu arxiv

We propose the Wasserstein Black Hole Transformer (WBHT) framework for detecting black hole (BH) anomalies in communication networks. These anomalies cause packet loss without failure notifications, disrupting connectivi…

Anomaly Detection

Anomaly Generation using Generative Adversarial Networks in Host Based Intrusion Detection

2018-12-11 · Milad Salem, Shayan Taheri, Jiann Shiun Yuan

Generative adversarial networks have been able to generate striking results in various domains. This generation capability can be general while the networks gain deep understanding regarding the data distribution. In man…

Anomaly DetectionIntrusion Detection

LDR-Net: A Novel Framework for AI-generated Image Detection via Localized Discrepancy Representation

2025-01-23 · Jiaxin Chen, Miao Hu, Dengyong Zhang, Yun Song 외

With the rapid advancement of generative models, the visual quality of generated images has become nearly indistinguishable from the real ones, posing challenges to content authenticity verification. Existing methods for…