HyperAIHyperAI

Command Palette

Search for a command to run...

a month ago

MemNet: A Persistent Memory Network for Image Restoration

Tai Ying Yang Jian Liu Xiaoming Xu Chunyan

MemNet: A Persistent Memory Network for Image Restoration

Abstract

Recently, very deep convolutional neural networks (CNNs) have been attractingconsiderable attention in image restoration. However, as the depth grows, thelong-term dependency problem is rarely realized for these very deep models,which results in the prior states/layers having little influence on thesubsequent ones. Motivated by the fact that human thoughts have persistency, wepropose a very deep persistent memory network (MemNet) that introduces a memoryblock, consisting of a recursive unit and a gate unit, to explicitly minepersistent memory through an adaptive learning process. The recursive unitlearns multi-level representations of the current state under differentreceptive fields. The representations and the outputs from the previous memoryblocks are concatenated and sent to the gate unit, which adaptively controlshow much of the previous states should be reserved, and decides how much of thecurrent state should be stored. We apply MemNet to three image restorationtasks, i.e., image denosing, super-resolution and JPEG deblocking.Comprehensive experiments demonstrate the necessity of the MemNet and itsunanimous superiority on all three tasks over the state of the arts. Code isavailable at https://github.com/tyshiwo/MemNet.

Code Repositories

tyshiwo/MemNet
Official
tf
rshwndsz/denoiser
pytorch
Mentioned in GitHub

Benchmarks

BenchmarkMethodologyMetrics
color-image-denoising-on-cbsd68-sigma50MemNet
PSNR: 26.33
image-super-resolution-on-bsd100-4x-upscalingMemNet
PSNR: 27.40
SSIM: 0.7281
image-super-resolution-on-manga109-4xMemNet
PSNR: 29.42
SSIM: 0.8942
image-super-resolution-on-set14-4x-upscalingMemNet
PSNR: 28.26
SSIM: 0.7723
image-super-resolution-on-urban100-4xMemNet
PSNR: 25.50
SSIM: 0.7630
jpeg-artifact-correction-on-classic5-qualityMemNet
PSNR: 29.69
jpeg-artifact-correction-on-live1-quality-10MemNet
PSNR: 27.33
PSNR-B: 27.34
SSIM: 0.810
jpeg-artifact-correction-on-live1-quality-10-1MemNet
PSNR: 29.45
PSNR-B: 29.39
SSIM: 0.8327
jpeg-artifact-correction-on-live1-quality-20MemNet
PSNR: 29.76
PSNR-B: 29.75
SSIM: 0.877
jpeg-artifact-correction-on-live1-quality-20-1MemNet
PSNR: 31.83
PSNR-B: 31.74
SSIM: 0.8970

Build AI with AI

From idea to launch — accelerate your AI development with free AI co-coding, out-of-the-box environment and best price of GPUs.

AI Co-coding
Ready-to-use GPUs
Best Pricing
Get Started

Hyper Newsletters

Subscribe to our latest updates
We will deliver the latest updates of the week to your inbox at nine o'clock every Monday morning
Powered by MailChimp
MemNet: A Persistent Memory Network for Image Restoration | Papers | HyperAI