bahjat-kawar/ddrm
[NeurIPS 2022] Denoising Diffusion Restoration Models -- Official Code Repository
This project helps image processing specialists restore degraded images, such as blurry photos or low-resolution pictures. You input a damaged image and specify the type of degradation (e.g., blur, noise, low-resolution). The system then outputs a significantly improved, restored version of the image. It's designed for researchers and practitioners working with image reconstruction and enhancement.
663 stars. No commits in the last 6 months.
Use this if you need to efficiently reverse common image degradations like blur, noise, or low resolution on diverse image types without extensive problem-specific training.
Not ideal if you're looking for a simple, out-of-the-box photo editing application for everyday use, as it requires technical setup and configuration.
Stars
663
Forks
68
Language
Python
License
MIT
Category
Last pushed
Oct 10, 2022
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/diffusion/bahjat-kawar/ddrm"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Higher-rated alternatives
devzhk/InverseBench
InverseBench (ICLR 2025 spotlight)
guyyariv/DyPE
Official implementation for "DyPE: Dynamic Position Extrapolation for Ultra High Resolution Diffusion".
wyhuai/DDNM
[ICLR 2023 Oral] Zero-Shot Image Restoration Using Denoising Diffusion Null-Space Model
yuanzhi-zhu/DiffPIR
"Denoising Diffusion Models for Plug-and-Play Image Restoration", Yuanzhi Zhu, Kai Zhang,...
Algolzw/image-restoration-sde
Image Restoration with Mean-Reverting Stochastic Differential Equations, ICML 2023. Winning...