paper-with-me

홈 › Papers

OMASGAN: Out-of-Distribution Minimum Anomaly Score GAN for Sample Generation on the Boundary

2021-10-28 · Nikolaos Dionelis, Mehrdad Yaghoobi, Sotirios A. Tsaftaris

Generative models trained in an unsupervised manner may set high likelihood and low reconstruction loss to Out-of-Distribution (OoD) samples. This increases Type II errors and leads to missed anomalies, overall decreasing Anomaly Detection (AD) performance. In addition, AD models underperform due to the rarity of anomalies. To address these limitations, we propose the OoD Minimum Anomaly Score GAN (OMASGAN). OMASGAN generates, in a negative data augmentation manner, anomalous samples on the estimated distribution boundary. These samples are then used to refine an AD model, leading to more accurate estimation of the underlying data distribution including multimodal supports with disconnected modes. OMASGAN performs retraining by including the abnormal minimum-anomaly-score OoD samples generated on the distribution boundary in a self-supervised learning manner. For inference, for AD, we devise a discriminator which is trained with negative and positive samples either generated (negative or positive) or real (only positive). OMASGAN addresses the rarity of anomalies by generating strong and adversarial OoD samples on the distribution boundary using only normal class data, effectively addressing mode collapse. A key characteristic of our model is that it uses any f-divergence distribution metric in its variational representation, not requiring invertibility. OMASGAN does not use feature engineering and makes no assumptions about the data distribution. The evaluation of OMASGAN on image data using the leave-one-out methodology shows that it achieves an improvement of at least 0.24 and 0.07 points in AUROC on average on the MNIST and CIFAR-10 datasets, respectively, over other benchmark and state-of-the-art models for AD.

📄 PDF Abstract BibTeX arXiv:2110.15273

Code (1)

anonymous-author-2021/omasgan 공식 구현 pytorch

Tasks

Anomaly DetectionData AugmentationFeature EngineeringSelf-Supervised Learning

Similar Papers 제목 키워드 기반

On the True Distribution Approximation of Minimum Bayes-Risk Decoding

2024-03-31 · Atsumoto Ohashi, Ukyo Honda, Tetsuro Morimura, Yuu Jinnai

Minimum Bayes-risk (MBR) decoding has recently gained renewed attention in text generation. MBR decoding considers texts sampled from a model as pseudo-references and selects the text with the highest similarity to the o…

Anomaly DetectionText Generation

Anomaly Detection via Minimum Likelihood Generative Adversarial Networks

2018-08-01 · Chu Wang, Yan-Ming Zhang, Cheng-Lin Liu

Anomaly detection aims to detect abnormal events by a model of normality. It plays an important role in many domains such as network intrusion detection, criminal activity identity and so on. With the rapidly growing siz…

Anomaly DetectionIntrusion DetectionNetwork Intrusion Detection

Improving Interpretability of Scores in Anomaly Detection Based on Gaussian-Bernoulli Restricted Boltzmann Machine

2024-03-19 · Kaiji Sekimoto, Muneki Yasuda

Gaussian-Bernoulli restricted Boltzmann machines (GBRBMs) are often used for semi-supervised anomaly detection, where they are trained using only normal data points. In GBRBM-based anomaly detection, normal and anomalous…

Anomaly DetectionSemi-supervised Anomaly DetectionSupervised Anomaly Detection

Learning Minimum Volume Sets and Anomaly Detectors from KNN Graphs

2016-01-22 · Jonathan Root, Venkatesh Saligrama, Jing Qian

We propose a non-parametric anomaly detection algorithm for high dimensional data. We first rank scores derived from nearest neighbor graphs on $n$-point nominal training data. We then train limited complexity models to …

Anomaly DetectionComputational EfficiencyLearning-To-Rank

Anomaly detection through latent space restoration using vector-quantized variational autoencoders

2020-12-12 · Sergio Naval Marimont, Giacomo Tarroni

We propose an out-of-distribution detection method that combines density and restoration-based approaches using Vector-Quantized Variational Auto-Encoders (VQ-VAEs). The VQ-VAE model learns to encode images in a categori…

Anomaly DetectionOut-of-Distribution DetectionUnsupervised Anomaly Detection