VAEs for Anomaly Detection and Out-of-Distribution Detection
Was this section helpful?
Auto-Encoding Variational Bayes, Diederik P Kingma, Max Welling, 2013arXiv preprint arXiv:1312.6114DOI: 10.48550/arXiv.1312.6114 - The original paper introducing Variational Autoencoders, establishing the fundamental framework for their use in generative modeling and subsequent applications like anomaly detection.
Do Deep Generative Models Know What They Don't Know?, Eric Nalisnick, Akihiro Matsukawa, Yee Whye Teh, and Balaji Lakshminarayanan, 2018International Conference on Learning Representations (ICLR) (International Conference on Learning Representations (ICLR))DOI: 10.48550/arXiv.1802.04013 - This paper highlights limitations of using raw likelihoods from deep generative models, including VAEs, for reliable out-of-distribution detection, providing important context for VAE-based anomaly scoring.
beta-VAE: Learning Basic Visual Concepts with a Constrained Variational Framework, Irina Higgins, Loïc Matthey, Arka Pal, Christopher Burgess, Xavier Glorot, Matthew Botvinick, Shakir Mohamed, and Alexander Lerchner, 2017International Conference on Learning Representations (ICLR)DOI: 10.48550/arXiv.1611.00005 - Introduces a variant of the VAE that encourages disentangled latent representations by modifying the ELBO, which can improve the quality of latent spaces for anomaly detection purposes and mitigate posterior collapse.