传统机器人的工作方式是这样的:先看(感知),再想(规划),最后动(控制)。三个环节串行执行,每一步都要等上一步完成。这套流水线已经运转了几十年,稳是稳,但慢——特别是在需要快速反应的场景中,感知和控制之间的延迟足以让机器人错过最佳动作时机。
智元机器人9月发布的AGILE2.0模型,提出了一种不同的思路:感知即控制,看见即行动。它用端到端的方式把视觉感知和运动控制合并成一步,机器人不需要先「想清楚再动」,而是「看着就动了」——智元把这叫做「睁眼运动」。
「睁眼运动」:从串行pipeline到并行响应
「睁眼运动」这个概念很直觉。想象你接一个飞过来的球——你不会先分析球的轨迹、计算落点、规划手的运动路线、然后才伸手。你是看的同时就在伸手,感知和运动几乎是同步的。人类的神经系统就是这样工作的:视觉信号传到大脑的同时,运动指令就已经开始下发了。
AGILE2.0试图在机器人上复现这种能力。它的核心是一个端到端的视觉感控一体模型——输入是摄像头的原始视觉信号,输出直接是关节的运动指令,中间没有显式的感知-规划-控制分步。模型自己学会了一边看一边动。
在灵犀X2机器人的现场演示中,这套系统展示了在动态环境中的实时响应能力:机器人在移动过程中对障碍物的反应速度、对目标物体的抓取精度、对突发干扰的自适应能力,都比传统的串行pipeline有了明显提升。
为什么端到端是具身智能的关键转折
端到端不是什么新概念,在自动驾驶领域已经被反复讨论和验证了。但在具身智能领域,端到端的落地一直面临一个核心难题:训练数据不够。
自动驾驶有海量的道路行驶数据可以用来训练端到端模型。但机器人操作的数据量远远不够——每个机器人形态不同、每个任务场景不同、真实世界的交互数据采集成本极高。过去几年,机器人领域的主要进展集中在仿真环境(如Isaac Sim)中训练策略,再迁移到真实世界——但仿真和现实之间的gap(sim-to-real gap)始终是一个老大难问题。
AGILE2.0的突破在于它找到了一种更高效的方式利用视觉数据。通过把感知和控制融合在同一个模型里,它减少了中间信息损失——传统pipeline中,感知模块输出的是抽象特征,规划模块基于这些抽象特征做决策,每次转换都有信息损失。端到端模型保留了原始视觉信号中的全部信息,让运动控制可以直接「看到」细节。
具身智能的「iPhone时刻」还远吗
智元不是唯一在做端到端感控一体的公司。全球范围内,特斯拉的Optimus团队、Figure、1X Technologies,以及国内的宇树科技,都在朝类似的方向探索。但每家的切入点不同:有的侧重硬件,有的侧重仿真,有的侧重基础模型。
AGILE2.0代表的是模型侧的突破——它不改变硬件、不依赖特定仿真环境,而是通过模型架构的创新来提升机器人的实时反应能力。这种路径的优势是通用性更强,可以在不同的机器人平台上部署。
当然,「睁眼运动」目前还只是在特定场景下验证了可行性。从演示到真正的工业落地,还有可靠性、安全性、泛化能力等一大堆问题要解决。但方向是对的:当机器人的感知和控制不再是两个独立的模块,而是融为一个整体,具身智能的天花板就会被抬高一个数量级。
AGILE2.0也许不是那个终极答案,但它提出了一个正确的问题:为什么要让机器人「想清楚再动」?为什么不能让它「看着就动」?
明天见。
Traditional robots work like this: first perceive, then plan, then control. Three stages executing serially, each waiting for the previous one to finish. This pipeline has run for decades — stable, but slow. Especially in scenarios requiring rapid reactions, the latency between perception and control is enough for the robot to miss the optimal action window.
Zhiyuan Robotics' AGILE 2.0 model, released in September, proposes a different approach: perception is control; seeing is acting. It merges visual perception and motor control into a single end-to-end step. The robot doesn't need to "think it through before moving" — it "moves as it sees." Zhiyuan calls this "eye-open motion."
"Eye-Open Motion": From Serial Pipeline to Parallel Response
The concept of "eye-open motion" is intuitive. Imagine catching a ball thrown at you — you don't first analyze the trajectory, calculate the landing point, plan the arm movement path, and then reach out. You reach while watching. Perception and motion are nearly simultaneous. The human nervous system works this way: visual signals reach the brain while motor commands are already being dispatched.
AGILE 2.0 attempts to replicate this capability in robots. Its core is an end-to-end unified perception-control model — input is raw visual signals from cameras, output is directly joint motor commands, with no explicit perceive-plan-control steps in between. The model has learned to see and move at the same time.
In the LingXi X2 robot's live demonstration, the system showed real-time responsiveness in dynamic environments: reaction speed to obstacles during movement, precision in grasping target objects, and adaptability to unexpected disturbances — all significantly improved compared to traditional serial pipelines.
Why End-to-End Is a Key Turning Point for Embodied AI
End-to-end isn't a new concept — it's been extensively discussed and validated in autonomous driving. But in embodied AI, end-to-end deployment has faced a core challenge: insufficient training data.
Autonomous driving has massive road-driving data for training end-to-end models. But robot manipulation data is far from enough — every robot morphology is different, every task scenario is different, and real-world interaction data collection costs are extremely high. Over the past few years, robotics advances have mainly concentrated on training policies in simulation environments (like Isaac Sim) then transferring to the real world — but the sim-to-real gap remains a persistent problem.
AGILE 2.0's breakthrough lies in finding a more efficient way to leverage visual data. By fusing perception and control into a single model, it reduces intermediate information loss. In traditional pipelines, the perception module outputs abstract features, the planning module makes decisions based on these features, and information is lost at each conversion. End-to-end models preserve all information from raw visual signals, letting motor control directly "see" the details.
Is Embodied AI's "iPhone Moment" Still Far Away?
Zhiyuan isn't the only company working on end-to-end perception-control unification. Globally, Tesla's Optimus team, Figure, 1X Technologies, and domestically Unitree are all exploring similar directions. But each has a different entry point: some focus on hardware, some on simulation, some on foundation models.
AGILE 2.0 represents a model-side breakthrough — it doesn't change hardware or rely on specific simulation environments, but improves robots' real-time responsiveness through model architecture innovation. This approach's advantage is greater generality, deployable across different robot platforms.
Of course, "eye-open motion" has only been validated in specific scenarios so far. From demo to actual industrial deployment, there's still a mountain of reliability, safety, and generalization problems to solve. But the direction is right: when a robot's perception and control are no longer two independent modules but a unified whole, the ceiling for embodied AI jumps by an order of magnitude.
AGILE 2.0 may not be the ultimate answer, but it poses the right question: why make robots "think before they act"? Why not let them "move as they see"?
See you tomorrow.
当机器人的感知和控制不再是两个独立模块,而是融为一个整体,具身智能的天花板就会被抬高一个数量级。
—— Dawn Vision编辑部
When a robot's perception and control are no longer two independent modules but a unified whole, the ceiling for embodied AI jumps by an order of magnitude.
— The Dawn Vision Editorial Desk
Zhiyuan Robotics · AGILE 2.0 · perception-control unification · end-to-end · eye-open motion · LingXi X2 · embodied AI · visual motor control
Sources · 信源 Sources
本文基于 Dawn Vision 认知引擎处理的 8 个源信号生成,经编辑部人工审核。素材来源:智元机器人官方、36氪、机器之心。
This article was generated by the Dawn Vision cognitive engine processing 8 source signals, with human editorial review. Sources: Zhiyuan Robotics Official, 36Kr, Jiqizhixin.