resource:github上备份的包括ipad标注的pdf版本。
作者是哈工大博士Chunwei Tian。
Summary:比之前那篇辣鸡综述稍微好点的,感觉也就是篇扩写,重点放在了加性白噪声上,参考价值仍然很低。九折也好意思找人宣传??
rating:2.0/5.0
comprehension:4.0/5.0
文章的贡献有:
传统方法报菜名:
但是它们有这三个问题:
问题也不给个好好的数学定义,实在太拉了:
\[y = x + \mu\]一大堆nonsense,但是GAN的入门介绍稍微还可以看一下:
Generative Adversarial Networks (GAN) was developed based on this reason. The GAN had two networks: generative
and discriminative networks. The generative network (also referred to as generator) is used to generate
samples, according to input samples. The other network (also as well as discriminator) is used to judge
truth of both input samples and generated samples. Two networks are adversarial. It is noted that if the
discriminator can accurately distinguish real samples and generate samples from generator, the trained model is
regarded to finishing. The network architecture of the GAN can be seen in Fig. 6. Due to the strong ability of
constructing supplement training samples, the GAN is very effective for small sample tasks, such as
face recognition and complex noisy image denoising.
也就分类有点用。
因为缺少真实数据,早期人们用人工合成的加性白噪声图片(additive white noisy images, AWNI)训练模型,AWNI包括Gaussian, Poisson, Salt, Pepper和multiplicative noisy images。
改变网络结构有以下的思路:
optimization methods(不清楚到底指什么,可能是传统方法?)在low-level vision方面表现不错,但是需要手工调参非常费时;discriminative learning methods(同样指代不明,麻了,就不能不介绍模型多讲讲这两个的定义吗啊)速度快,但是不够灵活,这两者结合在一起可以trade-off。
一些dataset上的测试结果: