TL;DR
This paper introduces a simple standardization method for max logits in urban-scene segmentation, improving the detection of unexpected road obstacles without extra training or external data, achieving state-of-the-art results.
Contribution
The paper proposes a novel standardization technique for max logits that aligns their distributions, enhancing unexpected object detection in pre-trained segmentation models without additional training.
Findings
Achieved state-of-the-art performance on Fishyscapes Lost & Found leaderboard.
Method does not require external datasets or retraining.
Significantly improves detection of unexpected objects in urban scenes.
Abstract
Identifying unexpected objects on roads in semantic segmentation (e.g., identifying dogs on roads) is crucial in safety-critical applications. Existing approaches use images of unexpected objects from external datasets or require additional training (e.g., retraining segmentation networks or training an extra network), which necessitate a non-trivial amount of labor intensity or lengthy inference time. One possible alternative is to use prediction scores of a pre-trained network such as the max logits (i.e., maximum values among classes before the final softmax layer) for detecting such objects. However, the distribution of max logits of each predicted class is significantly different from each other, which degrades the performance of identifying unexpected objects in urban-scene segmentation. To address this issue, we propose a simple yet effective approach that standardizes the max…
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
MethodsSoftmax
