SOTAVerified

DVIS-DAQ: Improving Video Segmentation via Dynamic Anchor Queries

2024-03-29Code Available2· sign in to hype

Yikang Zhou, Tao Zhang, Shunping Ji, Shuicheng Yan, Xiangtai Li

Code Available — Be the first to reproduce this paper.

Reproduce

Code

Abstract

Modern video segmentation methods adopt object queries to perform inter-frame association and demonstrate satisfactory performance in tracking continuously appearing objects despite large-scale motion and transient occlusion. However, they all underperform on newly emerging and disappearing objects that are common in the real world because they attempt to model object emergence and disappearance through feature transitions between background and foreground queries that have significant feature gaps. We introduce Dynamic Anchor Queries (DAQ) to shorten the transition gap between the anchor and target queries by dynamically generating anchor queries based on the features of potential candidates. Furthermore, we introduce a query-level object Emergence and Disappearance Simulation (EDS) strategy, which unleashes DAQ's potential without any additional cost. Finally, we combine our proposed DAQ and EDS with DVIS to obtain DVIS-DAQ. Extensive experiments demonstrate that DVIS-DAQ achieves a new state-of-the-art (SOTA) performance on five mainstream video segmentation benchmarks. Code and models are available at https://github.com/SkyworkAI/DAQ-VS.

Tasks

Benchmark Results

DatasetModelMetricClaimedVerifiedStatus
OVIS validationDVIS-DAQ(VIT-L, Offline)mask AP57.1Unverified
YouTube-VIS 2021DVIS-DAQ(VIT-L, Offline)mask AP64.5Unverified

Reproductions