IVCVLGDec 18, 2019

Image Restoration using Plug-and-Play CNN MAP Denoisers

arXiv:1912.09299v28 citations
Originality Incremental advance
AI Analysis

This provides a faster and theoretically grounded solution for image restoration tasks across various degradation types, though it is incremental as it builds on existing plug-and-play denoiser frameworks.

The paper tackles image restoration by developing an end-to-end deep neural network approach for MAP denoising, achieving 70x faster performance than state-of-the-art methods while maintaining theoretical guarantees.

Plug-and-play denoisers can be used to perform generic image restoration tasks independent of the degradation type. These methods build on the fact that the Maximum a Posteriori (MAP) optimization can be solved using smaller sub-problems, including a MAP denoising optimization. We present the first end-to-end approach to MAP estimation for image denoising using deep neural networks. We show that our method is guaranteed to minimize the MAP denoising objective, which is then used in an optimization algorithm for generic image restoration. We provide theoretical analysis of our approach and show the quantitative performance of our method in several experiments. Our experimental results show that the proposed method can achieve 70x faster performance compared to the state-of-the-art, while maintaining the theoretical perspective of MAP.

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