DaDu-E: Rethinking the Role of Large Language Model in Robotic Computing Pipeline
Wenhao Sun, Sai Hou, Zixuan Wang, Bo Yu, Shaoshan Liu, Xu Yang, Shuai Liang, Yiming Gan, Yinhe Han
TL;DR
DaDu-E rethinks robotic planning by pairing a lightweight LLM with a closed-loop pipeline that includes structured instruction sets, planning feedback, and memory augmentation. By constraining robot scope to fixed domains and enriching inputs with frequent visual feedback and memory, it achieves comparable task success rates to large-model planners like COME-Robot* while reducing computation by $6.6\times$, enabling local-server deployment. The approach demonstrates strong performance across four embodied AI task levels, with notable gains from feedback and memory in both real-world and simulated environments. This work highlights the practicality of resource-efficient, closed-loop embodied intelligence for real-world robotics and scalable deployment. Overall, DaDu-E offers a compelling pathway to high-performance robotic planning that balances efficiency, adaptability, and scalability.
Abstract
Performing complex tasks in open environments remains challenging for robots, even when using large language models (LLMs) as the core planner. Many LLM-based planners are inefficient due to their large number of parameters and prone to inaccuracies because they operate in open-loop systems. We think the reason is that only applying LLMs as planners is insufficient. In this work, we propose DaDu-E, a robust closed-loop planning framework for embodied AI robots. Specifically, DaDu-E is equipped with a relatively lightweight LLM, a set of encapsulated robot skill instructions, a robust feedback system, and memory augmentation. Together, these components enable DaDu-E to (i) actively perceive and adapt to dynamic environments, (ii) optimize computational costs while maintaining high performance, and (iii) recover from execution failures using its memory and feedback mechanisms. Extensive experiments on real-world and simulated tasks show that DaDu-E achieves task success rates comparable to embodied AI robots with larger models as planners like COME-Robot, while reducing computational requirements by $6.6 \times$. Users are encouraged to explore our system at: \url{https://rlc-lab.github.io/dadu-e/}.
