TL;DR
This paper introduces automated methods to assess the reliability of open-world image classifiers by analyzing score distributions, enabling better detection of when system performance may degrade due to out-of-distribution inputs.
Contribution
It formalizes the open-world recognition reliability problem and proposes multiple distribution-based algorithms for automatic reliability assessment applicable to various classifiers.
Findings
Algorithms outperform SoftMax mean detection
Effective in identifying reliability drops
Applicable to both classic and open-world classifiers
Abstract
Image classification in the open-world must handle out-of-distribution (OOD) images. Systems should ideally reject OOD images, or they will map atop of known classes and reduce reliability. Using open-set classifiers that can reject OOD inputs can help. However, optimal accuracy of open-set classifiers depend on the frequency of OOD data. Thus, for either standard or open-set classifiers, it is important to be able to determine when the world changes and increasing OOD inputs will result in reduced system reliability. However, during operations, we cannot directly assess accuracy as there are no labels. Thus, the reliability assessment of these classifiers must be done by human operators, made more complex because networks are not 100% accurate, so some failures are to be expected. To automate this process, herein, we formalize the open-world recognition reliability problem and propose…
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
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
MethodsExtreme Value Machine · Softmax
