paper-with-me

Papers

Improved Anomaly Detection through Conditional Latent Space VAE Ensembles

2024-10-16 · Oskar Åström, Alexandros Sopasakis

We propose a novel Conditional Latent space Variational Autoencoder (CL-VAE) to perform improved pre-processing for anomaly detection on data with known inlier classes and unknown outlier classes. This proposed variational autoencoder (VAE) improves latent space separation by conditioning on information within the data. The method fits a unique prior distribution to each class in the dataset, effectively expanding the classic prior distribution for VAEs to include a Gaussian mixture model. An ensemble of these VAEs are merged in the latent spaces to form a group consensus that greatly improves the accuracy of anomaly detection across data sets. Our approach is compared against the capabilities of a typical VAE, a CNN, and a PCA, with regards AUC for anomaly detection. The proposed model shows increased accuracy in anomaly detection, achieving an AUC of 97.4% on the MNIST dataset compared to 95.7% for the second best model. In addition, the CL-VAE shows increased benefits from ensembling, a more interpretable latent space, and an increased ability to learn patterns in complex data with limited model sizes.

📄 PDF Abstract BibTeX arXiv:2410.12328

Code (1)

oskarastrom/CL-VAE 공식 구현 tf

Tasks

Anomaly Detection

Methods 이 논문이 사용한 방법론

PCA Principle Components Analysis (PCA) is an unsupervised method primary used for dimensionality reduction within machine learning. PCA is calculated via a singular value…

Similar Papers 제목 키워드 기반

Latent space conditioning for improved classification and anomaly detection

2019-11-24 · Erik Norlander, Alexandros Sopasakis

We propose a new type of variational autoencoder to perform improved pre-processing for clustering and anomaly detection on data with a given label. Anomalies however are not known or labeled. We call our method conditio…

Anomaly DetectionClassificationClusteringGeneral Classification

An Attention Free Conditional Autoencoder For Anomaly Detection in Cryptocurrencies

2023-04-20 · Hugo Inzirillo, Ludovic De Villelongue

It is difficult to identify anomalies in time series, especially when there is a lot of noise. Denoising techniques can remove the noise but this technique can cause a significant loss of information. To detect anomalies…

Anomaly DetectionDenoisingTime Series

Hierarchical Conditional Variational Autoencoder Based Acoustic Anomaly Detection

2022-06-11 · Harsh Purohit, Takashi Endo, Masaaki Yamamoto, Yohei Kawaguchi

This paper aims to develop an acoustic signal-based unsupervised anomaly detection method for automatic machine monitoring. Existing approaches such as deep autoencoder (DAE), variational autoencoder (VAE), conditional v…

Anomaly DetectionUnsupervised Anomaly Detection

Testing the Test: Score-Direction Instability in Class-Split Anomaly Detection

2026-05-23 · Alejandro Ascarate, Leo Lebrat, Rodrigo Santa Cruz, Clinton Fookes 외 arxiv

Within-dataset class-split evaluation is widely used as a proxy for fully unconditional out-of-distribution anomaly detection. We show that this protocol can become ill-posed when the held-out anomaly class overlaps the …

Anomaly Detection

Anomaly detection in time-series via inductive biases in the latent space of conditional normalizing flows

2026-03-12 · David Baumgartner, Eliezer de Souza da Silva, Iñigo Urteaga arxiv

Deep generative models for anomaly detection in multivariate time-series are typically trained by maximizing observed data likelihood. However, likelihood in observation space measures marginal density rather than confor…

Anomaly Detection