HomeBody:一个能够自主探索、记忆并采取行动的人形机器人
HomeBody: A humanoid that explores, remembers, and acts on its own

原始链接: https://tml.stanford.edu/homebody/

HomeBody 是一个通过“空间目标”连接任务推理与物理执行的机器人框架。系统通过选择技能及其对应的目标(源自第一视角图像、地图上下文及末端执行器状态)来触发结构化的工具调用。这种机制将视觉语言模型(VLM)与底层实现解耦,因为各项技能可自行管理运动规划。 每项技能都使用针对其功能定制的空间输入: * **抓取 (Picking):** 利用二维图像坐标引导分割和立体深度估计,随后进行分析性抓取预测及具备避障功能的运动规划。 * **导航 (Navigation):** 依赖二维地图坐标和方向目标。 * **放置 (Placing):** 执行朝向相对于机器人躯干的三维释放目标的运动。 * **操作 (Manipulation):** 将诸如抽屉开启等复杂任务,整合为包括对齐、钩挂和拉动在内的一系列统一动作。 通过将物理执行与高层推理抽象分离,HomeBody 使视觉语言模型能够在无需了解底层控制细节的情况下,指挥复杂的多步机器人行为。

Hacker News 最新 | 往期 | 评论 | 提问 | 展示 | 招聘 | 提交 登录 HomeBody:一种能够自主探索、记忆并采取行动的人形机器人 ( stanford.edu ) 10 分 由 famouswaffles 发布 1 小时前 | 隐藏 | 往期 | 收藏 | 1 条评论 帮助 smusamashah 30 分钟前 [–] > 我们的系统允许由 GPT Astra 引导的 Unitree G1 机器人清理房间,并根据模糊的指令检索已记住的物体。 这根本不是“自主”的。 回复 指南 | 常见问题 | 列表 | API | 安全 | 法律 | 申请 YC | 联系 搜索:
相关文章

原文

HomeBody uses spatial targets to connect task reasoning to physical execution. The VLM selects a skill and its target from the current ego view, map context, gripper state, recalled observations and the previous result. It passes this selection through a structured tool call, leaving the skill to plan and execute the motion. The VLM therefore does not need to know the skill’s low-level implementation.

For picking, the call specifies an image point normalized to 0–1000 and which hand to use. The point prompts segmentation [3], while Fast-FoundationStereo [4] estimates depth from D435i stereo images. Camera calibration projects the masked geometry into 3D, where we predict the grasp analytically. To reach that pose, the arm planner builds a spline reference with minimum-jerk timing, solves inverse kinematics along the path and checks the swept motion for collision clearance.

Other skills use targets suited to their actions. Navigation takes a 2D goal and facing point in map coordinates, measured in meters. A placing call specifies which hand to use, a 3D release target in the torso frame and a release distance. The skill moves the held object to the target and opens the hand. Drawer opening combines handle alignment, a hooking posture and backward walking into one skill, coordinating the transition from reaching to pulling.

联系我们 contact @ memedata.com