DVIS-DAQ: Improving Video Segmentation via Dynamic Anchor Queries
Yikang Zhou, Tao Zhang, Shunping Ji, Shuicheng Yan, Xiangtai Li
TL;DR
This work tackles the difficulty of handling newly emerging and disappearing objects in video segmentation with query-based methods, which suffer from a large feature transition gap between background anchors and foreground targets. It introduces Dynamic Anchor Queries (DAQ) to generate emergence and disappearance anchors from candidate frame features, and Emergence and Disappearance Simulation (EDS) to amplify training examples without extra cost, integrating them into the DVIS framework to produce DVIS-DAQ. Ablation studies show that DAQ reduces the feature transition gap and that EDS is crucial to fully unleash DAQ's potential, yielding robust handling of emergence/disappearance. Across five mainstream benchmarks, DVIS-DAQ achieves state-of-the-art results, demonstrating strong practical impact for long videos and real-world scenes.
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 \url{https://github.com/SkyworkAI/DAQ-VS}.
