English

Parallel Sequence Modeling via Generalized Spatial Propagation Network

Computer Vision and Pattern Recognition 2025-01-22 v1 Machine Learning

Abstract

We present the Generalized Spatial Propagation Network (GSPN), a new attention mechanism optimized for vision tasks that inherently captures 2D spatial structures. Existing attention models, including transformers, linear attention, and state-space models like Mamba, process multi-dimensional data as 1D sequences, compromising spatial coherence and efficiency. GSPN overcomes these limitations by directly operating on spatially coherent image data and forming dense pairwise connections through a line-scan approach. Central to GSPN is the Stability-Context Condition, which ensures stable, context-aware propagation across 2D sequences and reduces the effective sequence length to N\sqrt{N} for a square map with N elements, significantly enhancing computational efficiency. With learnable, input-dependent weights and no reliance on positional embeddings, GSPN achieves superior spatial fidelity and state-of-the-art performance in vision tasks, including ImageNet classification, class-guided image generation, and text-to-image generation. Notably, GSPN accelerates SD-XL with softmax-attention by over 84×84\times when generating 16K images.

Keywords

Cite

@article{arxiv.2501.12381,
  title  = {Parallel Sequence Modeling via Generalized Spatial Propagation Network},
  author = {Hongjun Wang and Wonmin Byeon and Jiarui Xu and Jinwei Gu and Ka Chun Cheung and Xiaolong Wang and Kai Han and Jan Kautz and Sifei Liu},
  journal= {arXiv preprint arXiv:2501.12381},
  year   = {2025}
}

Comments

Project page: http://whj363636.github.io/GSPN/

R2 v1 2026-06-28T21:12:47.885Z