DEALing with Image Reconstruction: Deep Attentive Least Squares
Mehrsa Pourya, Erich Kobler, Michael Unser, Sebastian Neumayer
TL;DR
DEAL addresses ill-posed image reconstruction by marrying traditional regularization with deep learning through a Tikhonov-inspired, quadratic regularizer whose weights are learned and spatially adapted by an attention mechanism. The method iteratively solves a linear system $\mathbf{A}_k\mathbf{x}_{k+1}=\mathbf{b}$ with $\mathbf{A}_k=\mathbf{H}^\top\mathbf{H}+\lambda\mathbf{W}^\top\mathbf{M}(\mathbf{x}_k)^2\mathbf{W}$ using conjugate gradients, while $\mathbf{M}$ is produced by a lightweight network that modulates regularization at edges and complex structures. The authors provide theoretical guarantees: uniqueness of each update under mild kernel conditions, existence of a fixed point, Lipschitz continuity and possible contraction leading to exponential convergence, and a stability bound with respect to measurement changes. Empirically, DEAL achieves competitive results on grayscale/color denoising, color super-resolution, and MRI reconstruction with fewer parameters than many deep baselines and demonstrates strong interpretability through visualizations of the learned masks and filters. This framework offers a principled, universal, and robust alternative to plug-and-play and learned regularizers for diverse inverse problems.
Abstract
State-of-the-art image reconstruction often relies on complex, highly parameterized deep architectures. We propose an alternative: a data-driven reconstruction method inspired by the classic Tikhonov regularization. Our approach iteratively refines intermediate reconstructions by solving a sequence of quadratic problems. These updates have two key components: (i) learned filters to extract salient image features, and (ii) an attention mechanism that locally adjusts the penalty of filter responses. Our method achieves performance on par with leading plug-and-play and learned regularizer approaches while offering interpretability, robustness, and convergent behavior. In effect, we bridge traditional regularization and deep learning with a principled reconstruction approach.
