Robust Online Video Instance Segmentation with Track Queries
Zitong Zhan, Daniel McKee, Svetlana Lazebnik

TL;DR
This paper introduces ROVIS, an online transformer-based model for video instance segmentation that outperforms offline methods on challenging datasets by using track queries to maintain track information across frames.
Contribution
The paper presents ROVIS, a novel online VIS model that incorporates track queries into a transformer architecture, enabling effective long-video segmentation.
Findings
ROVIS achieves comparable results to offline methods on YouTube-VIS 2019.
ROVIS significantly outperforms offline methods on UVO and OVIS datasets.
Track queries enable accurate long-video segmentation without being constrained by video length.
Abstract
Recently, transformer-based methods have achieved impressive results on Video Instance Segmentation (VIS). However, most of these top-performing methods run in an offline manner by processing the entire video clip at once to predict instance mask volumes. This makes them incapable of handling the long videos that appear in challenging new video instance segmentation datasets like UVO and OVIS. We propose a fully online transformer-based video instance segmentation model that performs comparably to top offline methods on the YouTube-VIS 2019 benchmark and considerably outperforms them on UVO and OVIS. This method, called Robust Online Video Segmentation (ROVIS), augments the Mask2Former image instance segmentation model with track queries, a lightweight mechanism for carrying track information from frame to frame, originally introduced by the TrackFormer method for multi-object tracking.…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsAdvanced Image and Video Retrieval Techniques · Video Analysis and Summarization · Visual Attention and Saliency Detection
MethodsContrastive Language-Image Pre-training
