Grounding 3D Object Affordance with Language Instructions, Visual Observations and Interactions
He Zhu, Quyu Kong, Kechun Xu, Xunlong Xia, Bing Deng, Jieping Ye, Rong Xiong, Yue Wang
TL;DR
This work tackles grounding 3D object affordances by integrating language instructions, visual observations, and interactions. It introduces AGPIL, the first multi-modal, multi-view 3D affordance dataset with full-view, partial-view, and rotation-view data across seen/unseen splits, and proposes LMAffordance3D, a one-stage architecture that fuses 2D images, 3D point clouds, and language via a vision-language backbone to produce per-point affordance heatmaps. The method combines a ResNet-18 2D encoder, a PointNet++ 3D encoder, and a cross-attention decoder within a LLaVA-7B–based framework to ground affordances conditioned on language instructions. Experiments show that LMAffordance3D outperforms baselines, generalizes better to unseen objects and actions, and maintains robustness across view variations, indicating strong potential for robot manipulation tasks in real-world settings.
Abstract
Grounding 3D object affordance is a task that locates objects in 3D space where they can be manipulated, which links perception and action for embodied intelligence. For example, for an intelligent robot, it is necessary to accurately ground the affordance of an object and grasp it according to human instructions. In this paper, we introduce a novel task that grounds 3D object affordance based on language instructions, visual observations and interactions, which is inspired by cognitive science. We collect an Affordance Grounding dataset with Points, Images and Language instructions (AGPIL) to support the proposed task. In the 3D physical world, due to observation orientation, object rotation, or spatial occlusion, we can only get a partial observation of the object. So this dataset includes affordance estimations of objects from full-view, partial-view, and rotation-view perspectives. To accomplish this task, we propose LMAffordance3D, the first multi-modal, language-guided 3D affordance grounding network, which applies a vision-language model to fuse 2D and 3D spatial features with semantic features. Comprehensive experiments on AGPIL demonstrate the effectiveness and superiority of our method on this task, even in unseen experimental settings. Our project is available at https://sites.google.com/view/lmaffordance3d.
