paper-with-me

홈 › Papers

Policy Decorator: Model-Agnostic Online Refinement for Large Policy Model

2024-12-18 · Xiu Yuan, Tongzhou Mu, Stone Tao, Yunhao Fang, Mengke Zhang, Hao Su

Recent advancements in robot learning have used imitation learning with large models and extensive demonstrations to develop effective policies. However, these models are often limited by the quantity, quality, and diversity of demonstrations. This paper explores improving offline-trained imitation learning models through online interactions with the environment. We introduce Policy Decorator, which uses a model-agnostic residual policy to refine large imitation learning models during online interactions. By implementing controlled exploration strategies, Policy Decorator enables stable, sample-efficient online learning. Our evaluation spans eight tasks across two benchmarks-ManiSkill and Adroit-and involves two state-of-the-art imitation learning models (Behavior Transformer and Diffusion Policy). The results show Policy Decorator effectively improves the offline-trained policies and preserves the smooth motion of imitation learning models, avoiding the erratic behaviors of pure RL policies. See our project page (https://policydecorator.github.io) for videos.

📄 PDF Abstract BibTeX arXiv:2412.13630

Code (0)

등록된 구현이 없습니다.

Tasks

DiversityImitation Learningmodel

Methods 이 논문이 사용한 방법론

Attention 설명 없음
Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
Dropout Dropout is a regularization technique for neural networks that drops a unit (along with connections) at training time with a specified probability $p$ (a common value is…
Diffusion Diffusion models generate samples by gradually removing noise from a signal, and their training objective can be expressed as a reweighted variational lower-bound…
Multi-Head Attention 설명 없음
Adam 설명 없음
Layer Normalization Unlike batch normalization, Layer Normalization directly estimates the normalization statistics from the summed inputs…
Position-Wise Feed-Forward Layer 설명 없음

Similar Papers 제목 키워드 기반

IFDECORATOR: Wrapping Instruction Following Reinforcement Learning with Verifiable Rewards

2025-08-06 · Xu Guo, Tianyi Liang, Tong Jian, Xiaogui Yang 외 arxiv

Reinforcement Learning with Verifiable Rewards (RLVR) improves instruction following capabilities of large language models (LLMs), but suffers from training inefficiency due to inadequate difficulty assessment. Moreover,…

Reinforcement LearningInstruction Following

Fisher Decorator: Refining Flow Policy via a Local Transport Map

2026-04-20 · Xiaoyuan Cheng, Haoyu Wang, Wenxuan Yuan, Ziyan Wang 외 arxiv

Recent advances in flow-based offline reinforcement learning (RL) have achieved strong performance by parameterizing policies via flow matching. However, they still face critical trade-offs among expressiveness, optimali…

Reinforcement LearningOffline RL

MetaDecorator: Generating Immersive Virtual Tours through Multimodality

2025-01-27 · Shuang Xie, Yang Liu, Jeannie S. A. Lee, Haiwei Dong

MetaDecorator, is a framework that empowers users to personalize virtual spaces. By leveraging text-driven prompts and image synthesis techniques, MetaDecorator adorns static panoramas captured by 360{\deg} imaging devic…

Image Generation

Prompt Decorators: A Declarative and Composable Syntax for Reasoning, Formatting, and Control in LLMs

2025-10-21 · Mostapha Kalami Heris arxiv

Large Language Models (LLMs) are central to reasoning, writing, and decision-support workflows, yet users lack consistent control over how they reason and express outputs. Conventional prompt engineering relies on verbos…

Prompt Engineering

Robust Online Residual Refinement via Koopman-Guided Dynamics Modeling

2025-09-16 · Zhefei Gong, Shangke Lyu, Pengxiang Ding, Wei Xiao 외 arxiv

Imitation learning (IL) enables efficient skill acquisition from demonstrations but often struggles with long-horizon tasks and high-precision control due to compounding errors. Residual policy learning offers a promisin…