English

MemNet: A Persistent Memory Network for Image Restoration

Computer Vision and Pattern Recognition 2017-08-08 v1

Abstract

Recently, very deep convolutional neural networks (CNNs) have been attracting considerable attention in image restoration. However, as the depth grows, the long-term dependency problem is rarely realized for these very deep models, which results in the prior states/layers having little influence on the subsequent ones. Motivated by the fact that human thoughts have persistency, we propose a very deep persistent memory network (MemNet) that introduces a memory block, consisting of a recursive unit and a gate unit, to explicitly mine persistent memory through an adaptive learning process. The recursive unit learns multi-level representations of the current state under different receptive fields. The representations and the outputs from the previous memory blocks are concatenated and sent to the gate unit, which adaptively controls how much of the previous states should be reserved, and decides how much of the current state should be stored. We apply MemNet to three image restoration tasks, i.e., image denosing, super-resolution and JPEG deblocking. Comprehensive experiments demonstrate the necessity of the MemNet and its unanimous superiority on all three tasks over the state of the arts. Code is available at https://github.com/tyshiwo/MemNet.

Keywords

Cite

@article{arxiv.1708.02209,
  title  = {MemNet: A Persistent Memory Network for Image Restoration},
  author = {Ying Tai and Jian Yang and Xiaoming Liu and Chunyan Xu},
  journal= {arXiv preprint arXiv:1708.02209},
  year   = {2017}
}

Comments

Accepted by ICCV 2017 (Spotlight presentation)

R2 v1 2026-06-22T21:08:51.184Z