Papers › DVIS-DAQ: Improving Video Segmentation via Dynamic Anchor Queries

DVIS-DAQ: Improving Video Segmentation via Dynamic Anchor Queries

29 Mar 2024arXiv:2404.00086archive 2025-07-28

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

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}.

PaperPDFCodeCode Syntology ran

In Syntology Open this paper in Syntology's Atlas, the map of the papers in Syntology's graph and their citations.

For agents, Syntology's MCP tool lists every function and class Syntology harvested from this paper and whether it ran (how to connect): get_harvested_code_for_paper(arxiv_id="2404.00086")

Code

Syntology Ran 1 of 5 code samples harvested from 2 repositories linked to this paper; 4 have no recorded run. Of those that ran: 1 ran with no contract checked.

By repository: community (archive-listed): 5 samples from 2 repositories, 1 ran. The run record, sample by sample. “Ran” means executed on a synthesized input, not that the code is correct or reproduces the paper.

skyworkai/daq-vs officialmentioned in papermentioned on GitHub report
zhang-tao-whu/DVIS mentioned on GitHubpytorchMIT report
zhang-tao-whu/DVIS_Plus mentioned on GitHubpytorch report

Repository list and official/mentioned flags are the archive's, frozen 2025-07-28. Reachability, where shown, is from one Syntology probe window (2026-09-16 to 2026-09-18); repositories not probed show nothing. GitHub stars are not tracked.

Code Syntology ran Syntology

5 samples harvested; 1 ran; 0 honoured the contract we drafted; 4 have no recorded run. Read from Syntology's graph 2026-09-24; that is when this build read the record, not when the samples ran.

1ran
4unverified

Licence: 3 of the 5 samples are pointer only, meaning Syntology does not serve that copy's text. This page shows no code text for any sample; each one links to its file in the repository.

Harvested from 2 repositories linked to this paper, official or community; each sample names its own and says which. “Ran” means the sample executed on a synthesized input. It does not mean the output is correct, and nothing here reproduces the paper's results. “Honoured” and “violated” refer to a contract Syntology drafted from the code itself; “our draft was wrong” and “fixture could not drive it” are failures of Syntology's instrument, not of the code.

Each sample ends with its code_sha256, Syntology's identity for that exact code. An agent fetches the stored sample with Syntology's MCP tool get_code(code_sha256="…") (how to connect); click an identity to copy that call.

Repository labels, per sample. official repository: The archive marks this repository official for the paper. named in the paper: The archive records that the paper mentions this repository; it is not marked official. community (archive-listed): In the archive's code links for this paper, not marked official and not recorded as mentioned in the paper. found in paper text by Syntology: Syntology found this repository in the paper's own text; whether it is the authors' implementation is not asserted. community: Not in the archive's code links for this paper; a community repository Syntology harvested. Samples from a repository marked official are listed first. Licence labels name the repository's licence as recorded at harvest. “Pointer only” means Syntology does not serve that copy's text, for one of four reasons: no licence file was found; the licence was not identified; the licence is recorded as permissive but that copy's record is not marked cleared; or the licence is outside the permissive list Syntology serves text under (MIT, Apache-2.0, BSD and similar). Some licences outside that list permit redistribution, such as WTFPL, and GPL-3.0 under its conditions; they are simply not on the list. Hover a licence label for the reason. File links open the file on GitHub at the default branch, which may have changed since the harvest.

get_classification_logits zhang-tao-whu/DVIS_Plus/DVIS_Plus/ov_dvis/video_dvis_modules_ov.py community (archive-listed) ran no licence file found · pointer only · c69fa2c17b83883c · report
filter_empty_instances zhang-tao-whu/DVIS/dvis/data_video/dataset_mapper.py community (archive-listed) unverified MIT (permissive) · 9b916842dbe58636 · report
filter_images_with_only_crowd_annotations zhang-tao-whu/DVIS/dvis/data_video/build.py community (archive-listed) unverified MIT (permissive) · a21a61e41d986b6a · report
loss_reid zhang-tao-whu/DVIS_Plus/DVIS_DAQ/dvis_Plus/ctvis.py community (archive-listed) unverified no licence file found · pointer only · 33aa671cbd444b19 · report
loss_reid zhang-tao-whu/DVIS_Plus/DVIS_DAQ/dvis_Plus/utils.py community (archive-listed) unverified no licence file found · pointer only · 0eb0a29a32434f4d · report

Tasks

ObjectVideo Instance SegmentationVideo SegmentationVideo Semantic Segmentation

Results from the paper archive 2025-07-28

TaskDatasetModelMetricValueRank at snapshotLeaderboardReport
Video Instance Segmentation OVIS validation DVIS-DAQ(VIT-L, Offline) AP50 83.8 #1 of 44 Archive leaderboard report
Video Instance Segmentation OVIS validation DVIS-DAQ(VIT-L, Offline) AP75 62.9 #1 of 44 Archive leaderboard report
Video Instance Segmentation OVIS validation DVIS-DAQ(VIT-L, Offline) mask AP 57.1 #1 of 44 Archive leaderboard report
Video Instance Segmentation YouTube-VIS 2021 DVIS-DAQ(VIT-L, Offline) AP50 86.1 #2 of 26 Archive leaderboard report
Video Instance Segmentation YouTube-VIS 2021 DVIS-DAQ(VIT-L, Offline) AP75 72.2 #2 of 26 Archive leaderboard report
Video Instance Segmentation YouTube-VIS 2021 DVIS-DAQ(VIT-L, Offline) AR1 49.6 #2 of 26 Archive leaderboard report
Video Instance Segmentation YouTube-VIS 2021 DVIS-DAQ(VIT-L, Offline) AR10 70.7 #2 of 26 Archive leaderboard report
Video Instance Segmentation YouTube-VIS 2021 DVIS-DAQ(VIT-L, Offline) mask AP 64.5 #2 of 26 Archive leaderboard report

Ranks are positions in the archive's leaderboards as they stood at the 2025-07-28 snapshot. Results published since then are not among these rows, so a rank here is not a current standing.

Report a problem or propose a change · a person checks every report against the paper or source before anything changes; decisions are listed on /corrections