TL;DR
This paper introduces OpenMax, a novel layer for deep networks that estimates the probability of unknown classes, enabling open set recognition and reducing errors caused by fooling images.
Contribution
It proposes OpenMax, a new model layer that adapts meta-recognition to deep networks for effective open set recognition, addressing a key limitation of traditional closed set models.
Findings
OpenMax significantly improves open set recognition accuracy.
OpenMax reduces errors from fooling and unrelated open set images.
The approach provides a formal solution with bounded open space risk.
Abstract
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…
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
Towards Open Set Deep Networks· youtube
Taxonomy
MethodsSoftmax
