LGAINov 11, 2025

Do traveling waves make good positional encodings?

arXiv:2511.11668v1h-index: 2
Originality Incremental advance
AI Analysis

This addresses the need for better positional encodings in Transformers to capture translation equivariances, offering a potentially simpler alternative to existing methods.

The paper tackled the problem of positional encoding in Transformers by proposing RollPE, a novel mechanism based on traveling waves that uses a circular roll operation to induce relative shifts in phase, and showed it significantly outperforms traditional absolute embeddings and is comparable to RoPE.

Transformers rely on positional encoding to compensate for the inherent permutation invariance of self-attention. Traditional approaches use absolute sinusoidal embeddings or learned positional vectors, while more recent methods emphasize relative encodings to better capture translation equivariances. In this work, we propose RollPE, a novel positional encoding mechanism based on traveling waves, implemented by applying a circular roll operation to the query and key tensors in self-attention. This operation induces a relative shift in phase across positions, allowing the model to compute attention as a function of positional differences rather than absolute indices. We show this simple method significantly outperforms traditional absolute positional embeddings and is comparable to RoPE. We derive a continuous case of RollPE which implicitly imposes a topographic structure on the query and key space. We further derive a mathematical equivalence of RollPE to a particular configuration of RoPE. Viewing RollPE through the lens of traveling waves may allow us to simplify RoPE and relate it to processes of information flow in the brain.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes