SOTAVerified

Two-Level Temporal Relation Model for Online Video Instance Segmentation

2022-10-30Code Available0· sign in to hype

Çağan Selim Çoban, Oğuzhan Keskin, Jordi Pont-Tuset, Fatma Güney

Code Available — Be the first to reproduce this paper.

Reproduce

Code

Abstract

In Video Instance Segmentation (VIS), current approaches either focus on the quality of the results, by taking the whole video as input and processing it offline; or on speed, by handling it frame by frame at the cost of competitive performance. In this work, we propose an online method that is on par with the performance of the offline counterparts. We introduce a message-passing graph neural network that encodes objects and relates them through time. We additionally propose a novel module to fuse features from the feature pyramid network with residual connections. Our model, trained end-to-end, achieves state-of-the-art performance on the YouTube-VIS dataset within the online methods. Further experiments on DAVIS demonstrate the generalization capability of our model to the video object segmentation task. Code is available at: https://github.com/caganselim/TLTM

Tasks

Reproductions