Search papers, labs, and topics across Lattice.
This paper introduces DriftingVLA, a novel vision-language-action model that generates complete action chunks in a single forward pass, significantly reducing latency in online robot control. By employing a distribution-drifting objective and Per-Dimension Temporal Drifting (PDTD), the model allows for fine-grained control over action dimensions while preserving inter-dimensional dependencies. The results demonstrate that DriftingVLA achieves superior performance on various benchmarks, with a 3.36-fold increase in action generation speed compared to traditional multi-step methods.
Achieving a 3.36-fold speedup in action generation, DriftingVLA eliminates the need for iterative refinement while maintaining high performance in robot control tasks.
Conventional flow-based vision-language-action (VLA) models support expressive continuous action generation but rely on multi-step refinement to produce each action chunk, increasing latency in online robot control. To address this issue, we introduce DriftingVLA, a native one-step VLA that generates a complete action chunk with a single action-expert forward pass. Rather than learning a flow field that requires iterative integration at inference, DriftingVLA uses a distribution-drifting objective to learn a direct noise-to-action-chunk mapping for one-step deployment. Since robot action dimensions carry distinct control semantics and distributional characteristics, we further introduce Per-Dimension Temporal Drifting (PDTD). PDTD treats the complete temporal trajectory of each action dimension as a separate drifting unit, enabling finer-grained modeling and shaping of dimension-specific action distributions. This per-dimension decomposition applies only to the training objective; the shared VLA model still generates the complete action chunk jointly, thereby preserving cross-dimensional dependencies. DriftingVLA achieves 98.32% success on LIBERO, 81.09% on RoboTwin 2.0, and 77.67% across six real-world single- and dual-arm tasks, outperforming the evaluated multi-step flow policy and one-step VLA baselines. Native one-step deployment also delivers a 3.36-fold speedup in action-chunk generation, eliminating iterative refinement without sacrificing control performance.