Search papers, labs, and topics across Lattice.
This paper introduces Pre-VLA, a runtime verification architecture for vision-language-action models that preemptively assesses action validity before execution or world-model rollout. Pre-VLA uses a multimodal backbone with modality-aware pooling and a dual-branch head to predict safety confidence and critic-derived advantage scores. Trained with a multi-task objective including Focal classification, advantage regression, and soft-threshold calibration, Pre-VLA improves closed-loop success rates and reduces execution steps on the LIBERO benchmark.
Stop letting bad actions ruin your VLA rollouts: Pre-VLA uses runtime verification to boost success rates by 7% while slashing execution steps.
While large vision-language-action (VLA) models and generative world models (WM) have advanced long-horizon embodied intelligence, their practical deployment remains challenged by uncertainty in learning-based action generation. Low-quality actions may cause physical failures during execution or lead to misleading world-model rollouts with redundant rendering costs. To address this issue, we propose Pre-VLA, a unified runtime verification architecture that performs preemptive action validity assessment before physical execution or world-model imagination. Pre-VLA leverages an efficient multimodal backbone with modality-aware pooling and a lightweight dual-branch head to predict both safety confidence and critic-derived advantage scores for candidate action chunks. To handle severe class imbalance and unstable boundary decisions, we train Pre-VLA 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. Experiments on the LIBERO benchmark show that Pre-VLA improves the average closed-loop success rate across four suites 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.