Research Papers 论文研究 2d ago Updated 1d ago 更新于 1天前 45

Role-Conditioned Sub-Token Routing for Efficient Vision-Language-Action Policies 角色条件子Token路由用于高效视觉-语言-动作策略

RoleSub introduces a novel sub-token compression technique for Vision-Language-Action (VLA) models that partitions value representations into groups and routes them based on token, role, and language context Unlike token pruning which discards entire tokens, RoleSub retains more tokens while reducing their value width, addressing fragility issues in aggressive compression Evaluated on OpenVLA-OFT-7B across LIBERO suites, outperforming token-only controls in 33 of 36 settings with largest gains u 提出RoleSub(角色条件子令牌路由)方法,通过压缩保留令牌的价值表示而非直接剪枝来提升VLA模型推理效率 路由决策基于令牌表示、学习到的潜在角色表示和语言上下文,在正交空间中分组并选择性保留 该方法可同时应用于视觉和语言令牌压缩,无需额外增加令牌数量 在OpenVLA-OFT-7B和LIBERO套件上验证,KV缓存降至原始9.2-11.3%且保持强控制性能 在33/36设置中优于仅剪枝令牌的控制方法,激进压缩下增益最大

58
Hot 热度
72
Quality 质量
65
Impact 影响力

Analysis 深度分析

TL;DR

  • RoleSub introduces a novel sub-token compression technique for Vision-Language-Action (VLA) models that partitions value representations into groups and routes them based on token, role, and language context
  • Unlike token pruning which discards entire tokens, RoleSub retains more tokens while reducing their value width, addressing fragility issues in aggressive compression
  • Evaluated on OpenVLA-OFT-7B across LIBERO suites, outperforming token-only controls in 33 of 36 settings with largest gains under aggressive compression
  • Combined visual and language compression reduces total KV cache to 9.2-11.3% of original while maintaining strong robotic control performance

Why It Matters

This work addresses a critical bottleneck in VLA deployment—expensive inference from long multimodal token sequences—by introducing a complementary compression strategy that preserves more information than aggressive token pruning. For AI practitioners building robotic systems, this enables more efficient deployment of vision-language-action models without catastrophic performance loss.

Technical Details

  • RoleSub partitions each retained value representation into groups in an orthogonal space after visual token reduction, using a lightweight router conditioned on token representation, learned latent role representation, and language context
  • The mechanism applies to both visual and language values, enabling dual compression without additional token removal
  • Evaluated on OpenVLA-OFT-7B architecture across four LIBERO benchmark suites for robotic manipulation tasks
  • Achieves 9.2-11.3% KV retention while maintaining strong control performance, with consistent outperformance (33/36 settings) versus token-only compression baselines

Industry Insight

  • Sub-token compression represents a promising direction for VLA efficiency that complements existing token pruning methods, particularly for resource-constrained robotic deployment scenarios
  • The role-conditioned routing approach could inspire similar adaptive compression strategies for other multimodal architectures beyond robotics
  • Aggressive KV reduction to ~10% of original size while maintaining performance suggests practical pathways for real-time VLA inference on edge hardware

TL;DR

  • 提出RoleSub(角色条件子令牌路由)方法,通过压缩保留令牌的价值表示而非直接剪枝来提升VLA模型推理效率
  • 路由决策基于令牌表示、学习到的潜在角色表示和语言上下文,在正交空间中分组并选择性保留
  • 该方法可同时应用于视觉和语言令牌压缩,无需额外增加令牌数量
  • 在OpenVLA-OFT-7B和LIBERO套件上验证,KV缓存降至原始9.2-11.3%且保持强控制性能
  • 在33/36设置中优于仅剪枝令牌的控制方法,激进压缩下增益最大

为什么值得看

本文针对VLA模型推理成本高的核心痛点,提出了一种不同于传统令牌剪枝的子令牌压缩方案,为多模态大模型的部署效率优化提供了新思路。研究成果对机器人操作、自动驾驶等需要实时VLA推理的应用场景具有直接参考价值。

技术解析

  • 核心方法:RoleSub在视觉令牌减少后,将每个保留令牌的价值表示在正交空间中划分为多个组,通过轻量级路由器决定保留哪些组,路由条件包括令牌表示、学习到的潜在角色表示和语言上下文。
  • 双向压缩:同一机制可应用于语言值压缩,实现视觉和语言表示的同时压缩而不增加额外令牌。
  • 实验设置:在OpenVLA-OFT-7B模型上,使用LIBERO四套基准套件进行评估,与仅剪枝令牌的控制方法对比。
  • 性能结果:在匹配的视觉KV预算下,RoleSub在33/36设置中优于控制方法,激进压缩条件下增益最大;结合视觉和语言压缩后总KV降至原始的9.2-11.3%,多数任务保持强控制性能。

行业启示

  • 子令牌压缩可作为令牌剪枝的有效补充,为VLA模型的高效部署提供新的技术路径,尤其在资源受限的边缘设备场景下具有应用潜力。
  • 多模态表示中感知、语言和控制信息的分布差异需要通过条件路由机制来针对性处理,这一思路可推广至其他多模态模型优化。
  • KV缓存压缩至10%左右仍能保持任务性能,表明VLA模型存在显著的计算冗余,行业可关注此类压缩技术以推动实时机器人系统的落地。

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

Research 科学研究 Inference 推理 Multimodal 多模态 LLM 大模型 Training 训练