|
1 | 1 | # [DnCNN](http://www4.comp.polyu.edu.hk/~cslzhang/paper/DnCNN.pdf)
|
2 | 2 | # [Beyond a Gaussian Denoiser: Residual Learning of Deep CNN for Image Denoising](http://ieeexplore.ieee.org/document/7839189/)
|
3 | 3 |
|
| 4 | +**News:** [DRUNet](https://github.com/cszn/DPIR) |
| 5 | + |
| 6 | +* State-of-the-art denoising performance |
| 7 | + |
| 8 | +* Can be used for plug-and-play image restoration |
| 9 | + |
| 10 | +* <img src="https://github.com/cszn/DPIR/raw/master/figs/grayscale_psnr.png" width="550px"/> |
| 11 | + |
| 12 | +* [https://github.com/cszn/DPIR/blob/master/main_dpir_denoising.py](https://github.com/cszn/DPIR/blob/master/main_dpir_denoising.py) |
| 13 | + |
| 14 | + |
4 | 15 | # [PyTorch training and testing code](https://github.com/cszn/KAIR) - 18/12/2019
|
5 | 16 |
|
6 | 17 |
|
@@ -136,11 +147,11 @@ FDnCNN can handle noise level range of [0, 75] via a single model.
|
136 | 147 |
|
137 | 148 | **The average PSNR(dB) results of different methods on the BSD68 dataset.**
|
138 | 149 |
|
139 |
| -| Noise Level | BM3D | WNNM | EPLL | MLP | CSF |TNRD | DnCNN | DnCNN-B | FDnCNN | |
140 |
| -|:-------:|:-------:|:-------:|:-------:|:-------:|:-------:|:-------:|:-------:|:-------:|:-------:| |
141 |
| -| 15 | 31.07 | 31.37 | 31.21 | - | 31.24 | 31.42 | **31.73** | **31.61** |**31.69** | |
142 |
| -| 25 | 28.57 | 28.83 | 28.68 | 28.96 | 28.74 | 28.92 | **29.23** | **29.16** |**29.22** | |
143 |
| -| 50 | 25.62 | 25.87 | 25.67 | 26.03 | - | 25.97 | **26.23** | **26.23** | **26.27** | |
| 150 | +| Noise Level | BM3D | WNNM | EPLL | MLP | CSF |TNRD | DnCNN | DnCNN-B | FDnCNN | DRUNet | |
| 151 | +|:-------:|:-------:|:-------:|:-------:|:-------:|:-------:|:-------:|:-------:|:-------:|:-------:|:-------:| |
| 152 | +| 15 | 31.07 | 31.37 | 31.21 | - | 31.24 | 31.42 | **31.73** | **31.61** |**31.69** | 31.91 | |
| 153 | +| 25 | 28.57 | 28.83 | 28.68 | 28.96 | 28.74 | 28.92 | **29.23** | **29.16** |**29.22** | 29.48 | |
| 154 | +| 50 | 25.62 | 25.87 | 25.67 | 26.03 | - | 25.97 | **26.23** | **26.23** | **26.27** | 26.59 | |
144 | 155 |
|
145 | 156 |
|
146 | 157 | **Visual Results**
|
@@ -212,6 +223,12 @@ https://github.com/cszn/DnCNN/blob/4a4b5b8bcac5a5ac23433874d4362329b25522ba/Demo
|
212 | 223 | number={7},
|
213 | 224 | pages={3142-3155},
|
214 | 225 | }
|
| 226 | +@article{zhang2020plug, |
| 227 | + title={Plug-and-Play Image Restoration with Deep Denoiser Prior}, |
| 228 | + author={Zhang, Kai and Li, Yawei and Zuo, Wangmeng and Zhang, Lei and Van Gool, Luc and Timofte, Radu}, |
| 229 | + journal={arXiv preprint}, |
| 230 | + year={2020} |
| 231 | +} |
215 | 232 | ```
|
216 | 233 |
|
217 | 234 | ====================================================================
|
|
0 commit comments