当前位置:网站首页>对“Image Denoising Using an Improved Generative Adversarial Network with Wasserstein Distance“的理解
对“Image Denoising Using an Improved Generative Adversarial Network with Wasserstein Distance“的理解
2022-07-28 12:49:00 【RrS_G】
译:"基于Wasserstein距离的改进生成对抗网络图像去噪"
-- Proceedings of the 40th Chinese Control Conference -- 2021
一、概括
这篇文章提出了一种基于WGAN-GP的图像去噪算法。该方法可以从噪声图像中直接生成干净的图像,并能很好地保留图像的纹理细节。利用WGAN-GP损失来对抗损失,避免训练过程中梯度消失,使训练更加稳定,并在生成网络中加入感知损失来提高生成的图像质量,降低计算成本。
二、方法
2.1、降噪模型
首先,该模型的目的是找到一个G,将退化图像z映射成干净图像x:
![]()
2.2、损失函数
损失如下:

其中:

2.3、网络结构
结构如下:

三、实验结果

边栏推荐
猜你喜欢
JWT 登录认证 + Token 自动续期方案,写得太好了!

111. The sap ui5 fileuploader control realizes local file upload and encounters a cross domain access error when receiving the response from the server

严格模式——let和const——箭头函数——解构赋值——字符串模板symbol——Set和Map——生成器函数

SQL每日一练(牛客新题库)——第4天:高级操作符

org.apache.ibatis.exceptions.TooManyResultsException的异常排查过程

【ECMAScript6】Promise

Denial of service DDoS Attacks

30 day question brushing plan (IV)

接口调不通,如何去排查?没想到10年测试老鸟栽在这道面试题上

我秃了!唯一索引、普通索引我该选谁?
随机推荐
PHP generates random numbers (nickname random generator)
POJ1860货币兑换题解
[ecmascript6] function and its related use
30 day question brushing plan (II)
What is the reason why the words behind word disappear when typing? How to solve it?
word打字时后面的字会消失是什么原因?如何解决?
After finishing, help autumn move, I wish you call it an offer harvester
Deploy application delivery services in kubernetes (Part 1)
Poj3275 ranking the cows
Socket类关于TCP字符流编程的理解学习
力扣 2354. 优质数对的数目
今日睡眠质量记录75分
[security] read rfc6749 and understand the authorization code mode under oauth2.0
数据库系统原理与应用教程(060)—— MySQL 练习题:操作题 11-20(四)
Using fail2ban to protect web servers from DDoS Attacks
30天刷题计划(四)
Holes in [apue] files
R language uses LM function to build linear regression model and subset function to specify subset of data set to build regression model (use floor function and length function to select the former pa
Remember to use pdfbox once to parse PDF and obtain the key data of PDF
Continuous (integration -- & gt; delivery -- & gt; deployment)