paper-with-me

홈 › Papers

PEAM: Parametric Embodied Agent Memory through Contrastive Internalization of Experience in Minecraft

2026-05-26 · Yuchen Guo, Junli Gong, Weicheng Wang, Hongmin Cai, Yiu-ming Cheung, Weifeng Su arxiv

We present PEAM, a Parametric Embodied Agent Memory framework in Minecraft that transforms agent memory from inference-time retrieval into parameter-resident skills internalized through experience. PEAM pairs a slow deliberative LLM for open-ended reasoning with a fast parametric module for reflexive execution of consolidated skills. The fast module is a multimodal Mixture-of-Experts LoRA architecture with per-category physically isolated adapters, enabling parameter-level continual learning without catastrophic forgetting. We treat failure as a first-class training signal: failure--correction trajectory pairs are internalized through a joint behavioral-cloning and contrastive objective, so the agent learns not only what succeeds but also how corrected actions differ from failed ones. To govern consolidation, PEAM introduces a parameterization-worthiness score for deciding which experience should be internalized, and a scale-free self-triggered consolidation mechanism for deciding when to internalize without task-specific hand-tuned thresholds, making the agent self-evolving as the trigger transfers across task distributions without re-tuning. Experiments in Minecraft show that PEAM improves long-horizon task performance, mitigates forgetting on previously consolidated skills, and improves parametric-versus-retrieval efficiency over retrieval-based embodied agents and parametric memory variants.

📄 PDF Abstract BibTeX arXiv:2605.27762

Code (0)

등록된 구현이 없습니다.

Tasks

Continual Learning

Similar Papers 제목 키워드 기반

Context-Aware Planning and Environment-Aware Memory for Instruction Following Embodied Agents

2023-08-14 · ICCV 2023 1 · Byeonghwi Kim, Jinyeon Kim, Yuyeong Kim, Cheolhong Min 외

Accomplishing household tasks requires to plan step-by-step actions considering the consequences of previous actions. However, the state-of-the-art embodied agents often make mistakes in navigating the environment and in…

Instruction FollowingVisual Navigation

Embodied-RAG: General Non-parametric Embodied Memory for Retrieval and Generation

2024-09-26 · Quanting Xie, So Yeon Min, Pengliang Ji, Yue Yang 외

There is no limit to how much a robot might explore and learn, but all of that knowledge needs to be searchable and actionable. Within language research, retrieval augmented generation (RAG) has become the workhorse of l…

RAGRetrievalRetrieval-augmented GenerationText Generation

HIMM: Human-Inspired Long-Term Memory Modeling for Embodied Exploration and Question Answering

2026-02-17 · Ji Li, Bo Wang, Jing Xia, Mingyi Li 외 arxiv

Deploying Multimodal Large Language Models as the brain of embodied agents remains challenging, particularly under long-horizon observations and limited context budgets. Existing memory assisted methods often rely on tex…

Semantic SimilarityQuestion AnsweringVisual Reasoning

Analytic Concept-Centric Memory for Agentic Embodied Manipulation

2026-06-29 · Mingyang Sun, Xiujian Liang, Jiude Wei, Qichen He 외 arxiv

Long-horizon embodied manipulation requires agents to remember persistent objects, track changing scene states, and reuse prior interaction knowledge. However, existing agent memories are often stored as unstructured his…

Skill Generalization

KARMA: Augmenting Embodied AI Agents with Long-and-short Term Memory Systems

2024-09-23 · Zixuan Wang, Bo Yu, Junzhe Zhao, Wenhao Sun 외

Embodied AI agents responsible for executing interconnected, long-sequence household tasks often face difficulties with in-context memory, leading to inefficiencies and errors in task execution. To address this issue, we…

AI AgentTask Planning