LGCVMLJul 10, 2019

Out-of-Distribution Detection Using Neural Rendering Generative Models

arXiv:1907.04572v119 citations
Originality Incremental advance
AI Analysis

This work addresses a specific bottleneck in OoD detection for machine learning applications, offering an incremental improvement over existing methods.

The paper tackles the problem of out-of-distribution (OoD) detection using deep generative models, which often fail when OoD samples have smaller variance than training data, such as assigning higher likelihood to SVHN images when trained on CIFAR-10. It proposes using a neural rendering model (NRM) and shows that the joint likelihood of latent variables effectively assigns lower likelihood to OoD data like SVHN, achieving consistent results across datasets.

Out-of-distribution (OoD) detection is a natural downstream task for deep generative models, due to their ability to learn the input probability distribution. There are mainly two classes of approaches for OoD detection using deep generative models, viz., based on likelihood measure and the reconstruction loss. However, both approaches are unable to carry out OoD detection effectively, especially when the OoD samples have smaller variance than the training samples. For instance, both flow based and VAE models assign higher likelihood to images from SVHN when trained on CIFAR-10 images. We use a recently proposed generative model known as neural rendering model (NRM) and derive metrics for OoD. We show that NRM unifies both approaches since it provides a likelihood estimate and also carries out reconstruction in each layer of the neural network. Among various measures, we found the joint likelihood of latent variables to be the most effective one for OoD detection. Our results show that when trained on CIFAR-10, lower likelihood (of latent variables) is assigned to SVHN images. Additionally, we show that this metric is consistent across other OoD datasets. To the best of our knowledge, this is the first work to show consistently lower likelihood for OoD data with smaller variance with deep generative models.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes