EARBench: Towards Evaluating Physical Risk Awareness for Task Planning of Foundation Model-based Embodied AI Agents
Zihao Zhu, Bingzhe Wu, Zhengyou Zhang, Lei Han, Qingshan Liu, Baoyuan Wu
TL;DR
This work tackles the safety challenge of deploying foundation-model-based embodied AI (EAI) agents in the physical world by introducing EARBench, an automated pre-deployment risk assessment framework. EARBench uses a multi-agent pipeline to generate safety guidelines, design risky scenes, plan tasks, and assess plan safety, yielding the EARDataset with 2,636 textual and visual test cases across seven domains. Large-scale evaluation reveals pervasive physical risk in AI-generated plans, with an average Task Risk Rate around 95% across both open- and closed-source models, and with larger models not reliably improving safety. The authors propose two prompt-based risk mitigation strategies (implicit and explicit), finding that explicit prompting generally yields stronger reductions in TRR but leaves substantial safety gaps, underlining the need for safety-aligned pre-training and architectural solutions. Together, EARBench and EARDataset provide a standardized toolkit and dataset to drive future improvements in the safety and reliability of embodied AI systems for real-world use.
Abstract
Embodied artificial intelligence (EAI) integrates advanced AI models into physical entities for real-world interaction. The emergence of foundation models as the "brain" of EAI agents for high-level task planning has shown promising results. However, the deployment of these agents in physical environments presents significant safety challenges. For instance, a housekeeping robot lacking sufficient risk awareness might place a metal container in a microwave, potentially causing a fire. To address these critical safety concerns, comprehensive pre-deployment risk assessments are imperative. This study introduces EARBench, a novel framework for automated physical risk assessment in EAI scenarios. EAIRiskBench employs a multi-agent cooperative system that leverages various foundation models to generate safety guidelines, create risk-prone scenarios, make task planning, and evaluate safety systematically. Utilizing this framework, we construct EARDataset, comprising diverse test cases across various domains, encompassing both textual and visual scenarios. Our comprehensive evaluation of state-of-the-art foundation models reveals alarming results: all models exhibit high task risk rates (TRR), with an average of 95.75% across all evaluated models. To address these challenges, we further propose two prompting-based risk mitigation strategies. While these strategies demonstrate some efficacy in reducing TRR, the improvements are limited, still indicating substantial safety concerns. This study provides the first large-scale assessment of physical risk awareness in EAI agents. Our findings underscore the critical need for enhanced safety measures in EAI systems and provide valuable insights for future research directions in developing safer embodied artificial intelligence system. Data and code are available at https://github.com/zihao-ai/EARBench.
