Apple proposes RayRoPE for geometry-aware positional encoding in multi-view transformers
RayRoPE encodes patch positions via rays and predicted 3D points to enable SE(3)-invariant attention and geometry-adaptive multi-frequency similarity, improving novel-view synthesis and stereo depth estimation.
1 source · cross-referenced
- Apple’s ML Research introduces RayRoPE, a positional encoding method for multi-view transformers that uses rays and predicted 3D points to encode patch positions.
Apple’s Machine Learning Research team proposed RayRoPE, a positional encoding method for multi-view transformers that process tokens from posed input images. The approach encodes patch positions based on associated rays but uses a predicted point along the ray rather than the ray direction to achieve geometry-aware encoding.
To ensure SE(3)-invariant attention, RayRoPE computes query-frame projective coordinates for multi-frequency similarity. Because the predicted 3D point along a ray may not be precise, the method includes a mechanism to analytically compute the expected position encoding under uncertainty.
The team validated RayRoPE on novel-view synthesis and stereo depth estimation, reporting consistent improvements over alternative positional encoding schemes. On the CO3D dataset, RayRoPE achieved a 15% relative improvement on LPIPS compared to alternatives.
RayRoPE also supports seamless integration of RGB-D input, which further increases performance gains over methods that cannot positionally encode this information.
- Jul 25, 2026 · Apple — Machine Learning Research
Apple researchers propose LEAD to mitigate long-horizon reasoning failures in LLMs
Trust79 - Jul 25, 2026 · Apple — Machine Learning Research
Apple proposes CalibAtt, a training-free method to accelerate video generation via calibrated sparse attention
Trust79 - Jul 25, 2026 · Apple — Machine Learning Research
Apple proposes environment-free synthetic data generation for training API-calling agents
Trust84