OCCVOct 9, 2012

Deconvolving Images with Unknown Boundaries Using the Alternating Direction Method of Multipliers

arXiv:1210.2687v2165 citations
AI Analysis

This work addresses a practical limitation in imaging inverse problems for applications like photography or medical imaging, but it is incremental as it builds on existing ADMM frameworks.

The paper tackles the problem of image deconvolution with unknown boundaries, a more realistic scenario than periodic assumptions, by extending the ADMM optimization method to handle arbitrary boundary conditions and combined inpainting, resulting in algorithms with proven convergence and demonstrated performance on non-periodic deblurring tasks.

The alternating direction method of multipliers (ADMM) has recently sparked interest as a flexible and efficient optimization tool for imaging inverse problems, namely deconvolution and reconstruction under non-smooth convex regularization. ADMM achieves state-of-the-art speed by adopting a divide and conquer strategy, wherein a hard problem is split into simpler, efficiently solvable sub-problems (e.g., using fast Fourier or wavelet transforms, or simple proximity operators). In deconvolution, one of these sub-problems involves a matrix inversion (i.e., solving a linear system), which can be done efficiently (in the discrete Fourier domain) if the observation operator is circulant, i.e., under periodic boundary conditions. This paper extends ADMM-based image deconvolution to the more realistic scenario of unknown boundary, where the observation operator is modeled as the composition of a convolution (with arbitrary boundary conditions) with a spatial mask that keeps only pixels that do not depend on the unknown boundary. The proposed approach also handles, at no extra cost, problems that combine the recovery of missing pixels (i.e., inpainting) with deconvolution. We show that the resulting algorithms inherit the convergence guarantees of ADMM and illustrate its performance on non-periodic deblurring (with and without inpainting of interior pixels) under total-variation and frame-based regularization.

Foundations

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

Your Notes