DiWA: Diffusion Policy Adaptation with World Models
TLDR
Fine-tuning diffusion policies with reinforcement learning (RL) presents significant challenges.
Reasoning
Fallback reasoning generated from available title and abstract metadata: Fine-tuning diffusion policies with reinforcement learning (RL) presents significant challenges. The long denoising sequence for each action prediction impedes effective reward propagation. Moreover, standard RL methods require millions of real-world interactions, posing a major bottleneck for practical fine-tuning....
Read-first score
Read-first score 57.2, weighted from topical fit, citation, graph, method, reproducibility, and recency signals.
Field roles
Rank sensitivity
Stability: volatile; rank range: 599.
Deep Analysis
Innovations
- Introduces a world model to enable offline fine-tuning of diffusion policies with reinforcement learning, eliminating the need for millions of real-world interactions.
- Achieves dramatically improved sample efficiency by training the world model once on a few hundred thousand offline play interactions.
- First demonstration of fine-tuning diffusion policies for real-world robotic skills using an offline world model.
Methodology
DiWA leverages a world model trained once on a few hundred thousand offline play interactions. It then uses reinforcement learning to fine-tune diffusion-based robotic policies entirely offline, avoiding the need for millions of environment interactions that model-free approaches require.
Key Results
On the CALVIN benchmark, DiWA improves performance across eight tasks using only offline adaptation, while requiring orders of magnitude fewer physical interactions than model-free baselines.
Limitations
- Requires a pre-collected offline dataset of a few hundred thousand play interactions for world model training.
- Evaluation is limited to the CALVIN benchmark; generalization to other tasks or real-world scenarios is not demonstrated.
- Offline adaptation may struggle with large distribution shifts not covered by the offline data.