ImageNet classification with deep convolutional neural networks
Alex Krizhevsky, Ilya Sutskever et al.
0
Citations
0
Influential Citations
—
Venue
2024
Year
Score-based generative models like the diffusion model have been testified to be effective in modeling multi-modal data from image generation to reinforcement learning (RL). However, …
Diffusion models have recently been adopted in reinforcement learning (RL) as a powerful policy class due to their ability to represent multi-modal action distributions. However, their iterative sampling process is computationally expensive, making them impractical for real-time control. This paper addresses this critical bottleneck by introducing consistency models—a class of generative models that can generate samples in one or few steps—as a policy class for RL. This is significant because it retains the expressiveness of diffusion models while drastically improving inference speed, which is essential for deploying RL agents in real-world scenarios.
The paper's contribution is timely, as the RL community is actively seeking ways to leverage generative models without sacrificing efficiency. By proposing consistency models as a drop-in replacement for diffusion policies, the authors provide a practical solution that could accelerate the adoption of generative-model-based policies in robotics, autonomous driving, and other latency-sensitive applications. Moreover, the theoretical grounding of consistency models ensures that the policy remains well-defined and trainable, addressing concerns about stability and convergence.
The paper reports that consistency-model policies achieve performance comparable to diffusion policies on several continuous control tasks, while requiring only 1-2 sampling steps compared to 100+ steps for diffusion. For instance, on tasks like Hopper and Walker2D, the consistency policy achieves similar or better returns with a 50-100x reduction in inference time. The authors also show that the consistency policy is more stable during training, with lower variance across seeds. These results highlight the practical advantages of consistency models for RL, especially in real-time settings.
This work has broad implications for the intersection of generative modeling and RL. By providing an efficient policy class, it enables the deployment of expressive generative policies in real-world systems where computational resources are limited. It also opens up new research avenues, such as exploring other efficient generative models (e.g., flow matching) for RL, and could inspire further improvements in consistency training for RL-specific objectives. The paper's approach could also be extended to offline RL, where diffusion models have shown promise but suffer from slow inference. Overall, this paper is a valuable step toward making generative-model-based RL practical and scalable.
Alex Krizhevsky, Ilya Sutskever et al.
Ashish Vaswani, Noam Shazeer et al.
Douglas M. Bates, Martin Mächler et al.
Diederik P. Kingma, Jimmy Ba