Spiral RoPE: Rotate Your Rotary Positional Embeddings in the 2D Plane
Haoyu Liu, Sucheng Ren, Tingyu Zhu, Peng Wang, Cihang Xie, Alan Yuille, Zeyu Zheng, Feng Wang
TL;DR
Spiral RoPE addresses a key limitation of Axial 2D RoPE by distributing rotary frequencies across multiple directions in the 2D plane, enabling oblique spatial reasoning in vision transformers. It preserves the relative-position encoding property of RoPE while using a grouped interleaved frequency allocation to maintain the same frequency budget. Across ImageNet-1k classification, ADE20k semantic segmentation, and diffusion-based image generation, Spiral RoPE yields consistent improvements and better extrapolation to higher resolutions. Qualitative analyses of attention maps and Fourier reconstructions show more localized activations and richer spatial representations, suggesting that multi-directional positional encoding is a general, effective architectural improvement for vision transformers.
Abstract
Rotary Position Embedding (RoPE) is the de facto positional encoding in large language models due to its ability to encode relative positions and support length extrapolation. When adapted to vision transformers, the standard axial formulation decomposes two-dimensional spatial positions into horizontal and vertical components, implicitly restricting positional encoding to axis-aligned directions. We identify this directional constraint as a fundamental limitation of the standard axial 2D RoPE, which hinders the modeling of oblique spatial relationships that naturally exist in natural images. To overcome this limitation, we propose Spiral RoPE, a simple yet effective extension that enables multi-directional positional encoding by partitioning embedding channels into multiple groups associated with uniformly distributed directions. Each group is rotated according to the projection of the patch position onto its corresponding direction, allowing spatial relationships to be encoded beyond the horizontal and vertical axes. Across a wide range of vision tasks including classification, segmentation, and generation, Spiral RoPE consistently improves performance. Qualitative analysis of attention maps further show that Spiral RoPE exhibits more concentrated activations on semantically relevant objects and better respects local object boundaries, highlighting the importance of multi-directional positional encoding in vision transformers.
