Proceedings Article10.1145/3529466.3529470
Semi-Supervised Anomaly Detection Based on Deep Generative Models with Transformer
Weimin Shangguan,Wentao Fan,Ziyi Chen +2 more
- 04 Mar 2022
1
TL;DR: A novel semi-supervised anomaly detection approach based on deep generative models with Transformers for identifying unusual (abnormal) images from normal ones based on the combination of autoencoder and generative adversarial networks.
read more
Abstract: In this work, we propose a novel semi-supervised anomaly detection approach based on deep generative models with Transformers for identifying unusual (abnormal) images from normal ones. Our approach is based on the combination of autoencoder (AE) and generative adversarial networks (GAN). Similar to the vanilla GAN, our model is mainly composed of the generator and discriminator. The generator adopts an encoder-decoderencoder structure to extract meaningful latent representations, in which each encoder is constructed by a Transformer whereas the decoder is realized through the transposed convolution. The discriminator, which is built upon another Transformer, is used to distinguish whether the given image comes from the generator or the training set, while optimizing the encoder in the generator for better latent representations through adversarial training. The distribution of the normal data can be learned by minimizing the gap between the original image space and the latent image space during the training process. The abnormal images are detected if their distributions are different from the learned normal distributions. The merits of the proposed anomaly detection approach are demonstrated by comparing it with other generative anomaly detection approaches through experiments on three benchmark image data sets.
read more
Chat with Paper
AI Agents for this Paper
Find similar papers on Google Scholar, PubMed and Arxiv
Write a critical review of this paper
Analyze citations of this paper to find unaddressed research gaps
Citations
Feature Equilibrium: An Adversarial Training Method to Improve Representation Learning
Minghui Liu,Meiyi Yang,Jiali Deng,Xuan Cheng,Tianshu Xie,Pan Deng,Haigang Gong,Ming Li,Xiaomin Wang +8 more
TL;DR: In this article , an adversarial training method is proposed to assist the model in strengthening general representation learning by making a classification model as a generator and introducing an unsupervised discriminator D to distinguish the hidden feature of the classification model from real images to limit their spatial distance.
References
•Proceedings Article
Attention is All you Need
Ashish Vaswani,Noam Shazeer,Niki Parmar,Jakob Uszkoreit,Llion Jones,Aidan N. Gomez,Lukasz Kaiser,Illia Polosukhin +7 more
- 12 Jun 2017
TL;DR: This paper proposed a simple network architecture based solely on an attention mechanism, dispensing with recurrence and convolutions entirely and achieved state-of-the-art performance on English-to-French translation.
Generative Adversarial Nets
Ian Goodfellow,Jean Pouget-Abadie,Mehdi Mirza,Bing Xu,David Warde-Farley,Sherjil Ozair,Aaron Courville,Yoshua Bengio +7 more
- 08 Dec 2014
TL;DR: A new framework for estimating generative models via an adversarial process, in which two models are simultaneously train: a generative model G that captures the data distribution and a discriminative model D that estimates the probability that a sample came from the training data rather than G.
•Posted Content
An Image is Worth 16x16 Words: Transformers for Image Recognition at Scale
Alexey Dosovitskiy,Lucas Beyer,Alexander Kolesnikov,Dirk Weissenborn,Xiaohua Zhai,Thomas Unterthiner,Mostafa Dehghani,Matthias Minderer,Georg Heigold,Sylvain Gelly,Jakob Uszkoreit,Neil Houlsby +11 more
TL;DR: Vision Transformer (ViT) attains excellent results compared to state-of-the-art convolutional networks while requiring substantially fewer computational resources to train.
Anomaly detection: A survey
TL;DR: This survey tries to provide a structured and comprehensive overview of the research on anomaly detection by grouping existing techniques into different categories based on the underlying approach adopted by each technique.
On Estimation of a Probability Density Function and Mode
TL;DR: In this paper, the problem of the estimation of a probability density function and of determining the mode of the probability function is discussed. Only estimates which are consistent and asymptotically normal are constructed.