paper-with-me

홈 › Papers

Old is Gold: Redefining the Adversarially Learned One-Class Classifier Training Paradigm

2020-04-16 · CVPR 2020 6 · Muhammad Zaigham Zaheer, Jin-ha Lee, Marcella Astrid, Seung-Ik Lee

A popular method for anomaly detection is to use the generator of an adversarial network to formulate anomaly scores over reconstruction loss of input. Due to the rare occurrence of anomalies, optimizing such networks can be a cumbersome task. Another possible approach is to use both generator and discriminator for anomaly detection. However, attributed to the involvement of adversarial training, this model is often unstable in a way that the performance fluctuates drastically with each training step. In this study, we propose a framework that effectively generates stable results across a wide range of training steps and allows us to use both the generator and the discriminator of an adversarial model for efficient and robust anomaly detection. Our approach transforms the fundamental role of a discriminator from identifying real and fake data to distinguishing between good and bad quality reconstructions. To this end, we prepare training examples for the good quality reconstruction by employing the current generator, whereas poor quality examples are obtained by utilizing an old state of the same generator. This way, the discriminator learns to detect subtle distortions that often appear in reconstructions of the anomaly inputs. Extensive experiments performed on Caltech-256 and MNIST image datasets for novelty detection show superior results. Furthermore, on UCSD Ped2 video dataset for anomaly detection, our model achieves a frame-level AUC of 98.1%, surpassing recent state-of-the-art methods.

📄 PDF Abstract BibTeX arXiv:2004.07657

Code (1)

xaggi/OGNet 공식 구현 pytorch

Tasks

Anomaly DetectionNovelty DetectionOne-class classifier

Similar Papers 제목 키워드 기반

Designing Adversarially Resilient Classifiers using Resilient Feature Engineering

2018-12-17 · Kevin Eykholt, Atul Prakash

We provide a methodology, resilient feature engineering, for creating adversarially resilient classifiers. According to existing work, adversarial attacks identify weakly correlated or non-predictive features learned by …

Feature EngineeringGeneral Classification

Adversarially robust segmentation models learn perceptually-aligned gradients

2022-04-03 · Pedro Sandoval-Segura

The effects of adversarial training on semantic segmentation networks has not been thoroughly explored. While previous work has shown that adversarially-trained image classifiers can be used to perform image synthesis, w…

Image GenerationImage InpaintingSegmentationSemantic Segmentation

Featurized Bidirectional GAN: Adversarial Defense via Adversarially Learned Semantic Inference

2018-05-21 · ICLR 2019 5 · Ruying Bao, Sihang Liang, Qingcan Wang

Deep neural networks have been demonstrated to be vulnerable to adversarial attacks, where small perturbations intentionally added to the original inputs can fool the classifier. In this paper, we propose a defense metho…

Adversarial Defense

KDGAN: Knowledge Distillation with Generative Adversarial Networks

2018-12-01 · NeurIPS 2018 12 · Xiaojie Wang, Rui Zhang, Yu Sun, Jianzhong Qi

Knowledge distillation (KD) aims to train a lightweight classifier suitable to provide accurate inference with constrained resources in multi-label learning. Instead of directly consuming feature-label pairs, the classif…

Knowledge DistillationMulti-Label Learning

Uneven Bi-Classifier Learning for Domain Adaptation

2023-06-01 · IEEE Transactions on Circuits and Systems for Video Technology 2023 6 · Zhiqi Yu

The bi-classifier paradigm is widely adopted as an adversarial method to address domain shift challenge in unsupervised domain adaptation (UDA) by evenly training two classifiers. In this paper, we report that although t…

Domain AdaptationUnsupervised Domain Adaptation