Paper Overview
- Field: Computer Vision (CV)
- Authors: Minghao Yin, Jiahao Lu, Wenbo Hu
- Published: 2026-06-27
- arXiv: 2606.27345
Key Idea
Modern video diffusion transformers position their tokens through RoPE on the (u,v,t) axes — a description of the camera's sampling grid that says nothing about the 3D structure of the scene. The authors observe that the geometric relation between two camera rays is captured by the Plucker reciprocal product, which is bilinear in the two rays — the same algebraic form as the dot product in Transformer attention.Contribution
Building on this analogy, the paper proposes RayPE, a positional-encoding extension that injects ray geometry directly into the attention mechanism, enabling 3D-aware positional encoding for video generation.Original Abstract (excerpt)
> Modern video diffusion transformers position their tokens through RoPE on the (u,v,t) axes -- a description of the camera's sampling grid that says nothing about the 3D structure of the scene. We observe that the geometric relation between two camera rays is captured by the Plucker reciprocal product, which is bilinear in the two rays -- the same algebraic form as the dot product in Transformer attention. Building on this analogy, we propose RayPE, a positional-encoding extension that injects pe...*Auto-collected on 2026-06-27 from zhichai.net.*