paper-with-me

홈 › Papers

Blind Non-Uniform Motion Deblurring using Atrous Spatial Pyramid Deformable Convolution and Deblurring-Reblurring Consistency

2021-06-27 · Dong Huo, Abbas Masoumzadeh, Yee-Hong Yang

Many deep learning based methods are designed to remove non-uniform (spatially variant) motion blur caused by object motion and camera shake without knowing the blur kernel. Some methods directly output the latent sharp image in one stage, while others utilize a multi-stage strategy (\eg multi-scale, multi-patch, or multi-temporal) to gradually restore the sharp image. However, these methods have the following two main issues: 1) The computational cost of multi-stage is high; 2) The same convolution kernel is applied in different regions, which is not an ideal choice for non-uniform blur. Hence, non-uniform motion deblurring is still a challenging and open problem. In this paper, we propose a new architecture which consists of multiple Atrous Spatial Pyramid Deformable Convolution (ASPDC) modules to deblur an image end-to-end with more flexibility. Multiple ASPDC modules implicitly learn the pixel-specific motion with different dilation rates in the same layer to handle movements of different magnitude. To improve the training, we also propose a reblurring network to map the deblurred output back to the blurred input, which constrains the solution space. Our experimental results show that the proposed method outperforms state-of-the-art methods on the benchmark datasets. The code is available at https://github.com/Dong-Huo/ASPDC.

📄 PDF Abstract BibTeX arXiv:2106.14336

Code (1)

Dong-Huo/ASPDC 공식 구현 pytorch

Tasks

Deblurring

Methods 이 논문이 사용한 방법론

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…
Deformable Convolution Deformable convolutions add 2D offsets to the regular grid sampling locations in the standard convolution. It enables free…

Similar Papers 제목 키워드 기반

Self-Supervised Non-Uniform Kernel Estimation With Flow-Based Motion Prior for Blind Image Deblurring

2023-01-01 · CVPR 2023 1 · Zhenxuan Fang, Fangfang Wu, Weisheng Dong, Xin Li 외

Many deep learning-based solutions to blind image deblurring estimate the blur representation and reconstruct the target image from its blurry observation. However, these methods suffer from severe performance degrad…

Blind Image DeblurringDeblurringImage Deblurring

Multi-Temporal Recurrent Neural Networks For Progressive Non-Uniform Single Image Deblurring With Incremental Temporal Training

2019-11-18 · ECCV 2020 8 · Dongwon Park, Dong Un Kang, Jisoo Kim, Se Young Chun

Multi-scale (MS) approaches have been widely investigated for blind single image / video deblurring that sequentially recovers deblurred images in low spatial scale first and then in high spatial scale later with the out…

DeblurringImage DeblurringSingle Image DeblurringVideo Deblurring

Edge Heuristic GAN for Non-uniform Blind Deblurring

2019-07-11 · Shuai Zheng, Zhenfeng Zhu, Jian Cheng, Yandong Guo 외

Non-uniform blur, mainly caused by camera shake and motions of multiple objects, is one of the most common causes of image quality degradation. However, the traditional blind deblurring methods based on blur kernel estim…

DeblurringGenerative Adversarial Network

Phase-Only Image Based Kernel Estimation for Single Image Blind Deblurring

2019-06-01 · CVPR 2019 6 · Liyuan Pan, Richard Hartley, Miaomiao Liu, Yuchao Dai

The image motion blurring process is generally modelled as the convolution of a blur kernel with a latent image. Therefore, the estimation of the blur kernel is essentially important for blind image deblurring. Unlike ex…

Blind Image DeblurringDeblurringImage DeblurringSingle-Image Blind Deblurring

SL-CycleGAN: Blind Motion Deblurring in Cycles using Sparse Learning

2021-11-07 · Ali Syed Saqlain, Li-Yun Wang, Fang Fang

In this paper, we introduce an end-to-end generative adversarial network (GAN) based on sparse learning for single image blind motion deblurring, which we called SL-CycleGAN. For the first time in blind motion deblurring…

DeblurringGenerative Adversarial NetworkImage DeblurringSparse Learning+1