paper-with-me

홈 › Papers

TRACE: Textual Reasoning for Affordance Coordinate Extraction

2025-11-03 · Sangyun Park, Jin Kim, Yuchen Cui, Matthew S. Brown arxiv

Vision-Language Models (VLMs) struggle to translate high-level instructions into the precise spatial affordances required for robotic manipulation. While visual Chain-of-Thought (CoT) methods exist, they are often computationally intensive. In this work, we introduce TRACE (Textual Reasoning for Affordance Coordinate Extraction), a novel methodology that integrates a textual Chain of Reasoning (CoR) into the affordance prediction process. We use this methodology to create the TRACE dataset, a large-scale collection created via an autonomous pipeline that pairs instructions with explicit textual rationales. By fine-tuning a VLM on this data, our model learns to externalize its spatial reasoning before acting. Our experiments show that our TRACE-tuned model achieves state-of-the-art performance, reaching 48.1% accuracy on the primary Where2Place (W2P) benchmark (a 9.6% relative improvement) and 55.0% on the more challenging W2P(h) subset. Crucially, an ablation study demonstrates that performance scales directly with the amount of reasoning data used, confirming the CoR's effectiveness. Furthermore, analysis of the model's attention maps reveals an interpretable reasoning process where focus shifts dynamically across reasoning steps. This work shows that training VLMs to generate a textual CoR is an effective and robust strategy for enhancing the precision, reliability, and interpretability of VLM-based robot control. Our dataset and code are available at https://github.com/jink-ucla/TRACE

📄 PDF Abstract BibTeX arXiv:2511.01999

Code (0)

등록된 구현이 없습니다.

Tasks

Spatial Reasoning

Similar Papers 제목 키워드 기반

SpatialAfford: Teaching Compact VLMs Where to Look and Where to Ground for Affordance

2026-08-01 · Yufei Zhang, Chenlu Zhan, Donghui Sun, Xiaoxin Chen 외 arxiv

Affordance grounding aims to localize the functional region for interaction, such as the handle to grasp or the button to press, rather than the whole object. This makes it more challenging than generic visual grounding …

Reinforcement LearningSpatial ReasoningVisual Grounding

Learning Granularity-Aware Affordances from Human-Object Interaction for Tool-Based Functional Grasping in Dexterous Robotics

2024-06-30 · Fan Yang, Wenrui Chen, Kailun Yang, Haoran Lin 외

To enable robots to use tools, the initial step is teaching robots to employ dexterous gestures for touching specific areas precisely where tasks are performed. Affordance features of objects serve as a bridge in the fun…

Human-Object Interaction DetectionObject

TRACER: Texture-Robust Affordance Chain-of-Thought for Deformable-Object Refinement

2026-01-28 · Wanjun Jia, Kang Li, Fan Yang, Mengfei Duan 외 arxiv

The central challenge in robotic manipulation of deformable objects lies in aligning high-level semantic instructions with physical interaction points under complex appearance and texture variations. Due to near-infinite…

3DAffordSplat: Efficient Affordance Reasoning with 3D Gaussians

2025-04-15 · Zeming Wei, Junyi Lin, Yang Liu, Weixing Chen 외

3D affordance reasoning is essential in associating human instructions with the functional regions of 3D objects, facilitating precise, task-oriented manipulations in embodied AI. However, current methods, which predomin…

3DGSAffordance Recognition

Learning to Act Properly: Predicting and Explaining Affordances from Images

2017-12-20 · CVPR 2018 6 · Ching-Yao Chuang, Jiaman Li, Antonio Torralba, Sanja Fidler

We address the problem of affordance reasoning in diverse scenes that appear in the real world. Affordances relate the agent's actions to their effects when taken on the surrounding objects. In our work, we take the egoc…

Visual Reasoning