Conditional Gaussian Distribution Learning for Open Set Recognition
Xin Sun, Zhenning Yang, Chi Zhang, Guohao Peng, Keck-Voon Ling

TL;DR
This paper introduces Conditional Gaussian Distribution Learning (CGDL), a novel approach for open set recognition that improves unknown detection and known class classification by modeling latent features with Gaussian distributions.
Contribution
The paper proposes CGDL, combining Gaussian modeling of latent features with a probabilistic ladder architecture to enhance open set recognition performance.
Findings
Outperforms baseline methods on standard image datasets
Achieves state-of-the-art results in open set recognition
Effectively detects unknown samples while classifying known ones
Abstract
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…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
Conditional Gaussian Distribution Learning for Open Set Recognition· youtube
Taxonomy
TopicsDomain Adaptation and Few-Shot Learning · Anomaly Detection Techniques and Applications · Machine Learning and ELM
