paper-with-me

홈 › Papers

Image Restoration Using Very Deep Convolutional Encoder-Decoder Networks with Symmetric Skip Connections

2016-03-30 · NeurIPS 2016 12 · Xiao-Jiao Mao, Chunhua Shen, Yu-Bin Yang

In this paper, we propose a very deep fully convolutional encoding-decoding framework for image restoration such as denoising and super-resolution. 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 act as the feature extractor, which capture the abstraction of image contents while eliminating noises/corruptions. De-convolutional layers are then used to recover the image details. We propose to symmetrically link convolutional and de-convolutional layers with skip-layer connections, with which the training converges much faster and attains a higher-quality local optimum. First, The skip connections allow the signal to be back-propagated to bottom layers directly, and thus tackles the problem of gradient vanishing, making training deep networks easier and achieving restoration performance gains consequently. Second, these skip connections pass image details from convolutional layers to de-convolutional layers, which is beneficial in recovering the original image. Significantly, with the large capacity, we can handle different levels of noises using a single model. Experimental results show that our network achieves better performance than all previously reported state-of-the-art methods.

📄 PDF Abstract BibTeX arXiv:1603.09056

Code (3)

andrewhproppe/phaseretrievalnns pytorch
lyqcom/rednet30 mindspore
yjn870/REDNet-pytorch pytorch

Tasks

DecoderDenoisingImage RestorationImage Super-ResolutionSuper-Resolution

Methods 이 논문이 사용한 방법론

Convolution A convolution is a type of matrix operation, consisting of a kernel, a small matrix of weights, that slides over input data performing element-wise multiplication with the…

Similar Papers 제목 키워드 기반

Image denoising and restoration with CNN-LSTM Encoder Decoder with Direct Attention

2018-01-16 · Kazi Nazmul Haque, Mohammad Abu Yousuf, Rajib Rana

Image denoising is always a challenging task in the field of computer vision and image processing. In this paper, we have proposed an encoder-decoder model with direct attention, which is capable of denoising and reconst…

DecoderDenoisingImage Denoising

Mockingbird at the SIGTYP 2022 Shared Task: Two Types of Models forthe Prediction of Cognate Reflexes

2022-07-01 · NAACL (SIGTYP) 2022 7 · Christo Kirov, Richard Sproat, Alexander Gutkin

The SIGTYP 2022 shared task concerns the problem of word reflex generation in a target language, given cognate words from a subset of related languages. We present two systems to tackle this problem, covering two very di…

DecoderImage Restoration

Image Restoration Using Convolutional Auto-encoders with Symmetric Skip Connections

2016-06-29 · Xiao-Jiao Mao, Chunhua Shen, Yu-Bin Yang

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 …

DenoisingImage DenoisingImage RestorationJPEG Artifact Correction+1

CascadedGaze: Efficiency in Global Context Extraction for Image Restoration

2024-01-26 · Amirhosein Ghasemabadi, Muhammad Kamran Janjua, Mohammad Salameh, Chunhua Zhou 외

Image restoration tasks traditionally rely on convolutional neural networks. However, given the local nature of the convolutional operator, they struggle to capture global information. The promise of attention mechanisms…

DeblurringDecoderDenoisingImage Deblurring+3

Multi-level Encoder-Decoder Architectures for Image Restoration

2019-05-01 · Indra Deep Mastan, Shanmuganathan Raman

Many real-world solutions for image restoration are learning-free and based on handcrafted image priors such as self-similarity. Recently, deep-learning methods that use training data have achieved state-of-the-art resul…

DecoderDenoisingImage ReconstructionImage Restoration+1