arXiv:2412.00882cs.CV2024-12NeurIPS被引 7

提出同步建模框架,提升视频实例分割在复杂场景下的表现

SyncVIS: Synchronized Video Instance Segmentation

  • 设计视频-帧双层级查询同步机制,增强时序信息融合
  • 在YouTube-VIS 2019/2021/2022和OVIS上达到新最佳性能
  • 适合处理长视频、遮挡等复杂视频实例分割任务

基于DETR的方法通过变压器在建模空间与时间信息上的高效性,推动了视频实例分割(VIS)的发展。然而,现有方法多采用异步设计,仅使用视频级查询或依赖查询敏感的级联结构,在复杂视频场景下仍面临挑战。本文分析其成因并提出同步建模框架SyncVIS。该框架显式引入视频级查询嵌入,并设计两个关键模块:同步视频-帧建模范式,促进帧级与视频级嵌入相互学习;同步嵌入优化策略,将长视频序列切分为短片段以利于优化。在YouTube-VIS 2019、2021、2022及OVIS基准上广泛实验,结果表明本方法性能领先,验证了其有效性与通用性。代码已公开于https://github.com/rkzheng99/SyncVIS。

原文摘要 · Abstract (English)

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.

视频分割同步建模DETR实例分割

Thank you to arXiv for use of its open access interoperability. PaperDance 不是 arXiv 官方产品;中文卡片由大模型生成,请以原文为准。