CVMay 12, 2019

Video Instance Segmentation

arXiv:1905.04804v4617 citations
Originality Highly original
AI Analysis

This work addresses the challenge of video understanding for computer vision researchers by introducing a foundational task and benchmark, though it is incremental in extending image-based methods to videos.

The paper tackles the problem of extending instance segmentation from images to videos by proposing a new task called video instance segmentation, which involves simultaneous detection, segmentation, and tracking, and introduces a large-scale benchmark (YouTube-VIS with 2883 videos and 131k masks) and a novel algorithm (MaskTrack R-CNN) that achieves advantages over baselines.

In this paper we present a new computer vision task, named video instance segmentation. The goal of this new task is simultaneous detection, segmentation and tracking of instances in videos. In words, it is the first time that the image instance segmentation problem is extended to the video domain. To facilitate research on this new task, we propose a large-scale benchmark called YouTube-VIS, which consists of 2883 high-resolution YouTube videos, a 40-category label set and 131k high-quality instance masks. In addition, we propose a novel algorithm called MaskTrack R-CNN for this task. Our new method introduces a new tracking branch to Mask R-CNN to jointly perform the detection, segmentation and tracking tasks simultaneously. Finally, we evaluate the proposed method and several strong baselines on our new dataset. Experimental results clearly demonstrate the advantages of the proposed algorithm and reveal insight for future improvement. We believe the video instance segmentation task will motivate the community along the line of research for video understanding.

Code Implementations6 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