Search papers, labs, and topics across Lattice.
This paper introduces SparkVLA, a hierarchical Vision-Language-Action (VLA) system that addresses the interdependent decisions of when to stop a subtask and how far to execute an action chunk by ranking these options in a unified candidate set. By utilizing an Anchor-Conditioned Context Encoding module and a Stop-Aware Action-Prefix Selection head, SparkVLA efficiently prunes visual tokens and scores action candidates, leading to significant improvements in task success rates. On the RoboCerebra platform, SparkVLA achieves a 47.12% success rate, outperforming existing hierarchical baselines by over 30% and demonstrating its effectiveness in real-robot experiments.
SparkVLA redefines task execution in hierarchical VLA systems, achieving over 30% improvement in success rates by integrating stop and action length decisions into a single ranking process.
At every re-observation point in a hierarchical Vision-Language-Action (VLA) system, two interface decisions must be made: when to terminate the current subtask and how far to execute the proposed action chunk. These decisions are mutually dependent---the optimal stopping point depends on what the executor plans to do, while the optimal execution length depends on where the subtask boundary lies---yet existing architectures evaluate them in isolation, an asymmetry neither module can overcome alone. We present SparkVLA, a stop-aware hierarchical VLA that resolves this mutual dependency by formulating both decisions as a single ranking: Stop competes against every action-prefix length in a unified candidate set, and the system selects the highest-scoring option, eliminating threshold tuning and requiring only offline ordinal preferences. An Anchor-Conditioned Context Encoding module caches a history-aware subtask anchor encoding onset-state memory and goal semantics, guiding visual-token pruning toward task-relevant regions; a Stop-Aware Action-Prefix Selection head scores all candidates via full self bnattention at chunk boundaries for efficiency. On RoboCerebra, SparkVLA achieves 47.12% success rate, surpassing the official hierarchical baseline by 30.57% and the strongest reproducible method by 26.83% Real-robot experiments on multi-step tasks further validate these gains on physical hardware.