AI News AI资讯 1d ago Updated 1d ago 更新于 1天前 52

Robbyant Releases LingBot-VLA 2.0: An Open-Source 6B Vision-Language-Action (VLA) Model for Cross-Embodiment Robot Manipulation Robbyant发布LingBot-VLA 2.0:面向跨具身机器人操作的开源6B视觉-语言-动作(VLA)模型

Robbyant releases LingBot-VLA 2.0, a 6B open-source Vision-Language-Action model based on Qwen3-VL-4B, targeting cross-embodiment generalization. The model utilizes a unified 55-dimensional canonical action space and a sparse Mixture-of-Experts (MoE) architecture to scale efficiently across diverse robot types. Training leverages 60,000 hours of curated data (robot trajectories and egocentric videos) filtered via explicit smoothness metrics and VLM-based annotation. Predictive dynamics are enhan Ant Group’s Robbyant开源了LingBot-VLA 2.0,这是一个6B参数的视觉-语言-动作(VLA)基础模型,旨在解决机器人部署中的泛化难题。 模型采用Qwen3-VL-4B作为主干,结合MoE动作专家架构和双查询蒸馏技术,实现了跨形态机器人的统一控制与预测动力学建模。 训练数据经过严格清洗,包含6万小时的高质量机器人轨迹和人类第一人称视频,覆盖20种不同的机器人配置。 在GM-100双工基准测试及长程移动操作任务中,LingBot-VLA 2.0在进度得分和成功率上均优于GR00T N1.7和π0.5等现有模型。

72
Hot 热度
75
Quality 质量
78
Impact 影响力

Analysis 深度分析

TL;DR

  • Robbyant releases LingBot-VLA 2.0, a 6B open-source Vision-Language-Action model based on Qwen3-VL-4B, targeting cross-embodiment generalization.
  • The model utilizes a unified 55-dimensional canonical action space and a sparse Mixture-of-Experts (MoE) architecture to scale efficiently across diverse robot types.
  • Training leverages 60,000 hours of curated data (robot trajectories and egocentric videos) filtered via explicit smoothness metrics and VLM-based annotation.
  • Predictive dynamics are enhanced through dual-query distillation from depth and video teacher models, allowing the agent to anticipate future states.
  • Benchmarks on GM-100 and long-horizon mobile manipulation tasks show significant improvements in success rates, particularly in out-of-distribution scenarios compared to previous versions.

Why It Matters

This release addresses the critical industry challenge of deploying VLA models outside controlled laboratory environments by emphasizing robust generalization across different robot embodiments. By providing an open-source, Apache-2.0 licensed model with a standardized action representation, it lowers the barrier for developers to implement generalist robot policies without needing to train from scratch for each specific hardware configuration. The focus on predictive dynamics and high-quality data filtering offers a practical blueprint for improving real-world robotic reliability and performance.

Technical Details

  • Architecture: Built on the Qwen3-VL-4B-Instruct backbone with a 6B parameter checkpoint. The action expert employs a sparse Mixture-of-Experts (MoE) design with SwiGLU MLPs, using a sigmoid-based routing strategy inspired by DeepSeek-V3 to balance load without auxiliary losses.
  • Unified Action Space: Employs a fixed 55-dimensional canonical vector to represent states and actions across 20 different robot configurations, including arms, hands, grippers, waists, heads, and mobile bases, with padding for missing components.
  • Data Pipeline: Curated 60,000 hours of pre-training data (50k robot hours, 10k egocentric hours). Filtering involves computing third-order jerk and Z-scores for velocity/acceleration, removing static or noisy episodes, and using Qwen3.6-27B for automated subtask segmentation and atomic action labeling.
  • Predictive Dynamics: Uses two learnable queries (current and future state) supervised by distillation from LingBot-Depth (geometric cues) and DINO-Video (semantic priors based on DINOv3 with block-wise causal temporal attention).
  • Performance: Achieves ~130ms inference latency on an RTX 4090D. Outperforms baselines like GR00T N1.7 and pi0.5 on the GM-100 bimanual benchmark and shows strong in-domain and out-of-distribution results on long-horizon tasks like refrigerator sorting and stove cleaning.

Industry Insight

  • Standardization of Action Spaces: The adoption of a unified canonical vector for diverse embodiments suggests a growing industry trend toward hardware-agnostic robot policies, reducing integration complexity for multi-robot fleets.
  • Data Quality Over Quantity: The rigorous filtering pipeline using physical metrics (jerk, smoothness) and VLM-based annotation highlights the importance of high-quality, curated datasets in achieving robust generalization, moving beyond simple data volume accumulation.
  • Efficiency via MoE: The successful application of auxiliary-loss-free MoE routing in robotics indicates that sparse activation techniques can effectively scale model capacity while maintaining low-latency inference required for real-time robotic control.

TL;DR

  • Ant Group’s Robbyant开源了LingBot-VLA 2.0,这是一个6B参数的视觉-语言-动作(VLA)基础模型,旨在解决机器人部署中的泛化难题。
  • 模型采用Qwen3-VL-4B作为主干,结合MoE动作专家架构和双查询蒸馏技术,实现了跨形态机器人的统一控制与预测动力学建模。
  • 训练数据经过严格清洗,包含6万小时的高质量机器人轨迹和人类第一人称视频,覆盖20种不同的机器人配置。
  • 在GM-100双工基准测试及长程移动操作任务中,LingBot-VLA 2.0在进度得分和成功率上均优于GR00T N1.7和π0.5等现有模型。

为什么值得看

该发布展示了从实验室环境走向实际部署的关键技术突破,特别是通过统一动作空间和高质量数据过滤解决了VLA模型的泛化痛点。对于希望构建通用机器人策略的研究者和工程师而言,其开源的代码、权重及详细的技术报告提供了极具价值的参考基准。

技术解析

  • 模型架构与骨干:LingBot-VLA 2.0是一个6B参数的原生深度检查点,使用Qwen3-VL-4B-Instruct作为视觉语言模型(VLM)骨干。动作专家部分采用了稀疏混合专家(MoE)设计,每个MoE层包含一个共享专家和多个路由专家,仅激活Top-K专家以限制计算量,路由策略借鉴DeepSeek-V3但无需辅助损失。
  • 统一动作表示:为了解决不同机器人关节差异问题,模型定义了一个55维的规范向量(Canonical Vector),涵盖手臂关节位置、末端执行器位姿、夹爪、手部、腰部、头部及移动信号等维度。缺失的身体部位通过填充处理,使得单一策略能控制多种形态的机器人。
  • 数据管道与过滤:预训练数据包含约6万小时,由5万小时机器人轨迹和1万小时第一人称视频组成。数据经过严格的自动化过滤,包括计算三阶加加速度Z分数以剔除异常平滑或静态信号,利用URDF验证状态,并通过VLM和SLAM/MANO重建过滤模糊或遮挡视频。
  • 预测动力学建模:模型引入两个可学习查询(Qt和Qt+T)分别针对当前和未来观测, horizon T等于动作块大小。通过LingBot-Depth提供几何线索和DINO-Video提供时序语义先验进行知识蒸馏,增强了模型对未来的预测能力。

行业启示

  • 数据质量优于数量:通过显式的统计指标(如加加速度)和自动化流程过滤噪声数据,证明了在机器人学习中,高质量、多样化的数据清洗管道比单纯增加数据规模更为关键。
  • 跨形态泛化的标准化路径:采用统一的规范动作空间(Canonical Space)是解决多形态机器人通用策略的有效途径,这预示着未来VLA模型将更倾向于这种解耦视觉感知与具体硬件控制的架构设计。
  • 推理效率与性能的平衡:MoE架构的应用表明,在不显著增加推理延迟(RTX 4090D上约130ms)的前提下,可以通过稀疏激活提升模型容量和性能,为边缘设备上的复杂机器人决策提供了可行方案。

Disclaimer: The above content is generated by AI and is for reference only. 免责声明:以上内容由 AI 生成,仅供参考。

Open Source 开源 Robotics 机器人 Multimodal 多模态 Research 科学研究 Product Launch 产品发布