Revisiting Diffusion Q-Learning: From Iterative Denoising to One-Step Action Generation
Thanh Nguyen, Chang D. Yoo
TL;DR
OFQL addresses the computational bottlenecks of Diffusion Q-Learning by replacing multi-step denoising with one-step action generation via Flow Matching. It introduces an average velocity field and the MeanFlow Identity to enable direct one-step transport from noise to action, eliminating backpropagation-through-time through the diffusion chain. Empirically, OFQL achieves state-of-the-art performance on the D4RL suite and substantially faster training and inference (e.g., training time ≈6.3 hours and inference ≈846 Hz) than prior multi-step and distillation-based approaches. This work suggests that one-step flow policies can deliver both high performance and practical efficiency, with potential for real-time control and broader deployment in latency-sensitive domains.
Abstract
Diffusion Q-Learning (DQL) has established diffusion policies as a high-performing paradigm for offline reinforcement learning, but its reliance on multi-step denoising for action generation renders both training and inference slow and fragile. Existing efforts to accelerate DQL toward one-step denoising typically rely on auxiliary modules or policy distillation, sacrificing either simplicity or performance. It remains unclear whether a one-step policy can be trained directly without such trade-offs. To this end, we introduce One-Step Flow Q-Learning (OFQL), a novel framework that enables effective one-step action generation during both training and inference, without auxiliary modules or distillation. OFQL reformulates the DQL policy within the Flow Matching (FM) paradigm but departs from conventional FM by learning an average velocity field that directly supports accurate one-step action generation. This design removes the need for multi-step denoising and backpropagation-through-time updates, resulting in substantially faster and more robust learning. Extensive experiments on the D4RL benchmark show that OFQL, despite generating actions in a single step, not only significantly reduces computation during both training and inference but also outperforms multi-step DQL by a large margin. Furthermore, OFQL surpasses all other baselines, achieving state-of-the-art performance in D4RL.
