Multimodal Learning 相关度: 9/10

Act, Think or Abstain: Complexity-Aware Adaptive Inference for Vision-Language-Action Models

Riccardo Andrea Izzo, Gianluca Bardaro, Matteo Matteucci
arXiv: 2603.05147v1 发布: 2026-03-05 更新: 2026-03-05

AI 摘要

提出一种复杂度感知的自适应VLA框架,通过视觉信息判断任务复杂度,提升推理效率和鲁棒性。

主要贡献

  • 提出了复杂度感知的自适应推理框架,提升VLA模型的效率。
  • 利用视觉信息进行任务复杂度检测,实现Act, Think, Abstain三种执行策略。
  • 在LIBERO等数据集上验证了视觉信息在任务复杂度检测上的有效性。

方法论

将VLA backbone转化为主动检测工具,通过参数和非参数估计器预测任务复杂度,动态选择执行策略。

原文摘要

Current research on Vision-Language-Action (VLA) models predominantly focuses on enhancing generalization through established reasoning techniques. While effective, these improvements invariably increase computational complexity and inference latency. Furthermore, these mechanisms are typically applied indiscriminately, resulting in the inefficient allocation of resources for trivial tasks while simultaneously failing to provide the uncertainty estimation necessary to prevent catastrophic failure on out-of-distribution tasks. Inspired by human cognition, we propose an adaptive framework that dynamically routes VLA execution based on the complexity of the perceived state. Our approach transforms the VLA's vision-language backbone into an active detection tool by projecting latent embeddings into an ensemble of parametric and non-parametric estimators. This allows the system to execute known tasks immediately (Act), reason about ambiguous scenarios (Think), and preemptively halt execution when encountering significant physical or semantic anomalies (Abstain). In our empirical analysis, we observe a phenomenon where visual embeddings alone are superior for inferring task complexity due to the semantic invariance of language. Evaluated on the LIBERO and LIBERO-PRO benchmarks as well as on a real robot, our vision-only configuration achieves 80% F1-Score using as little as 5% of training data, establishing itself as a reliable and efficient task complexity detector.

标签

Vision-Language-Action Adaptive Inference Complexity Awareness Robotics

arXiv 分类

cs.CV cs.RO