TL;DR
This paper introduces two fully convolutional methods, OpenFCN and OpenPCS, to improve open set semantic segmentation, enabling models to recognize unknown classes effectively in real-world scenarios.
Contribution
It proposes a novel feature-space based approach, OpenPCS, for open set segmentation, outperforming existing methods and balancing accuracy with computational efficiency.
Findings
OpenPCS outperforms OpenFCN and SoftMax thresholding in experiments.
OpenPCS is effective, robust, and suitable for real-time open set segmentation.
OpenFCN shows limited improvement over simple thresholding, with higher computational cost.
Abstract
In semantic segmentation knowing about all existing classes is essential to yield effective results with the majority of existing approaches. However, these methods trained in a Closed Set of classes fail when new classes are found in the test phase. It means that they are not suitable for Open Set scenarios, which are very common in real-world computer vision and remote sensing applications. In this paper, we discuss the limitations of Closed Set segmentation and propose two fully convolutional approaches to effectively address Open Set semantic segmentation: OpenFCN and OpenPCS. OpenFCN is based on the well-known OpenMax algorithm, configuring a new application of this approach in segmentation settings. OpenPCS is a fully novel approach based on feature-space from DNN activations that serve as features for computing PCA and multi-variate gaussian likelihood in a lower dimensional…
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
MethodsPrincipal Components Analysis · Softmax
