GeoPE:A Unified Geometric Positional Embedding for Structured Tensors
Yupu Yao, Bowen Yang
TL;DR
GeoPE introduces a unified 3D geometric positional embedding for structured tensors by lifting 2D spatial coordinates into quaternion rotations and combining them with a symmetric log-exp average in the Lie algebra to overcome non-commutativity. This coupling restores true 2D spatial topology, enabling more global and geometrically meaningful attention patterns. The method extends to 3D inputs and includes a linear variant for relative encoding, achieving gains across image classification, object detection, and 3D segmentation, while also enhancing shape bias. The work demonstrates that explicit geometric priors can improve spatial reasoning and extrapolation without increasing asymptotic complexity significantly.
Abstract
Standard Vision Transformers flatten 2D images into 1D sequences, disrupting the natural spatial topology. While Rotary Positional Embedding (RoPE) excels in 1D, it inherits this limitation, often treating spatially distant patches (e.g., at row edges) as sequence neighbors. Existing 2D approaches typically treat spatial axes independently, failing to decouple this false sequential proximity from true spatial distance. To restore the 2D spatial manifold, we introduce Geometric Positional Embedding (GeoPE), a framework that extends rotations to 3D Euclidean space using quaternions. To overcome non-commutativity and ensure symmetry, GeoPE constructs a unified rotational operator by computing the geometric mean in the Lie algebra. This creates a geometrically coupled encoding that effectively separates spatial dimensions. Extensive experiments on image classification, object detection, and 3D semantic segmentation demonstrate that GeoPE consistently outperforms existing 2D RoPE variants and significantly enhances shape bias, confirming its ability to capture true geometric structure.
