paper-with-me

Papers

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 images that humans would never classify as a particular object class, yet networks classify such images high confidence as that given class - deep network are easily fooled with images humans do not consider meaningful. The closed set nature of deep networks forces them to choose from one of the known classes leading to such artifacts. Recognition in the real world is open set, i.e. the recognition system should reject unknown/unseen classes at test time. We present a methodology to adapt deep networks for open set recognition, by introducing a new model layer, OpenMax, which estimates the probability of an input being from an unknown class. A key element of estimating the unknown probability is adapting Meta-Recognition concepts to the activation patterns in the penultimate layer of the network. OpenMax allows rejection of "fooling" and unrelated open set images presented to the system; OpenMax greatly reduces the number of obvious errors made by a deep network. We prove that the OpenMax concept provides bounded open space risk, thereby formally providing an open set recognition solution. We evaluate the resulting open set deep networks using pre-trained networks from the Caffe Model-zoo on ImageNet 2012 validation data, and thousands of fooling and open set images. The proposed OpenMax model significantly outperforms open set recognition accuracy of basic deep networks as well as deep networks with thresholding of SoftMax probabilities.

📄 PDF Abstract BibTeX arXiv:1511.06233

Code (4)

Andrewwango/open-set-classif pytorch
Andrewwango/open-set-resnet pytorch
aadeshnpn/OSDN
geoai-lab/MapMetadataEnrichment tf

Tasks

Open Set 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 제목 키워드 기반

OpenML-Python: an extensible Python API for OpenML

2019-11-06 · Matthias Feurer, Jan N. van Rijn, Arlind Kadra, Pieter Gijsbers 외

OpenML is an online platform for open science collaboration in machine learning, used to share datasets and results of machine learning experiments. In this paper we introduce OpenML-Python, a client API for Python, open…

BIG-bench Machine Learning

Opening the Scope of Openness in AI

2025-05-09 · Tamara Paris, AJung Moon, Jin Guo

The concept of openness in AI has so far been heavily inspired by the definition and community practice of open source software. This positions openness in AI as having positive connotations; it introduces assumptions of…

OpenMix+: Revisiting Data Augmentation for Open Set Recognition

2023-04-20 · IEEE Transactions on Circuits and Systems for Video Technology 2023 4 · Guosong Jiang, Pengfei Zhu, Yu Wang, QinGhua Hu

Open set recognition requires models to recognize samples of known classes learned in the training set while reject unknowns not learned. Compared with the structural risk minimization theory for closed-set problems, str…

Data AugmentationOpen Set Learning

OpenMU: Your Swiss Army Knife for Music Understanding

2024-10-21 · Mengjie Zhao, Zhi Zhong, Zhuoyuan Mao, Shiqi Yang 외

We present OpenMU-Bench, a large-scale benchmark suite for addressing the data scarcity issue in training multimodal language models to understand music. To construct OpenMU-Bench, we leveraged existing datasets and boot…

OpenHowNet: An Open Sememe-based Lexical Knowledge Base

2019-01-28 · Fanchao Qi, Chenghao Yang, Zhiyuan Liu, Qiang Dong 외

In this paper, we present an open sememe-based lexical knowledge base OpenHowNet. Based on well-known HowNet, OpenHowNet comprises three components: core data which is composed of more than 100 thousand senses annotated …