LGAIFeb 23, 2024

Spatially-Aware Transformer for Embodied Agents

arXiv:2402.15160v33 citationsh-index: 8Has Code
Originality Incremental advance
AI Analysis

This work addresses the limitation of current episodic memory approaches that overlook spatial context, offering benefits for embodied agents in tasks like prediction and reasoning, though it is incremental by extending existing transformer methods.

The paper tackles the problem of episodic memory in AI systems by incorporating spatial information into transformer models, resulting in improved memory utilization efficiency and enhanced accuracy in place-centric downstream tasks.

Episodic memory plays a crucial role in various cognitive processes, such as the ability to mentally recall past events. While cognitive science emphasizes the significance of spatial context in the formation and retrieval of episodic memory, the current primary approach to implementing episodic memory in AI systems is through transformers that store temporally ordered experiences, which overlooks the spatial dimension. As a result, it is unclear how the underlying structure could be extended to incorporate the spatial axis beyond temporal order alone and thereby what benefits can be obtained. To address this, this paper explores the use of Spatially-Aware Transformer models that incorporate spatial information. These models enable the creation of place-centric episodic memory that considers both temporal and spatial dimensions. Adopting this approach, we demonstrate that memory utilization efficiency can be improved, leading to enhanced accuracy in various place-centric downstream tasks. Additionally, we propose the Adaptive Memory Allocator, a memory management method based on reinforcement learning that aims to optimize efficiency of memory utilization. Our experiments demonstrate the advantages of our proposed model in various environments and across multiple downstream tasks, including prediction, generation, reasoning, and reinforcement learning. The source code for our models and experiments will be available at https://github.com/junmokane/spatially-aware-transformer.

Code Implementations1 repo
Foundations

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

Your Notes