CVMMJun 24, 2017

ISTA-Net: Interpretable Optimization-Inspired Deep Network for Image Compressive Sensing

arXiv:1706.07929v235.7137 citationsHas Code
Originality Incremental advance
AI Analysis

This work addresses the need for efficient image reconstruction in compressive sensing applications, offering a hybrid approach that combines optimization insights with neural network speed, though it is incremental in integrating existing methods.

The paper tackles the problem of fast and accurate compressive sensing reconstruction for natural images by proposing ISTA-Net, a deep network inspired by the optimization algorithm ISTA, which outperforms state-of-the-art methods by large margins while maintaining fast speed.

With the aim of developing a fast yet accurate algorithm for compressive sensing (CS) reconstruction of natural images, we combine in this paper the merits of two existing categories of CS methods: the structure insights of traditional optimization-based methods and the speed of recent network-based ones. Specifically, we propose a novel structured deep network, dubbed ISTA-Net, which is inspired by the Iterative Shrinkage-Thresholding Algorithm (ISTA) for optimizing a general $\ell_1$ norm CS reconstruction model. To cast ISTA into deep network form, we develop an effective strategy to solve the proximal mapping associated with the sparsity-inducing regularizer using nonlinear transforms. All the parameters in ISTA-Net (\eg nonlinear transforms, shrinkage thresholds, step sizes, etc.) are learned end-to-end, rather than being hand-crafted. Moreover, considering that the residuals of natural images are more compressible, an enhanced version of ISTA-Net in the residual domain, dubbed {ISTA-Net}$^+$, is derived to further improve CS reconstruction. Extensive CS experiments demonstrate that the proposed ISTA-Nets outperform existing state-of-the-art optimization-based and network-based CS methods by large margins, while maintaining fast computational speed. Our source codes are available: \textsl{http://jianzhang.tech/projects/ISTA-Net}.

Code Implementations2 repos
Foundations

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

Your Notes