MEMORA: Embodied Action Memory from Egocentric Videos for Reasoning and Planning
Summary
MEMORA is a system realizing Embodied Action Memory (EAM) for long-horizon robot planning, designed to provide robots with persistent memory of embodied experiences. It operates through a formation-consolidation-retrieval lifecycle, utilizing four distinct typed stores: Environment Memory, Entity Memory, Activity Memory, and Inferred Knowledge. The system incorporates online editing to maintain object identities and state histories, alongside offline consolidation that abstracts repeated experiences into reusable procedures. Evaluated on MEMORA-Bench, using 45 hours of EPIC-KITCHENS-100 extension video from 18 participants, MEMORA demonstrated significant performance gains. It improved memory-assessment accuracy by up to 20.5 points and out-of-distribution Robot-Grounded Plan scores by up to 16.6% relative over the strongest controlled baselines across four open-weight language models. A qualitative robot deployment study further illustrated its capability to interface memory-grounded language plans with downstream control.
Key takeaway
For Robotics Engineers developing long-horizon planning systems, integrating an Embodied Action Memory (EAM) like MEMORA is critical. You should consider implementing persistent, editable memory structures that consolidate past experiences. This approach significantly improves memory-assessment accuracy and out-of-distribution planning scores, enabling robots to interpret future goals more effectively. Explore structuring memory with distinct typed stores and leveraging egocentric video data for robust experience capture.
Key insights
MEMORA provides robots with persistent, editable, and consolidated embodied action memory for improved long-horizon planning and reasoning.
Principles
- Embodied experience is crucial for interpreting future goals.
- Persistent memory state enhances robot decision-making.
- Online editing and offline consolidation improve memory utility.
Method
MEMORA implements Embodied Action Memory via a formation-consolidation-retrieval lifecycle, using four typed stores: Environment, Entity, Activity, and Inferred Knowledge, with online editing and offline consolidation.
In practice
- Use egocentric videos to capture embodied experience.
- Structure memory into distinct, typed stores.
- Consolidate repeated actions into reusable procedures.
Topics
- Embodied AI
- Robot Planning
- Action Memory
- Egocentric Video
- MEMORA
- EPIC-KITCHENS-100
Best for: Research Scientist, AI Scientist, Robotics Engineer, Machine Learning Engineer
Related on AIssential
See Counsel's argued verdicts on the open AI decisions leaders are weighing →
Editorial summary, takeaway, and curation by AIssential. Original article published by Artificial Intelligence.