English

Linear Memory SE(2) Invariant Attention

Machine Learning 2025-07-25 v1

Abstract

Processing spatial data is a key component in many learning tasks for autonomous driving such as motion forecasting, multi-agent simulation, and planning. Prior works have demonstrated the value in using SE(2) invariant network architectures that consider only the relative poses between objects (e.g. other agents, scene features such as traffic lanes). However, these methods compute the relative poses for all pairs of objects explicitly, requiring quadratic memory. In this work, we propose a mechanism for SE(2) invariant scaled dot-product attention that requires linear memory relative to the number of objects in the scene. Our SE(2) invariant transformer architecture enjoys the same scaling properties that have benefited large language models in recent years. We demonstrate experimentally that our approach is practical to implement and improves performance compared to comparable non-invariant architectures.

Keywords

Cite

@article{arxiv.2507.18597,
  title  = {Linear Memory SE(2) Invariant Attention},
  author = {Ethan Pronovost and Neha Boloor and Peter Schleede and Noureldin Hendy and Andres Morales and Nicholas Roy},
  journal= {arXiv preprint arXiv:2507.18597},
  year   = {2025}
}

Comments

Best paper award, Equivariant Systems Workshop at RSS

R2 v1 2026-07-01T04:17:26.822Z