Update current state
Perception and verified skill outcomes revise pose, confidence, source, time, and task status in one object-centric record.
Long-horizon mobile manipulation
LLM-guided planning with attention-enhanced dynamic memory that stays current without carrying the full history.
†Co-first authors · Nanyang Technological University, Singapore
Long-horizon plans fail when their world context goes stale. Keeping every observation is not the answer either: it produces a growing record of redundant and conflicting state.
ADM-Planner separates persistent workspace knowledge from object-centric dynamic state. Asynchronous observations and action outcomes update one current record per entity, while a bounded retriever exposes only the entries that can affect the next decision. The LLM replans when an accepted update invalidates the remaining plan.
A compact decision state connects asynchronous perception to validated, task-level robot skills.
Perception and verified skill outcomes revise pose, confidence, source, time, and task status in one object-centric record.
Confidence, recency, source reliability, and distance rank active entities. At most K records enter the prompt.
The current plan continues unless changed fields affect an unexecuted action, avoiding unnecessary LLM queries.
Evaluation progresses from controlled task simulation to live LLM planning, rigid-body execution, and physical missions.
Task-level memory evaluation
In the 14-container noisy dynamic setting, ADM reaches 100% full-task success, compared with 62% for static memory and 97% for unfiltered dynamic memory. It cuts the context-size proxy from 53,049 to 2,212 units.
Rigid-body execution
Across 20 paired seeds per method, ADM and unfiltered dynamic memory complete every trial. Static memory succeeds in only half. ADM reduces stale-target visits and uses 74.0% less context than unfiltered dynamic memory.
The narrated video covers the method and physical missions in indoor, outdoor, narrow-passage, and nighttime settings.
Code and additional project materials will be released in this repository. Please use the citation below when referencing the work.
Browse the repository@article{xiao2027adm,
title = {ADM-Planner: LLM-Guided Long-Horizon Planning
for Mobile Manipulators with Attention-Enhanced
Dynamic Memory},
author = {Xiao, Jiaping and Ji, Pingyuan and Feroskhan, Mir},
journal = {https://arxiv.org/abs/2609.29212},
year = {2026}
}