BrainMem: Brain-Inspired Evolving Memory for Embodied Agent Task Planning

arXiv cs.RO / 4/21/2026

📰 NewsDeveloper Stack & InfrastructureSignals & Early TrendsModels & Research

Key Points

  • BrainMem is a training-free, plug-and-play memory framework for embodied agents that helps long-horizon task planning by using persistent working, episodic, and semantic memory.
  • It converts interaction histories into structured knowledge graphs and distilled symbolic guidelines so planners can retrieve, reason over, and adapt from past experience.
  • Unlike many LLM-based planners that are stateless and reactive, BrainMem targets repeated errors and improves handling of spatial and temporal dependencies.
  • The system is designed to work with arbitrary multimodal LLMs, reducing the need for task-specific prompt engineering and model fine-tuning.
  • Experiments on EB-ALFRED, EB-Navigation, EB-Manipulation, and EB-Habitat show significant gains in task success rates, especially for long-horizon and spatially complex tasks.

Abstract

Embodied task planning requires agents to execute long-horizon, goal-directed actions in complex 3D environments, where success depends on both immediate perception and accumulated experience across tasks. However, most existing LLM-based planners are stateless and reactive, operating without persistent memory and therefore repeating errors and struggling with spatial or temporal dependencies. We propose BrainMem(Brain-Inspired Evolving Memory), a training-free hierarchical memory system that equips embodied agents with working, episodic, and semantic memory inspired by human cognition. BrainMem continuously transforms interaction histories into structured knowledge graphs and distilled symbolic guidelines, enabling planners to retrieve, reason over, and adapt behaviors from past experience without any model fine-tuning or additional training. This plug-and-play design integrates seamlessly with arbitrary multi-modal LLMs and greatly reduces reliance on task-specific prompt engineering. Extensive experiments on four representative benchmarks, including EB-ALFRED, EB-Navigation, EB-Manipulation, and EB-Habitat, demonstrate that BrainMem significantly enhances task success rates across diverse models and difficulty subsets, with the largest gains observed on long-horizon and spatially complex tasks. These results highlight evolving memory as a promising and scalable mechanism for generalizable embodied intelligence.