CVLGJun 1, 2018

Neural Proximal Gradient Descent for Compressive Imaging

arXiv:1806.03963v1171 citations
Originality Incremental advance
AI Analysis

This work addresses fast and accurate image reconstruction for compressive imaging applications like MRI and face super-resolution, representing a strong domain-specific advance.

The paper tackles the ill-posed inverse problem of recovering high-resolution images from limited sensory data by developing a neural proximal gradient descent system that learns a proximal map using residual networks. It achieves significant improvements, outperforming conventional deep ResNets by 2dB SNR and state-of-the-art compressed-sensing methods by 4dB SNR with 100x speedups in reconstruction time.

Recovering high-resolution images from limited sensory data typically leads to a serious ill-posed inverse problem, demanding inversion algorithms that effectively capture the prior information. Learning a good inverse mapping from training data faces severe challenges, including: (i) scarcity of training data; (ii) need for plausible reconstructions that are physically feasible; (iii) need for fast reconstruction, especially in real-time applications. We develop a successful system solving all these challenges, using as basic architecture the recurrent application of proximal gradient algorithm. We learn a proximal map that works well with real images based on residual networks. Contraction of the resulting map is analyzed, and incoherence conditions are investigated that drive the convergence of the iterates. Extensive experiments are carried out under different settings: (a) reconstructing abdominal MRI of pediatric patients from highly undersampled Fourier-space data and (b) superresolving natural face images. Our key findings include: 1. a recurrent ResNet with a single residual block unrolled from an iterative algorithm yields an effective proximal which accurately reveals MR image details. 2. Our architecture significantly outperforms conventional non-recurrent deep ResNets by 2dB SNR; it is also trained much more rapidly. 3. It outperforms state-of-the-art compressed-sensing Wavelet-based methods by 4dB SNR, with 100x speedups in reconstruction time.

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