• Stars
    star
    119
  • Rank 297,930 (Top 6 %)
  • Language
    Python
  • Created over 6 years ago
  • Updated over 4 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

ISTA-Net: Interpretable Optimization-Inspired Deep Network for Image Compressive Sensing, CVPR2018 (Tensorflow Code)

ISTA-Net

ISTA-Net: Interpretable Optimization-Inspired Deep Network for Image Compressive Sensing, CVPR2018 (Tensorflow Code)

[New PyTorch Version]

This repository is for ISTA-Net introduced in the following paper:

Jian Zhang and Bernard Ghanem, "ISTA-Net: Interpretable Optimization-Inspired Deep Network for Image Compressive Sensing", CVPR 2018, [pdf] [Supp]

Training data (Training_Data_Img91.mat) and other training models can be downloaded at GoogleDrive.

The code is tested on both Windows and Linux environments (Tensorflow: 1.2.0, CUDA8.0, cuDNN5.1) with Titan 1080Ti GPU.

Introduction

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 L1 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.

ISTA-Net Figure 1. Illustration of the proposed ISTA-Net framework.

Citation

If you find our code helpful in your resarch or work, please cite our paper.

@inproceedings{zhang2018ista,
  title={ISTA-Net: Interpretable Optimization-Inspired Deep Network for Image Compressive Sensing},
  author={Zhang, Jian and Ghanem, Bernard},
  booktitle={CVPR},
  pages={1828--1837},
  year={2018}
}

More Repositories

1

ISTA-Net-PyTorch

ISTA-Net: Interpretable Optimization-Inspired Deep Network for Image Compressive Sensing, CVPR2018 (PyTorch Code)
Python
150
star
2

panini

Panini-Net: GAN Prior based Degradation-Aware Feature Interpolation for Face Restoration, AAAI 2022 (PyTorch Code)
Python
97
star
3

DAGL

Dynamic Attentive Graph Learning for Image Restoration, ICCV2021 [PyTorch Code]
Python
88
star
4

ISTA-Netpp

ISTA-Net++: Flexible Deep Unfolding Network for Compressive Sensing, ICME2021 [PyTorch Code]
Python
29
star
5

OPINE-Net

Optimization-Inspired Compact Deep Compressive Sensing, JSTSP2020 (PyTorch Code)
Python
26
star
6

GSR

Matlab code for Group-based Sparse Representation for Image Restoration, TIP2014
MATLAB
23
star
7

SCI3D

Dense Deep Unfolding Network with 3D-CNN Prior for Snapshot Compressive Imaging, ICCV2021 [PyTorch Code]
Python
23
star
8

HerosNet

HerosNet: Hyperspectral Explicable Reconstruction and Optimal Sampling Deep Network for Snapshot Compressive Imaging (CVPR2022)
Python
23
star
9

COAST

COAST: COntrollable Arbitrary-Sampling NeTwork for Compressive Sensing, TIP2021 [PyTorch Code]
Python
13
star
10

TVNLR

Matlab Code for Improved Total Variation based Image Compressive Sensing Recovery by Nonlocal Regularization
12
star
11

HiTDUN

Official implementation of High-Throughput Deep Unfolding Network for Compressive Sensing MRI
11
star
12

ALSB

Matlab Code for Image compressive sensing recovery using adaptively learned sparsifying basis via L0 minimization
7
star
13

CONCOLOR

Matlab Code for CONCOLOR: COnstrained Non-COnvex LOw-Rank Model for Image Deblocking, TIP2016
4
star
14

RCoS

Matlab Code for Image Compressive Sensing Recovery via Collaborative Sparsity
4
star
15

AST-NLS

Matlab Code for Image Denoising via Bandwise Adaptive Modeling and Regularization Exploiting Nonlocal Similarity
3
star
16

DualDic

Matlab Code for Image Super-Resolution via Dual-Dictionary Learning and Sparse Representation
2
star
17

IRJSM

Matlab Code for Image Restoration Using Joint Statistical Modeling in a Space-Transform Domain, TCSVT2014
1
star