arXiv:2510.00862cs.CVcs.AI2025-10

用新型结构提升视频超分辨率的时序建模速度与质量

Gather-Scatter Mamba: Accelerating Propagation with Efficient State Space Model

  • 结合滑动窗口注意力与Mamba实现时空特征高效融合
  • 引入对齐感知的收拢-散射机制,减少遮挡伪影
  • 适合需要快速处理长视频序列的视觉任务

状态空间模型(SSMs)在序列建模中长期占据核心地位。尽管注意力机制如Transformer因能建模全局上下文而主导该领域,但其二次复杂度和可扩展性限制使其难以处理长序列。视频超分辨率(VSR)方法传统上依赖循环架构进行帧间特征传播,但面临梯度消失、缺乏并行性和推理慢等问题。近期的可选择性SSM如Mamba通过线性时间复杂度实现输入相关状态转移,有效缓解上述问题并保持长程建模能力。然而,单纯Mamba因因果特性与缺乏显式上下文聚合,难以捕捉精细空间依赖。为此,我们提出混合架构:采用滑动窗口自注意力聚合空间上下文,结合Mamba进行高效时序传播。进一步提出收拢-散射Mamba(GSM),一种对齐感知机制,在时序窗口内将特征向中心锚定帧对齐后传播,并在之后重新分布,显著降低遮挡伪影,确保信息有效传递至所有帧。官方代码已开源:https://github.com/Ko-Lani/GSMamba。

原文摘要 · Abstract (English)

State Space Models (SSMs)-most notably RNNs-have historically played a central role in sequential modeling. Although attention mechanisms such as Transformers have since dominated due to their ability to model global context, their quadratic complexity and limited scalability make them less suited for long sequences. Video super-resolution (VSR) methods have traditionally relied on recurrent architectures to propagate features across frames. However, such approaches suffer from well-known issues including vanishing gradients, lack of parallelism, and slow inference speed. Recent advances in selective SSMs like Mamba offer a compelling alternative: by enabling input-dependent state transitions with linear-time complexity, Mamba mitigates these issues while maintaining strong long-range modeling capabilities. Despite this potential, Mamba alone struggles to capture fine-grained spatial dependencies due to its causal nature and lack of explicit context aggregation. To address this, we propose a hybrid architecture that combines shifted window self-attention for spatial context aggregation with Mamba-based selective scanning for efficient temporal propagation. Furthermore, we introduce Gather-Scatter Mamba (GSM), an alignment-aware mechanism that warps features toward a center anchor frame within the temporal window before Mamba propagation and scatters them back afterward, effectively reducing occlusion artifacts and ensuring effective redistribution of aggregated information across all frames. The official implementation is provided at: https://github.com/Ko-Lani/GSMamba.

视频超分Mamba时序建模特征对齐

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