<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:content="http://purl.org/rss/1.0/modules/content/">
  <channel>
    <title>轨迹优化 on FunkyGod - 投资与AI实践笔记</title>
    <link>https://funkygod.vip/tags/%E8%BD%A8%E8%BF%B9%E4%BC%98%E5%8C%96/</link>
    <description>Recent content in 轨迹优化 on FunkyGod - 投资与AI实践笔记</description>
    <image>
      <title>FunkyGod - 投资与AI实践笔记</title>
      <url>https://funkygod.vip/apple-touch-icon.png</url>
      <link>https://funkygod.vip/apple-touch-icon.png</link>
    </image>
    <generator>Hugo -- 0.147.7</generator>
    <language>zh-cn</language>
    <lastBuildDate>Wed, 19 Aug 2026 17:10:00 +0800</lastBuildDate>
    <atom:link href="https://funkygod.vip/tags/%E8%BD%A8%E8%BF%B9%E4%BC%98%E5%8C%96/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>具身智能日报 | RSS 2026 三大核心突破：从仿真到现实的世界模型评测、139.6倍轨迹优化加速、Chelsea Finn多维偏好学习</title>
      <link>https://funkygod.vip/2026/08/2026-08-19-embodied-daily/</link>
      <pubDate>Wed, 19 Aug 2026 17:10:00 +0800</pubDate>
      <guid>https://funkygod.vip/2026/08/2026-08-19-embodied-daily/</guid>
      <description>&lt;h1 id=&#34;具身智能日报--2026-08-19&#34;&gt;具身智能日报 | 2026-08-19&lt;/h1&gt;
&lt;h2 id=&#34;一影眸科技-cunrto1396倍加速的-gpu-轨迹优化入围-rss-最高论文奖&#34;&gt;一、影眸科技 cuNRTO：139.6倍加速的 GPU 轨迹优化，入围 RSS 最高论文奖&lt;/h2&gt;
&lt;p&gt;&lt;strong&gt;原文&lt;/strong&gt;：https://www.roboticsproceedings.org/rss22/p102.pdf | 项目主页：cunrto.deemos.dev&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;核心事实&lt;/strong&gt;：&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;影眸科技（头部3D生成大模型公司）合伙人 Joel Wang 作为共同一作的论文《cuNRTO: GPU-Accelerated Nonlinear Robust Trajectory Optimization》入围 &lt;strong&gt;RSS 2026 Outstanding Paper Award&lt;/strong&gt; 提名（全球仅8篇）&lt;/li&gt;
&lt;li&gt;这是中国大陆机构与企业首次在 RSS 最高奖中获得双席提名之一（另一家是银河通用）&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;技术突破&lt;/strong&gt;：将非线性鲁棒轨迹优化（NRTO）搬上 GPU，实现最高 &lt;strong&gt;139.6 倍加速&lt;/strong&gt;（独轮车任务从 30423 秒→218 秒），同时保持 100% 安全约束&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;核心思路&lt;/strong&gt;：不追求完美的仿真器，而是让策略对仿真器的不完美具备鲁棒性——把模型误差与外部扰动显式表示为有界不确定性集合，对集合内每种扰动都满足全部安全约束&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;算法重构&lt;/strong&gt;：用 Douglas-Rachford 分裂替换内点法，把串行大规模矩阵分解拆解为可并行的稀疏线性求解和二阶锥投影两类操作&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;&lt;strong&gt;影响分析&lt;/strong&gt;：&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;strong&gt;直接影响&lt;/strong&gt;：具身智能从仿真到现实（Sim-to-Real）的部署效率大幅提升，此前&amp;quot;算不动&amp;quot;的鲁棒优化现在可以在秒级完成&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;中期影响&lt;/strong&gt;：影眸科技的商业模式已从&amp;quot;3D资产生成&amp;quot;扩展到&amp;quot;具身训练仿真闭环&amp;quot;，cuNRTO 补全了从仿真资产到真机部署的关键一跳&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;不确定性&lt;/strong&gt;：139.6 倍加速的数字来自独轮车任务，机械臂等更复杂任务的加速比能否维持同等水平有待验证&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;&lt;strong&gt;行业意义&lt;/strong&gt;：这篇论文回答了一个根本问题——&lt;strong&gt;仿真的上限，不只取决于它能多真实，也取决于策略能否承受它不真实的部分&lt;/strong&gt;。这打破了行业&amp;quot;不断提升仿真精度&amp;quot;的惯性思维，转向&amp;quot;让策略对不完美鲁棒&amp;quot;的新路线。&lt;/p&gt;
&lt;hr&gt;
&lt;h2 id=&#34;二北大-robowm-bench世界模型的具身可执行性评测基准&#34;&gt;二、北大 RoboWM-Bench：世界模型的「具身可执行性」评测基准&lt;/h2&gt;
&lt;p&gt;&lt;strong&gt;原文&lt;/strong&gt;：深蓝具身智能编译自 &lt;a href=&#34;https://mp.weixin.qq.com/s/pf9-MpmB8WPEsBGlM-752w&#34;&gt;https://mp.weixin.qq.com/s/pf9-MpmB8WPEsBGlM-752w&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;核心事实&lt;/strong&gt;：&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;北京大学提出 &lt;strong&gt;RoboWM-Bench&lt;/strong&gt;，首个专门评估视频世界模型「具身可执行性」的基准测试&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;核心发现&lt;/strong&gt;：现有世界模型生成的视频&amp;quot;看起来完美&amp;quot;，但手指可能&amp;quot;穿模&amp;quot;过了物体，或者抓取姿态在力学上根本不稳定——视觉逼真 ≠ 物理可行&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;评估流水线&lt;/strong&gt;：给定初始场景和任务描述 → 世界模型生成预测视频 → 通过 HaMeR（人手）或 IDM（机械臂）提取可执行动作 → 在高保真仿真环境中执行验证&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;任务矩阵&lt;/strong&gt;：从刚体操作（拾取）→ 关节体交互（开抽屉）→ 柔性物体（折叠毛巾）→ 长程多步任务（组装汉堡）&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;测试结果&lt;/strong&gt;：Veo 3.1、Wan 2.6 等主流模型在机械臂操作任务上失败率显著高于人手操作；机器人数据微调可大幅提升具身可执行性（Cosmos-Finetune 关抽屉任务从 0%→90%）&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;&lt;strong&gt;影响分析&lt;/strong&gt;：&lt;/p&gt;</description>
    </item>
  </channel>
</rss>
