Search papers, labs, and topics across Lattice.
The paper introduces $Δ$VLA, a vision-language-action model that predicts world-knowledge variations relative to a current-world knowledge prior, instead of directly forecasting future world states, to improve robotic manipulation. $Δ$VLA employs a Prior-Guided World-Knowledge Extractor (PWKE) to extract relevant knowledge, a Latent World Variation Quantization (LWVQ) module to encode knowledge variations in a discrete latent space, and a Conditional Variation Attention (CV-Atten) mechanism to promote disentangled learning. Experiments on simulated and real-world robotic tasks demonstrate state-of-the-art performance and improved efficiency compared to existing VLA models.
Stop predicting the future, start predicting *change*: $Δ$VLA guides robotic action by modeling how world knowledge *varies* under actions, not by forecasting absolute future states.
Recent vision-language-action (VLA) models have significantly advanced robotic manipulation by unifying perception, reasoning, and control. To achieve such integration, recent studies adopt a predictive paradigm that models future visual states or world knowledge to guide action generation. However, these models emphasize forecasting outcomes rather than reasoning about the underlying process of change, which is essential for determining how to act. To address this, we propose $Δ$VLA, a prior-guided framework that models world-knowledge variations relative to an explicit current-world knowledge prior for action generation, rather than regressing absolute future world states. Specifically, 1) to construct the current world knowledge prior, we propose the Prior-Guided WorldKnowledge Extractor (PWKE). It extracts manipulable regions, spatial relations, and semantic cues from the visual input, guided by auxiliary heads and prior pseudo labels, thus reducing redundancy. 2) Building upon this, to represent how world knowledge evolves under actions, we introduce the Latent World Variation Quantization (LWVQ). It learns a discrete latent space via a VQ-VAE objective to encode world knowledge variations, shifting prediction from full modalities to compact latent. 3)Moreover, to mitigate interference during variation modeling, we design the Conditional Variation Attention (CV-Atten), whichpromotes disentangled learning and preserves the independence of knowledge representations. Extensive experiments on both simulated benchmarks and real-world robotic tasks demonstrate $Δ$VLA achieves state-of-the-art performance while improving efficiency. Code and real-world execution videos are available at https://github.com/JiuTian-VL/DeltaVLA.