StreamDAM: Presence-Aware Memory for Real-Time Streaming Video Object Segmentation 文章

ArXiv CS.CV2026-08-05PAPERen作者: Xiang Chen

详细信息

来源站点
ArXiv CS.CV
作者
Xiang Chen
文章类型
PAPER
语言
en
发布日期
2026-08-05

摘要

arXiv:2608.03912v1 Announce Type: new Abstract: Quality-tier video object segmentation (VOS) trackers such as DAM4SAM top accuracy leaderboards, but they are measured offline, one frame at a time with no clock. Under an honest streaming protocol at 30 frames per second, where a frame that misses its budget is served the last mask already computed, the winner collapses: the rich memory that makes it accurate is too slow to keep up, and what it emits is blind to whether the object is even present. We trace both failures to one place, the tracker's memory pipeline, and rebuild it for streaming. \method{} makes the memory machinery itself run at frame rate through in-model optimization rather than a bolted-on fallback, and governs it with a single learned presence signal that decides what enters memory, how far back the tracker reads, when to withhold output, and when to re-detect.