paper-with-me

홈 › Papers

Robotic Policy Adaptation via Weight-Space Meta-Learning

2026-06-05 · Christian Bianchi, Siamak Yousefi, Alessio Sampieri, Andrea Roberti, Luca Rigazio, Fabio Galasso, Luca Franco arxiv

Vision-Language-Action (VLA) models are emerging as a promising paradigm for robotic manipulation, enabling general-purpose policies trained from large corpora of demonstrations and action labels. However, adapting these models to new tasks still typically requires task-specific demonstrations, action annotations, and additional fine-tuning, making deployment costly and difficult to scale. We propose WIZARD, a weight-space meta-learning framework that sidesteps task-specific fine-tuning by generating task-specific LoRA parameters for a frozen VLA policy. Given only a language instruction and a short demonstration video, WIZARD predicts the corresponding adaptation weights in a single forward pass, without target-task action labels or test-time optimization. During meta-training, WIZARD learns to map task evidence directly to expert LoRA updates, capturing relationships between tasks in weight space. Experiments on LIBERO show that WIZARD improves performance by up to ~2x on unseen dataset collections and up to ~14x on unseen tasks. On a Franka Emika Panda, WIZARD consistently improves over a real-domain adapted baseline, showing that generated adapters provide task-level specialization beyond simulation.

📄 PDF Abstract BibTeX arXiv:2606.07217

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Bayesian Meta-Learning for Few-Shot Policy Adaptation Across Robotic Platforms

2021-03-05 · Ali Ghadirzadeh, Xi Chen, Petra Poklukar, Chelsea Finn 외

Reinforcement learning methods can achieve significant performance but require a large amount of training data collected on the same robotic platform. A policy trained with expensive data is rendered useless after making…

Meta-Learning

Meta Reinforcement Learning for Sim-to-real Domain Adaptation

2019-09-16 · Karol Arndt, Murtaza Hazara, Ali Ghadirzadeh, Ville Kyrki

Modern reinforcement learning methods suffer from low sample efficiency and unsafe exploration, making it infeasible to train robotic policies entirely on real hardware. In this work, we propose to address the problem of…

Domain AdaptationMeta-LearningMeta Reinforcement Learningreinforcement-learning+2

Evaluating Model-Agnostic Meta-Learning on MetaWorld ML10 Benchmark: Fast Adaptation in Robotic Manipulation Tasks

2025-11-15 · Sanjar Atamuradov arxiv

Meta-learning algorithms enable rapid adaptation to new tasks with minimal data, a critical capability for real-world robotic systems. This paper evaluates Model-Agnostic Meta-Learning (MAML) combined with Trust Region P…

Efficient Continual Adaptation of Pretrained Robotic Policy with Online Meta-Learned Adapters

2025-03-24 · Ruiqi Zhu, Endong Sun, Guanhe Huang, Oya Celiktutan

Continual adaptation is essential for general autonomous agents. For example, a household robot pretrained with a repertoire of skills must still adapt to unseen tasks specific to each household. Motivated by this, build…

Meta-Learningparameter-efficient fine-tuningTransfer Learning

Linear Representation Meta-Reinforcement Learning for Instant Adaptation

2021-01-12 · Matt Peng, Banghua Zhu, Jiantao Jiao

This paper introduces Fast Linearized Adaptive Policy (FLAP), a new meta-reinforcement learning (meta-RL) method that is able to extrapolate well to out-of-distribution tasks without the need to reuse data from training,…

continuous-controlContinuous ControlMeta Reinforcement Learningreinforcement-learning+2