论文阅读:Deep Stacked Hierarchical Multi-patch Network for Image Deblurring

这是一篇去模糊的文章,后来发现直接套用不合适,无法获取到相应的特征,遂作罢,简单记录一下。

2019 CVPR:DMPHN

这篇文章是2019CVPR的一篇去模糊方向的文章,师兄分享的时候看了一下,后来也发现这个网络结构在很多workshop以及文章中都见过。

文章:ArXiv
代码:Github
在这里插入图片描述

在去模糊领域,目前的多尺度和尺度循环模型存在一些问题:
1)由粗到细方案中的去卷积/上采样操作导致运行时间昂贵;
2)单纯的用更精细的层次来增加模型的深度并不能提高去模糊的质量。

就此,本文主要提出了一种基于空间金字塔匹配的深度层次多patch网络(a deep hierarchical multi-patch network inspired by Spatial Pyramid Matching )通过由粗到细的层次表示来处理模糊图像。为了处理性能饱和的w.r.t.深度,还提出了多patch模型的堆叠版本。

主要创新之处:

1、首先是在获取图像多尺度方面,没有使用传统的下采样,而是直接进行切割,分块切割图像代替下采样。
这样可能会存在的问题是,不同patch之间不重叠,可能边缘部分会存在伪影。

2、在Encoder-Decoder部分,去除了跳跃连接和循环链接,同时使用了特征图级联的方式。

网络结构:

在这里插入图片描述

可以看到,是使用了直接切割的方式构造了图像的多尺度,然后主要结构是一组编解码器对,同时使用的特征图级联的方式。

在后面实验中,发现这个无法用到去雨,因为模糊和雨纹的成像原理存在较大差异,这种方法根本无法获取到相应的特征。

具体实现:

1、基本结构:
在这里插入图片描述
文中的层级多patch架构,去除了相应的跳跃连接和循环链接。
因为图像的下采样需要大量的数据处理,数据量大。

2、编解码器结构:

在这里插入图片描述
3、堆栈结构:

在这里插入图片描述

4、损失函数:

采用了MSE损失:
在这里插入图片描述
在这里插入图片描述

总结:
通过直接切割,减少数据量。
使用了特征图级联的方式整合特征。
网络结构中去除了跳跃连接和循环链接。
多尺度结构+ 尺度循环,在每一尺度做残差处理。

  • 0
    点赞
  • 24
    收藏
    觉得还不错? 一键收藏
  • 0
    评论
【作 者】Per Christian Hansen 【出版社】Society for Industrial and Applied Mathematic 【出版日期】October 29, 2006 【ISBN】0898716187 9780898716184 【形态项】9.8 x 6.7 x 0.3 inches 【语 言】English 【价 格】$63.00 Deblurring Images: Matrices, Spectra, and Filtering (Fundamentals of Algorithms 3) (Fundamentals of Algorithms) By Per Christian Hansen Publisher: Society for Industrial and Applied Mathematic Number Of Pages: 130 Publication Date: 2006-10-29 ISBN-10 / ASIN: 0898716187 ISBN-13 / EAN: 9780898716184 Binding: Paperback “The book’s focus on imaging problems is very unique among the competing books on inverse and ill-posed problems. …It gives a nice introduction into the MATLAB world of images and deblurring problems.” — Martin Hanke, Professor, Institut für Mathematik, Johannes-Gutenberg-Universität. When we use a camera, we want the recorded image to be a faithful representation of the scene that we see, but every image is more or less blurry. In image deblurring, the goal is to recover the original, sharp image by using a mathematical model of the blurring process. The key issue is that some information on the lost details is indeed present in the blurred image, but this “hidden” information can be recovered only if we know the details of the blurring process. Deblurring Images: Matrices, Spectra, and Filtering describes the deblurring algorithms and techniques collectively known as spectral filtering methods, in which the singular value decomposition—or a similar decomposition with spectral properties—is used to introduce the necessary regularization or filtering in the reconstructed image. The concise MATLAB® implementations described in the book provide a template of techniques that can be used to restore blurred images from many applications. This book’s treatment of image deblurring is unique in two ways: it includes algorithmic and implementation details; and by keeping the formulations in terms of matrices, vectors, and matrix computations, it makes the material accessible to a wide range of readers. Students and researchers in engineering will gain an understanding of the linear algebra behind filtering methods, while readers in applied mathematics, numerical analysis, and computational science will be exposed to modern techniques to solve realistic large-scale problems in image processing. With a focus on practical and efficient algorithms, Deblurring Images: Matrices, Spectra, and Filtering includes many examples, sample image data, and MATLAB codes that allow readers to experiment with the algorithms. It also incorporates introductory material, such as how to manipulate images within the MATLAB environment, making it a stand-alone text. Pointers to the literature are given for techniques not covered in the book. Audience This book is intended for beginners in the field of image restoration and regularization. Readers should be familiar with basic concepts of linear algebra and matrix computations, including the singular value decomposition and orthogonal transformations. A background in signal processing and a familiarity with regularization methods or with ill-posed problems are not needed. For readers who already have this knowledge, this book gives a new and practical perspective on the use of regularization methods to solve real problems. Preface; How to Get the Software; List of Symbols; Chapter 1: The Image Deblurring Problem; Chapter 2: Manipulating Images in MATLAB; Chapter 3: The Blurring Function; Chapter 4: Structured Matrix Computations; Chapter 5: SVD and Spectral Analysis; Chapter 6: Regularization by Spectral Filtering; Chapter 7: Color Images, Smoothing Norms, and Other Topics; Appendix: MATLAB Functions; Bibliography; Index
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

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

抵扣说明:

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

余额充值