AI News AI资讯 2h ago Updated 1h ago 更新于 1小时前 50

Axis Robotics Releases AXIS: A Browser-Based Data Engine With 207 Robot Manipulation Tasks and 50,129 Trajectories Axis Robotics发布AXIS:一个包含207个机器人操作任务和50,129条轨迹的浏览器端数据引擎

AXIS introduces a browser-based teleoperation platform using MuJoCo WebAssembly, enabling 70,000+ community contributors to collect robot manipulation demonstrations without local GPUs or physical robots The system produces 207 tasks with 50,129 verified trajectories across seven scene categories, with automated task generation via TaskGen and backend validation through structured success checkers Continual pretraining of π0.5 on AXIS data lifts LIBERO-Plus scores from 83.9 to 88.8, a 4.9-point AXIS是Axis Robotics联合UC Berkeley等机构发布的基于浏览器的机器人操作数据引擎,将遥操作演示采集从实验室硬件迁移至Web端,实现数据集的持续扩展 系统采用前后端分离架构:前端MuJoCo WebAssembly运行于浏览器,支持键盘/鼠标/手柄操作;后端8×RTX 4090负责渲染,8×A100负责训练评估 数据集包含207个任务、50,129个验证轨迹和超60K任务/场景变体,由7万+社区成员贡献,覆盖7类场景 在LIBERO-Plus基准上,π0.5结合AXIS-100%数据达到88.8整体得分,较基线83.9提升4.9分;同等轨迹量的RoboCasa365控制组

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

Analysis 深度分析

TL;DR

  • AXIS introduces a browser-based teleoperation platform using MuJoCo WebAssembly, enabling 70,000+ community contributors to collect robot manipulation demonstrations without local GPUs or physical robots
  • The system produces 207 tasks with 50,129 verified trajectories across seven scene categories, with automated task generation via TaskGen and backend validation through structured success checkers
  • Continual pretraining of π0.5 on AXIS data lifts LIBERO-Plus scores from 83.9 to 88.8, a 4.9-point gain that significantly outperforms a volume-matched RoboCasa365 control (57.5)
  • Data cleaning pipeline applies Savitzky-Golay filtering and cubic spline resampling (6-8 Hz to 20 Hz), trading replay success (100% → 86.2%) for smoother trajectories with 63.9% lower acceleration and 80.8% lower jerk
  • Augmentation randomization yields uneven per-axis gains: Sensor Noise (+13.7) and Camera (+11.3) improve substantially, while Light and Language perturbations regress against the vanilla baseline

Why It Matters

AXIS addresses a critical bottleneck in robot learning: the slow growth of manipulation datasets caused by centralized, expert-only collection pipelines. By democratizing data collection through a browser interface and treating datasets as continuously expanding rather than static benchmarks, it offers a scalable model for community-driven robot learning that could accelerate progress across the field.

Technical Details

  • Browser-Backend Asymmetry: Teleoperation runs in a MuJoCo WebAssembly frontend (React + Three.js) with physics stepping decoupled from the UI thread; expensive rendering (8x RTX 4090), training, and evaluation (8x A100) occur on backend GPUs
  • TaskGen Pipeline: Language instructions are decomposed into task/scene/object configs, meshes are retrieved or generated via image-to-3D pipelines, rescaled to physical size, and laid out in 2.5D with an automated layout supervisor that validates and regenerates failed configurations
  • Data Cleaning & Simulation: Static samples (joint variation < 5e-3) are filtered, motion is smoothed with Savitzky-Golay filtering (window=15, order=3), and trajectories are resampled to 20 Hz; cleaned episodes are replayed in IsaacSim with physics disabled while scenes, cameras, materials, and lights are randomized
  • Model Training: π0.5 (PaliGemma Gemma-2B backbone + Gemma-300M action expert) undergoes full-model continual pretraining with flow-matching loss over 10-step action chunks for 100K steps, followed by 30K steps of LIBERO fine-tuning with no LoRA
  • Dataset Specifications: 2.36 TB gated dataset on Hugging Face (non-commercial academic use), each trajectory includes task metadata, embodiment info, simulator version, robot/object states, actions, success labels, and third-view plus wrist RGB-D observations at 256×256 resolution

Industry Insight

  • The browser-based teleoperation model demonstrates that high-quality robot data collection can be crowdsourced at scale, suggesting that future datasets may increasingly rely on distributed community contribution rather than centralized lab operations
  • The significant performance gap between AXIS-trained models (88.8) and volume-matched RoboCasa365 (57.5) indicates that data curation, validation, and augmentation quality matter far more than raw trajectory volume—investing in data pipelines yields disproportionate returns
  • The regression on Light and Language perturbation axes reveals current augmentation strategies are not uniformly effective; practitioners should expect uneven generalization gains and consider task-specific augmentation design rather than one-size-fits-all randomization

TL;DR

  • AXIS是Axis Robotics联合UC Berkeley等机构发布的基于浏览器的机器人操作数据引擎,将遥操作演示采集从实验室硬件迁移至Web端,实现数据集的持续扩展
  • 系统采用前后端分离架构:前端MuJoCo WebAssembly运行于浏览器,支持键盘/鼠标/手柄操作;后端8×RTX 4090负责渲染,8×A100负责训练评估
  • 数据集包含207个任务、50,129个验证轨迹和超60K任务/场景变体,由7万+社区成员贡献,覆盖7类场景
  • 在LIBERO-Plus基准上,π0.5结合AXIS-100%数据达到88.8整体得分,较基线83.9提升4.9分;同等轨迹量的RoboCasa365控制组仅57.5分
  • 数据清洗采用Savitzky-Golay滤波和三次样条重采样(6-8Hz→20Hz),平均加速度降低63.9%、jerk降低80.8%,回放成功率从100%降至86.2%

为什么值得看

AXIS开创了机器人操作数据集的众包采集范式,证明浏览器端遥操作可达到接近实验室级别的数据质量,为突破数据集规模瓶颈提供了可行路径。其对数据清洗、任务自动生成和后端验证的完整工程实践,为机器人学习社区提供了可复用的基础设施参考。

技术解析

  • 前后端分离架构:前端基于MuJoCo WebAssembly + Three.js + React,物理步进和渲染脱离主UI线程,确保状态-动作样本与模拟器对齐;后端GPU集群处理渲染(RTX 4090)和训练评估(A100)
  • TaskGen任务生成系统:将自然语言指令分解为任务/场景/物体配置,通过图像到3D管线检索或生成网格,自动缩放至合理物理尺寸并生成2.5D布局,布局监督器验证并修正约束失败的场景
  • 数据清洗流水线:剔除关节变化<5e-3的静态样本,Savitzky-Golay滤波(窗口15,多项式阶3)平滑连续运动,三次样条重采样至20Hz目标频率
  • IsaacSim回放增强:清洗后的轨迹在IsaacSim中以打包模拟器状态回放(禁用物理步进),场景/相机/材质/光照随机化,输出256×256光线追踪RGB图像
  • 模型训练设置:基于π0.5 checkpoint(PaliGemma Gemma-2B骨干 + Gemma-300M动作专家),在AXIS模拟数据上全模型预训练100K步(flow-matching损失,10步动作块),随后在LIBERO上微调30K步

行业启示

  • 数据集规模瓶颈的突破路径:传统机器人数据集受限于实验室硬件和专家操作,AXIS证明众包浏览器采集可规模化,未来类似"开源数据飞轮"可能成为机器人学习的基础设施标准
  • 数据质量与规模的权衡:清洗流程虽提升数据规范性,但导致回放成功率下降至86.2%,提示行业需在数据规模与保真度之间寻找最优平衡点
  • 评估基准的参考价值:LIBERO-Plus上AXIS数据带来的4.9分提升显著优于同等轨迹量的RoboCasa365(57.5 vs 88.8),说明数据多样性、任务设计和清洗策略比单纯数据量更重要

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

Robotics 机器人 Dataset 数据集 Benchmark 基准测试 Open Source 开源 Research 科学研究