Entropy Maximization and Meta Classification for Out-Of-Distribution Detection in Semantic Segmentation
Robin Chan, Matthias Rottmann, Hanno Gottschalk

TL;DR
This paper proposes a two-step method combining entropy maximization and meta classification to improve out-of-distribution detection in semantic segmentation, enhancing safety and reliability of DNNs in open-world applications.
Contribution
The authors introduce a novel training objective for entropy maximization on OoD samples and a post-processing meta classification step, significantly improving OoD detection performance.
Findings
Up to 52% reduction in detection errors.
Consistent OoD detection improvement across multiple datasets.
Marginal impact on original segmentation accuracy.
Abstract
Deep neural networks (DNNs) for the semantic segmentation of images are usually trained to operate on a predefined closed set of object classes. This is in contrast to the "open world" setting where DNNs are envisioned to be deployed to. From a functional safety point of view, the ability to detect so-called "out-of-distribution" (OoD) samples, i.e., objects outside of a DNN's semantic space, is crucial for many applications such as automated driving. A natural baseline approach to OoD detection is to threshold on the pixel-wise softmax entropy. We present a two-step procedure that significantly improves that approach. Firstly, we utilize samples from the COCO dataset as OoD proxy and introduce a second training objective to maximize the softmax entropy on these samples. Starting from pretrained semantic segmentation networks we re-train a number of DNNs on different in-distribution…
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
TopicsAdvanced Neural Network Applications · Adversarial Robustness in Machine Learning · Domain Adaptation and Few-Shot Learning
MethodsSoftmax
