CVAug 2, 2023

Synthetic Instance Segmentation from Semantic Image Segmentation Masks

arXiv:2308.00949v41 citationsh-index: 28
Originality Incremental advance
AI Analysis

This addresses the annotation burden for researchers and practitioners in computer vision, though it is incremental as it builds on existing semantic segmentation methods.

The paper tackles the problem of costly instance-level annotations for instance segmentation by proposing Synthetic Instance Segmentation (SISeg), which leverages semantic segmentation masks to achieve competitive results without additional training or instance-level labels, as shown in experiments on two challenging datasets.

In recent years, instance segmentation has garnered significant attention across various applications. However, training a fully-supervised instance segmentation model requires costly both instance-level and pixel-level annotations. In contrast, weakly-supervised instance segmentation methods, such as those using image-level class labels or point labels, often struggle to satisfy the accuracy and recall requirements of practical scenarios. In this paper, we propose a novel paradigm called Synthetic Instance Segmentation (SISeg). SISeg achieves instance segmentation results by leveraging image masks generated by existing semantic segmentation models, and it is highly efficient as we do not require additional training for semantic segmentation or the use of instance-level image annotations. In other words, the proposed model does not need extra manpower or higher computational expenses. Specifically, we first obtain a semantic segmentation mask of the input image via an existent semantic segmentation model. Then, we calculate a displacement field vector for each pixel based on the segmentation mask, which can indicate representations belonging to the same class but different instances, i.e., obtaining the instance-level object information. Finally, the instance segmentation results are refined by a learnable category-agnostic object boundary branch. Extensive experimental results on two challenging datasets highlight the effectiveness of SISeg in achieving competitive results when compared to state-of-the-art methods, especially fully-supervised methods. The code will be released at: SISeg

Code Implementations2 repos
Foundations

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

Your Notes