CVIVAug 31, 2021

Iterative Filter Adaptive Network for Single Image Defocus Deblurring

arXiv:2108.13610v2177 citations
AI Analysis

This addresses defocus blur in photography, an incremental improvement over existing methods.

The paper tackles single image defocus deblurring by proposing an Iterative Filter Adaptive Network (IFAN) that predicts pixel-wise filters and uses iterative adaptive convolution, achieving state-of-the-art performance on real-world images.

We propose a novel end-to-end learning-based approach for single image defocus deblurring. The proposed approach is equipped with a novel Iterative Filter Adaptive Network (IFAN) that is specifically designed to handle spatially-varying and large defocus blur. For adaptively handling spatially-varying blur, IFAN predicts pixel-wise deblurring filters, which are applied to defocused features of an input image to generate deblurred features. For effectively managing large blur, IFAN models deblurring filters as stacks of small-sized separable filters. Predicted separable deblurring filters are applied to defocused features using a novel Iterative Adaptive Convolution (IAC) layer. We also propose a training scheme based on defocus disparity estimation and reblurring, which significantly boosts the deblurring quality. We demonstrate that our method achieves state-of-the-art performance both quantitatively and qualitatively on real-world images.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes