BUILD TASK EXPERTS
Expert construction: train LoRA experts for meta-train datasets (LIBERO-Goal, LIBERO-Object, LIBERO-10) on top of a frozen VLA backbone.
Overview
Standard VLA adaptation is bottlenecked by task-specific action labels and test-time optimization. WIZARD removes both: it predicts LoRA weights directly from language + video evidence, then injects them into a frozen policy for zero-shot execution.
The method is trained with a meta-dataset of pairs (task embedding, expert LoRA update) and adds three robotics-specific design principles: multimodal weight structuring, scale-aware generation, and alignment-oriented supervision in weight space.
Method
Expert construction: train LoRA experts for meta-train datasets (LIBERO-Goal, LIBERO-Object, LIBERO-10) on top of a frozen VLA backbone.
Weight inference learning: encode task evidence from prompt and demo video, then train a meta-network to reconstruct expert LoRA updates in weight space.
Deployment-time adaptation: infer LoRA weights in one forward pass and inject them into the frozen policy, with no action labels and no gradient updates.
Evaluation
Split rule: meta-train on three LIBERO suites and evaluate on the unseen fourth suite.
Fixed starts: each task is tested on 50 predefined initial states to preserve comparability.
Reference methods: nearest-neighbor adapter retrieval and MT-VLA fine-tuning with OpenVLA-OFT and pi0.5.
Spatial reasoning| Bowl on stove to plate.
Object-centric transfer| Orange juice to basket.
Goal-conditioned behavior| Wine bottle to cabinet top.
Real Robot
Both baseline and WIZARD start from the same pi0.5 checkpoint (+ 30 adaptation episodes), isolating gains from task-level weight generation.
Grasp and lift| Robust banana pickup from clutter.
Reach and pick| Stable cup pickup in real scene.
Analysis
On LIBERO-Spatial, WIZARD reaches 90% success with no task-specific gradient updates, while MT-VLA starts near 22% and needs 25 demonstrations to match that level.
Even where zero-shot fails, generated adapters provide a better starting region: expert-level performance is recovered in 7 steps vs 9 steps with MT-VLA initialization.
Citation
@misc{bianchi2026roboticpolicyadaptationweightspace,
title={Robotic Policy Adaptation via Weight-Space Meta-Learning},
author={Christian Bianchi and Siamak Yousefi and Alessio Sampieri and Andrea Roberti and Luca Rigazio and Fabio Galasso and Luca Franco},
year={2026},
eprint={2606.07217},
archivePrefix={arXiv},
primaryClass={cs.RO},
url={https://arxiv.org/abs/2606.07217}
}