Both versions are aligned block by block, in reading order: title, the essentials, then paragraph by paragraph. Where the translation merged or split a paragraph, the matching cell stays empty — we never pair two passages by guesswork.
机器人运动会散场后,真正棘手的不是再跑快一点,而是把桌上的杯子拿稳。自变量机器人团队发布实验室原型自回归世界模型WALL-SS,让机器人在虚拟环境中预演抓取、倒水和整理物品:同一个起始画面换一条动作轨迹,模型要给出相应的抓空、碰撞或成功结果,而不是无论怎么动都把故事改写成成功。
After the robot sporting event ends, the real challenge is not running a little faster, but picking up a cup on a table without dropping it. The Zibian Robot team has released WALL-SS, an autoregressive world-model laboratory prototype that lets robots rehearse grasping, pouring water and organizing objects in virtual environments. Given the same starting frame but a different action trajectory, the model must produce the corresponding result—a missed grasp, collision or success—rather than rewriting every scenario as a success regardless of how the robot moves.
这正对准了机器人进入真实场景后的短板。训练数据若主要来自成功示范,模型容易把“夹爪闭合”和“物体被拿起”简单画上等号,哪怕夹爪与杯子之间还隔着距离,生成画面里的物体也可能像被磁铁吸住一样贴过去。WALL-SS保留抓空、滑落、碰撞、重新抓取、人工接管和失败恢复等数据,让虚拟训练场看到动作的边界,而不只看到理想结局。
This targets a key weakness as robots enter real-world environments. When training data comes mainly from successful demonstrations, a model may too easily equate “the gripper closes” with “the object is picked up.” Even when there is still a gap between the gripper and the cup, the object in the generated frame may appear to move toward it as if pulled by a magnet. WALL-SS retains data on missed grasps, slips, collisions, regrasping, human intervention and failure recovery, allowing the virtual training ground to capture the boundaries of an action rather than only its ideal outcome.
它的做法是把动作与画面放在同一条时间线上。机械臂往左还是往右,先改变低清预览中的运动方向;夹爪何时闭合,再影响清晰画面里的接触结果。模型同时用会随时间压缩的记忆保存任务状态:最近几秒保留更多细节,更早的历史只留下物体位置和任务进度。论文测试中,WALL-SS连续推演60秒倒水任务,机械臂逐帧轨迹误差保持在画面对角线的0.5%以下。
Its approach puts actions and frames on the same timeline. Whether the robotic arm moves left or right first changes the direction of motion in the low-resolution preview; when the gripper closes then affects the contact result in the clear frame. The model also uses a memory that compresses over time to preserve the task state: it retains more detail from the past few seconds, while earlier history is reduced to the positions of objects and task progress. In tests reported in the paper, WALL-SS simulated a pouring task continuously for 60 seconds, with the arm’s frame-by-frame trajectory error remaining below 0.5% of the image diagonal.
虚拟成绩能否指导真机,关键看两边的策略排名是否接近。研究团队把5个不同训练阶段的策略放进WALL-SS和真实机器人,在6项任务、20组匹配初始状态下进行测试,共得到600对闭环结果;其中527对的最终成败一致,虚拟世界选出的较优版本有89%与真机测试中的优劣关系相同。30个任务与策略版本的虚拟、真机成功率相关系数为0.926,但这衡量的是整体趋势,不是单次预测有92.6%的命中率。
Whether virtual performance can guide a real robot depends largely on how closely the two sides rank the strategies. The research team tested 5 strategies from different training stages in WALL-SS and on a real robot, across 6 tasks and 20 matched initial states, producing 600 pairs of closed-loop results in total. The final success or failure matched in 527 pairs, while the relative performance of the better versions selected in the virtual world matched the real-robot tests in 89% of cases. Across 30 task-and-strategy versions, the correlation coefficient between virtual and real-robot success rates was 0.926. This measures the overall trend, however, not a 92.6% hit rate for individual predictions.
具体来说,WALL-SS可以先替机器人研发团队筛掉更差的动作策略,再让少量候选者进入真机测试,减少设备占用、现场复位以及碰撞液体和易碎物品带来的风险。它不是对真实测试的替代品:灵巧手、触觉、力控和关节精度仍决定机器人能否真正拧紧螺丝或插入接口。当前的价值更像一座研发用的练习场、考场和校准台,把真机产生的成功、失败与人工接管数据继续送回模型,帮助下一轮筛选。
Specifically, WALL-SS can first help robot-development teams eliminate weaker action strategies, then send a small number of candidates to real-robot testing, reducing equipment use, on-site resets and the risks of colliding with liquids and fragile objects. It is not a substitute for real-world testing: dexterous hands, tactile sensing, force control and joint precision still determine whether a robot can actually tighten a screw or insert a connector. For now, its value is more like a practice field, examination room and calibration bench for development, feeding success, failure and human-intervention data from real robots back into the model to support the next round of screening.