LGMLMar 19, 2020

Conditional Gaussian Distribution Learning for Open Set Recognition

arXiv:2003.08823v4266 citations
AI Analysis

This addresses a critical challenge in deploying deep learning in real-world applications by improving robustness to unknown inputs, though it is an incremental advance over existing open set recognition techniques.

The paper tackles the problem of open set recognition, where deep neural networks must reject unknown samples while accurately classifying known ones, and the proposed Conditional Gaussian Distribution Learning method significantly outperforms baseline methods and achieves new state-of-the-art results on standard image datasets.

Deep neural networks have achieved state-of-the-art performance in a wide range of recognition/classification tasks. However, when applying deep learning to real-world applications, there are still multiple challenges. A typical challenge is that unknown samples may be fed into the system during the testing phase and traditional deep neural networks will wrongly recognize the unknown sample as one of the known classes. Open set recognition is a potential solution to overcome this problem, where the open set classifier should have the ability to reject unknown samples as well as maintain high classification accuracy on known classes. The variational auto-encoder (VAE) is a popular model to detect unknowns, but it cannot provide discriminative representations for known classification. In this paper, we propose a novel method, Conditional Gaussian Distribution Learning (CGDL), for open set recognition. In addition to detecting unknown samples, this method can also classify known samples by forcing different latent features to approximate different Gaussian models. Meanwhile, to avoid information hidden in the input vanishing in the middle layers, we also adopt the probabilistic ladder architecture to extract high-level abstract features. Experiments on several standard image datasets reveal that the proposed method significantly outperforms the baseline method and achieves new state-of-the-art results.

Code Implementations1 repo
Foundations

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

Your Notes