paper-with-me

Papers

Single-Stage Open-world Instance Segmentation with Cross-task Consistency Regularization

2022-08-18 · Xizhe Xue, Dongdong Yu, Lingqiao Liu, Yu Liu, Satoshi Tsutsui, Ying Li, Zehuan Yuan, Ping Song, Mike Zheng Shou

Open-World Instance Segmentation (OWIS) is an emerging research topic that aims to segment class-agnostic object instances from images. The mainstream approaches use a two-stage segmentation framework, which first locates the candidate object bounding boxes and then performs instance segmentation. In this work, we instead promote a single-stage framework for OWIS. We argue that the end-to-end training process in the single-stage framework can be more convenient for directly regularizing the localization of class-agnostic object pixels. Based on the single-stage instance segmentation framework, we propose a regularization model to predict foreground pixels and use its relation to instance segmentation to construct a cross-task consistency loss. We show that such a consistency loss could alleviate the problem of incomplete instance annotation -- a common problem in the existing OWIS datasets. We also show that the proposed loss lends itself to an effective solution to semi-supervised OWIS that could be considered an extreme case that all object annotations are absent for some images. Our extensive experiments demonstrate that the proposed method achieves impressive results in both fully-supervised and semi-supervised settings. Compared to SOTA methods, the proposed method significantly improves the $AP_{100}$ score by 4.75\% in UVO$\rightarrow$UVO setting and 4.05\% in COCO$\rightarrow$UVO setting. In the case of semi-supervised learning, our model learned with only 30\% labeled data, even outperforms its fully-supervised counterpart with 50\% labeled data. The code will be released soon.

📄 PDF Abstract BibTeX arXiv:2208.09023

Code (2)

showlab/sois 공식 구현 pytorch
chwilms/sos pytorch

Tasks

Autonomous DrivingInstance SegmentationObjectOpen-World Instance SegmentationSegmentationSemantic Segmentation

Similar Papers 제목 키워드 기반

1st Place Solution for the UVO Challenge on Image-based Open-World Segmentation 2021

2021-10-19 · Yuming Du, Wen Guo, Yang Xiao, Vincent Lepetit

We describe our two-stage instance segmentation framework we use to compete in the challenge. The first stage of our framework consists of an object detector, which generates object proposals in the format of bounding bo…

Instance SegmentationObjectSegmentationSemantic Segmentation

Unifying Instance and Panoptic Segmentation with Dynamic Rank-1 Convolutions

2020-11-19 · Hao Chen, Chunhua Shen, Zhi Tian

Recently, fully-convolutional one-stage networks have shown superior performance comparing to two-stage frameworks for instance segmentation as typically they can generate higher-quality mask predictions with less comput…

Instance SegmentationMulti-Task LearningPanoptic SegmentationSegmentation+1

Mask Encoding for Single Shot Instance Segmentation

2020-03-26 · CVPR 2020 6 · Rufeng Zhang, Zhi Tian, Chunhua Shen, Mingyu You 외

To date, instance segmentation is dominated by twostage methods, as pioneered by Mask R-CNN. In contrast, one-stage alternatives cannot compete with Mask R-CNN in mask AP, mainly due to the difficulty of compactly repres…

Instance SegmentationSegmentationSemantic Segmentation

SAIS: Single-stage Anchor-free Instance Segmentation

2019-12-03 · Canqun Xiang, Shishun Tian, Wenbin Zou, Chen Xu

In this paper, we propose a simple yet efficientinstance segmentation approach based on the single-stage anchor-free detector, termed SAIS. In our approach, the instancesegmentation task consists of two parallel subtasks…

Instance SegmentationregressionSemantic Segmentation

The Devil is in the Boundary: Exploiting Boundary Representation for Basis-based Instance Segmentation

2020-11-26 · Myungchul Kim, Sanghyun Woo, Dahun Kim, In So Kweon

Pursuing a more coherent scene understanding towards real-time vision applications, single-stage instance segmentation has recently gained popularity, achieving a simpler and more efficient design than its two-stage coun…

Instance SegmentationScene UnderstandingSegmentationSemantic Segmentation