paper-with-me

Papers

Single Image Defocus Deblurring Using Kernel-Sharing Parallel Atrous Convolutions

2021-08-20 · ICCV 2021 10 · Hyeongseok Son, Junyong Lee, Sunghyun Cho, Seungyong Lee

This paper proposes a novel deep learning approach for single image defocus deblurring based on inverse kernels. In a defocused image, the blur shapes are similar among pixels although the blur sizes can spatially vary. To utilize the property with inverse kernels, we exploit the observation that when only the size of a defocus blur changes while keeping the shape, the shape of the corresponding inverse kernel remains the same and only the scale changes. Based on the observation, we propose a kernel-sharing parallel atrous convolutional (KPAC) block specifically designed by incorporating the property of inverse kernels for single image defocus deblurring. To effectively simulate the invariant shapes of inverse kernels with different scales, KPAC shares the same convolutional weights among multiple atrous convolution layers. To efficiently simulate the varying scales of inverse kernels, KPAC consists of only a few atrous convolution layers with different dilations and learns per-pixel scale attentions to aggregate the outputs of the layers. KPAC also utilizes the shape attention to combine the outputs of multiple convolution filters in each atrous convolution layer, to deal with defocus blur with a slightly varying shape. We demonstrate that our approach achieves state-of-the-art performance with a much smaller number of parameters than previous methods.

📄 PDF Abstract BibTeX arXiv:2108.09108

Code (1)

HyeongseokSon1/KPAC 공식 구현 tf

Tasks

DeblurringImage Defocus 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…

Similar Papers 제목 키워드 기반

SR-R$^2$KAC: Improving Single Image Defocus Deblurring

2023-07-30 · Peng Tang, Zhiqiang Xu, Pengfei Wei, Xiaobin Hu 외

We propose an efficient deep learning method for single image defocus deblurring (SIDD) by further exploring inverse kernel properties. Although the current inverse kernel method, i.e., kernel-sharing parallel atrous con…

DeblurringImage Defocus Deblurring

Learnable Blur Kernel for Single-Image Defocus Deblurring in the Wild

2022-11-25 · Jucai Zhai, Pengcheng Zeng, Chihao Ma, Yong Zhao 외

Recent research showed that the dual-pixel sensor has made great progress in defocus map estimation and image defocus deblurring. However, extracting real-time dual-pixel views is troublesome and complex in algorithm dep…

DeblurringGenerative Adversarial NetworkImage DeblurringImage Defocus Deblurring

Gaussian Kernel Mixture Network for Single Image Defocus Deblurring

2021-10-31 · NeurIPS 2021 12 · Yuhui Quan, Zicong Wu, Hui Ji

Defocus blur is one kind of blur effects often seen in images, which is challenging to remove due to its spatially variant amount. This paper presents an end-to-end deep learning approach for removing defocus blur from a…

Computational EfficiencyDeblurringImage Defocus DeblurringRolling Shutter Correction

Neumann Network With Recursive Kernels for Single Image Defocus Deblurring

2023-01-01 · CVPR 2023 1 · Yuhui Quan, Zicong Wu, Hui Ji

Single image defocus deblurring (SIDD) refers to recovering an all-in-focus image from a defocused blurry one. It is a challenging recovery task due to the spatially-varying defocus blurring effects with significant …

DeblurringImage Defocus Deblurring

Reblurring-Guided Single Image Defocus Deblurring: A Learning Framework with Misaligned Training Pairs

2024-09-26 · Xinya Shu, Yu Li, Dongwei Ren, Xiaohe Wu 외

For single image defocus deblurring, acquiring well-aligned training pairs (or training triplets), i.e., a defocus blurry image, an all-in-focus sharp image (and a defocus blur map), is an intricate task for the developm…

DeblurringImage Defocus Deblurring