SyncVIS: Synchronized Video Instance Segmentation
Rongkun Zheng, Lu Qi, Xi Chen, Yi Wang, Kun Wang, Yu Qiao, Hengshuang Zhao
TL;DR
SyncVIS targets the core challenge of video instance segmentation by adopting a synchronized modeling paradigm that unifies frame- and video-level representations within a DETR-based framework. It introduces explicit video-level embeddings and two modules: (i) synchronized video-frame modeling for mutual refinement of frame- and video-level queries, and (ii) synchronized embedding optimization that divides videos into clips to ease bipartite matching. Empirically, SyncVIS achieves state-of-the-art performance on YouTube-VIS 2019/2021/2022 and OVIS across online and offline settings, outperforming prior methods by consistent margins across backbones and long-video scenarios. The work demonstrates that synchronized representations and clip-based optimization can effectively model complex motion and occlusion, providing a generally applicable enhancement to DETR-based VIS pipelines with practical implications for real-world video analysis tasks.
Abstract
Recent DETR-based methods have advanced the development of Video Instance Segmentation (VIS) through transformers' efficiency and capability in modeling spatial and temporal information. Despite harvesting remarkable progress, existing works follow asynchronous designs, which model video sequences via either video-level queries only or adopting query-sensitive cascade structures, resulting in difficulties when handling complex and challenging video scenarios. In this work, we analyze the cause of this phenomenon and the limitations of the current solutions, and propose to conduct synchronized modeling via a new framework named SyncVIS. Specifically, SyncVIS explicitly introduces video-level query embeddings and designs two key modules to synchronize video-level query with frame-level query embeddings: a synchronized video-frame modeling paradigm and a synchronized embedding optimization strategy. The former attempts to promote the mutual learning of frame- and video-level embeddings with each other and the latter divides large video sequences into small clips for easier optimization. Extensive experimental evaluations are conducted on the challenging YouTube-VIS 2019 & 2021 & 2022, and OVIS benchmarks and SyncVIS achieves state-of-the-art results, which demonstrates the effectiveness and generality of the proposed approach. The code is available at https://github.com/rkzheng99/SyncVIS.
