Efficient sampling via DPM-Solver
See original GitHub issueHi 👋,
https://github.com/LuChengTHU/dpm-solver just got released (with pytorch code!) and demonstrates how to sample in around 10 steps.
https://arxiv.org/abs/2206.00927
not sure how this compares to the sampling efficiencies that were unlocked with the Elucidated approach. presumably they can’t be combined? but 10 samples is very few; perhaps this would outperform Elucidated?
@article{lu2022dpm,
title={DPM-Solver: A Fast ODE Solver for Diffusion Probabilistic Model Sampling in Around 10 Steps},
author={Lu, Cheng and Zhou, Yuhao and Bao, Fan and Chen, Jianfei and Li, Chongxuan and Zhu, Jun},
journal={arXiv preprint arXiv:2206.00927},
year={2022}
}
Thanks as always!
Issue Analytics
- State:
- Created a year ago
- Reactions:1
- Comments:6 (4 by maintainers)
Top Results From Across the Web
DPM-Solver++: Fast Solver for Guided Sampling of Diffusion ...
An essential technique for improving the sample quality of DPMs is guided sampling, which usually needs a large guidance scale to obtain the ......
Read more >DPM-Solver++: Fast Solver for Guided Sampling of Diffusion ...
We propose a fast ODE solver for guided sampling of diffusion probabilistic models in around 15 to 20 steps.
Read more >AI Researchers From China Propose (Diffusion Probabilistic ...
The authors proposed a high-order, training-free diffusion ODE solver for faster-guided sampling, which they named DPM-Solver++, ...
Read more >DPM-Solver - NeurIPS 2022
DPM-Solver : A Fast ODE Solver for Diffusion Probabilistic Model Sampling in Around 10 Steps ... 2020 Poster: Efficient Learning of Generative Models...
Read more >Efficient Sampling of SAT Solutions for Testing
Multiple random inputs satisfying the constraints are then generated using a constraint solver that can sample random solutions from a constraint. However, ...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
@LuChengTHU hi, i didn’t know where to ping you, so decided to do it here. I really like the quality obtained by the new sampler, but got several questions.
set_timesteps
function?if I’m understanding correctly, then yeah @marunine experimented with sampling approaches, including dpm-solver.
hopefully m9 can explain — I don’t wanna misrepresent the conclusions.