Frozen-prior adaptation for few-demonstration VLA deployment
Teams adapting a pretrained VLA to a new robot station should test a small trainable adaptation path while keeping the pretrained action machinery visible during training or rollout. PriorVLA gives one implementation: keep a frozen Prior Expert, train a separate Adaptation Expert, and let learned queries read scene and motor features from the frozen path. UniSteer gives another for diffusion or flow-matching policies: freeze the decoder, train a lightweight noise actor, and map human corrective actions back into noise targets.
The adoption blocker is familiar in lab deployments: full fine-tuning can fit a small demonstration set and lose behavior that came from large-scale pretraining. PriorVLA reports 57% OOD success across eight real-world tasks and two embodiments with standard data, plus 32% OOD success with only 10 demonstrations per task. UniSteer reports real-world average success rising from 20% to 90% after 66 minutes of adaptation across four tasks, using fewer pure human trajectories than DAgger. A cheap validation is to run the same OOD placement and background suite against full fine-tuning, a frozen-prior adapter, and a human-correction noise actor, with success split by ID and OOD cases.