DnCNN读书笔记

Beyond a Gaussian Denoiser: Residual Learning of Deep CNN for Image Denoising

Absract:

  1. Residual learning and batch normalization
  2. handle Gaussian denoising withunknown noise level

I. INTRODUCTION

目的:从加了噪声的图像中恢复清晰图像

y = x + v

v is additive white Gaussian noise(加性高斯白噪声)

之前模型的缺点:

  1. involve a complex optimization problem in the testing stage, making the denoising process timeconsuming(复杂的最优化问题,耗费时间)
  2. the models in general are non-convex and involve several manually chosen parameters, providingsome leeway to boost denoising performance(非凸?需要手动选取参数)

本文的贡献:

不直接恢复x,而是预测出噪声v,其实是在隐藏层中将干净图片移除

Rather than directly outputingthe denoised image x, the proposed DnCNNis designed to predict the residual image v, DnCNN implicitly removes the latent clean image with the operations in the hidden layers.

残差学习和批量规范化方法相结合,效果又快又好

residual learning and batchnormalization can greatly benefit the CNN learning as they can not only speed up the training but also boost the denoising performance.

单图像超分辨问题(SISR)和去块效应问题都是降噪问题的特例。一般化的模型可以一起解决这些问题。

SISR and JPEG imagedeblocking can be treated as two special casesof a “general” image denoising problem

A. Deep Neural Networks for Image Denoising(用深度神经网络解决图像降噪问题)

B. Residual Learning and Batch Normalization

​ 1) Residual Learning: 残差学习,本文用一个残差单元来预测残差图像。

​ DnCNN employs a single residual unit to predict the residual image.

​ 2) Batch Normalization: Batch normalization is proposed to alleviate the internal covariate shift by

​ incorporating a normalization step and a scale and shift step before the nonlinearity in each layer.

III. THE PROPOSED DENOISING CNN MODEL

  • Architecture design:modified VGG network

  • Model learning:residual learning formulation

  • 感受野:receptive field:

    rfsize=f(out,stride,ksize)=(out1)stride+ksize

    其中out是指上一层感受野的大小。

    http://blog.csdn.net/bojackhosreman/article/details/70162018

这里写图片描述

  • two gradient-based optimization algorithms are adopted:

    1. SGD
    2. Adam algorithm
  • 0
    点赞
  • 9
    收藏
    觉得还不错? 一键收藏
  • 1
    评论
评论 1
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值