SYNERGAI: Perception Alignment for Human-Robot Collaboration
Yixin Chen, Guoxi Zhang, Yaowei Zhang, Hongming Xu, Peiyuan Zhi, Qing Li, Siyuan Huang
TL;DR
SYNERGAI addresses misalignment between human perception and robot perception in LLM-driven collaboration by using a 3D Scene Graph sg3d as an explicit, manipulable representation. The system reconstructs 3D scenes from posed images, builds sg3d, and uses an LLM to decompose tasks and select tools to operate on the sg3d, enabling zero-shot 3D reasoning and interactive alignment with users. It includes an automatic perceptual alignment mechanism that updates sg3d online through user interactions via a GUI, improving task success and transfer to novel tasks. Experiments in ten real-world scenes show competitive zero-shot 3D QA performance on ScanQA and significant gains in alignment and transfer, demonstrating practical potential for robust HRI. It highlights the value of explicit structured representations for combining perception, reasoning, and human feedback in real-world robotics.
Abstract
Recently, large language models (LLMs) have shown strong potential in facilitating human-robotic interaction and collaboration. However, existing LLM-based systems often overlook the misalignment between human and robot perceptions, which hinders their effective communication and real-world robot deployment. To address this issue, we introduce SYNERGAI, a unified system designed to achieve both perceptual alignment and human-robot collaboration. At its core, SYNERGAI employs 3D Scene Graph (3DSG) as its explicit and innate representation. This enables the system to leverage LLM to break down complex tasks and allocate appropriate tools in intermediate steps to extract relevant information from the 3DSG, modify its structure, or generate responses. Importantly, SYNERGAI incorporates an automatic mechanism that enables perceptual misalignment correction with users by updating its 3DSG with online interaction. SYNERGAI achieves comparable performance with the data-driven models in ScanQA in a zero-shot manner. Through comprehensive experiments across 10 real-world scenes, SYNERGAI demonstrates its effectiveness in establishing common ground with humans, realizing a success rate of 61.9% in alignment tasks. It also significantly improves the success rate from 3.7% to 45.68% on novel tasks by transferring the knowledge acquired during alignment.
