Search papers, labs, and topics across Lattice.
This paper introduces Hermite trajectory priors to enhance the action chunk interface in Vision-Language-Action (VLA) models, addressing the issues of jagged motion and discontinuities in robotic manipulation. By parameterizing trajectories as piecewise cubic Hermite curves, the authors enforce smoothness and continuity, leading to improved performance across various benchmarks. The key result shows that Hermite Regularization significantly boosts success rates in robotic tasks, achieving up to a 27% increase without additional inference overhead.
Explicitly structuring trajectory priors with Hermite curves can elevate robotic manipulation success rates by nearly 30%, transforming how VLA models handle action execution.
Despite recent progress in Vision-Language-Action (VLA) models for robotic manipulation, the action chunk remains a weakly structured interface. Existing work typically flatten each chunk into per-timestep controls, relying on implicit data learning that manifests as jagged motion and boundary discontinuities during physical execution. To address these limitations, we introduce Hermite trajectory priors, parameterizing the chunk trajectory as a piecewise cubic Hermite curve defined by endpoint positions and velocities to explicitly enforce smoothness and continuity. We instantiate this fixed operator across discrete autoregressive and continuous generative paradigms via three variants: (1) Hermite Tokens, which predict quantized boundary variables autoregressively; (2) Hermite Scaffold, which decomposes clean actions into a base scaffold and residuals; and (3) Hermite Regularization, which applies the prior strictly as an auxiliary training objective. Across simulation benchmarks and real-robot platforms, Hermite Regularization achieves superior performance among these three variants, improving 蟺0.5 baseline success rates from 95.9% to 98.7% on LIBERO, 85.7% to 90.9% on LIBERO-plus, and 63.4% to 90.0% across four real-robot tasks without additional inference overhead. Trajectory analyses reveal that explicitly structuring trajectory priors serves most effectively as a learning inductive bias rather than a runtime constraint.