Pre-VLA: Preemptive Runtime Verification for Reliable Vision-Language-Action and World-Model Rollouts
TLDR
Pre-VLA preemptively verifies action validity for VLA and world models, improving success rates and reducing errors on LIBERO.
Reasoning
The paper presents a novel runtime verification method with strong empirical results on a standard benchmark, addressing a practical deployment issue. However, the abstract lacks details on generalization to diverse tasks and environments, and the method's reliance on a specific backbone may limit applicability.
Read-first score
Read-first score 52.1, weighted from topical fit, citation, graph, method, reproducibility, and recency signals. Original total remains 37.
Field roles
Rank sensitivity
Stability: volatile; rank range: 322.
Keyword Scores
Deep Analysis
Innovations
- Preemptive runtime verification before physical execution or world-model imagination
- Efficient multimodal backbone with modality-aware pooling and lightweight dual-branch head for safety confidence and advantage score prediction
- Multi-task training objective combining Focal classification, advantage regression, and soft-threshold calibration to handle class imbalance and boundary decisions
- Dual-mode preemptive resampling scheduler that filters low-quality actions and triggers adaptive resampling under limited computation budget
Methodology
Pre-VLA uses an efficient multimodal backbone with modality-aware pooling and a lightweight dual-branch head to predict safety confidence and critic-derived advantage scores for candidate action chunks. It is trained with a multi-task objective combining Focal classification, advantage regression, and soft-threshold calibration. During deployment, a dual-mode preemptive resampling scheduler filters low-quality actions and triggers adaptive resampling under a limited computation budget.
Key Results
On the LIBERO benchmark, Pre-VLA improves the average closed-loop success rate from 30.79% to 37.62% over RynnVLA-002, reduces task execution steps, achieves 183.9 ms average forward verification time per action chunk, and mitigates error accumulation in world-model rollouts.