CVIVOct 3, 2023

Leveraging Classic Deconvolution and Feature Extraction in Zero-Shot Image Restoration

arXiv:2310.02097v12 citationsh-index: 26
Originality Incremental advance
AI Analysis

This addresses a practical limitation in image restoration for domains like biomedicine where high-quality training data is scarce, though it appears incremental by integrating existing techniques.

The paper tackles the problem of non-blind deconvolution when sharp ground truth images are unavailable, particularly in biomedical contexts, by proposing a method that combines deep learning with classic iterative deconvolution, resulting in accelerated reconstruction and reduced computational demands.

Non-blind deconvolution aims to restore a sharp image from its blurred counterpart given an obtained kernel. Existing deep neural architectures are often built based on large datasets of sharp ground truth images and trained with supervision. Sharp, high quality ground truth images, however, are not always available, especially for biomedical applications. This severely hampers the applicability of current approaches in practice. In this paper, we propose a novel non-blind deconvolution method that leverages the power of deep learning and classic iterative deconvolution algorithms. Our approach combines a pre-trained network to extract deep features from the input image with iterative Richardson-Lucy deconvolution steps. Subsequently, a zero-shot optimisation process is employed to integrate the deconvolved features, resulting in a high-quality reconstructed image. By performing the preliminary reconstruction with the classic iterative deconvolution method, we can effectively utilise a smaller network to produce the final image, thus accelerating the reconstruction whilst reducing the demand for valuable computational resources. Our method demonstrates significant improvements in various real-world applications non-blind deconvolution tasks.

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