paper-with-me

홈 › Papers

SDWNet: A Straight Dilated Network with Wavelet Transformation for Image Deblurring

2021-10-12 · Wenbin Zou, Mingchao Jiang, Yunchen Zhang, Liang Chen, Zhiyong Lu, Yi Wu

Image deblurring is a classical computer vision problem that aims to recover a sharp image from a blurred image. To solve this problem, existing methods apply the Encode-Decode architecture to design the complex networks to make a good performance. However, most of these methods use repeated up-sampling and down-sampling structures to expand the receptive field, which results in texture information loss during the sampling process and some of them design the multiple stages that lead to difficulties with convergence. Therefore, our model uses dilated convolution to enable the obtainment of the large receptive field with high spatial resolution. Through making full use of the different receptive fields, our method can achieve better performance. On this basis, we reduce the number of up-sampling and down-sampling and design a simple network structure. Besides, we propose a novel module using the wavelet transform, which effectively helps the network to recover clear high-frequency texture details. Qualitative and quantitative evaluations of real and synthetic datasets show that our deblurring method is comparable to existing algorithms in terms of performance with much lower training requirements. The source code and pre-trained models are available at https://github.com/FlyEgle/SDWNet.

📄 PDF Abstract BibTeX arXiv:2110.05803

Code (1)

flyegle/sdwnet 공식 구현 pytorch

Tasks

DeblurringImage Deblurring

Methods 이 논문이 사용한 방법론

Dilated Convolution 설명 없음
Convolution A convolution is a type of matrix operation, consisting of a kernel, a small matrix of weights, that slides over input data performing element-wise multiplication with the…

Similar Papers 제목 키워드 기반

Multi-level Wavelet-CNN for Image Restoration

2018-05-18 · Pengju Liu, Hongzhi Zhang, Kai Zhang, Liang Lin 외

The tradeoff between receptive field size and efficiency is a crucial issue in low level vision. Plain convolutional networks (CNNs) generally enlarge the receptive field at the expense of computational cost. Recently, d…

Computational EfficiencyDenoisingImage DenoisingImage Restoration+3

Multi-level Wavelet Convolutional Neural Networks

2019-07-06 · Pengju Liu, Hongzhi Zhang, Wei Lian, WangMeng Zuo

In computer vision, convolutional networks (CNNs) often adopts pooling to enlarge receptive field which has the advantage of low computational complexity. However, pooling can cause information loss and thus is detriment…

Computational EfficiencyDenoisingImage DenoisingImage Restoration+2

Fusion of Wavelet Coefficients from Visual and Thermal Face Images for Human Face Recognition - A Comparative Study

2010-07-05 · M. K. Bhowmik, Debotosh Bhattacharjee, M. Nasipuri, D. K. Basu 외

In this paper we present a comparative study on fusion of visual and thermal images using different wavelet transformations. Here, coefficients of discrete wavelet transforms from both visual and thermal images are compu…

Face Recognition

On The Continuous Steering of the Scale of Tight Wavelet Frames

2015-12-07 · Zsuzsanna Püspöki, John Paul Ward, Daniel Sage, Michael Unser

In analogy with steerable wavelets, we present a general construction of adaptable tight wavelet frames, with an emphasis on scaling operations. In particular, the derived wavelets can be "dilated" by a procedure compara…

DedustNet: A Frequency-dominated Swin Transformer-based Wavelet Network for Agricultural Dust Removal

2024-01-09 · Shengli Zhang, Zhiyong Tao, Sen Lin

While dust significantly affects the environmental perception of automated agricultural machines, the existing deep learning-based methods for dust removal require further research and improvement in this area to improve…