前往小程序,Get更优阅读体验!
立即前往
首页
学习
活动
专区
工具
TVP
发布
社区首页 >专栏 >基于CNN的图像滤境操作之去噪声

基于CNN的图像滤境操作之去噪声

作者头像
sparkexpert
发布2022-05-07 15:35:49
6790
发布2022-05-07 15:35:49
举报

  图像去噪声是图像增强、图像重建的重要内容之一,在现实中,很多图像难免存在噪声的问题,从而影响了图像的判别。当然图像去噪声在现有的图像处理软件中也比较成熟。

  找到了一篇基于CNN的图像去噪声的论文,FFDNet: Toward a Fast and Flexible Solution for CNN based Image Denoising,对其结果进行复现,效果挺不错的。特记录如下:

  在论文中主要记录了文章的三大贡献:

  (1)A fast and flexible denoising network, namely FFDNet, is proposed for discriminative image denoising. By taking a tunable noise level map as input, a single FFDNet is able to deal with noise on different levels, as well as spatially variant noise. • An orthogonal regularization method is proposed to improve the robustness of FFDNet to the mismatching between input and ground truth noise levels. • FFDNet exhibits perceptually appealing results on both synthetic noisy images corrupted by AWGN and realworld

noisy images, demonstrating its potentials on practical image denoising.

论文的架构主要如下:

其中CNN层架构在论文中描述如下:

从表述中可知,其框架结果也非常简单,其利用matconvnet的代码主要如下:

net = vl_simplenn_tidy(net);

res    = vl_simplenn(net,input,[],[],'conserveMemory',true,'mode','test'); % 调用matconvnet 默认的函数

实验效果:(附图如下,可以看到,图像变得清晰)

本文参与 腾讯云自媒体分享计划,分享自作者个人站点/博客。
原始发表:2018-04-05,如有侵权请联系 cloudcommunity@tencent.com 删除

本文分享自 作者个人站点/博客 前往查看

如有侵权,请联系 cloudcommunity@tencent.com 删除。

本文参与 腾讯云自媒体分享计划  ,欢迎热爱写作的你一起参与!

评论
登录后参与评论
0 条评论
热度
最新
推荐阅读
领券
问题归档专栏文章快讯文章归档关键词归档开发者手册归档开发者手册 Section 归档