CVIVMar 26, 2023

BoxVIS: Video Instance Segmentation with Box Annotations

arXiv:2303.14618v21 citationsh-index: 10Has Code
Originality Incremental advance
AI Analysis

This reduces annotation effort for video instance segmentation, enabling broader application, though it is incremental as it adapts existing methods to a cheaper annotation scheme.

The paper tackles the high cost of pixel-wise annotations in video instance segmentation by proposing a box-supervised method (BoxVIS) that uses cheaper bounding box labels, achieving 43.2% and 29.0% mask AP on benchmarks with only 16% of the annotation time and cost compared to pixel-supervised models.

It is expensive and labour-extensive to label the pixel-wise object masks in a video. As a result, the amount of pixel-wise annotations in existing video instance segmentation (VIS) datasets is small, limiting the generalization capability of trained VIS models. An alternative but much cheaper solution is to use bounding boxes to label instances in videos. Inspired by the recent success of box-supervised image instance segmentation, we adapt the state-of-the-art pixel-supervised VIS models to a box-supervised VIS (BoxVIS) baseline, and observe slight performance degradation. We consequently propose to improve the BoxVIS performance from two aspects. First, we propose a box-center guided spatial-temporal pairwise affinity (STPA) loss to predict instance masks for better spatial and temporal consistency. Second, we collect a larger scale box-annotated VIS dataset (BVISD) by consolidating the videos from current VIS benchmarks and converting images from the COCO dataset to short pseudo video clips. With the proposed BVISD and the STPA loss, our trained BoxVIS model achieves 43.2\% and 29.0\% mask AP on the YouTube-VIS 2021 and OVIS valid sets, respectively. It exhibits comparable instance mask prediction performance and better generalization ability than state-of-the-art pixel-supervised VIS models by using only 16\% of their annotation time and cost. Codes and data can be found at \url{https://github.com/MinghanLi/BoxVIS}.

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