Our new X account is live! Follow @wizwand_team for updates
WorkDL logo mark

Image Restoration Using Convolutional Auto-encoders with Symmetric Skip Connections

About

Image restoration, including image denoising, super resolution, inpainting, and so on, is a well-studied problem in computer vision and image processing, as well as a test bed for low-level image modeling algorithms. In this work, we propose a very deep fully convolutional auto-encoder network for image restoration, which is a encoding-decoding framework with symmetric convolutional-deconvolutional layers. In other words, the network is composed of multiple layers of convolution and de-convolution operators, learning end-to-end mappings from corrupted images to the original ones. The convolutional layers capture the abstraction of image contents while eliminating corruptions. Deconvolutional layers have the capability to upsample the feature maps and recover the image details. To deal with the problem that deeper networks tend to be more difficult to train, we propose to symmetrically link convolutional and deconvolutional layers with skip-layer connections, with which the training converges much faster and attains better results.

Xiao-Jiao Mao, Chunhua Shen, Yu-Bin Yang• 2016

Related benchmarks

TaskDatasetResultRank
Image Super-resolutionSet5 (test)
PSNR37.66
544
Image Super-resolutionSet14 (test)
PSNR32.94
292
Image Super-resolutionSet14
PSNR32.94
289
Image Super-resolutionBSD100 (test)
PSNR31.99
216
Image Denoising14 images
PSNR34.81
111
Image DenoisingSet12 (test)
PSNR30.48
89
Image DenoisingBSD200 (test)
PSNR32.96
84
Image DenoisingBSD (test)
PSNR33.63
36
Image Super-resolutionBSD100 s=3 (test)
PSNR28.93
26
Image Super-resolutionBSD100 s=2 (test)
PSNR31.99
26
Showing 10 of 20 rows

Other info

Follow for update