paper-with-me

홈 › Papers

Refined Policy Distillation: From VLA Generalists to RL Experts

2025-03-06 · Tobias Jülg, Wolfram Burgard, Florian Walter

Recent generalist Vision-Language-Action Models (VLAs) can perform a variety of tasks on real robots with remarkable generalization capabilities. However, reported success rates are often not on par with those of expert policies. Moreover, VLAs usually do not work out of the box and often must be fine-tuned as they are sensitive to setup changes. In this work, we present Refined Policy Distillation (RPD), an RL-based policy refinement method that enables the distillation of large generalist models into small, high-performing expert policies. The student policy is guided during the RL exploration by actions of a teacher VLA for increased sample efficiency and faster convergence. Different from previous work that focuses on applying VLAs to real-world experiments, we create fine-tuned versions of Octo and OpenVLA for ManiSkill2 to evaluate RPD in simulation. As our results for different manipulation tasks demonstrate, RPD enables the RL agent to learn expert policies that surpass the teacher's performance in both dense and sparse reward settings. Our approach is even robust to changes in the camera perspective and can generalize to task variations that the underlying VLA cannot solve.

📄 PDF Abstract BibTeX arXiv:2503.05833

Code (0)

등록된 구현이 없습니다.

Tasks

Vision-Language-Action

Similar Papers 제목 키워드 기반

PADD: Path-Aligned Decompression Distillation for Non-Router Teacher to Guide MoE Student Learning

2026-06-09 · Xinyue Peng, Yi Qian, Jiaojiao Lin, Wenjian Shao 외 arxiv

As large language models (LLMs) continue to scale, it becomes increasingly challenging to grow model capacity under fixed computation budgets. We propose Path-Aligned Decompression Distillation (PADD), a framework for di…

Knowledge DistillationMathematical Reasoning

RLDG: Robotic Generalist Policy Distillation via Reinforcement Learning

2024-12-13 · Charles Xu, Qiyang Li, Jianlan Luo, Sergey Levine

Recent advances in robotic foundation models have enabled the development of generalist policies that can adapt to diverse tasks. While these models show impressive flexibility, their performance heavily depends on the q…

reinforcement-learningReinforcement Learning

On-Device Collaborative Language Modeling via a Mixture of Generalists and Specialists

2024-09-20 · Dongyang Fan, Bettina Messmer, Martin Jaggi

On-device LLMs have gained increasing attention for their ability to enhance privacy and provide a personalized user experience. To facilitate learning with private and scarce local data, federated learning has become a …

Federated LearningLanguage ModelingLanguage ModellingMixture-of-Experts

PreMoE: Proactive Inference for Efficient Mixture-of-Experts

2025-05-23 · Zehua Pei, Ying Zhang, Hui-Ling Zhen, Tao Yuan 외 arxiv

Mixture-of-Experts (MoE) models offer dynamic computation, but are typically deployed as static full-capacity models, missing opportunities for deployment-specific specialization. We introduce PreMoE, a training-free fra…

Trajectory-Refined Distillation

2026-06-07 · Li Jiang, Haoran Xu, Yichuan Ding, Amy Zhang arxiv

On-policy distillation (OPD) has become a central post-training tool for large language models (LLMs), providing dense per-token teacher supervision along the student's own rollouts. In this work, we identify a common st…