CVJul 3

STAC: Selective Spatiotemporal Aggregation and Compression for Video Reasoning Segmentation

arXiv:2607.0292214.7h-index: 2Has Code
Predicted impact top 21% in CV · last 90 daysOriginality Incremental advance
AI Analysis

For video reasoning segmentation tasks requiring long-video processing, STAC provides an efficient token compression solution that reduces computational cost without sacrificing accuracy.

STAC introduces a state-space model-based token compression method for video reasoning segmentation, achieving 85% token reduction and 1.8× speedup while surpassing compression-free baselines in zero-shot streaming-compatible settings.

Video reasoning segmentation demands pixel-accurate object tracking across hundreds of frames under complex natural language queries, producing dense spatiotemporal tokens whose quadratic self-attention cost makes long-video processing prohibitive. Existing methods address this through token compression, yet typically operate on encoder features lacking temporal context, constraining selection before content redundancy can be reliably assessed. Informed compression requires contextual awareness, but acquiring that awareness at full resolution incurs the same quadratic cost compression aims to reduce. State-space models resolve this constraint, as their linear recurrence selectively conditions each token on temporal context at $\mathcal{O}(T)$ cost, producing representations where content redundancy becomes assessable. Building on this, Selective SpatioTemporal Aggregation and Compression (STAC) enriches features via decoupled bidirectional spatial and causal temporal scanning, leveraging recurrence-derived redundancy for hierarchical compression with adaptive thresholds optimised with segmentation objective. STAC achieves 85% token reduction and 1.8$\times$ speedup while surpassing compression-free baselines on reasoning segmentation benchmarks in a zero-shot streaming-compatible setting. Code is available \href{https://github.com/MCG-NKU/nku-video}{here}.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes