CVMar 14, 2023

SIM: Semantic-aware Instance Mask Generation for Box-Supervised Instance Segmentation

Stanford
arXiv:2303.08578v124 citationsh-index: 19Has Code
Originality Incremental advance
AI Analysis

This addresses the problem of instance segmentation for computer vision researchers when only bounding box labels are available, offering an incremental improvement over existing methods.

The paper tackles weakly supervised instance segmentation using only bounding box annotations by proposing a Semantic-aware Instance Mask (SIM) generation paradigm that leverages high-level semantic information and a self-correction mechanism, achieving state-of-the-art results in experiments.

Weakly supervised instance segmentation using only bounding box annotations has recently attracted much research attention. Most of the current efforts leverage low-level image features as extra supervision without explicitly exploiting the high-level semantic information of the objects, which will become ineffective when the foreground objects have similar appearances to the background or other objects nearby. We propose a new box-supervised instance segmentation approach by developing a Semantic-aware Instance Mask (SIM) generation paradigm. Instead of heavily relying on local pair-wise affinities among neighboring pixels, we construct a group of category-wise feature centroids as prototypes to identify foreground objects and assign them semantic-level pseudo labels. Considering that the semantic-aware prototypes cannot distinguish different instances of the same semantics, we propose a self-correction mechanism to rectify the falsely activated regions while enhancing the correct ones. Furthermore, to handle the occlusions between objects, we tailor the Copy-Paste operation for the weakly-supervised instance segmentation task to augment challenging training data. Extensive experimental results demonstrate the superiority of our proposed SIM approach over other state-of-the-art methods. The source code: https://github.com/lslrh/SIM.

Code Implementations1 repo
Foundations

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

Your Notes