工作日早上 7 点读 AI,周日早上 8 点读周报订阅邮件

METAL LAB

AtlasVLA: Persistent World-Ego State Modeling for Vision-Language-Action Models

arXiv:2608.067292026-08-06

只用一个手腕摄像头,也能让机械臂记住'东西原来在哪'和'自己做到哪一步了'

只靠手腕摄像头的机械臂,一旦物体离开画面就会忘记它在哪,做多步任务时也容易忘记进度。AtlasVLA通过把瞬时的2D画面不断融合进一个持久的3D地图,并单独用一个记忆模块追踪任务完成情况,解决了这两个问题。在LIBERO、RLBench仿真和真实机器人实验中,它仅用一个摄像头就超过了使用多摄像头的现有方法。

METAL LAB 解读图

AtlasVLA的双记忆架构

证据状态已报告实测结果

  1. 手腕摄像头输入每一时刻只有一帧2D图像,通过深度估计和相机位姿计算出3D坐标。
  2. 持久世界状态记忆把2D观察持续融合进3D体素地图,即使物体离开画面也能记住其位置。
  3. 自我工作状态记忆用可学习的查询向量压缩记录当前任务进展和意图。
  4. 双重检索从两个记忆库中分别取出当前所需的世界信息和任务进展信息。
  5. 扩散变换器生成动作以检索出的两种上下文为条件,生成机械臂下一步的7维动作(位置、姿态、夹爪状态)。
这是 METAL LAB 制作的解读图,并非论文作者提供的原图。

他们做了什么

  1. 现有的视觉-语言-动作(VLA)模型只对当下画面做反应,一旦只用手腕摄像头,物体离开画面就会被遗忘,多步骤任务中也容易忘记已完成的进度。
  2. AtlasVLA通过深度估计把每帧手腕摄像头的2D图像提升到3D空间,持续融合进一个基于体素哈希(把3D空间切成小格子并高效存取)的4D'持久世界状态记忆',同时用另一个'自我工作状态记忆'压缩记录已完成的任务进展。
  3. 两个记忆库中检索出的信息被送入扩散变换器(DiT,一种通过逐步去噪生成精细结果的神经网络结构)作为条件,生成机械臂的下一步动作。
  4. 仅用手腕摄像头,AtlasVLA在LIBERO上取得97.6%的平均成功率,在RLBench上取得70.8%,均超过了使用多视角摄像头的基线方法。
  5. 在高难度的LIBERO-Long长程任务上比π0等基线提升了9.4个百分点,在真实世界长程任务上提升了17.5个百分点。
Figure 1: The dual bottlenecks of current reactive VLAs versus the advantage of AtlasVLA. (A) Partial observation: Wrist-only VLAs suffer from limited FoV and partial observation during manipulation. (B) Task-progress forgetting: Reactive baselines lack temporal context, forgetting completed task progress and state. (C) Our solution: Our AtlasVLA integrates a 4D Persistent World State for spatial awareness and an Ego-Working State for task tracking, ensuring robust execution.
Figure 1: The dual bottlenecks of current reactive VLAs versus the advantage of AtlasVLA. (A) Partial observation: Wrist-only VLAs suffer from limited FoV and partial observation during manipulation. (B) Task-progress forgetting: Reactive baselines lack temporal context, forgetting completed task progress and state. (C) Our solution: Our AtlasVLA integrates a 4D Persistent World State for spatial awareness and an Ego-Working State for task tracking, ensuring robust execution.
Table 1: Quantitative comparison on the LIBERO benchmark. Success rates (%) are averaged over 50 trials per task across five suites, each containing 10 tasks. For methods without LIBERO-90 results, we report the average over the first four suites.
MethodCamerasSpatialObjectGoalLong90Average
OpenVLA (15)3rd84.788.479.253.773.575.9
π0 (1)3rd90.891.889.680.288.1
4D-VLA (42)3rd93.892.895.686.592.2
CogACT (19)3rd97.298.090.288.892.193.2
MemoryVLA (35)3rd98.498.496.493.495.696.5
π0 (1)3rd + wrist96.898.895.885.294.2
OpenVLA-OFT3rd + wrist97.698.497.994.597.1
GE-ACT (21)3rd + wrist98.297.695.894.496.5
CogACT (19)wrist96.495.888.686.287.490.9
π0 (1)wrist94.496.690.880.890.7
MemoryVLA (35)wrist96.299.296.487.690.794.0
AtlasVLA (Ours)wrist99.499.898.294.695.897.6
Figure 2: Overall Architecture of AtlasVLA. Relying solely on wrist-camera images Itw, AtlasVLA extracts visual tokens Xtw and lifts them into 3D via depth Dtw and extrinsics 𝐓te​x to form an instantaneous world state memory mt. This memory dynamically updates the persistent world state memory ℳt−1 via spatial neighborhood fusion and a temporal sliding window. Concurrently, an ego-working memory condenses context into ego-working tokens via learnable queries Qe​g​o, updating an ego-working memory bank through memory consolidation. Finally, world state and ego-working retrievals extract contexts Ctw​o​r​l​d and Cte​g​o from the dual memory banks to condition the world-ego-guided action DiT, yielding robust actions At.
Figure 2: Overall Architecture of AtlasVLA. Relying solely on wrist-camera images Itw, AtlasVLA extracts visual tokens Xtw and lifts them into 3D via depth Dtw and extrinsics 𝐓te​x to form an instantaneous world state memory mt. This memory dynamically updates the persistent world state memory ℳt−1 via spatial neighborhood fusion and a temporal sliding window. Concurrently, an ego-working memory condenses context into ego-working tokens via learnable queries Qe​g​o, updating an ego-working memory bank through memory consolidation. Finally, world state and ego-working retrievals extract contexts Ctw​o​r​l​d and Cte​g​o from the dual memory banks to condition the world-ego-guided action DiT, yielding robust actions At.
Table 2: Quantitative comparison on the RLBench benchmark. Success rates (%) are reported on validation over 20 episodes.
MethodCamerasSweep to DustpanPhone on BaseUmbrella OutFrame off HangerWine at RackWater PlantsAvg.
OpenVLA (15)3rd50.020.035.015.010.010.023.3
CogACT (19)3rd50.050.055.045.030.025.042.5
FiS-VLA (5)3rd55.050.050.070.055.020.050.0
MemoryVLA (35)3rd50.060.075.060.080.055.063.3
π0 (1)3rd + wrist30.030.030.070.010.030.033.3
GE-ACT (21)3rd + wrist10.015.040.035.040.045.030.8
CogACT (19)wrist40.035.050.035.020.025.034.2
MemoryVLA (35)wrist40.055.065.060.060.050.055.0
AtlasVLA (Ours)wrist70.070.080.065.075.065.070.8
Figure 3: Qualitative results of AtlasVLA on real-world long-horizon tasks.
Figure 3: Qualitative results of AtlasVLA on real-world long-horizon tasks.
Table 3: Quantitative results on the real-world general tasks. We report average success rates (%) over 50 trials for each task.
MethodCamerasGeneral Tasks
Pepper on PlatePepper in BoxStack CubesCarrot on PlateCube in DrawerCan in DrawerAvg.
π0 (1)3rd + wrist68.060.062.074.066.070.066.7
MemoryVLA (35)3rd72.064.066.078.070.074.070.7
MemoryVLA (35)wrist62.056.058.070.062.066.062.3
AtlasVLA (Ours)wrist78.072.076.084.082.080.078.7
Figure 4: Our real-world robotic platform.
Figure 4: Our real-world robotic platform.
Table 4: Results on the real-world long-horizon tasks. We report average success rates (%) over 50 trials for each task.
MethodLong-horizon Tasks
Change CubesStack Cubes OrderClean DeskPick Place OrderAvg.
π05450525252.0
MemoryVLA6258606260.5
AtlasVLA (Ours)7466687069.5
Figure 5: Qualitative results of AtlasVLA on real-world long-horizon tasks.
Figure 5: Qualitative results of AtlasVLA on real-world long-horizon tasks.
Table 5: Ablation study on LIBERO and real-world tasks.
No.MethodsLIBEROReal-world Long
1)w/o World State Memory93.554.0
2)w/o Ego-Working Memory95.056.5
3)AtlasVLA97.669.5
4)w/o World State Update94.658.0
5)w World State Update97.669.5
6)w/o Spatial PE96.467.5
7)w/o Temporal PE96.865.0
8)Spatio-Temporal PE97.669.5
9)w/o World State Conditioning95.261.5
10)w World State Conditioning97.669.5
Figure 6: Qualitative results of AtlasVLA on real-world general tasks.
Figure 6: Qualitative results of AtlasVLA on real-world general tasks.
Table 6: Training and model hyperparameters for AtlasVLA.
HyperparameterValue
Global batch size256 (32 × 8)
Learning rate2×10−5
Action chunk size16
Inference denoising steps10
CFG scale (classifier-free guidance)1.5
Condition dropout0.1
Capacity of world state memory2048
The voxel size of the world state0.025m
Number of ego-working memory retrieval layer2
Number of ego-guided world retrieval layer4
Number of ego-working tokens4
Figure 7: Qualitative results of AtlasVLA on LIBERO Benchmark.
Figure 7: Qualitative results of AtlasVLA on LIBERO Benchmark.
Table 7: Quantitative analysis of runtime efficiency and memory footprint. The inference latency and action generation throughput are measured to evaluate the feasibility of real-time robotic deployment.
MethodsLatency (s)Throughput (Hz)GPU Memory (GB)Success rate (%)
MemoryVLA (35)0.146109.516.7 GB62.3
AtlasVLA (Ours)0.158101.318.1 GB78.7
Figure 8: More Qualitative results of AtlasVLA on long LIBERO-10 Benchmark.
Figure 8: More Qualitative results of AtlasVLA on long LIBERO-10 Benchmark.
Table 8: Ablation study on the memory length of the ego-working state across LIBERO and real-world tasks.
No.Memory lengthLIBEROReal-world Long
1)897.366.4
2)16 (Ours)97.669.5
3)3297.269.8
Table 9: Ablation study on the voxel size of the world state across LIBERO and real-world tasks.
No.Voxel sizeLIBEROReal-world Long
1)0.0196.365.7
2)0.025 (Ours)97.669.5
3)0.0597.264.0
4)0.195.958.5

研究结果

  • 在LIBERO基准上,AtlasVLA仅用手腕摄像头就达到97.6%的平均成功率,比使用多视角的π0高3.4个百分点。
  • 在最难的LIBERO-Long任务上达到94.6%的成功率,比MemoryVLA高7.0个百分点。
  • 在RLBench上平均成功率为70.8%,在同样只用手腕摄像头的设定下比MemoryVLA高15.8个百分点。
  • 在真实世界通用任务上平均成功率为78.7%,长程任务上为69.5%,比π0最高高出17.5个百分点。
  • 单步推理延迟仅比MemoryVLA(0.146秒)增加0.012秒,达到0.158秒,吞吐量维持在101.3赫兹,满足实时控制需求;GPU显存占用为18.1GB,仅比MemoryVLA多1.4GB。

可应用场景

  • 难以安装多个摄像头的工业或服务机械臂,用单一手腕摄像头完成分拣、装配、按顺序摆放物体等多步骤任务
  • 物体经常离开摄像头视野的狭窄作业空间(如抽屉、柜子操作)的自动化
  • 需要记住长任务序列的家用或仓储机器人的任务规划模块

局限与待验证事项

  • 评测仅限于Franka机械臂和特定实验环境(桌面、柜子等),尚未验证在其他机器人形态或更复杂室外环境中的表现。
  • 记忆长度(16)和体素大小(0.025米)等超参数是在这些基准上调出的最优值,换到不同规模的任务可能需要重新调整。
  • 性能依赖深度估计模型(Depth Anything v3)的准确性,对反光、透明等难以估计深度的物体尚未报告验证结果。
  • 实时推理速度和显存占用仅在特定GPU(A100)环境下测得,在低配硬件上的表现尚未确认。

为什么重要

很多实际机器人受限于成本和空间,难以安装多个摄像头,这项研究展示了仅靠一个手腕摄像头也能记住画面外信息和任务历史,从而稳定完成复杂多步任务的可能性。这对物流、家庭服务等传感器配置受限场景下的机器人应用具有直接参考价值。

本文术语

  • 视觉-语言-动作(VLA)模型 · 把摄像头画面和语言指令转换为机械臂控制指令的AI模型
  • 体素哈希 · 把三维空间切分成小格子(体素),只高效存储和更新需要的格子的方法
  • 扩散变换器(DiT) · 从随机噪声开始逐步细化,最终生成精确结果(这里是机器人动作)的神经网络结构
  • 滑动窗口 · 丢弃过旧信息、只保留最近一段时间信息的记忆管理方式
  • 手腕摄像头 · 安装在机械臂末端执行器上、随手臂移动而移动的摄像头

论文原文摘要(英文)

While Vision-Language-Action (VLA) models have advanced embodied AI, their fundamentally reactive paradigm severely limits performance in partially observable and long-horizon tasks. When restricted to a single wrist-mounted camera, they inevitably suffer from perception forgetting as objects exit the field of view, and temporal task-progress forgetting} during multi-step execution. To overcome these bottlenecks, we propose AtlasVLA, a novel framework that transitions from direct reactive manipulation to proactive reasoning through a persistent world-ego state. AtlasVLA features a dual-memory architecture: a 4D Persistent World State Memory that lifts transient 2D observations into a globally updated, voxel-hashed spatial state to resolve visual blind spots, and an Ego-Working State Memory that tracks historical ego state and task progress. By conditioning a diffusion transformer (DiT) on this joint World-Ego state, AtlasVLA enables robust spatial reasoning. Extensive evaluations across LIBERO, RLBench, and real-world benchmarks demonstrate that AtlasVLA achieves state-of-the-art performance using solely a wrist camera. Remarkably, it decisively outperforms multi-view baselines, yielding absolute success rate improvements of 9.4% on LIBERO-Long and 17.5% in real-world long-horizon tasks.

作者 · Guiyu Zhao

在 arXiv 阅读

最新论文

全部论文 →

METAL LAB 最新报道

图片来源: Guiyu Zhao et al., arXiv:2608.06729, arxiv-nonexclusive