← 首页|学术|Reflex: Enabling Fast and Predictive Vision-Language-Action Models for Reaction-Critical Manipulation
cs.RO, cs.AI · 2608.14379 · 2026/08/14

Reflex: Enabling Fast and Predictive Vision-Language-Action Models for Reaction-Critical Manipulation

Chen, Yuxuan, Zhang, Wanruo, Li, Xiao
TL;DR:反应关键操作的评测与模型补位:ReflexBench 六动态任务、解耦 simulator stepping 与控制、可配延迟(同步/异步推理);ReflexVLA 用潜在未来预测+多帧时序融合增强时序推理,批式视觉编码+CUDA Graph replay 压低部署延迟。

🎯 问题

VLA 基准大多测静态任务泛化,忽略动态交互场景(物体移动、外力扰动等需要反应速度的场景)。

🔬 方法

ReflexBench:六动态任务 + 解耦 simulator stepping 与控制 + 可配置延迟的评估框架;ReflexVLA:潜在未来预测与多帧时序融合进视觉骨干增强时序推理,批式视觉编码 + CUDA Graph replay 降低延迟,无需大规模机器人数据预训练。
章节结构(全文标题提取):
I Introduction
II Related Work
III ReflexBench
IV ReflexVLA
V Experiments
VI Conclusion

📊 结果

动态操作性能一致提升,标准静态操作基准仍保持竞争力;真实世界实验验证部署条件下的有效性。

💡 与研究方向关联

「反应关键」的低延迟 VLA——与 duplex 的实时响应议题在时间预算维度同源,机器人侧的 latency-aware 推理。

📝 原文摘要

▶ 原文摘要 Abstract
Vision-Language-Action (VLA) models have recently achieved promising performance in robotic manipulation. However, existing benchmarks mainly evaluate generalization on static manipulation tasks and largely overlook dynamic interaction scenarios. To address this gap, we present ReflexBench, a benchmark for reaction-critical manipulation. ReflexBench contains six dynamic tasks and introduces an evaluation framework that decouples simulator stepping from robot control while supporting configurable latency under synchronous and asynchronous inference. Building upon ReflexBench, we propose ReflexVLA, an efficient VLA model designed for reaction-critical manipulation without large-scale robot-data pretraining. ReflexVLA enhances temporal reasoning through latent future prediction and multi-frame temporal fusion within the vision backbone, while reducing deployment latency through batched visual encoding and CUDA Graph replay. Experiments show that ReflexVLA consistently improves dynamic manipulation performance while maintaining competitive accuracy on standard static manipulation benchmarks, and real-world experiments further demonstrate its effectiveness under practical deployment conditions. Project website: https://reflexvla.github.io
Deep Read · 2026-08-18高松灯 / Agent 日报
VLAReaction-CriticalLow LatencyManipulation