CVROMar 23, 2022

GOSS: Towards Generalized Open-set Semantic Segmentation

Oxford
arXiv:2203.12116v124 citationsh-index: 40
Originality Incremental advance
AI Analysis

This addresses the limitation in open-set semantic segmentation for intelligent agents by enabling further analysis of unknown regions, though it is incremental as it builds on existing tasks.

The paper introduces Generalized Open-set Semantic Segmentation (GOSS), a new task that combines open-set detection with clustering of unknown pixels, and proposes a baseline model and metric that show effectiveness on multiple benchmarks.

In this paper, we present and study a new image segmentation task, called Generalized Open-set Semantic Segmentation (GOSS). Previously, with the well-known open-set semantic segmentation (OSS), the intelligent agent only detects the unknown regions without further processing, limiting their perception of the environment. It stands to reason that a further analysis of the detected unknown pixels would be beneficial. Therefore, we propose GOSS, which unifies the abilities of two well-defined segmentation tasks, OSS and generic segmentation (GS), in a holistic way. Specifically, GOSS classifies pixels as belonging to known classes, and clusters (or groups) of pixels of unknown class are labelled as such. To evaluate this new expanded task, we further propose a metric which balances the pixel classification and clustering aspects. Moreover, we build benchmark tests on top of existing datasets and propose a simple neural architecture as a baseline, which jointly predicts pixel classification and clustering under open-set settings. Our experiments on multiple benchmarks demonstrate the effectiveness of our baseline. We believe our new GOSS task can produce an expressive image understanding for future research. Code will be made available.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes