Vision-language-action policy training
Vision-language-action (VLA) papers focused on the parts of policy learning that decide whether a high-level model can control a robot. ZR-0 trains a 2.6B-parameter VLA model with dense embodied chain-of-thought labels, then skips text generation at inference while a diffusion action expert outputs continuous action chunks. It reports 97.8% average success on LIBERO and uses ProcCorpus-60M, with about 60M frames and ECoT labels for 96.8% of frames.
T2VLA adds reinforcement learning (RL) at test time using the policy’s own confidence as the reward signal. On LIBERO, it raises OpenVLA-OFT from 91.0% to 97.2% average success, π0 from 57.7% to 81.9%, and π0.5 from 77.1% to 85.1%. SA-VLA attacks a lower-level failure point: fixed action-token decoding. Its state-aware tokenizer lifts RoboTwin average success to 0.56, compared with 0.29 for the strongest listed tokenizer baseline.