A Circular Argument : Does RoPE need to be Equivariant for Vision?
Chase van de Geijn, Timo Lüddecke, Polina Turishcheva, Alexander S. Ecker
TL;DR
This work interrogates the widely held belief that RoPE’s success depends on strict shift-equivariance in vision. It shows that in 1D the RoPE mechanism with learned frequencies is equivalent to 1D-LieRE, and that in M-D settings equivariance requires commutative generators, leading to Mixed RoPE as a general solution. The authors then introduce Spherical RoPE (non-commutative) and Uniform RoPE (shared frequency) to test causality, finding that Spherical RoPE matches or outperforms equivariant alternatives, and that diversity of frequencies, rather than strict relativity, drives performance. Across CIFAR-100 and ImageNet-1K with ViT-S backbones, RoPE variants outperform Learned APE, yet Uniform RoPE can be weaker, suggesting that oblique, diverse frequencies play a crucial role. The results imply that relative positional embeddings may not be essential for strong vision performance, motivating faster, more general encodings for future work.
Abstract
Rotary Positional Encodings (RoPE) have emerged as a highly effective technique for one-dimensional sequences in Natural Language Processing spurring recent progress towards generalizing RoPE to higher-dimensional data such as images and videos. The success of RoPE has been thought to be due to its positional equivariance, i.e. its status as a relative positional encoding. In this paper, we mathematically show RoPE to be one of the most general solutions for equivariant positional embedding in one-dimensional data. Moreover, we show Mixed RoPE to be the analogously general solution for M-dimensional data, if we require commutative generators -- a property necessary for RoPE's equivariance. However, we question whether strict equivariance plays a large role in RoPE's performance. We propose Spherical RoPE, a method analogous to Mixed RoPE, but assumes non-commutative generators. Empirically, we find Spherical RoPE to have the equivalent or better learning behavior compared to its equivariant analogues. This suggests that relative positional embeddings are not as important as is commonly believed, at least within computer vision. We expect this discovery to facilitate future work in positional encodings for vision that can be faster and generalize better by removing the preconception that they must be relative.
