arXiv:2503.20824eess.IVcs.AI2025-03CVPR被引 17

用状态空间模型实现视频语义分割的高效时序共享。

Exploiting Temporal State Space Sharing for Video Semantic Segmentation

  • 引入Mamba架构,通过选择性门控跨帧传递信息
  • 在VSPW和Cityscapes上超越现有方法,长视频更稳定
  • 适合需要高效长视频分析的场景

视频语义分割(VSS)对理解场景时序演化至关重要。传统方法多逐帧或短窗分割,导致时序上下文有限、计算冗余且内存开销大。为此,我们提出时间视频状态空间共享(TV3S)架构,利用Mamba状态空间模型实现时序特征共享。模型采用选择性门控机制,高效传播帧间相关信息,无需依赖高内存的特征池。通过独立处理空间块并引入移位操作,TV3S在训练与推理阶段均支持高度并行计算,降低序列状态空间处理延迟,提升长视频可扩展性。此外,推理时融合前帧信息,实现长程时序一致性与对长序列的强适应性。在VSPW和Cityscapes数据集上的评估表明,该方法优于当前最先进水平,长视频序列中保持一致性能,实现了精度与效率的良好平衡,显著推进了时空建模能力。代码已公开于https://github.com/Ashesham/TV3S.git。

原文摘要 · Abstract (English)

Video semantic segmentation (VSS) plays a vital role in understanding the temporal evolution of scenes. Traditional methods often segment videos frame-by-frame or in a short temporal window, leading to limited temporal context, redundant computations, and heavy memory requirements. To this end, we introduce a Temporal Video State Space Sharing (TV3S) architecture to leverage Mamba state space models for temporal feature sharing. Our model features a selective gating mechanism that efficiently propagates relevant information across video frames, eliminating the need for a memory-heavy feature pool. By processing spatial patches independently and incorporating shifted operation, TV3S supports highly parallel computation in both training and inference stages, which reduces the delay in sequential state space processing and improves the scalability for long video sequences. Moreover, TV3S incorporates information from prior frames during inference, achieving long-range temporal coherence and superior adaptability to extended sequences. Evaluations on the VSPW and Cityscapes datasets reveal that our approach outperforms current state-of-the-art methods, establishing a new standard for VSS with consistent results across long video sequences. By achieving a good balance between accuracy and efficiency, TV3S shows a significant advancement in spatiotemporal modeling, paving the way for efficient video analysis. The code is publicly available at https://github.com/Ashesham/TV3S.git.

视频分割状态空间时序建模

Thank you to arXiv for use of its open access interoperability. PaperDance 不是 arXiv 官方产品;中文卡片由大模型生成,请以原文为准。