paper-with-me

홈 › Papers

Image Superresolution using Scale-Recurrent Dense Network

2022-01-28 · Kuldeep Purohit, Srimanta Mandal, A. N. Rajagopalan

Recent advances in the design of convolutional neural network (CNN) have yielded significant improvements in the performance of image super-resolution (SR). The boost in performance can be attributed to the presence of residual or dense connections within the intermediate layers of these networks. The efficient combination of such connections can reduce the number of parameters drastically while maintaining the restoration quality. In this paper, we propose a scale recurrent SR architecture built upon units containing series of dense connections within a residual block (Residual Dense Blocks (RDBs)) that allow extraction of abundant local features from the image. Our scale recurrent design delivers competitive performance for higher scale factors while being parametrically more efficient as compared to current state-of-the-art approaches. To further improve the performance of our network, we employ multiple residual connections in intermediate layers (referred to as Multi-Residual Dense Blocks), which improves gradient propagation in existing layers. Recent works have discovered that conventional loss functions can guide a network to produce results which have high PSNRs but are perceptually inferior. We mitigate this issue by utilizing a Generative Adversarial Network (GAN) based framework and deep feature (VGG) losses to train our network. We experimentally demonstrate that different weighted combinations of the VGG loss and the adversarial loss enable our network outputs to traverse along the perception-distortion curve. The proposed networks perform favorably against existing methods, both perceptually and objectively (PSNR-based) with fewer parameters.

📄 PDF Abstract BibTeX arXiv:2201.11998

Code (0)

등록된 구현이 없습니다.

Tasks

Generative Adversarial NetworkImage Super-ResolutionSuper-Resolution

Methods 이 논문이 사용한 방법론

Batch Normalization 설명 없음
Max Pooling Max Pooling is a pooling operation that calculates the maximum value for patches of a feature map, and uses it to create a downsampled (pooled) feature map. It is usually…
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…
Residual Connection 설명 없음
ReLU How Do I Communicate to Expedia? How Do I Communicate to Expedia? – Call ☎️ +1-(888) 829 (0881) or +1-805-330-4056 or +1-805-330-4056 for Live Support & Special Travel…
Dropout Dropout is a regularization technique for neural networks that drops a unit (along with connections) at training time with a specified probability $p$ (a common value is…
Residual Block Residual Blocks are skip-connection blocks that learn residual functions with reference to the layer inputs, instead of learning unreferenced functions. They were introduced…
Softmax The Softmax output function transforms a previous layer's output into a vector of probabilities. It is commonly used for multiclass classification. Given an input vector $x$…

Similar Papers 제목 키워드 기반

GCRDN: Global Context-Driven Residual Dense Network for Remote Sensing Image Superresolution

2023-05-04 · Jounal 2023 5 · Jialu Sui, Xianping Ma, Xiaokang Zhang, Man-on Pun

Superresolution (SR) of remote sensing images aims to restore high-quality information from low-resolution images. Recently, it has witnessed great strides with the rapid development of deep learning (DL) techniques. Des…

DecoderImage ReconstructionSuper-Resolution

Image Enhancement by Recurrently-trained Super-resolution Network

2019-07-26 · Saem Park, Nojun Kwak

We introduce a new learning strategy for image enhancement by recurrently training the same simple superresolution (SR) network multiple times. After initially training an SR network by using pairs of a corrupted low res…

Image EnhancementSuper-Resolution

Superresolution of Noisy Remotely Sensed Images Through Directional Representations

2016-02-27 · Wojciech Czaja, James M. Murphy, Daniel Weinberg

We develop an algorithm for single-image superresolution of remotely sensed data, based on the discrete shearlet transform. The shearlet transform extracts directional features of signals, and is known to provide near-op…

DenoisingEdge DetectionSSIM

Wasserstein Patch Prior for Image Superresolution

2021-09-27 · Johannes Hertrich, Antoine Houdard, Claudia Redenbach

In this paper, we introduce a Wasserstein patch prior for superresolution of two- and three-dimensional images. Here, we assume that we have given (additionally to the low resolution observation) a reference image which …

Variational Depth Superresolution Using Example-Based Edge Representations

2015-12-01 · ICCV 2015 12 · David Ferstl, Matthias Ruther, Horst Bischof

In this paper we propose a novel method for depth image superresolution which combines recent advances in example based upsampling with variational superresolution based on a known blur kernel. Most traditional depth sup…