论文解读《Learning Deep CNN Denoiser Prior for Image Restoration》
CVPR2017的一篇论文 Learning Deep CNN Denoiser Prior for Image Restoration: 一般的,image restoration(IR)任务旨在从观察的退化变量$y$(退化模型,如式子1)中,恢复潜在的干净图像$x$ $y \text{} =\text{}\textbf{H}x\text{}+\text{}v $ where $\textbf{H}$denotes 退化矩阵,$\textbf{v}$denotes 加性高斯白噪声(additive white Gaussian noise) with 标准差$\sigma$ 指定不同的退化矩阵$\textbf{H}$,对应着不同的IR任务: -- 当$\textbf{H}$是一个恒等矩阵,IR任务对应着 图像去噪 (image denoising) -- 当$\textbf{H}$是一个模糊算子(blurring operator),IR任务对应着 图像去模糊 (image deblurring) -- 当$\textbf{H}$是一个模糊和下采样的复合算子(composite operator of blurring and down-sampling),IR任务对应着 图像超分辨率 (image super-resolution) IR 是一个病态逆问题(ill-posed