Generative AI in Embodied Systems: System-Level Analysis of Performance, Efficiency and Scalability
Zishen Wan, Jiayi Qian, Yuhang Du, Jason Jabbour, Yilun Du, Yang Katie Zhao, Arijit Raychowdhury, Tushar Krishna, Vijay Janapa Reddi
TL;DR
This work provides the first system-level analysis of generative AI in embodied systems, uncovering that long-horizon tasks suffer from substantial latency primarily due to LLM-based planning and communication, memory retrieval, and execution overhead. It introduces a comprehensive workload suite spanning single- and multi-agent paradigms (centralized and decentralized) to benchmark performance and efficiency across configurations. The study reveals critical bottlenecks such as token-length growth, memory inconsistencies at scale, and exponential coordination costs, and offers concrete optimization directions including planning-guided multi-step execution, planning-then-communication, hierarchical coordination, and a dual-memory architecture. Together, these insights and recommendations lay the groundwork for more robust, scalable, and efficient embodied AI systems capable of real-world long-horizon operation.
Abstract
Embodied systems, where generative autonomous agents engage with the physical world through integrated perception, cognition, action, and advanced reasoning powered by large language models (LLMs), hold immense potential for addressing complex, long-horizon, multi-objective tasks in real-world environments. However, deploying these systems remains challenging due to prolonged runtime latency, limited scalability, and heightened sensitivity, leading to significant system inefficiencies. In this paper, we aim to understand the workload characteristics of embodied agent systems and explore optimization solutions. We systematically categorize these systems into four paradigms and conduct benchmarking studies to evaluate their task performance and system efficiency across various modules, agent scales, and embodied tasks. Our benchmarking studies uncover critical challenges, such as prolonged planning and communication latency, redundant agent interactions, complex low-level control mechanisms, memory inconsistencies, exploding prompt lengths, sensitivity to self-correction and execution, sharp declines in success rates, and reduced collaboration efficiency as agent numbers increase. Leveraging these profiling insights, we suggest system optimization strategies to improve the performance, efficiency, and scalability of embodied agents across different paradigms. This paper presents the first system-level analysis of embodied AI agents, and explores opportunities for advancing future embodied system design.
