paper-with-me

Papers

Conditional Gaussian Distribution Learning for Open Set Recognition

2020-03-19 · CVPR 2020 6 · Xin Sun, Zhenning Yang, Chi Zhang, Guohao Peng, Keck-Voon Ling

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.

📄 PDF Abstract BibTeX arXiv:2003.08823

Code (1)

loganriggs/conditionalGaussionRecreation pytorch

Tasks

General ClassificationOpen Set Learning

Similar Papers 제목 키워드 기반

Conditional Variational Capsule Network for Open Set Recognition

2021-04-19 · ICCV 2021 10 · Yunrui Guo, Guglielmo Camporese, Wenjing Yang, Alessandro Sperduti 외

In open set recognition, a classifier has to detect unknown classes that are not known at training time. In order to recognize new categories, the classifier has to project the input samples of known classes in very comp…

Open Set Learning

Open Set Recognition with Conditional Probabilistic Generative Models

2020-08-12 · Xin Sun, Chi Zhang, Guosheng Lin, Keck-Voon Ling

Deep neural networks have made breakthroughs in a wide range of visual understanding tasks. A typical challenge that hinders their real-world applications is that unknown samples may be fed into the system during the tes…

Open Set Learning

Flow Matching with Gaussian Process Priors for Probabilistic Time Series Forecasting

2024-10-03 · Marcel Kollovieh, Marten Lienen, David Lüdke, Leo Schwinn 외

Recent advancements in generative modeling, particularly diffusion models, have opened new directions for time series modeling, achieving state-of-the-art performance in forecasting and synthesis. However, the reliance o…

Gaussian ProcessesProbabilistic Time Series ForecastingTime SeriesTime Series Forecasting

M2IOSR: Maximal Mutual Information Open Set Recognition

2021-08-05 · Xin Sun, Henghui Ding, Chi Zhang, Guosheng Lin 외

In this work, we aim to address the challenging task of open set recognition (OSR). Many recent OSR methods rely on auto-encoders to extract class-specific features by a reconstruction strategy, requiring the network to …

Open Set Learning

Phone Recognition with the Mean-Covariance Restricted Boltzmann Machine

2010-12-01 · NeurIPS 2010 12 · George Dahl, Marc'Aurelio Ranzato, Abdel-rahman Mohamed, Geoffrey E. Hinton

Straightforward application of Deep Belief Nets (DBNs) to acoustic modeling produces a rich distributed representation of speech data that is useful for recognition and yields impressive results on the speaker-independen…