arXivDaily arXiv每日学术速递 周一至周五更新

视觉与机器人

VLA / 视觉-语言-动作模型

视觉-语言-动作模型、机器人基础模型和语言条件机器人控制。

至 收录 9639 信号源:cs.RO, cs.CV, cs.AI, cs.LG
2605.30280 2026-06-02 cs.RO cs.AI cs.CL 94%

Qwen-VLA: Unifying Vision-Language-Action Modeling across Tasks, Environments, and Robot Embodiments

Qwen-VLA:统一跨任务、环境和机器人形态的视觉-语言-动作建模

Qiuyue Wang, Mingsheng Li, Jian Guan, Jinhui Ye, Sicheng Xie, Yitao Liu, Junhao Chen, Zhixuan Liang, Jie Zhang, Xintong Hu, Xuhong Huang, Pei Lin, Junyang Lin, Dayiheng Liu, Shuai Bai, Jingren Zhou, Jiazhao Zhang, Haoqi Yuan, Gengze Zhou, Hang Yin, Ye Wang, Yiyang Huang, Zixing Lei, Wujian Peng, Delin Chen, Yingming Zheng, Jingyang Fan, Xianwei Zhuang, Xin Zhou, Haoyang Li, Anzhe Chen, Tong Zhang, Xuejing Liu, Yuchong Sun, Ruizhe Chen, Zhaohai Li, Chenxu Lü, Zhibo Yang, Tao Yu, Xionghui Chen

机构 * Qwen Team(通义实验室)

专题命中 VLA模型 :VLA(title,title_cn);vision-language-action(title,abstract);action model(title,abstract);embodied foundation model(abstract)

AI总结 提出Qwen-VLA,一种基于DiT动作解码器的统一具身基础模型,通过大规模联合预训练和具身感知提示,将操作、导航和轨迹预测统一为动作-轨迹预测框架,实现跨任务、环境和机器人形态的泛化。

Comments 34 pages

详情
AI中文摘要

具身智能通常通过针对单个任务(如操作或导航)的专用模型进行研究,导致能力碎片化,且跨任务、环境和机器人形态的泛化能力有限。在这项工作中,我们研究了异构的具身决策问题是否可以在单个视觉-语言-动作模型中统一。我们提出了Qwen-VLA,一个统一的具身基础模型,它通过基于DiT的动作解码器将Qwen的视觉-语言建模栈从感知、理解和推理扩展到连续动作和轨迹生成。Qwen-VLA通过大规模联合预训练方案在多样化的数据源上进行训练,包括机器人操作轨迹、人类自我中心演示、合成模拟数据、视觉-语言导航数据、轨迹中心监督和辅助视觉-语言数据。为了支持多种机器人平台,我们引入了具身感知提示调节,其中特定于机器人的文本描述指定了当前的具身形态和控制约定。我们进一步将操作、导航和轨迹预测统一为一个动作-轨迹预测框架,实现了跨机器人形态、任务族和环境的可迁移视觉基础、空间推理和连续动作生成。在操作、导航和轨迹中心基准上的实验显示,在场景布局、背景、光照、物体配置和机器人形态变化下,具有一致的多任务性能和分布外泛化能力。Qwen-VLA-Instruct在LIBERO上达到97.9%,在Simpler-WidowX上达到73.7%,在RoboTwin-Easy/Hard上达到86.1%/87.2%,在R2R上达到69.0% OSR,在RxR上达到59.6% SR,在真实世界ALOHA实验中平均OOD成功率为76.9%,在DOMINO动态操作上零样本成功率为26.6%。

英文摘要

Embodied intelligence is often studied through specialized models for individual tasks such as manipulation or navigation, resulting in fragmented capabilities and limited generalization across tasks, environments, and robot embodiments. In this work, we study whether heterogeneous embodied decision-making problems can be unified within a single vision-language-action model. We present Qwen-VLA, a unified embodied foundation model that extends Qwen's vision-language modeling stack from perception, understanding, and reasoning to continuous action and trajectory generation through a DiT-based action decoder. Qwen-VLA is trained with a large-scale joint pretraining recipe over diverse data sources, including robotics manipulation trajectories, human egocentric demonstrations, synthetic simulation data, vision-and-language navigation data, trajectory-centric supervision, and auxiliary vision-language data. To support multiple robot platforms, we introduce embodiment-aware prompt conditioning, where robot-specific textual descriptions specify the current embodiment and control convention. We further cast manipulation, navigation, and trajectory prediction into a unified action-and-trajectory prediction framework, enabling transferable visual grounding, spatial reasoning, and continuous action generation across robot morphologies, task families, and environments. Experiments on manipulation, navigation, and trajectory-centric benchmarks show consistent multi-task performance and out-of-distribution generalization under variations in scene layout, background, lighting, object configuration, and robot embodiment. Qwen-VLA-Instruct achieves 97.9% on LIBERO, 73.7% on Simpler-WidowX, 86.1%/87.2% on RoboTwin-Easy/Hard, 69.0% OSR on R2R, 59.6% SR on RxR, 76.9% average OOD success in real-world ALOHA experiments, and 26.6% zero-shot success on DOMINO dynamic manipulation.

URL PDF HTML 收藏
2512.22539 2026-07-03 cs.RO cs.CV 版本更新 94%

VLA-Arena: An Open-Source Framework for Benchmarking Vision-Language-Action Models

VLA-Arena:一个用于基准测试视觉-语言-动作模型的开源框架

Borong Zhang, Jiahao Li, Jiachen Shen, Yuhao Zhang, Yishuai Cai, Hailu Ji, Yuanpei Chen, Juntao Dai, Jiaming Ji, Yaodong Yang

专题命中 VLA模型 :VLA(title,title_cn);vision-language-action(title,abstract);action model(title,abstract);分类 cs.RO、cs.CV

AI总结 提出VLA-Arena基准,通过三正交轴(任务结构、语言命令、视觉观察)量化任务难度,系统评估视觉-语言-动作模型的能力边界与失败模式。

Comments Accepted by ICML 2026

详情
AI中文摘要

尽管视觉-语言-动作模型(VLA)正快速向通用机器人策略发展,但定量理解其局限和失败模式仍然困难。为此,我们引入了一个名为VLA-Arena的全面基准。我们提出了一种新颖的结构化任务设计框架,用于在三个正交轴上量化难度:(1)任务结构,(2)语言命令,以及(3)视觉观察。这使我们能够系统地设计具有细粒度难度级别的任务,从而精确测量模型能力边界。对于任务结构,VLA-Arena的170个任务被分为四个维度:安全性、干扰物、外推和长时域。每个任务设计有三个难度级别(L0-L2),仅在L0上进行微调以评估通用能力。正交于此,语言(W0-W4)和视觉(V0-V4)扰动可应用于任何任务,以实现鲁棒性的解耦分析。我们对最先进的VLA进行了广泛评估,揭示了几个关键局限性,包括强烈的记忆化倾向而非泛化、不对称鲁棒性、缺乏对安全约束的考虑,以及无法组合已学技能以完成长时域任务。为了促进针对这些挑战的研究并确保可重复性,我们提供了完整的VLA-Arena框架,包括从任务定义到自动评估的端到端工具链,以及用于微调的VLA-Arena-S/M/L数据集。我们的基准、数据、模型和排行榜可在https://vla-arena.github.io获取。

英文摘要

While Vision-Language-Action models (VLAs) are rapidly advancing towards generalist robot policies, it remains difficult to quantitatively understand their limits and failure modes. To address this, we introduce a comprehensive benchmark called VLA-Arena. We propose a novel structured task design framework to quantify difficulty across three orthogonal axes: (1) Task Structure, (2) Language Command, and (3) Visual Observation. This allows us to systematically design tasks with fine-grained difficulty levels, enabling a precise measurement of model capability frontiers. For Task Structure, VLA-Arena's 170 tasks are grouped into four dimensions: Safety, Distractor, Extrapolation, and Long Horizon. Each task is designed with three difficulty levels (L0-L2), with fine-tuning performed exclusively on L0 to assess general capability. Orthogonal to this, language (W0-W4) and visual (V0-V4) perturbations can be applied to any task to enable a decoupled analysis of robustness. Our extensive evaluation of state-of-the-art VLAs reveals several critical limitations, including a strong tendency toward memorization over generalization, asymmetric robustness, a lack of consideration for safety constraints, and an inability to compose learned skills for long-horizon tasks. To foster research addressing these challenges and ensure reproducibility, we provide the complete VLA-Arena framework, including an end-to-end toolchain from task definition to automated evaluation and the VLA-Arena-S/M/L datasets for fine-tuning. Our benchmark, data, models, and leaderboard are available at https://vla-arena.github.io.

URL PDF HTML 收藏
2606.21386 2026-06-23 cs.LG cs.CV 新提交 94%

VLA-FAIL: Efficient Task Failure Detection for Finetuned Vision-Language-Action Models

VLA-FAIL:面向微调视觉-语言-动作模型的高效任务失败检测

Florian Seligmann, Emiliyan Gospodinov, Enes Ulas Dincer, Gerhard Neumann

专题命中 VLA模型 :VLA(title,title_cn);vision-language-action(title,abstract);action model(title,abstract);分类 cs.CV、cs.LG

AI总结 提出轻量级失败检测框架VLA-FAIL,结合最后一层马氏距离(LLMD)和动作块一致性(ACC)两种无需失败数据的检测器,实现高效且通用的任务失败检测。

详情
AI中文摘要

视觉-语言-动作模型(VLA)在许多机器人操作任务上取得了最先进的性能,但在分布外场景中仍可能表现不可预测。因此,运行时失败检测对于VLA在现实世界中的安全部署至关重要。然而,现有的任务失败检测器需要计算昂贵的动作采样,基于限制其适用于VLA的架构假设,或者需要访问失败轨迹。我们提出VLA-FAIL,一个轻量级且广泛适用的VLA失败检测框架,它结合了两种新颖的失败检测器,开销极小,且无需失败数据。第一个检测器,最后一层马氏距离(LLMD),通过测量最后一层特征中相对于训练数据的逐令牌偏差来检测分布外状态。第二个检测器,动作块一致性(ACC),利用由后退时域控制引起的时间重叠,并在连续动作块变得不一致时检测失败。为了捕捉检测准确性和检测延迟之间的权衡,我们引入了AUCPDT,一个阈值无关的指标,联合评估精确率、召回率和检测时间。通过大量的真实世界和仿真实验,我们证明LLMD和ACC捕获互补的失败模式,它们的组合能够在各种任务中实现可靠且早期的失败检测,通常显著优于更昂贵的基线方法。

英文摘要

Vision-language-action models (VLAs) achieve state-of-the-art performance on many robotic manipulation tasks, yet they can still behave unpredictably in out-of-distribution scenarios. Runtime failure detection is therefore essential for the safe real-world deployment of VLAs. However, existing task failure detectors require computationally expensive action sampling, are based on architectural assumptions that limit their applicability to VLAs, or need access to failure rollouts. We propose VLA-FAIL, a lightweight and broadly applicable failure detection framework for VLAs that combines two novel failure detectors with minimal overhead, without requiring failure data. The first, last-layer Mahalanobis distance (LLMD), detects out-of-distribution states by measuring token-wise deviations in last-layer features relative to the training data. The second, action chunk consistency (ACC), exploits the temporal overlap induced by receding-horizon control and detects failures when consecutive action chunks become inconsistent. To capture the trade-off between detection accuracy and detection latency, we introduce AUCPDT, a threshold-independent metric that jointly evaluates precision, recall, and detection time. Through extensive real-world and simulation experiments, we demonstrate that LLMD and ACC capture complementary failure modes whose combination enables reliable and early failure detection across diverse tasks, frequently outperforming significantly more expensive baseline methods.

URL PDF HTML 收藏
2605.13276 2026-05-15 cs.AI cs.RO 94%

D-VLA: A High-Concurrency Distributed Asynchronous Reinforcement Learning Framework for Vision-Language-Action Models

D-VLA:一种面向视觉-语言-动作模型的高并发分布式异步强化学习框架

Yucheng Guo, Yongjian Guo, Zhong Guan, Wen Huang, Haoran Sun, Haodong Yue, Xiaolong Xiang, Shuai Di, Zhen Sun, Luqiao Wang, Junwu Xiong, Yicheng Gong

机构 * Tsinghua University(清华大学) Peking University(北京大学) Tianjin University(天津大学) Beihang University(北航) JDT AI Infra(京东AI基础设施)

专题命中 VLA模型 :VLA(title,title_cn);vision-language-action(title,abstract);action model(title);embodied foundation model(abstract)

AI总结 本文提出D-VLA框架,通过平面解耦和四线异步流水线提升大规模视觉-语言-动作模型的并发性和效率,实验显示其在吞吐量和采样效率上优于主流框架。

详情
AI中文摘要

随着具身AI的快速发展,视觉-语言-动作(VLA)模型在多模态感知和任务执行中表现出色。然而,在大规模分布式环境中应用强化学习(RL)面临严重系统瓶颈,主要由于高保真物理模拟与深度学习对VRAM和带宽的高强度需求之间的资源冲突。为解决这些问题,我们提出D-VLA,一种高并发、低延迟的分布式RL框架,用于大规模具身基础模型。D-VLA引入

英文摘要

The rapid evolution of Embodied AI has enabled Vision-Language-Action (VLA) models to excel in multimodal perception and task execution. However, applying Reinforcement Learning (RL) to these massive models in large-scale distributed environments faces severe systemic bottlenecks, primarily due to the resource conflict between high-fidelity physical simulation and the intensive VRAM/bandwidth demands of deep learning. This conflict often leaves overall throughput constrained by execution-phase inefficiencies. To address these challenges, we propose D-VLA, a high-concurrency, low-latency distributed RL framework for large-scale embodied foundation models. D-VLA introduces "Plane Decoupling," physically isolating high-frequency training data from low-frequency weight control to eliminate interference between simulation and optimization. We further design a four-thread asynchronous "Swimlane" pipeline, enabling full parallel overlap of sampling, inference, gradient computation, and parameter distribution. Additionally, a dual-pool VRAM management model and topology-aware replication resolve memory fragmentation and optimize communication efficiency. Experiments on benchmarks like LIBERO show that D-VLA significantly outperforms mainstream RL frameworks in throughput and sampling efficiency for billion-parameter VLA models. In trillion-parameter scalability tests, our framework maintains exceptional stability and linear speedup, providing a robust system for high-performance general-purpose embodied agents.

URL PDF HTML 收藏
2604.03956 2026-04-24 cs.CV cs.AI 94%

VLA-Forget: Vision-Language-Action Unlearning for Embodied Foundation Models

VLA-Forget:面向具身基础模型的视觉-语言-动作去学习

Ravi Ranjan, Agoritsa Polyzou

机构 * Florida International University(佛罗里达国际大学)

专题命中 VLA模型 :VLA(title,title_cn);vision-language-action(title,abstract);embodied foundation model(title,abstract);分类 cs.CV、cs.AI

AI总结 本文提出VLA-Forget框架,通过结合感知选择性编辑与层选择性推理去学习,提升去学习效果,保留感知特性和推理能力,减少量化恢复。

Comments 18 pages, 9 figures, Accepted to ACL-2026, KnowFM

详情
AI中文摘要

视觉-语言-动作(VLA)模型正在成为机器人操作的具身基础模型,但其部署引入了新的去学习挑战:在不降级感知、语言定位和动作控制的情况下,去除不安全、虚假或隐私敏感的行为。在OpenVLA风格策略中,行为通过融合的视觉编码器、跨模态投影器和语言骨干预测分词机器人动作生成,因此不希望的知识可以分布在感知、对齐和推理/动作层,而不是局限于单一模块。因此,仅对视觉堆栈或仅对语言骨干进行部分去学习通常不足,而传统为独立视觉或语言模型设计的去学习基线在具身设置中可能留下残余遗忘或造成不必要的效用损失。我们提出了VLA-Forget,一种混合去学习框架,结合比率感知选择性编辑用于感知和跨模态特异性与层选择性推理/动作去学习用于效用保留遗忘。VLA-Forget通过分阶段更新视觉编码器、投影器和上层动作生成Transformer块,联合优化三个目标:目标遗忘、感知保留和推理保留。在forget-set行为探测和retain-task评估中,VLA-Forget相比强去学习基线提升了10%的遗忘效果,保留了22%的感知特性和9%的推理和任务成功率,并将量化后恢复减少了55%。

英文摘要

Vision-language-action (VLA) models are emerging as embodied foundation models for robotic manipulation, but their deployment introduces a new unlearning challenge: removing unsafe, spurious, or privacy-sensitive behaviors without degrading perception, language grounding, and action control. In OpenVLA-style policies, behavior is produced through a fused visual encoder, a cross-modal projector, and a language backbone that predicts tokenized robot actions, so undesirable knowledge can be distributed across perception, alignment, and reasoning/action layers rather than confined to a single module. Consequently, partial unlearning applied only to the vision stack or only to the language backbone is often insufficient, while conventional unlearning baselines designed for standalone vision or language models may leave residual forgetting or incur unnecessary utility loss in embodied settings. We propose VLA-Forget, a hybrid unlearning framework that combines ratio-aware selective editing for perception and cross-modal specificity with layer-selective reasoning/action unlearning for utility-preserving forgetting. VLA-Forget jointly optimizes three objectives: targeted forgetting, perceptual preservation, and reasoning retention, through staged updates over the visual encoder, projector, and upper action-generating transformer blocks. Across forget-set behavior probes and retain-task evaluations, VLA-Forget improves forgetting efficacy by 10%, preserves perceptual specificity by 22%, retains reasoning and task success by 9%, and reduces post-quantization recovery by 55% relative to strong unlearning baselines.

URL PDF HTML 收藏
2607.13926 2026-07-16 cs.RO 新提交 94%

S-squared-VLA: Decoupling Semantic and Spatial Streams in Vision-Language-Action Models for Autonomous Driving

S平方-VLA:自动驾驶视觉-语言-动作模型中语义与空间流的解耦

Jianguo Yu, Rukang Wang, Duanfeng Chu, Chen Wang, Renju Feng, Liping Lu

机构 * School of Mechanical and Electronic Engineering, Wuhan University of Technology(武汉理工大学机电工程学院) Intelligent Transportation Systems Research Center, Wuhan University of Technology(武汉理工大学智能交通系统研究中心) School of Computer Science and Artificial Intelligence, Wuhan University of Technology(武汉理工大学计算机科学与人工智能学院)

专题命中 VLA模型 :VLA(title,title_cn);vision-language-action(title,abstract);action model(title,abstract);分类 cs.RO

AI总结 研究针对自动驾驶中视觉语言模型生成低级控制动作的局限,提出S平方-VLA解耦语义和空间流,语义流用于意图推理,空间流保留空间特征并赋予先验,双流规划适配器融合二者,在基准测试中取得新的最先进水平,优于基线。

详情
AI中文摘要

视觉语言模型(VLMs)在自动驾驶高级推理中潜力显著,但在生成精确低级控制动作上存在局限,源于离散语言令牌与连续轨迹规划的不匹配导致的语义-物理差距。视觉语言动作(VLA)架构试图弥合差距,却造成新瓶颈,标准VLA存在空间表示崩溃。为此提出S平方-VLA,解耦语义和空间流。语义流利用分层桥接提取多尺度VLM特征进行意图推理,空间流绕过自回归语言瓶颈,保留视觉编码器的未压缩空间特征,通过辅助感知监督赋予模型丰富空间和几何先验,双流规划适配器融合语义意图与空间约束。在NAVSIM闭环基准测试中,S平方-VLA在纯监督微调设置下取得新的VLA模型最先进水平,缓解了传统VLMs的空间表示崩溃,显著优于基线。

英文摘要

Vision-Language Models (VLMs) have demonstrated remarkable potential for high-level reasoning in autonomous driving, yet they fundamentally struggle to generate precise, low-level control actions. This limitation is rooted in a semantic-physical gap caused by the inherent mismatch between discrete language tokens and continuous trajectory planning. While Vision-Language-Action (VLA) architectures attempt to bridge this gap by unifying perception and control into a single policy, this entanglement creates a new bottleneck. Standard VLAs experience a severe spatial representation collapse, which irreversibly degrades the fine-grained spatial and geometric priors essential for safe, boundary-aware navigation. To address this limitation, we propose the S-squared-VLA, which explicitly decouples the semantic and spatial streams in Vision-Language-Action models. The semantic stream leverages hierarchical bridging to extract multi-scale VLM features for robust intent reasoning. In parallel, an independent spatial stream bypasses the autoregressive language bottleneck, directly preserving uncompressed spatial features from the visual encoder. By integrating auxiliary perception supervision, this stream explicitly equips the model with rich spatial and geometric priors. Finally, a dual-stream planning adapter fuses high-level semantic intent with precise spatial constraints via cascaded attention mechanisms. Evaluations on the NAVSIM closed-loop benchmark show that S-squared-VLA achieves a Predictive Driver Model Score (PDMS) of 87.1, establishing a new state-of-the-art for VLA models under a purely supervised fine-tuning (SFT) setting. By mitigating the spatial representation collapse of traditional VLMs, our framework significantly outperforms baselines, achieving the highest No Collision (NC) rate of 98.4 among all evaluated methods.

URL PDF HTML 收藏
2606.29089 2026-06-30 cs.RO 94%

TAP-VLA: Tactile Annotation Prompting for Vision Language Action Models

TAP-VLA:面向视觉语言动作模型的触觉标注提示

Mark Van der Merwe, Mohamad Louai Shehab, Jayjun Lee, Youngsun Wi, Yinpei Dai, Dmitry Berenson, Nima Fazeli

机构 * Robotics Department, University of Michigan(密歇根大学机器人系) Computer Science and Engineering Department, University of Michigan(密歇根大学计算机科学与工程系)

专题命中 VLA模型 :VLA(title,title_cn);action model(title,abstract);vision language action(title);vision-language-action(abstract)

AI总结 提出TAP-VLA框架,通过将触觉剪切场叠加到RGB图像上作为视觉增强,无需修改架构或触觉预训练,即可将触觉反馈融入VLA模型,在接触丰富任务中成功率78%,显著优于基线。

Comments 8 pages + references

详情
AI中文摘要

视觉-语言-动作(VLA)模型通过利用大规模视觉和语言预训练,在视觉、语义和空间任务变化上展现出令人印象深刻的推理能力。然而,它们对接触力基本无感知,接触力很少在视觉反馈中清晰显现,但对接触丰富的操作至关重要。触觉传感直接测量这些力,但将其集成到VLA中很困难:触觉数据在用于预训练VLA的大规模语料库中不存在,因此将其作为新输入模态会引入分布偏移,侵蚀使VLA有效的预训练。我们提出面向视觉语言动作模型的触觉标注提示(TAP-VLA),一个简单的框架,通过视觉增强而非架构改变来提供触觉反馈。TAP-VLA从视觉-触觉传感器提取剪切场,并将其作为空间接地向量叠加到策略已使用的多视图RGB图像上,在VLA的原生观测空间中产生清晰、可解释的触觉线索。由于架构未改动,该方法无需触觉预训练,计算开销可忽略,且接近预训练分布。在四个接触丰富任务中,TAP-VLA在78%的试验中成功,而仅视觉微调和替代触觉融合基线的成功率低于50%——包括基线表现不比随机好多少的任务。

英文摘要

Vision-Language-Action (VLA) models demonstrate impressive reasoning over visual, semantic, and spatial task variations by leveraging large-scale vision and language pre-training. They remain, however, largely blind to contact forces, which seldom manifest clearly in visual feedback but are central to contact-rich manipulation. Tactile sensing measures these forces directly, but integrating it into VLAs is difficult: tactile data is absent from the large-scale corpora used to pre-train VLAs, so adding it as a new input modality induces a distribution shift that erodes the very pre-training that makes VLAs effective. We propose Tactile Annotation Prompting for Vision-Language-Action models (TAP-VLA), a simple framework that supplies tactile feedback through visual augmentation rather than architectural change. TAP-VLA extracts shear fields from visuo-tactile sensors and overlays them as spatially-grounded vectors onto the multi-view RGB images the policy already consumes, yielding a clear, interpretable tactile cue in the VLA's native observation space. Because the architecture is untouched, the approach requires no tactile pre-training, adds negligible compute, and stays close to the pre-training distribution. Across four contact-rich tasks, TAP-VLA succeeds on 78% of trials, compared to under 50% for vision-only fine-tuning and alternative tactile-fusion baselines -- including tasks where the baselines perform no better than chance.

URL PDF HTML 收藏
2605.31234 2026-06-01 cs.RO 94%

HARP-VLA: Human-Robot Aligned Representation Learning for Vision-Language-Action Model

HARP-VLA:面向视觉-语言-动作模型的人机对齐表示学习

Xiang Zhu, Puzhen Yuan, Yichen Liu, Jianyu Chen

机构 * Institute for Interdisciplinary Information Sciences, Tsinghua University, China(清华大学交叉信息研究院) Shanghai Qi Zhi Institute, China(上海启智研究院)

专题命中 VLA模型 :VLA(title,title_cn);vision-language-action(title,abstract);action model(title,abstract);分类 cs.RO

AI总结 提出HARP框架,通过有限配对人机演示和未配对视频,学习对齐的人机视觉与潜在动作表示,提升VLA模型预训练效果,在CALVIN和真实世界任务中取得性能提升。

详情
AI中文摘要

从大规模人类视频中学习可泛化的视觉-语言-动作(VLA)模型具有前景但也充满挑战,原因在于视觉观察和可执行动作方面存在跨实体差异。虽然潜在动作模型通过学习动作抽象减少了动作执行差距,但它们仍然依赖视觉特征。因此,未对齐的人机视觉表示可能导致策略输入不一致,并引发领域相关的潜在动作,阻碍人类视频的有效协同训练。为解决这一问题,我们提出HARP,一种人机对齐的表示学习框架,用于从人类视频中进行更有效的VLA预训练。具体而言,HARP使用有限的配对人机演示作为跨实体桥梁,并利用大量未配对的人机视频作为可扩展的动态监督数据源。它训练一个机器人适应的视觉编码器和一个潜在动作模型,采用以操作为中心的辅助线索和源相对对判别对齐损失,将机器人表示向人类语义对齐,同时保留对级判别性。学习到的对齐视觉编码器和潜在动作模型为VLA式策略学习提供了统一的视觉和动作表示,其中人类和机器人视频提供视觉-语言到潜在动作的监督,轻量级机器人动作头将潜在动作转化为可执行命令。在特征可视化、仿真和真实世界操作上的实验表明,人机对齐和下游策略性能得到提升,在CALVIN ABC→D上达到4.481的平均长度,真实世界成功率比最强基线提升7.1%。

英文摘要

Learning generalizable vision-language-action (VLA) models from large-scale human videos is promising but challenging due to cross-embodiment discrepancies in both visual observations and executable actions. While latent action models reduce the action execution gap by learning action abstractions, they still rely on visual features. Thus, misaligned human and robot visual representations can lead to inconsistencies in policy inputs and induce domain-dependent latent actions, hindering effective co-training with human videos. To address this, we propose HARP, a human-robot aligned representation learning framework for more effective VLA pretraining from human videos. Specifically, HARP uses limited paired human-robot demonstrations as cross-embodiment bridges and abundant unpaired human and robot videos as a scalable dynamics supervision data source. It trains a robot-adapted visual encoder and a latent action model with manipulation-centric auxiliary cues and a source-relative pair-discriminative alignment loss, which adapts robot representations toward human semantics while preserving pair-level discrimination. The learned aligned vision encoder and latent action model provide a unified vision and action representation for VLA-style policy learning, where human and robot videos provide vision-language-to-latent-action supervision and a lightweight robot action head grounds latent actions into executable commands. Experiments on feature visualization, simulation, and realworld manipulation show improved human-robot alignment and downstream policy performance, achieving 4.481 average length on CALVIN ABC$\rightarrow$D and a 7.1\% realworld success rate gain over the strongest baseline.

URL PDF HTML 收藏
2607.09818 2026-07-14 cs.RO cs.AI cs.CV 新提交 94%

TS-Mask VLA: 2D Temporal-Spatial Masking for Vision-Language-Action Model with Effective Bridging

TS-Mask VLA:用于视觉-语言-动作模型的具有有效桥接的二维时空掩码

Shengzhuo Yang, Ronghao Yu, Chuanjie Lv, Linpeng Peng, Hang Yu, Jie Ren, Jiajun Lv, Yong Liu

机构 * Institute of Cyber-Systems and Control, Zhejiang University(浙江大学网络系统与控制研究所) Tongji University(同济大学)

专题命中 VLA模型 :VLA(title,title_cn);vision-language-action(title,abstract);action model(title);分类 cs.RO、cs.CV、cs.AI

AI总结 研究针对视觉-语言-动作模型问题,提出TS-Mask VLA框架,基于离散扩散动作专家和时空二维掩码策略,在模拟基准和现实任务实验中表现出色,验证了设计有效性。

Comments 9 pages, 5 figures, accepted to the 2026 IEEE/RSJ International Conference on Intelligent Robots and Systems (IROS 2026)

详情
AI中文摘要

视觉-语言-动作(VLA)模型旨在理解自然语言指令和视觉观察,并作为具身智能体生成和执行相应动作。基于自回归令牌的动作生成推动了许多代表性VLA模型的发展,但存在缺乏动作序列时空结构显式建模等问题。本文提出TS-Mask VLA框架,基于两个关键设计:配备桥接注意力调节桥的离散扩散动作专家,以及离散动作令牌的时空二维掩码策略。在模拟基准和现实任务上进行了大量实验,结果表明该模型在参数较少时仍有出色表现,综合分析和消融实验进一步验证了设计的有效性。

英文摘要

Vision-language-action (VLA) models aim to understand natural-language instructions and visual observations, and to generate and execute corresponding actions as embodied agents. Recently, autoregressive token-based action generation has driven the development of many representative VLA models. However, this paradigm often reduces action generation to next-token prediction, thereby lacking explicit modeling of the spatiotemporal structure of action sequences and the disentanglement between vision-language representations and actions, which can limit performance in long-horizon and complex scenarios. In this paper, we propose TS-Mask VLA, a vision-language-action framework for robot manipulation. TS-Mask VLA is built upon two key designs: (1) a Discrete Diffusion Action Expert equipped with a Bridge Attention conditioning bridge, which enables multi-layer conditioning from the VLM and facilitates more accurate and stable action generation; and (2) a temporal-spatial 2D masking strategy for discrete action tokens that strengthens the model's understanding of cross-time dependencies and inter-dimensional coupling, leading to more structurally consistent action sequences. We conduct extensive experiments on simulation benchmarks and real-world tasks. On LIBERO, TS-Mask VLA achieves a 95.7 percent average success rate with only 0.5B parameters, outperforming significantly larger models. On CALVIN, it attains the best average sequence length of 4.19 and strong long-horizon performance. Comprehensive analyses and ablations further validate the effectiveness of our design.

URL PDF HTML 收藏
2511.18960 2026-06-16 cs.LG cs.CV cs.RO 版本更新 94%

AVA-VLA: Improving Vision-Language-Action models with Active Visual Attention

AVA-VLA: 通过主动视觉注意力改进视觉-语言-动作模型

Lei Xiao, Jifeng Li, Juntao Gao, Feiyang Ye, Yan Jin, Jingjing Qian, Jing Zhang, Yong Wu, Xiaoyuan Yu

机构 * LiAuto Inc.(LiAuto公司) Beijing University of Technology(北京理工大学) The Chinese University of Hong Kong, Shenzhen(香港中文大学(深圳))

专题命中 VLA模型 :VLA(title,title_cn);vision-language-action(title,abstract);action model(title);分类 cs.RO、cs.CV、cs.LG

AI总结 针对VLA模型忽视历史信息的问题,提出AVA-VLA框架,利用循环状态近似信念并引入主动视觉注意力动态重加权视觉令牌,在LIBERO和CALVIN等基准上取得最优性能。

Comments Accepted at CVPR 2026 (Highlight)

详情
AI中文摘要

视觉-语言-动作(VLA)模型最近在具身任务中取得了显著进展,但大多数方法在每个时间步独立处理视觉观察。这种历史无关的设计将机器人操作视为马尔可夫决策过程,而现实中的机器人控制本质上是部分可观测的,需要推理过去的交互。为了解决这一不匹配,我们从部分可观测马尔可夫决策过程的角度重新表述VLA策略学习,并提出AVA-VLA,一种将动作生成建立在循环状态上的框架,该状态作为智能体对任务历史信念的神经近似。基于此循环状态,我们引入了主动视觉注意力(AVA),它动态地重新加权当前观测中的视觉令牌,以关注与指令和执行历史最相关的区域。大量实验表明,AVA-VLA在标准机器人基准测试(包括LIBERO和CALVIN)上达到了最先进的性能,并有效迁移到真实世界的双臂操作任务。这些结果证明了时间基础的主动视觉处理在改善机器人序列决策中VLA性能的有效性。项目页面见该URL。

英文摘要

Vision-Language-Action (VLA) models have shown remarkable progress in embodied tasks recently, but most methods process visual observations independently at each timestep. This history-agnostic design treats robot manipulation as a Markov Decision Process, even though real-world robotic control is inherently partially observable and requires reasoning over past interactions. To address this mismatch, we reformulate VLA policy learning from a Partially Observable Markov Decision Process perspective and propose AVA-VLA, a framework that conditions action generation on a recurrent state that serves as a neural approximation to the agent's belief over task history. Built on this recurrent state, we introduce Active Visual Attention (AVA), which dynamically reweights visual tokens in the current observation to focus on regions most relevant given both the instruction and execution history. Extensive experiments show that AVA-VLA achieves state-of-the-art performance on standard robotic benchmarks, including LIBERO and CALVIN, and transfers effectively to real-world dual-arm manipulation tasks. These results demonstrate the effectiveness of temporally grounded active visual processing for improving VLA performance in robotic sequential decision-making. The project page is available at https://liauto-dsr.github.io/AVA-VLA-Page.

URL PDF HTML 收藏
2606.14010 2026-06-15 cs.CV cs.LG cs.RO 新提交 94%

RT-VLA: Real-Time Vision-Language-Action Models via Knowledge Distillation

RT-VLA:通过知识蒸馏实现实时视觉-语言-动作模型

Xiangyu Huang, Zhenlin Hua, Han Zhou, Shounak Sural, Ragunathan Rajkumar

机构 * Carnegie Mellon University(卡内基梅隆大学)

专题命中 VLA模型 :VLA(title,title_cn);vision-language-action(title,abstract);action model(title);分类 cs.RO、cs.CV、cs.LG

AI总结 提出RT-VLA,通过多级监督蒸馏将SimLingo模型的能力压缩至轻量学生模型,在保持竞争性能的同时将推理时间降低44.8倍(纯视觉模式)和7.9倍(视觉+语言模式),实现实时可解释的VLA自动驾驶。

详情
AI中文摘要

视觉-语言-动作(VLA)模型通过联合建模视觉感知、语言推理、可解释性和动作预测,在端到端自动驾驶中展现出强大潜力。然而,其庞大的视觉-语言骨干网络和推理模块引入了显著的推理延迟,从而阻碍了它们在道路网络严苛现实中的部署。我们提出RT-VLA,一种轻量级、蒸馏的VLA模型,通过多级监督蒸馏将最先进的SimLingo模型的驾驶和推理能力迁移到紧凑的学生模型中。RT-VLA保留了基于语言的推理,并通过离线语言分析安全关键驾驶时刻来支持事后解释,而不增加实时控制的延迟。与SimLingo教师模型相比,RT-VLA在保持竞争性的闭环驾驶和语言推理性能的同时,在纯视觉模式下将推理时间减少了44.8倍,在视觉+语言模式下减少了7.9倍。这些结果表明,监督蒸馏是构建实时、可解释的VLA风格自动驾驶模型的实用方法。

英文摘要

Vision-Language-Action (VLA) models have shown strong potential for end-to-end autonomous driving by jointly modeling visual perception, language reasoning, explainability and action prediction. However, their large vision-language backbones and reasoning modules introduce substantial inference latency and thereby prevent their deployment in the unforgiving reality of the road networks. We propose RT-VLA, a lightweight, distilled VLA model that transfers the driving and reasoning capabilities of the state-of-the-art SimLingo model into a compact student through multi-level supervised distillation. RT-VLA preserves language-based reasoning and supports post-hoc explanation through offline language analysis of safety-critical driving moments without adding latency to real-time control. Compared to the SimLingo teacher, RT-VLA maintains competitive closed-loop driving and language reasoning performance while reducing inference time by 44.8X in vision-only mode and 7.9X in vision+language mode. These results suggest that supervised distillation is a practical approach for building real-time, explainable VLA-style autonomous driving models.

URL PDF HTML 收藏
2606.12105 2026-06-11 cs.RO cs.CV cs.LG 新提交 94%

DAM-VLA: Decoupled Asynchronous Multimodal Vision Language Action model

DAM-VLA: 解耦异步多模态视觉语言动作模型

Pankhuri Vanjani, Zhuoyue Li, Jakub Suliga, Moritz Reuss, Gianluca Geraci, Xinkai Jiang, Rudolf Lioutikov

机构 * Intuitive Robots Lab, Karlsruhe Institute of Technology (KIT)(直觉机器人实验室,卡尔斯鲁厄理工学院) NVIDIA(英伟达) Robotics Institute of Germany(德国机器人研究所)

专题命中 VLA模型 :VLA(title,title_cn);vision language action(title);action model(title);vision-language-action(abstract)

AI总结 针对VLA模型同步时钟与物理交互中不同模态频率不匹配的问题,提出DAM-VLA,通过解耦各模态时间处理、维护传感器速率更新的潜在缓冲区,并利用门控交叉注意力整合高频模态,在7个真实操作任务中平均成功率提升至95.2%。

Comments 17 pages, 8 figures

详情
AI中文摘要

视觉-语言-动作(VLA)模型继承了视觉-语言预训练中的共享同步时钟,以单一速率处理每个输入。这与物理交互不一致,在物理交互中,高频模态以数百赫兹变化,视觉演化较慢,而语言在整个回合中保持不变。同步VLA会过采样慢速模态,欠采样快速模态,并将动作生成限制在最低有效频率。我们假设解耦每个模态的时间处理,让每个模态以其自身传感器速率更新和保留信息,可以产生更强的表示和更鲁棒的控制。我们提出DAM-VLA,它维护每个模态的潜在缓冲区,以传感器速率刷新并由动作头连续读取,通过门控交叉注意力整合新的高频模态,同时保持预训练主干不变。在七个接触丰富的真实世界操作任务中,DAM-VLA将最强同步基线的平均成功率提高了一倍以上(95.2% vs. 40.95%),同时维持平滑、反应式的100 Hz控制。项目网站:\href{ this https URL }{ this http URL }

英文摘要

Vision-language-action (VLA) models inherit a shared synchronous clock from vision-language pretraining, processing every input at one rate. This is misaligned with physical interaction, where a high-frequency modality changes at hundreds of hertz, vision evolves more slowly, and language stays constant across an episode. A synchronous VLA oversamples slow modalities, undersamples fast ones, and caps action generation at the lowest effective frequency. We hypothesize that decoupling temporal processing per modality, letting each update and retain information at its own sensor rate, yields stronger representations and more robust control. We present DAM-VLA, which maintains per-modality latent buffers refreshed at sensor rates and read continuously by the action head, integrating new high-frequency modalities through gated cross-attention that leaves the pretrained backbone intact. Across seven contact-rich real-world manipulation tasks, DAM-VLA more than doubles the average success rate of the strongest synchronous baseline (95.2\% vs.\ 40.95\%) while sustaining smooth, reactive 100\,Hz control. Project website: \href{https://intuitive-robots.github.io/DAM-VLA/}{intuitive-robots.github.io/DAM-VLA/}

URL PDF HTML 收藏
2606.08094 2026-06-09 cs.RO cs.AI cs.LG cs.SY eess.SY 新提交 94%

vla.cpp: A Unified Inference Runtime for Vision-Language-Action Models

vla.cpp:视觉-语言-动作模型的统一推理运行时

Khanh D. Nguyen, Hung T. Ho, Chinh T. Nguyen, Thanh Q. Duong, Linh D. Le, Duy M. H. Nguyen, Vien A. Ngo, An T. Le

机构 * VinRobotics Center for AI Research, VinUniversity(VinUniversity 人工智能研究中心) Intelligent Autonomous Systems, TU Darmstadt(达姆施塔特工业大学智能自主系统) Max Planck Research School for Intelligent Systems(马克斯·普朗克智能系统研究学院) University of Stuttgart(斯图加特大学) German Research Center for Artificial Intelligence(德国人工智能研究中心)

专题命中 VLA模型 :VLA(title,title_cn);vision-language-action(title,abstract);action model(title);分类 cs.RO、cs.AI、cs.LG

AI总结 提出vla.cpp,基于llama.cpp的便携C++推理运行时,支持多种VLA架构,在LIBERO-Object上接近SOTA性能,内存仅1.3 GiB,并实现跨硬件部署。

Comments 17 pages, 3 figures, 12 tables

详情
AI中文摘要

视觉-语言-动作(VLA)策略通常以Python/PyTorch堆栈形式提供,假设使用工作站级GPU,这与机器人实际运行的硬件不匹配。我们提出了vla.cpp,一个基于llama.cpp的便携式C++推理运行时。据我们所知,它是第一个原生支持流匹配和扩散VLA推理模式的ggml类引擎,其中缓存的视觉-语言前缀由交叉注意力动作专家在多个求解器步骤中消耗。单个运行时通过一个请求/响应协议服务于跨越五个骨干网络和四个动作头家族的七种架构,每个模型打包为自包含的捆绑包。在LIBERO-Object上,该引擎在200个回合中与最先进的检查点相差不到一个回合,并以1.3 GiB内存运行BitVLA达到100%成功率。相同的捆绑包在三个硬件层级上不变地运行,从消费级GPU到8 GB嵌入式模块。跨硬件屋顶线分析表明,批量大小为1的VLA推理受计算限制,因此利用率而非带宽是部署杠杆;由此分析得出的IMMA梯形GEMM将BitVLA每步延迟降低了4.5倍。然后,我们在ALOHA机械臂上设计了一个机载压力测试,隔离了学习型VLA必须在训练它的硬件上针对移动目标重新规划的延迟约束。代码、演示视频和可重复的基准测试框架可在https://fai-modelopt-tech.github.io/vla-cpp.github.io/获取。

英文摘要

Vision-Language-Action (VLA) policies are typically shipped as Python/PyTorch stacks that assume a workstation-class GPU, a mismatch for the hardware on which robots actually run. We present vla.cpp, a portable C++ inference runtime built on llama.cpp. To our knowledge, it is the first ggml-class engine to natively serve the flow-matching and diffusion VLA inference pattern, in which a cached vision-language prefix is consumed by a cross-attending action expert integrated over several solver steps. A single runtime serves seven architectures spanning five backbone and four action-head families behind one request/response protocol, with each model packaged as a self-contained bundle. On LIBERO-Object, the engine matches a state-of-the-art checkpoint to within one episode out of 200, and runs BitVLA at 100% success in 1.3 GiB of memory. The same bundle runs unchanged across three hardware tiers, from a consumer GPU down to an 8 GB embedded module. A cross-hardware roofline analysis shows that batch-1 VLA inference is compute-bound, so utilization rather than bandwidth is the deployment lever; an IMMA ladder GEMM derived from this analysis cuts BitVLA per-step latency by 4.5x. We then frame an on-robot stress test on an ALOHA arm that isolates the latency constraint under which a learned VLA must replan against a moving target on the hardware it was trained for. Code, demo videos, and the reproducible benchmark scaffold are available at https://fai-modelopt-tech.github.io/vla-cpp.github.io/.

URL PDF HTML 收藏
2605.29562 2026-05-29 cs.RO cs.AI cs.CV 94%

VLA-Pro: Cross-Task Procedural Memory Transfer for Vision-Language-Action Models

VLA-Pro:面向视觉-语言-动作模型的跨任务程序性记忆迁移

Shengyu Si, Yuanzhuo Lu, Ruimeng Yang, Ziyi Ye, Zuxuan Wu, Yu-Gang Jiang

机构 * Institute of Trustworthy Embodied AI, Fudan University(复旦大学可信具身人工智能研究院) Shanghai Key Laboratory of Multimodal Embodied AI(上海多模态具身人工智能重点实验室) Shanghai Xinzhi Embodied Intelligence Technology Co., Ltd.(上海新智具身智能技术有限公司)

专题命中 VLA模型 :VLA(title,title_cn);vision-language-action(title,abstract);action model(title);分类 cs.RO、cs.CV、cs.AI

AI总结 提出VLA-Pro框架,通过存储和检索任务相关的LoRA适配器作为程序性记忆,实现跨任务泛化,在仿真和真实任务中成功率显著提升。

详情
AI中文摘要

视觉-语言-动作(VLA)模型在通用机器人操作中展现出强大潜力,但在泛化到需要跨物体、场景和动作模式迁移相关经验的新任务时仍面临挑战。本文提出VLA-Pro,一种即插即用框架,通过在训练时存储任务相关的程序性记忆并在推理时迁移这些记忆来增强跨任务泛化。具体而言,VLA-Pro在训练时将任务特定的LoRA适配器存储为参数化的程序性记忆。在推理时,VLA-Pro基于当前多模态上下文检索相关程序性记忆,并动态融合这些记忆以生成当前动作块。在RoboTwin、RLBench和真实世界操作任务上的实验表明,VLA-Pro在多个骨干网络上持续提升跨任务泛化能力,在仿真中实现高达207%的相对改进,并将真实世界成功率从5.8%提升至65.0%。这些结果表明,程序性记忆检索与自适应为将操作经验迁移到新任务提供了一种有效机制,同时保持了模块化和执行稳定性。

英文摘要

Vision-Language-Action~(VLA) models have shown strong potential for general-purpose robotic manipulation, yet they still struggle to generalize to unseen tasks that necessitate transferring relevant experience across objects, scenes, and action patterns. This paper proposes VLA-Pro, a plug-and-play framework designed to enhance cross-task generalization by storing task-relevant procedural memories at training time and transferring these memories during inference. Specifically, VLA-Pro stores task-specific LoRA adapters as parameterized procedural memories during training. At inference time, VLA-Pro retrieves relevant procedural memories based on the current multi-modal context and dynamically fuses these memories for generating the current action chunk. Experiments on RoboTwin, RLBench, and real-world manipulation tasks show that VLA-Pro consistently improves cross-task generalization across multiple backbones, achieving up to a 207% relative improvement in simulation and increasing real-world success rate from 5.8% to 65.0%. These results suggest that procedural memory retrieval and adaptation provide an effective mechanism for transferring manipulation experience to novel tasks while preserving modularity and execution stability.

URL PDF HTML 收藏
2605.22896 2026-05-25 cs.RO cs.AI cs.LG 94%

Agentic-VLA: Efficient Online Adaptation for Vision-Language-Action Models

Agentic-VLA:视觉-语言-动作模型的高效在线自适应

Ruofan Jin, Zaixi Zhang

机构 * Ruofan Jin(金鲁凡) Zaixi Zhang(张在西)

专题命中 VLA模型 :VLA(title,title_cn);vision-language-action(title,abstract);action model(title);分类 cs.RO、cs.AI、cs.LG

AI总结 提出Agentic-VLA框架,通过自适应奖励合成、语言引导探索和经验记忆三大创新,实现VLA模型在线高效自适应,在LIBERO基准上长时域任务提升12.3%,单样本学习提升28.5%,并实现零演示跨任务迁移。

Comments Total 15 pages

详情
AI中文摘要

视觉-语言-动作(VLA)模型通过利用预训练的视觉-语言表示,已成为机器人操作领域的一种有前景的范式。然而,当前的VLA训练方法存在两个关键局限性:对新环境的泛化能力差,以及需要大量演示数据导致的训练效率低下。我们提出Agentic-VLA,一种智能训练框架,通过三项关键创新使VLA能够在线高效自适应:(1)自适应奖励合成,根据VLA当前能力和任务复杂度动态生成并调整奖励函数,将复杂任务分解为可学习的子目标以进行课程学习;(2)语言引导探索,其中评论模型提供结构化指导以实现系统化探索,而非随机采样;(3)经验记忆,存储和检索与任务相关的策略权重,用于相似任务的预热启动自适应。我们在LIBERO基准上评估Agentic-VLA,取得了显著改进:长时域任务提升12.3%,单样本学习提升28.5%,并在无需任务特定演示的情况下实现从0%到31.2%的跨任务迁移。与现有在线自适应方法相比,我们的框架还实现了2.4倍的收敛速度提升。除LIBERO外,Agentic-VLA在双臂RoboTwin 2.0基准(包括其随机困难设置)上仍保持优势。这些结果使Agentic-VLA成为迈向真正自适应、可在部署中持续学习的VLA系统的重要一步。

英文摘要

Vision-Language-Action (VLA) models have emerged as a promising paradigm for robotic manipulation by leveraging pre-trained vision-language representations. However, current VLA training methods suffer from two critical limitations: poor generalization to novel environments and low training efficiency requiring extensive demonstrations. We introduce Agentic-VLA, an agentic training framework that enables VLAs to efficiently adapt online through three key innovations: (1) Adaptive Reward Synthesis, which dynamically generates and adjusts reward functions based on the VLA's current capabilities and task complexity, decomposing complex tasks into learnable sub-goals for curriculum learning; (2) Language-Guided Exploration, where a critic model provides structured guidance for systematic exploration rather than random sampling; and (3) Experience Memory,which stores and retrieves task-relevant policy weights for warm-starting adaptation to similar tasks. We evaluate Agentic-VLA on the LIBERO benchmark, achieving substantial improvements: +12.3% on long-horizon tasks, +28.5% in 1-shot learning, and enabling cross-task transfer from 0% to 31.2% without task-specific demonstrations. Our framework also demonstrates 2.4x faster convergence compared to existing online adaptation methods. Beyond LIBERO, Agentic-VLA retains its advantage on the dual-arm RoboTwin 2.0 benchmark, including under its randomized Hard setting. These results establish Agentic-VLA as a significant step toward truly adaptive VLA systems capable of continuous learning in deployment.

URL PDF HTML 收藏
2604.04834 2026-07-01 cs.CV cs.MM cs.RO eess.IV 版本更新 94%

E-VLA: Event-Augmented Vision-Language-Action Model for Dark and Blurred Scenes

E-VLA:事件增强的视觉-语言-动作模型用于暗光和模糊场景

Jiajun Zhai, Hao Shi, Shangwei Guo, Kailun Yang, Kaiwei Wang

机构 * Zhejiang University(浙江大学) Ant Group(蚂蚁集团) Hunan University(湖南大学)

专题命中 VLA模型 :VLA(title,title_cn);vision-language-action(title,abstract);action model(title);分类 cs.RO、cs.CV

AI总结 E-VLA通过事件流中的运动和结构线索提升暗光和模糊场景下的操控鲁棒性,利用事件驱动感知增强视觉-语言-动作模型的性能。

Comments Accepted to ECCV 2026. Code and dataset will be available at https://github.com/JJayzee/E-VLA

详情
AI中文摘要

机器人视觉-语言-动作(VLA)模型在开放性操作中表现良好,但其感知在传感阶段退化(如极端低光、运动模糊和黑剪裁)下易受损。我们提出了E-VLA,一种增强事件的VLA框架,通过利用事件流中的运动和结构线索,提升在恶劣条件下的语义感知和感知-动作一致性。我们构建了一个开源的远程操作平台,使用DAVIS346事件相机,并收集了一个现实同步的RGB-事件-动作操控数据集,涵盖多样任务和光照设置。我们还提出了轻量、预训练兼容的事件整合策略,并研究了事件窗口和融合以实现稳定部署。实验表明,即使简单的参数无关融合,即叠加累积事件图到RGB图像上,也能显著提高暗光和高模糊场景的鲁棒性:在20 lux的Pick-Place任务中,成功率从0%(图像-only)提高到60%(叠加融合)和90%(我们的事件适配器);在严重运动模糊(1000 ms曝光)下,Pick-Place从0%提高到20-25%,Sorting从5%提高到32.5%。总体而言,E-VLA提供了系统证据,表明事件驱动感知可以有效整合到VLA模型中,指向超越传统帧图像的鲁棒具身智能。代码和数据集将在https://github.com/JJayzee/E-VLA上提供。

英文摘要

Robotic Vision-Language-Action (VLA) models generalize well for open-ended manipulation, but their perception is fragile under sensing-stage degradations such as extreme low light, motion blur, and black clipping. We present E-VLA, an event-augmented VLA framework that improves manipulation robustness when conventional frame-based vision becomes unreliable. Instead of reconstructing images from events, E-VLA directly leverages motion and structural cues in event streams to preserve semantic perception and perception-action consistency under adverse conditions. We build an open-source teleoperation platform with a DAVIS346 event camera and collect a real-world synchronized RGB-event-action manipulation dataset across diverse tasks and illuminations. We also propose lightweight, pretrained-compatible event integration strategies and study event windowing for stable deployment. Experiments show that even a simple parameter-free fusion, i.e., overlaying accumulated event maps onto RGB images, could substantially improve robustness in dark and heavy-blur scenes: on Pick-Place at 20 lux, success increases from 0% (image-only) to 60% with overlay fusion and to 90% with our event adapter; under severe motion blur (1000 ms-exposure proxy), Pick-Place improves from 0% to 20-25%, and Sorting from 5% to 32.5%. Overall, E-VLA provides systematic evidence that event-driven perception can be effectively integrated into VLA models, pointing toward robust embodied intelligence beyond conventional frame-based imaging. Code and dataset will be available at https://github.com/JJayzee/E-VLA.

URL PDF HTML 收藏
2607.08375 2026-07-10 cs.CV cs.AI 新提交 94%

WCog-VLA: A Dual-Level World-Cognitive Vision-Language-Action Model for End-to-End Autonomous Driving

WCog-VLA:用于端到端自动驾驶的双级世界认知视觉-语言-行动模型

Xuerun Yan, Zhexi Lian, Nuoheng Zhang, Shiyu Fang, Haoran Wang, Chen Lv, Jia Hu, Binyang Song

机构 * Tongji University(同济大学) Nanyang Technological University(南洋理工大学)

专题命中 VLA模型 :VLA(title,title_cn);vision-language-action(title,abstract);action model(title);分类 cs.CV、cs.AI

AI总结 针对现有视觉-语言-行动模型在自动驾驶中存在的局限,提出双级世界认知的WCog-VLA框架,语义层统一认知推理,生成层引入新模型加速推理,构建数据集,实验证明该模型在NAVSIM基准测试中达到最优分数。

Comments 20 pages, 7 figures

详情
AI中文摘要

视觉-语言-行动(VLA)模型推动了端到端自动驾驶发展。但现有方法存在缺乏全面世界认知或世界预见碎片化问题,局限于反应式驾驶。本文提出WCog-VLA,一种新型双级世界认知VLA框架。语义层面,整合3D空间感知等统一世界认知与推理,支持博弈论思维链推理;生成层面,引入对齐解耦扩散Transformer合成多智能体轨迹,通过场景表示对齐加速推理。还构建含85k博弈论思维链注释的数据集。实验表明其在NAVSIM基准测试中取得92.9的最优PDMS分数。

英文摘要

Vision-Language-Action (VLA) models have advanced end-to-end autonomous driving. However, existing methods either lack comprehensive world cognition or suffer from fragmented world foresight, inherently confining these models to reactive driving. To address this limitation, we propose WCog-VLA, a novel dual-level World-Cognitive VLA framework that successfully bridges semantic world forecasting with generative world evolution to achieve proactive autonomous driving. At the semantic level, WCog-VLA unifies world cognition and reasoning by incorporating 3D spatial perception and injecting agent tokens to capture the world dynamics, while concurrently enabling Game-theoretic Chain-of-Thought (Game-CoT) reasoning. At the generative level, we introduce the Aligned Decoupled Diffusion Transformer (ADDT) as a powerful generative world model that synthesizes physically-plausible joint multi-agent trajectories. Through scene representation alignment, ADDT reduces the number of denoising steps required and thus significantly accelerates inference. To facilitate strategic reasoning, we further construct a large-scale dataset featuring 85k Game-CoT annotations. Extensive experiments on the NAVSIM benchmark demonstrate that WCog-VLA achieves a State-Of-The-Art (SOTA) PDMS score of 92.9.

URL PDF HTML 收藏
2606.30113 2026-06-30 cs.RO cs.AI 94%

SA-VLA: State-aware tokenizer for improving Vision-Language-Action Models' performance

SA-VLA: 状态感知分词器提升视觉-语言-动作模型性能

Tengyue Jiang, Chunpu Xu, Jiayue Kang, Yao Mu

机构 * Shanghai Jiao Tong University(上海交通大学) East China University of Science and Technology(东华大学) Hong Kong Polytechnic University(香港理工大学) Xi’an University of Electronic Science and Technology(西安电子科技大学)

专题命中 VLA模型 :VLA(title,title_cn);action model(title,abstract);vision-language-action(title);分类 cs.RO、cs.AI

AI总结 提出状态感知动作分词器SA-VLA,通过状态条件动作解码减少离散化压缩损失,在12个操作任务上将成功率从0.29提升至0.56。

详情
AI中文摘要

离散动作分词化为自回归VLA策略提供了紧凑接口,但从离散码中准确恢复连续机器人动作仍然具有挑战性。现有分词器通常将每个离散码映射到固定的连续动作原型,忽略了机器人当前的自身状态。这种限制在操作中尤为明显,因为相同的动作令牌在不同关节配置、物体姿态和接触条件下可能需要不同的连续控制。因此,我们提出SA-VLA,一种状态感知动作分词器,它根据机器人状态条件化动作解码。我们研究了两种基于VQ的动作分词化的状态注入机制:状态与动作特征之间的交叉注意力,以及一个轻量级状态适配器,用于预测动作方向的调制因子,实现状态条件化的动作调制和重建。适配器公式通过允许每个离散令牌表示一系列状态依赖的连续动作,扩展了有限码本的有效支持,同时保持了离散动作建模的效率和兼容性。集成到基于LLM的VLA策略中,SA-VLA支持自回归和并行动作令牌解码,且对模型接口的改动最小。在12个RoboTwin操作任务上,SA-VLA将平均成功率从最强分词基线0.29提高到0.56。在三个真实世界任务的零样本模拟到真实实验中,它进一步将平均成功率从0.15提高到0.33。这些结果表明,状态条件化的动作解码是减少离散VLA策略中压缩差距的简单有效机制。

英文摘要

Discrete action tokenization provides a compact interface for autoregressive VLA policies, but accurately recovering continuous robot actions from discrete codes remains challenging. Existing tokenizers typically map each discrete code to a fixed continuous action prototype, ignoring the robot's current proprioceptive state. This limitation is particularly pronounced in manipulation, where the same action token may require different continuous controls under different joint configurations, object poses, and contact conditions. We therefore propose SA-VLA, a state-aware action tokenizer that conditions action decoding on robot state. We study two state-injection mechanisms for VQ-based action tokenization: cross-attention between state and action features, and a lightweight state adapter that predicts action-wise modulation factors for state-conditioned action modulation and reconstruction. The adapter formulation expands the effective support of a finite codebook by allowing each discrete token to represent a family of state-dependent continuous actions, while preserving the efficiency and compatibility of discrete action modeling. Integrated into an LLM-based VLA policy, SA-VLA supports both autoregressive and parallel action-token decoding with minimal changes to the model interface. On 12 RoboTwin manipulation tasks, SA-VLA improves the average success rate from 0.29 to 0.56 over the strongest tokenizer baseline. In zero-shot sim-to-real experiments on three real-world tasks, it further improves average success from 0.15 to 0.33 over the strongest tokenizer baseline. These results demonstrate that state-conditioned action decoding is a simple and effective mechanism for reducing the compression gap in discrete VLA policies.

URL PDF HTML 收藏
2606.29384 2026-06-30 cs.CV cs.RO 94%

Event-VLA: Action-Conditioned Event Fusion for Robust Vision-Language-Action Model

Event-VLA: 基于动作条件的事件融合用于鲁棒的视觉-语言-动作模型

Jiaxin Liu, Xun Xu, Zhenhao Zhang, Hanqing Wang, Ruiqi Chen, Shi Chang, Weiyu Guo, Laurent Kneip

专题命中 VLA模型 :VLA(title,title_cn);vision-language-action(title,abstract);action model(title);分类 cs.RO、cs.CV

AI总结 针对现有VLA模型在光照变化下鲁棒性不足的问题,提出Event-VLA框架,通过事件流作为光照鲁棒的运动敏感互补观测,利用动作查询路由和门控交叉注意力融合事件信息,提升低光及近黑暗环境下的操作成功率。

详情
AI中文摘要

视觉-语言-动作(VLA)模型已成为具身人工智能的重要范式。然而,现有的VLA模型通常假设光照良好且稳定的室内环境,而现实世界的具身操作可能涉及由光照变化引起的退化RGB观测,这对鲁棒的机器人操作构成了关键挑战。为了解决这一差距,我们提出了\textbf{Event-VLA},一种事件增强的VLA框架,用于在不同光照条件下进行可泛化的操作。我们将退化可见性下的基于VLA的操作形式化为以RGB为中心的策略的一个实际鲁棒性问题,并引入事件流作为光照鲁棒、运动敏感的互补观测,以提高跨可见性水平的鲁棒性。具体来说,与直接将事件特征合并到全局语义标记空间中的传统多模态融合不同,Event-VLA通过动作查询路由路径注入事件信息。它使用可学习的动作查询从VLA推理过程中提取任务相关语义,并通过门控交叉注意力选择性地聚合事件标记,以构建事件感知的动作表示。这种设计保留了预训练的RGB-语言语义先验,同时有效利用事件信息进行鲁棒的动作预测。在仿真和实际部署中的实验表明,Event-VLA在正常光照下保持强大的操作性能,并在低光退化和近黑暗的真实环境中提高了成功率。

英文摘要

Vision-Language-Action (VLA) models have become an important paradigm of embodied AI. However, existing VLA models typically assume well-lit and stable indoor settings, while real-world embodied manipulation may involve degraded RGB observations caused by illumination shifts, posing critical challenges for robust robotic manipulation. To address this gap, we propose \textbf{Event-VLA}, an event-enhanced VLA framework for generalizable manipulation across varying illumination conditions. We formulate VLA-based manipulation under degraded visibility as a practical robustness problem for RGB-centric policies, and introduce event streams as an illumination-robust, motion-sensitive complementary observation to improve robustness across visibility levels. Specifically, unlike conventional multimodal fusion that directly merges event features into the global semantic token space, Event-VLA injects event information through an action-query routing pathway. It uses learnable action queries to extract task-relevant semantics from the VLA reasoning process, and selectively aggregates event tokens via gated cross-attention to construct event-aware action representations. This design preserves the pretrained RGB-language semantic priors while effectively leveraging event information for robust action prediction. Experiments in simulation and real-world deployment show that Event-VLA maintains strong manipulation performance under normal lighting and improves success rates under low-light degradation and near-dark real-world settings.

URL PDF HTML 收藏
2606.27872 2026-06-29 cs.RO cs.AI 新提交 94%

S$^2$-VLA: State-Space Guided Vision-Language-Action Models for Long-Horizon Manipulation

S$^2$-VLA:面向长时程操作的基于状态空间的视觉-语言-动作模型

Zhipeng Xie, Zongyi Han, Xiangyi Wei, Shiliang Sun, Yang Li, Jing Zhao

机构 * School of Computer Science and Technology, East China Normal University(华东师范大学计算机科学与技术学院) State Key Laboratory of Submarine Geoscience, School of Automation and Intelligent Sensing, Shanghai Jiao Tong University(上海交通大学自动化与智能感知学院海底科学国家重点实验室)

专题命中 VLA模型 :VLA(title,title_cn);vision-language-action(title,abstract);action model(title);分类 cs.RO、cs.AI

AI总结 针对长时程操作任务中累积误差导致性能下降的问题,提出S$^2$-VLA框架,通过状态空间引导的自适应注意力机制动态融合视觉、语言和动作信息,在LIBERO等基准上超越7B模型。

Comments Accepted to IJCAI 2026

详情
AI中文摘要

视觉-语言-动作(VLA)模型在机器人操作中展现出强大能力,但在长时程任务中由于累积误差传播,其性能显著下降。这一限制主要源于静态特征融合机制,该机制依赖固定权重来组合视觉、语言和动作表示,导致模型无法适应任务执行的不同阶段。为解决此问题,我们提出S$^2$-VLA框架,引入状态空间引导的自适应注意力(SSGAA)机制。SSGAA维护一个跟踪任务进度的信念状态,并生成动态门控权重,以自适应地融合来自三个互补来源的信息:用于空间感知的视觉特征、用于高层任务规划的任务意图,以及用于执行一致性的时间动作序列。这种自适应融合使模型能够在任务执行过程中转移注意力焦点,与不同任务阶段不断变化的需求保持一致。尽管其参数量仅为2B,S$^2$-VLA在包括LIBERO和SimplerEnv在内的长时程操作基准上持续优于更大的7B模型,并取得了最先进的性能,突显了自适应特征融合对于长时程机器人操作的重要性。

英文摘要

Vision-Language-Action (VLA) models have demonstrated strong capabilities in robotic manipulation, but their performance degrades significantly in long-horizon tasks due to cumulative error propagation. This limitation largely arises from static feature fusion mechanisms that rely on fixed weights to combine visual, language, and action representations, preventing the model from adapting to different phases of task execution. To address this limitation, we propose S$^2$-VLA, a framework that introduces a State-Space Guided Adaptive Attention (SSGAA) mechanism. SSGAA maintains a belief state that tracks task progression and generates dynamic gating weights to adaptively fuse information from three complementary sources visual features for spatial perception, task intents for high-level task planning, and temporal action sequences for execution consistency. This adaptive fusion allows the model to shift its focus throughout task execution, aligning with the evolving requirements of different task stages. Despite its compact 2B parameter size, S$^2$-VLA consistently outperforms larger 7B-scale models and achieves state-of-the-art performance on long-horizon manipulation benchmarks, including LIBERO and SimplerEnv. highlighting the importance of adaptive feature fusion for long-horizon robotic manipulation.

URL PDF HTML 收藏
2606.25800 2026-06-25 cs.LG cs.RO 新提交 94%

ROAD-VLA: Robust Online Adaptation via Self-Distillation for Vision-Language-Action Models

ROAD-VLA:通过自蒸馏实现视觉-语言-动作模型的鲁棒在线自适应

Kejing Wang, Toan Nguyen, Minh Hoang Nguyen, Simon Khan, Flora D. Salim

机构 * Air Force Research Laboratory(空军研究实验室)

专题命中 VLA模型 :VLA(title,title_cn);vision-language-action(title,abstract);action model(title);分类 cs.RO、cs.LG

AI总结 针对稀疏奖励下VLA模型在线自适应困难,提出ROAD-VLA框架,通过优势引导的自蒸馏在动作空间构建近端教师,将稀疏奖励转化为密集token级监督,并在7个机器人操作环境中优于PPO。

详情
AI中文摘要

视觉-语言-动作(VLA)模型的有效在线自适应仍然具有挑战性,因为稀疏奖励为高维自回归动作策略提供了弱监督。尽管自蒸馏原则上可以提供更密集的训练信号,但我们发现,基于演示、检索经验或高层规划的文本特权教师对VLA自适应无效,暴露了符号引导与低级机器人动作之间的模态差距。我们提出ROAD-VLA,一个优势引导的自蒸馏框架,通过使用校准的优势估计扰动动作token logits,直接在动作空间中构建近端教师。这将稀疏奖励转化为密集的token级监督,同时保持教师接近当前策略。我们进一步推导了在校准优势和准确教师匹配下的策略改进下界。在七个具有分布内和分布外偏移的机器人操作环境中,ROAD-VLA在几乎所有设置中优于PPO,展示了鲁棒的在线VLA自适应。

英文摘要

Effective online adaptation of vision-language-action (VLA) models remains challenging, as sparse rewards provide weak supervision for high-dimensional autoregressive action policies. Although self-distillation can in principle provide denser training signals, we find that text-based privileged teachers conditioned on demonstrations, retrieved experiences, or high-level plans are ineffective for VLA adaptation, exposing a modality gap between symbolic guidance and low-level robot actions. We propose ROAD-VLA, an advantage-guided self-distillation framework that constructs a proximal teacher directly in action space by perturbing action-token logits with calibrated advantage estimates. This converts sparse rewards into dense token-level supervision while keeping the teacher close to the current policy. We further derive a policy-improvement lower bound under calibrated advantages and accurate teacher matching. Across seven robotic manipulation environments with in-distribution and out-of-distribution shifts, ROADVLA outperforms PPO in nearly all settings, demonstrating robust online VLA adaptation.

URL PDF HTML 收藏
2606.24472 2026-06-24 cs.RO cs.AI 新提交 94%

G$^3$VLA: Geometric inductive bias for Vision-Language-Action Models

G$^3$VLA:视觉-语言-动作模型的几何归纳偏置

Yue Peng, Yongzhe Zhao, Artur Habuda, Khuyen Pham, Yanheng Zhu, Tran Nguyen Le, Fares Abu-Dakka, Li Guo

机构 * New York University Shanghai(上海纽约大学) Technical University of Denmark(丹麦技术大学) MBZUAI - Mohamed bin Zayed University of Artificial Intelligence(穆罕默德·本·扎耶德人工智能大学) New York University Abu Dhabi(纽约大学阿布扎比分校)

专题命中 VLA模型 :VLA(title,title_cn);vision-language-action(title,abstract);action model(title);分类 cs.RO、cs.AI

AI总结 提出G$^3$VLA模块,通过射线嵌入、投影位置编码和跨视图融合为VLA模型注入相机几何先验,无需深度传感器,在多个基准和真实机器人上提升空间敏感任务性能。

Comments Submitted to CoRL 2026

详情
AI中文摘要

视觉-语言-动作(VLA)模型通过利用预训练视觉-语言骨干的语义知识,在通用机器人操作方面取得了快速进展,但其视觉标记仍基于2D图像坐标,而非机器人相机的标定几何——这种不匹配在多相机设置中尤为明显,其中视图通过已知内参和外参耦合,却作为独立图像处理。我们提出G$^3$VLA,一种相机感知几何模块,在不改变预训练VLA的动作空间或模仿目标的情况下,将标定结构注入其视觉标记流,结合了内参条件射线嵌入、投影位置编码(PRoPE)和双向跨视图融合。几何监督来自可用的真实点图,或来自置信门控的$\pi^3$X教师预测,无需深度传感器或人工标注。在$\pi_0$上实例化,G$^3$VLA在LIBERO套件、RoboCasa24、RoboTwin2.0和真实机器人设置中均取得一致提升,在空间和物体敏感任务上改进最大。我们进一步在$\pi_{0.5}$和GR00T 1.5上验证,结果表明当几何感知标记可直接访问动作生成路径时,几何迁移最有效。我们的项目页面见此https URL。

英文摘要

Vision-language-action (VLA) models have made rapid progress in generalist robot manipulation by harnessing semantic knowledge from pretrained vision-language backbones, but their visual tokens remain grounded in 2D image coordinates rather than the calibrated geometry of the robot's cameras -- a mismatch especially pronounced in multi-camera setups, where views are coupled by known intrinsics and extrinsics yet processed as independent images. We propose G$^3$VLA, a camera-aware geometric module that injects calibrated structure into the visual-token stream of a pretrained VLA without altering its action space or imitation objective, combining intrinsic-conditioned ray embeddings, projective positional encoding (PRoPE), and bidirectional cross-view fusion. Geometric supervision is provided either from ground-truth point maps when available, or from confidence-gated $π^3$X teacher predictions, requiring no depth sensors or manual annotations. Instantiated on $π_0$, G$^3$VLA yields consistent gains across the LIBERO suites, RoboCasa24, RoboTwin2.0, and real-robot settings, with the largest improvements on spatially and object-sensitive tasks. We further validate on $π_{0.5}$ and GR00T 1.5, with results suggesting that geometric transfer is most effective when geometry-aware tokens have direct access to the action generation pathway. Our project page is at https://sites.google.com/view/g3vla

URL PDF HTML 收藏
2606.19297 2026-06-18 cs.LG cs.RO 新提交 94%

Does VLA Even Know the Basics? Measuring Commonsense and World Knowledge Retention in Vision-Language-Action Models

VLA 甚至知道基础知识吗?衡量视觉-语言-动作模型中的常识和世界知识保留

Nikita Kachaev, Andrey Moskalenko, Matvey Skripkin, Nikita Kurlaev, Daria Pugacheva, Albina Burlova, Mikhail Kolosov, Denis Shepelev, Andrey Kuznetsov, Elena Tutubalina, Aleksandr I. Panov, Alexey K. Kovalev, Vlad Shakhuro

机构 * CogAI Lab(CogAI实验室) FusionBrain Lab(FusionBrain实验室) IAI MSU(MSU人工智能研究所) Lomonosov MSU(Lomonosov莫斯科大学) NUST MISIS Applied AI Institute(应用人工智能研究所) HSE University(俄罗斯高等经济大学) Generalizable AI Systems(可泛化人工智能系统) ISP RAS(俄罗斯科学院信息与自动化过程研究所) MIRAI Domain-specific NLP Group(领域特定自然语言处理小组)

专题命中 VLA模型 :VLA(title,title_cn);vision-language-action(title,abstract);action model(title);分类 cs.RO、cs.LG

AI总结 提出 Act2Answer 协议,通过动作回答评估 VLA 模型的知识保留,发现模型在简单概念上表现良好,但在丰富语义类别上存在差距,且 VQA 联合训练有助于知识保留。

Comments Project page: https://tttonyalpha.github.io/act2answer/

详情
AI中文摘要

具身视觉-语言-动作(VLA)模型通常通过在机器人数据上微调强大的预训练 VLM 获得,但目前尚不清楚它们在适应后保留了多少常识和事实知识。在知识敏感任务上的失败是模糊的,混淆了知识缺失与低级控制泛化能力差。我们引入 Act2Answer,一种轻量级协议,通过要求智能体通过动作来回答,将 VLM 知识基准适配到 VLA 评估。每个问题变成一个简短的桌面场景,其中智能体执行单个物体放置动作以选择候选答案,从而产生动作基础的、减少控制混淆的成功率。我们在不同的常识和世界知识类别中策划了这样的环境测试套件,并引入逐层意图探测以定位 VLM 骨干和动作头中与答案相关的信息。在对 7 个 VLA 模型和 9 个 VLM 基线的大规模研究中,我们系统地跨类别对模型进行排名,发现 VLA 在简单概念上表现稳健,但在更丰富的语义类别上相对于其源 VLM 显示出更大的差距,VQA 联合训练与更好的知识保留相关,并且答案相关信号在 VLA 中间层达到峰值,但在上层减弱。Act2Answer 可在以下网址获取:此 https URL。

英文摘要

Embodied Vision-Language-Action (VLA) models are typically obtained by fine-tuning powerful pretrained VLMs on robotics data, yet it is unclear how much commonsense and factual knowledge they retain after adaptation. Failures on knowledge-sensitive tasks are ambiguous, conflating missing knowledge with poor generalization of low-level control. We introduce Act2Answer, a lightweight protocol that adapts VLM knowledge benchmarks to VLA evaluation by requiring agents to answer through action. Each question becomes a short tabletop episode where the agent performs a single object-placement action to select among candidate answers, yielding an action-grounded success rate with reduced control confounds. We curate a test suite of such environments across diverse commonsense and world-knowledge categories and introduce layerwise intent probing to localize answer-relevant information across the VLM backbone and action head. In a large-scale study of 7 VLA models and 9 VLM baselines, we systematically rank models across categories, finding that VLAs show solid performance on simple concepts while exhibiting larger gaps on richer semantic categories relative to their source VLMs, that VQA co-training is associated with better knowledge retention, and that answer-relevant signals peak in middle VLA layers but attenuate in upper layers. Act2Answer is available at https://tttonyalpha.github.io/act2answer/.

URL PDF HTML 收藏
2606.12299 2026-06-11 cs.RO cs.LG 新提交 94%

Learning What to Say to Your VLA: Mostly Harmless Vision Language Action Model Steering

学习对你的VLA说什么:基本无害的视觉语言动作模型引导

Hyun Joe Jeong, Gokul Swamy, Andrea Bajcsy

机构 * Robotics Institute, Carnegie Mellon University(卡内基梅隆大学机器人研究所)

专题命中 VLA模型 :VLA(title,title_cn);vision language action(title);action model(title);vision-language-action(abstract)

AI总结 提出一个框架,通过交互式搜索语言序列改进闭环VLA任务性能,并学习一个改进头预测何时语言引导能提升性能,同时通过共形化防止有害干预。

Comments 22 pages, 14 tables, 14 figures

详情
AI中文摘要

视觉-语言-动作(VLA)模型为机器人控制提供了自然语言接口,但从语言到行为的映射通常脆弱且不直观:语义相似的指令可能引发截然不同的行为,而某些能力可能无法仅通过提示激发。因此,人类指令和零样本语言模型都可能无法可靠地引导VLA成功执行任务。在这项工作中,我们提出了一个框架,该框架交互式地搜索改进闭环VLA任务性能的语言序列,将这些序列提炼为测试时语言反馈策略(LFP),并学习一个改进头来预测何时语言引导会提升性能。我们对这个改进头进行共形化,以防止在分布外场景中LFP相对于原始指令降低任务性能的有害引导干预。关键的是,我们的方法适用于任意冻结的预训练VLA,既不需要访问原始训练分布,也不需要微调底层模型。在已知环境中,我们的共形化LFP在仿真中使基础VLA性能提升24.7%,在硬件中提升65.0%。在视觉和语义扰动下,我们的共形化LFP具有强大的无害性保证,并产生开环提示无法观察到的恢复行为。

英文摘要

Vision-Language-Action (VLA) models provide a natural language interface to robot control, but the mapping from language to behavior is often brittle and unintuitive: semantically similar instructions can induce drastically different behaviors, while some capabilities may not be elicitable through prompting alone. As a result, both human instructions and zero-shot language models can fail to reliably steer VLAs toward successful task execution. In this work, we propose a framework that interactively searches for language sequences that improve closed-loop VLA task performance, distills these sequences into a test-time language feedback policy (LFP), and learns an improvement head that predicts when language steering will improve performance. We conformalize this improvement head to prevent harmful steering interventions, where the LFP decreases task performance relative to the original instruction on out-of-distribution scenarios. Crucially, our approach operates on arbitrary frozen pre-trained VLAs, requiring neither access to the original training distribution nor fine-tuning of the underlying model. On seen environments, our conformalized LFP improves base VLA performance by 24.7% in simulation and 65.0% in hardware. On visual and semantic perturbations, our conformalized LFP has strong harmlessness guarantees, and produces recovery behaviors not observed with open-loop prompting.

URL PDF HTML 收藏
2510.14836 2026-06-10 cs.CV cs.RO 版本更新 94%

QDepth-VLA: Quantized Depth Prediction as Auxiliary Supervision for Vision-Language-Action Models

QDepth-VLA:量化深度预测作为视觉-语言-动作模型的辅助监督

Yixuan Li, Yuhui Chen, Mingcai Zhou, Haoran Li, Zhengtao Zhang, Dongbin Zhao

机构 * School of Artificial Intelligence, University of Chinese Academy of Sciences(中国科学院大学人工智能学院) Institute of Automation, Chinese Academy of Sciences(中国科学院自动化研究所) Beijing Zhongke Huiling Robot Technology Co.(北京中科创联机器人科技有限公司)

专题命中 VLA模型 :VLA(title,title_cn);vision-language-action(title,abstract);action model(title);分类 cs.RO、cs.CV

AI总结 提出QDepth-VLA框架,通过辅助深度预测任务增强VLA模型的空间感知与推理能力,在仿真和真实任务中提升操作性能。

详情
AI中文摘要

空间感知和推理对于视觉-语言-动作(VLA)模型完成精细操作任务至关重要。然而,现有方法往往缺乏理解和推理精确控制所需的基本3D结构的能力。为解决这一局限,我们提出QDepth-VLA,一种通过辅助深度预测任务增强VLA模型的通用框架。设计了一个专门的深度专家,用于预测从VQ-VAE编码器获得的深度图的量化潜在令牌,使模型能够学习捕捉关键几何线索的深度感知表示。在仿真基准和真实世界任务上的实验结果表明,QDepth-VLA在操作任务上展现出强大的空间推理能力和竞争性能。

英文摘要

Spatial perception and reasoning are crucial for Vision-Language-Action (VLA) models to accomplish fine-grained manipulation tasks. However, existing approaches often lack the ability to understand and reason over the essential 3D structures necessary for precise control. To address this limitation, we propose QDepth-VLA, a general framework that augments VLA models with an auxiliary depth prediction task. A dedicated depth expert is designed to predict quantized latent tokens of depth maps obtained from a VQ-VAE encoder, enabling the model to learn depth-aware representations that capture critical geometric cues. Experimental results on the simulation benchmarks and real-world tasks demonstrate that QDepth-VLA yields strong spatial reasoning and competitive performance on manipulation tasks.

URL PDF HTML 收藏
2606.07895 2026-06-09 cs.CV cs.RO 新提交 94%

TBD-VLA: Temporal Block Diffusion Vision Language Action Model

TBD-VLA: 时序块扩散视觉语言动作模型

Sung-Wook Lee, Xuhui Kang, Yen-Ling Kuo

机构 * University of Virginia(弗吉尼亚大学)

专题命中 VLA模型 :VLA(title,title_cn);vision language action(title);action model(title);vision-language-action(abstract)

AI总结 提出TBD-VLA框架,通过时序块扩散机制实现离散令牌VLA模型的并行动作生成,兼顾时序连贯性与推理速度,在仿真和真实任务中优于先前方法。

详情
AI中文摘要

离散视觉-语言-动作(VLA)模型通常将动作生成建模为离散动作空间上的下一个令牌预测,每个令牌自回归地依赖于先前的上下文。虽然有效,但这种范式会导致高推理延迟,并且很大程度上忽略了动作轨迹中固有的时间结构。最近的工作引入并行解码以提高效率,实现更快的推理,但缺乏建模令牌依赖关系的显式机制。我们提出TBD-VLA,一种基于离散令牌的VLA框架,它结合了块扩散以实现时序动作生成。我们将动作序列划分为时间块,并在每个块内执行掩码离散扩散,同时保持跨块的自回归生成。这种设计统一了时序自回归和并行动作解码,实现了强时序连贯性和改进的推理速度。此外,显式的时序建模通过时序修补实现了动作块(例如实时分块)的异步执行。TBD-VLA在仿真和真实世界的操作任务中显著优于先前的VLA方法,为走向快速、时序感知的离散VLA模型提供了一条可扩展的路径。项目网页:https://tbd-vla.github.io/

英文摘要

Discrete Vision-Language-Action (VLA) models typically formulate action generation as next-token prediction over discretized action spaces, conditioning each token autoregressively on prior context. While effective, this paradigm incurs high inference latency and largely ignores the temporal structure inherent in action trajectories. Recent efforts introduce parallel decoding to improve efficiency, enabling faster inference, but lack explicit mechanisms for modeling token dependencies. We introduce TBD-VLA, a discrete token-based VLA framework that incorporates block diffusion to enable temporal action generation. We partition action sequences into temporal blocks and perform masked discrete diffusion within each block, while maintaining autoregressive generation across blocks. This design unifies temporal autoregression and parallel action decoding, achieving both strong temporal coherence and improved inference speed. In addition, the explicit temporal modeling enables asynchronous execution of action chunks (e.g., Real-Time Chunking) via temporal in-painting. TBD-VLA significantly outperforms prior VLA approaches in both simulation and real-world manipulation tasks, offering a scalable path toward fast, temporally aware, discrete VLA models. Project webpage: https://tbd-vla.github.io/

URL PDF HTML 收藏
2605.17486 2026-05-19 cs.RO cs.LG 94%

DyGRO-VLA: Cross-Task Scaling of Vision-Language-Action Models via Dynamic Grouped Residual Optimization

DyGRO-VLA: 通过动态分组残差优化实现跨任务的视觉-语言-动作模型扩展

Sixu Lin, Yunpeng Qing, Litao Liu, Ming Zhou, Ruixing Jin, Xiaoyi Fan, Guiliang Liu

机构 * School of Data Science, The Chinese University of Hong Kong (Shenzhen)(香港中文大学(深圳)数据科学学院) Shenzhen Loop Area Institute(深圳河套学院) Zhejiang University(浙江大学) Rutgers University-New Brunswick(罗格斯大学新布朗斯维尔回声分校) Shanghai AI Laboratory(上海人工智能实验室) Jiangxing Intelligence Technology Inc.(江行智能科技有限公司)

专题命中 VLA模型 :VLA(title,title_cn);vision-language-action(title,abstract);action model(title);分类 cs.RO、cs.LG

AI总结 本文提出DyGRO-VLA,一种通过动态分组残差优化实现跨任务视觉-语言-动作模型扩展的两阶段优化框架,旨在提升模型的泛化能力。

详情
AI中文摘要

最近在强化学习(RL)方面的进展提供了一种系统的方法来优化视觉-语言-动作(VLA)模型,推动了从轨迹模仿到任务环境中的主动学习的转变。尽管在控制精度上有所改进,大多数RL优化器仍然任务特定,这使VLA模型从通用控制器退化为过度拟合狭窄任务集的策略。在本研究中,我们深入分析了这一现象,并强调了跨任务特征表示对提高VLA模型泛化能力的重要性。受这一发现的启发,我们引入了DyGRO-VLA,一种两阶段优化框架,1)基于信息论原理有效地捕捉跨任务潜在表示,2)通过混合的RL残差动态优化策略。DyGRO-VLA使RL优化器能够在优化过程中利用任务相关的潜在信息,同时战略性地减轻对学习表示的不利干扰。我们在LIBERO、RoboTwin2基准以及现实世界中评估了我们的方法,证明了在多任务训练和分布偏移下,与强基线相比,我们的方法具有持续的改进。

英文摘要

Recent progress in Reinforcement Learning (RL) provides a principled approach to optimizing Vision-Language-Action (VLA) models, facilitating a shift from trajectory imitation to active learning in the task environment. Despite improvements in control precision, most RL optimizers remain task-specific, which reduces VLA models from generalist controllers to policies that overfit to a narrow set of tasks. In this study, we conduct an in-depth analysis of this phenomenon and highlight the importance of cross-task feature representations for improving the generalizability of VLA models. Motivated by this finding, we introduce DyGRO-VLA, a two-stage optimization framework that 1) effectively captures cross-task latent representations based on information-theoretic principles, and 2) dynamically refines policy optimization via a mixture-of-RL-residuals. DyGRO-VLA enables the RL optimizer to exploit task-relevant latent information while strategically mitigating adverse interference on the learned representations throughout the optimization process. We evaluate our approach on LIBERO, RoboTwin2 benchmarks, and further validate it on real world, demonstrating consistent improvements over strong baselines under multi-task training and distribution shift.

URL PDF HTML 收藏
2603.10126 2026-05-12 cs.RO cs.AI 94%

AR-VLA: True Autoregressive Action Expert for Vision-Language-Action Models

AR-VLA:面向视觉-语言-动作模型的真自回归动作专家

Yutong Hu, Jan-Nico Zaech, Nikolay Nikolov, Yuanqi Yao, Sombit Dey, Giuliano Albanese, Renaud Detry, Luc Van Gool, Danda Paudel

机构 * KU Leuven, Dept. Mechanical Engineering, Research unit Robotics, Automation and Mechatronics(库勒恩大学,机械工程系,机器人、自动化与机电一体化研究单位) KU Leuven, Dept. Electrical Engineering, Research unit Processing Speech and Images(库勒恩大学,电气工程系,语音和图像处理研究单位)

专题命中 VLA模型 :VLA(title,title_cn);vision-language-action(title,abstract);action model(title);分类 cs.RO、cs.AI

AI总结 AR-VLA提出了一种自回归动作专家,通过长时记忆保持上下文,解决快控与慢思的频率不匹配问题,实现高效预训练和模块化集成,提升动作生成的时空一致性。

Comments RSS 2026 accepted

详情
AI中文摘要

我们提出了一种独立的自回归(AR)动作专家,能够在可刷新的视觉-语言前缀条件下生成连续因果序列的动作。与现有视觉-语言-动作(VLA)模型和扩散策略不同,该动作专家通过长生命周期记忆保持自身历史,并具备内在上下文感知能力。这种结构解决了快速控制与缓慢推理之间的频率不匹配问题,使动作语法的高效独立预训练和与重型感知骨干网络的模块化集成成为可能,从而在帧间实现时空一致的动作生成。为同步这些异步的混合V-L-A模态,我们利用重锚定机制,在训练和推理过程中数学上考虑感知陈旧问题。在模拟和真实机器人操作任务中的实验表明,所提出的方法可以有效替代传统分块动作头,适用于专门化和通用化策略。AR-VLA在保持或超越现有反应式VLA任务成功率的同时,表现出更强的历史感知能力和更平滑的动作轨迹。总体而言,我们的工作引入了一种可扩展、上下文感知的动作生成方案,为训练有效的机器人策略提供了稳健的结构基础。代码和视频可在https://arvla.insait.ai获取。

英文摘要

We propose a standalone autoregressive (AR) Action Expert that generates actions as a continuous causal sequence while conditioning on refreshable vision-language prefixes. In contrast to existing Vision-Language-Action (VLA) models and diffusion policies that reset temporal context with each new observation and predict actions reactively, our Action Expert maintains its own history through a long-lived memory and is inherently context-aware. This structure addresses the frequency mismatch between fast control and slow reasoning, enabling efficient independent pretraining of kinematic syntax and modular integration with heavy perception backbones, naturally ensuring spatio-temporally consistent action generation across frames. To synchronize these asynchronous hybrid V-L-A modalities, we utilize a re-anchoring mechanism that mathematically accounts for perception staleness during both training and inference. Experiments on simulated and real-robot manipulation tasks demonstrate that the proposed method can effectively replace traditional chunk-based action heads for both specialist and generalist policies. AR-VLA exhibits superior history awareness and substantially smoother action trajectories while maintaining or exceeding the task success rates of state-of-the-art reactive VLAs. Overall, our work introduces a scalable, context-aware action generation schema that provides a robust structural foundation for training effective robotic policies. Code and Videos available at https://arvla.insait.ai

URL PDF HTML 收藏
2605.09410 2026-05-12 cs.RO cs.AI 94%

RePO-VLA: Recovery-Driven Policy Optimization for Vision-Language-Action Models

RePO-VLA:面向视觉-语言-动作模型的恢复驱动策略优化

Weijia Liufu, Xiaoyu Guo, Ruiyi Chen, Jingzhi Liu, Kaidong Zhang, Xiwen Liang, Jianqi Lin, Dawei Sun, Yuze Wang, Rongtao Xu, Bingqian Lin, Bowen Yang, Tongtong Cao, Bowen Peng, Dongyu Zhang, Guangrun Wang, Min Wang, Liang Lin, Xiaodan Liang

机构 * Sun Yat-sen University(中山大学) South China University of Technology(华南理工大学) Peng Cheng Laboratory(鹏城实验室) Harbin Institute of Technology(哈尔滨工业大学) Institute of Automation, Chinese Academy of Sciences(中国科学院自动化研究所) Huawei Noah’s Ark Lab(华为诺亚实验室)

专题命中 VLA模型 :VLA(title,title_cn);vision-language-action(title,abstract);action model(title);分类 cs.RO、cs.AI

AI总结 本文提出RePO-VLA框架,通过恢复驱动策略优化提升视觉-语言-动作模型在长时程接触丰富操作中的鲁棒性,通过恢复意识初始化、进度感知语义价值函数和价值条件细化等方法,提高对抗成功率。

详情
AI中文摘要

视觉-语言-动作(VLA)模型在长时程、接触丰富的操作中仍然脆弱,因为仅成功模仿提供很少的执行漂移监督,而失败的运行通常被丢弃。我们引入RePO-VLA,一种以恢复驱动的策略优化框架,将成功、恢复和失败轨迹分配不同的角色。RePO-VLA首先应用恢复意识初始化(RAI),切片恢复段并重置历史,使纠正动作依赖于当前不利状态而不是先前的失败。然后学习进度感知语义价值函数(PAS-VF),将时空轨迹特征与指令和成功参考对齐。所产生的标签通过可靠性衰减挽救有用的失败前缀,而低价值标签标记漂移和终端崩溃,教导不同名义、失败和纠正动作之间的差异。数据引擎将不利状态转化为计划生成或人工收集的纠正运行,教导恢复到成功流形。价值条件细化(VCR)训练策略优先选择高进度动作。在部署时,固定高值(v=1.0)使动作偏向于学习的成功流形,而无需在线失败检测器或启发式重试。我们引入FRBench,具有标准化的错误注入和以恢复为导向的评估。在模拟和现实双臂任务中,RePO-VLA提高了鲁棒性,将对抗成功率从20%提高到平均75%,在扩展的现实任务中最高达到80%。

英文摘要

Vision-Language-Action (VLA) models remain brittle in long-horizon, contact-rich manipulation because success-only imitation provides little supervision for execution drift, while failed rollouts are often discarded. We introduce RePO-VLA, a recovery-driven policy optimization framework that assigns distinct roles to success, recovery, and failure trajectories. RePO-VLA first applies Recovery-Aware Initialization (RAI), slicing recovery segments and resetting history so corrective actions depend on the current adverse state rather than the preceding failure. It then learns a Progress-Aware Semantic Value Function (PAS-VF), aligning spatiotemporal trajectory features with instructions and successful references. The resulting labels salvage useful failure prefixes via reliability decay, while low-value labels mark drift and terminal breakdowns, teaching differences among nominal, failed, and corrective actions. The data engine turns adverse states into planner-generated or human-collected corrective rollouts, teaching recovery to the success manifold. Value-Conditioned Refinement (VCR) trains the policy to prefer high-progress actions. At deployment, a fixed high value ($v=1.0$) biases actions toward the learned success manifold without online failure detectors or heuristic retries. We introduce FRBench, with standardized error injection and recovery-focused evaluation. Across simulated and real-world bimanual tasks, RePO-VLA improves robustness, raising adversarial success from 20% to 75% on average and up to 80% in scaled real-world trials.

URL PDF HTML 收藏
2607.26991 2026-07-31 cs.RO 版本更新 94%

RL$^2$-VLA: Adaptive RL Latent Compositional Steering with Test-Time Scaling for Vision-Language-Action Models

RL²-VLA:面向视觉-语言-动作模型的测试时缩放自适应RL隐成分引导

Derek Ming Siang Tan, Shailesh Shailesh, Srikrishna Iyer, William Wei Jie Teo, Yuanliang Ju, Qiao Gu, Guillaume Sartoretti

机构 * National University of Singapore(新加坡国立大学) University of Toronto(多伦多大学) Singapore Technologies Engineering(新加坡科技工程公司)

专题命中 VLA模型 :VLA(title,title_cn);vision-language-action(title,abstract);action model(title);分类 cs.RO

AI总结 针对VLA模型分布外任务性能下降问题,提出基于VLA隐空间的自适应推理时引导框架RL²,仅在预测失败时激活成分引导,在SIMPLER等基准上分布外成功率最高提升17.3%,可迁移至真实世界。

Comments Code and models are available at https://rl2-vla.github.io

详情
AI中文摘要

尽管视觉-语言-动作(VLA)模型具备令人印象深刻的视觉运动能力,但其在具有挑战性和分布外任务上的性能往往会下降。近期的测试时引导与缩放方法无需大量数据收集和重新训练即可提升性能,但动作样本往往仍集中在相似行为周围,因此继承了相关的失败模式。此外,现有方法在每个时间步都采用相同的干预策略,无论基础策略是否已有可能成功。为解决这些局限,我们引入RL²,一种利用VLA隐空间上强化学习的自适应推理时引导框架。首先,我们训练一个轻量级离线RL策略,该策略以从VLA动作专家提取的高表达隐空间为条件,在推理时将其流速度与冻结VLA的流速度进行组合。这种成分引导策略将大规模模仿学习的行为先验与离线RL在主导演示模式之外诱导的动作多样性相结合。我们进一步发现,推理时引导在成功和失败状态下遵循根本不同的缩放规律,表明动作多样性在基础VLA可能失败时最有益,但在可能成功时会不必要地扰动已准确的动作。基于这一见解,RL²仅在预测失败时激活成分引导。在SIMPLER和PolaRiS基准上,RL²在分布外设置中将成功率提升了最多17.3%,而消融实验和缩放研究证明了隐表示和RL训练的重要性。最后,真实世界实验表明,这些提升可迁移到模拟之外,确立RL²为VLA部署的实用且模块化的引导框架。

英文摘要

Despite the impressive visuomotor capabilities enabled by Vision-Language-Action (VLA) models, their performance often degrades on challenging and out-of-domain tasks. Recent test-time steering and scaling methods improve performance without extensive data collection and retraining, but action samples often remain concentrated around similar behaviors and therefore inherit correlated failure modes. Moreover, existing methods apply the same intervention strategy at every timestep, regardless of whether the base policy is already likely to succeed. To address these limitations, we introduce $RL^2$, an adaptive inference-time steering framework that leverages Reinforcement Learning on VLA Latents. First, we train a lightweight offline RL policy conditioned on expressive latents extracted from the VLA action expert and compose its flow velocity with that of the frozen VLA during inference. This compositional steering strategy combines the behavioral priors of large-scale imitation learning with the action diversity induced by offline RL beyond dominant demonstration modes. We further discover that inference-time steering follows fundamentally different scaling laws under success and failure states, revealing that action diversity is most beneficial when the base VLA is likely to fail, but can unnecessarily perturb already-accurate actions when success is likely. Building on this insight, $RL^2$ activates compositional steering only when failure is predicted. Across the SIMPLER and PolaRiS benchmarks, $RL^2$ improves success rates by up to +17.3% in out-of-domain settings, while ablations and scaling studies demonstrate the importance of latent representations and RL training. Finally, real-world experiments demonstrate that these gains transfer beyond simulation, establishing $RL^2$ as a practical and modular steering framework for VLA deployment.

URL PDF HTML 收藏