Modeling Approaches with Vae for the Detection of Rare Events
The Variational Autoencoder (VAE) is a flexible generative model consisting of an encoder and a decoder. The encoder compresses input data into a latent space, while the decoder uses these latent variables to reconstruct the original data. The aim is to reconstruct the input data as well as possible and to approximate the probability distribution over the latent space.
The VAE thus offers many advantages for use in anomaly detection. Among other things, our research focuses on the interpretability of the latent space representation. The VAE calculates a compressed and structured representation of the input data. This makes it possible to identify anomalies where the distributions of the latent variables deviate significantly from the expected distribution. The analysis of the latent structure provides valuable information for the interpretation of the underlying characteristics.