AffordBot: 3D Fine-grained Embodied Reasoning via Multimodal Large Language Models
Xinyi Wang, Xun Yang, Yanlong Xu, Yuchen Wu, Zhen Li, Na Zhao
TL;DR
The paper addresses fine-grained 3D embodied reasoning by grounding referred affordance elements and predicting structured motion triplets conditioned on natural language instructions. It introduces AffordBot, which fuses 3D perception with Multimodal Large Language Models using a holistic surround-view representation and a task-specific chain-of-thought reasoning pipeline (active view selection, grounding, and motion inference) to output triplets $\{(M_i,t_i,a_i)\}_{i=1}^N$. On SceneFun3D, AffordBot achieves state-of-the-art results for both grounding and motion estimation, with ablations validating the contributions of enriched visuals, adaptive labeling, and active perception. Overall, the approach bridges 3D perception and language-driven reasoning to enable instruction-conditioned, physically plausible manipulation in real 3D environments, advancing human-agent collaboration in complex spaces.
Abstract
Effective human-agent collaboration in physical environments requires understanding not only what to act upon, but also where the actionable elements are and how to interact with them. Existing approaches often operate at the object level or disjointedly handle fine-grained affordance reasoning, lacking coherent, instruction-driven grounding and reasoning. In this work, we introduce a new task: Fine-grained 3D Embodied Reasoning, which requires an agent to predict, for each referenced affordance element in a 3D scene, a structured triplet comprising its spatial location, motion type, and motion axis, based on a task instruction. To solve this task, we propose AffordBot, a novel framework that integrates Multimodal Large Language Models (MLLMs) with a tailored chain-of-thought (CoT) reasoning paradigm. To bridge the gap between 3D input and 2D-compatible MLLMs, we render surround-view images of the scene and project 3D element candidates into these views, forming a rich visual representation aligned with the scene geometry. Our CoT pipeline begins with an active perception stage, prompting the MLLM to select the most informative viewpoint based on the instruction, before proceeding with step-by-step reasoning to localize affordance elements and infer plausible interaction motions. Evaluated on the SceneFun3D dataset, AffordBot achieves state-of-the-art performance, demonstrating strong generalization and physically grounded reasoning with only 3D point cloud input and MLLMs.
