paper-with-me

홈 › Papers

One-vs-Rest Network-based Deep Probability Model for Open Set Recognition

2020-04-17 · Jaeyeon Jang, Chang Ouk Kim

Unknown examples that are unseen during training often appear in real-world computer vision tasks, and an intelligent self-learning system should be able to differentiate between known and unknown examples. Open set recognition, which addresses this problem, has been studied for approximately a decade. However, conventional open set recognition methods based on deep neural networks (DNNs) lack a foundation for post recognition score analysis. In this paper, we propose a DNN structure in which multiple one-vs-rest sigmoid networks follow a convolutional neural network feature extractor. A one-vs-rest network, which is composed of rectified linear unit activation functions for the hidden layers and a single sigmoid target class output node, can maximize the ability to learn information from nonmatch examples. Furthermore, the network yields a sophisticated nonlinear features-to-output mapping that is explainable in the feature space. By introducing extreme value theory-based calibration techniques, the nonlinear and explainable mapping provides a well-grounded class membership probability models. Our experiments show that one-vs-rest networks can provide more informative hidden representations for unknown examples than the commonly used SoftMax layer. In addition, the proposed probability model outperformed the state-of-the art methods in open set classification scenarios.

📄 PDF Abstract BibTeX arXiv:2004.08067

Code (0)

등록된 구현이 없습니다.

Tasks

open-set classificationOpen Set LearningSelf-Learning

Methods 이 논문이 사용한 방법론

Softmax The Softmax output function transforms a previous layer's output into a vector of probabilities. It is commonly used for multiclass classification. Given an input vector $x$…

Similar Papers 제목 키워드 기반

Nearest-Class Mean and Logits Agreement for Wildlife Open-Set Recognition

2025-10-20 · Jiahao Huo, Mufhumudzi Muthivhi, Terence L. van Zyl, Fredrik Gustafsson arxiv

Current state-of-the-art Wildlife classification models are trained under the closed world setting. When exposed to unknown classes, they remain overconfident in their predictions. Open-set Recognition (OSR) aims to clas…

Towards Open Set Deep Networks

2015-11-19 · CVPR 2016 6 · Abhijit Bendale, Terrance Boult

Deep networks have produced significant gains for various visual recognition problems, leading to high impact academic and commercial applications. Recent work in deep networks highlighted that it is easy to generate ima…

Open Set Learning

Learning Label Embeddings for Nearest-Neighbor Multi-class Classification with an Application to Speech Recognition

2009-12-01 · NeurIPS 2009 12 · Natasha Singh-Miller, Michael Collins

We consider the problem of using nearest neighbor methods to provide a conditional probability estimate, P(y|a), when the number of labels y is large and the labels share some underlying structure. We propose a method fo…

General ClassificationMulti-class Classificationspeech-recognitionSpeech Recognition

Statistical Pattern Recognition for Driving Styles Based on Bayesian Probability and Kernel Density Estimation

2016-06-03 · Wenshuo Wang, Junqiang Xi, Xiaohan Li

Driving styles have a great influence on vehicle fuel economy, active safety, and drivability. To recognize driving styles of path-tracking behaviors for different divers, a statistical pattern-recognition method is deve…

Density Estimation

Gallery-Aware Uncertainty Estimation For Open-Set Face Recognition

2024-08-26 · Leonid Erlygin, Alexey Zaytsev

Accurately estimating image quality and model robustness improvement are critical challenges in unconstrained face recognition, which can be addressed through uncertainty estimation via probabilistic face embeddings. Pre…

Face RecognitionFace VerificationOpen Set Learning