Episode

HumanCLAW: Can Vision-Language Models Act Through a Body?

Podcast
Daily Paper Cast
Published
Jul 31, 2026
Duration seconds
1181
Processing state
not_requested
Canonical source
https://share.transistor.fm/s/6fec1841
Audio
https://media.transistor.fm/6fec1841/1febe2ad.mp3
JSON
/v1/public/podcasts/daily-paper-cast-7079649/episodes/humanclaw-can-vision-language-models-act-through-a-body
Markdown
/podcast/daily-paper-cast-7079649/humanclaw-can-vision-language-models-act-through-a-body.md

Actions

  • POST https://stenobird.com/v1/public/podcasts/daily-paper-cast-7079649/episodes/humanclaw-can-vision-language-models-act-through-a-body/transcription-requests
    Idempotently request low-priority transcript generation for this episode.
  • GET https://stenobird.com/podcast/daily-paper-cast-7079649/humanclaw-can-vision-language-models-act-through-a-body.md
    Read the agent-friendly Markdown representation of this episode resource.

Summary

🤗 Upvotes: 67 | cs.CV, cs.RO Authors: Siyao Li, Jiawei Gu, Shuai Liu, Kairui Hu, Zekun Li, Linjie Li, Chengcheng Tang, Po-Chen Wu, Ivan Shugurov, Lingni Ma, Michael Zollhoefer, Sizhe An, Abhay Mittal, Amy Zhao, Ranjay Krishna, Manling Li, Ziwei Liu, Chuan Guo Title: HumanCLAW: Can Vision-Language Models Act Through a Body? Arxiv: http://arxiv.org/abs/2607.27180v1 Abstract: Evaluating whether a vision-language model (VLM) can act through a physical body is challenging. The outcome of an action couples the VLM's decision with motor control. When a task fails, it is hard to tell whether the VLM made a bad choice or the motor controller simply failed to execute it, e.g., losing balance and falling. In this work, we introduce HumanCLAW, an evaluation framework that decouples action decision-making from low-level execution. At every step, a harnessed, off-the-shelf VLM issues an atomic skill command, and the command is translated into a sub-second chunk of continuous full-body motion with real physical consequences, including gravity and collisions. The body can therefore act freely in the physical world, while execution-side disturbances, balance and motor errors, are factored out. What remains measurable is the model's action intelligence: its moment-to-moment choice of what the body should execute next. Based on this framework, we build HumanCLAW-Bench: 1,218 long-horizon, egocentric find-navigate-interact episodes across 41 indoor scenes. We test nine state-of-the-art VLMs and find that none solves the benchmark; the best model reaches only a 16.8% success rate. Recognizing the target is not the bottleneck. What current VLMs lack is embodied self-awareness: they lose track of their own body, failing to tell where it is, whether it has reached the goal, or whether it has…