paper-with-me

홈 › Papers

Residual Dense Network for Image Super-Resolution

2018-02-24 · CVPR 2018 6 · Yulun Zhang, Yapeng Tian, Yu Kong, Bineng Zhong, Yun Fu

A very deep convolutional neural network (CNN) has recently achieved great success for image super-resolution (SR) and offered hierarchical features as well. However, most deep CNN based SR models do not make full use of the hierarchical features from the original low-resolution (LR) images, thereby achieving relatively-low performance. In this paper, we propose a novel residual dense network (RDN) to address this problem in image SR. We fully exploit the hierarchical features from all the convolutional layers. Specifically, we propose residual dense block (RDB) to extract abundant local features via dense connected convolutional layers. RDB further allows direct connections from the state of preceding RDB to all the layers of current RDB, leading to a contiguous memory (CM) mechanism. Local feature fusion in RDB is then used to adaptively learn more effective features from preceding and current local features and stabilizes the training of wider network. After fully obtaining dense local features, we use global feature fusion to jointly and adaptively learn global hierarchical features in a holistic way. Extensive experiments on benchmark datasets with different degradation models show that our RDN achieves favorable performance against state-of-the-art methods.

📄 PDF Abstract BibTeX arXiv:1802.08797

Code (16)

yulunzhang/RDN 공식 구현 pytorch
2023-MindSpore-4/Code6/tree/main/RDN
DivJAth/DeepLearning5922
Mind23-2/MindCode-5/tree/main/RDN mindspore
MindSpore-paper-code-2/code2/tree/main/RDN mindspore
Pulkitdzrt/ML-Image-Super-Resolution
anktplwl91/Image-Superresolution tf
code-implementation1/Code7/tree/main/RDN mindspore
coloquinte/torchsr pytorch
idealo/image-super-resolution tf
keerthan2/RDN-Tensorflow tf
mindspore-ai/models/tree/master/official/cv/RDN mindspore
proteus1991/GridDehazeNet pytorch
puffnjackie/pytorch-super-resolution-implementations pytorch
wwhio/megmodels pytorch
yjn870/rdn-pytorch pytorch

Tasks

Color Image DenoisingImage 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…
Concatenated Skip Connection A Concatenated Skip Connection is a type of skip connection that seeks to reuse features by concatenating them to new layers, allowing more information to be retained from…
Batch Normalization 설명 없음
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…
Dense Block A Dense Block is a module used in convolutional neural networks that connects *all layers* (with matching feature-map sizes) directly with each other. It was originally…

Similar Papers 제목 키워드 기반

Unsupervised MRI Super-Resolution Using Deep External Learning and Guided Residual Dense Network with Multimodal Image Priors

2020-08-27 · Yutaro Iwamoto, Kyohei Takeda, Yinhao Li, Akihiko Shiino 외

Deep learning techniques have led to state-of-the-art image super resolution with natural images. Normally, pairs of high-resolution and low-resolution images are used to train the deep learning models. These techniques …

AnatomyImage Super-ResolutionSuper-Resolution

Real Image Super Resolution Via Heterogeneous Model Ensemble using GP-NAS

2020-09-02 · Zhihong Pan, Baopu Li, Teng Xi, Yanwen Fan 외

With advancement in deep neural network (DNN), recent state-of-the-art (SOTA) image superresolution (SR) methods have achieved impressive performance using deep residual network with dense skip connections. While these m…

Image Super-ResolutionNeural Architecture SearchSuper-Resolution

Densely Residual Laplacian Super-Resolution

2019-06-28 · Saeed Anwar, Nick Barnes

Super-Resolution convolutional neural networks have recently demonstrated high-quality restoration for single images. However, existing algorithms often require very deep architectures and long training times. Furthermor…

Image Super-Resolution

Efficient Residual Dense Block Search for Image Super-Resolution

2019-09-25 · Dehua Song, Chang Xu, Xu Jia, Yiyi Chen 외

Although remarkable progress has been made on single image super-resolution due to the revival of deep convolutional neural networks, deep learning methods are confronted with the challenges of computation and memory con…

Image Super-ResolutionSuper-Resolution

FAN: Frequency Aggregation Network for Real Image Super-resolution

2020-09-30 · Yingxue Pang, Xin Li, Xin Jin, Yaojun Wu 외

Single image super-resolution (SISR) aims to recover the high-resolution (HR) image from its low-resolution (LR) input image. With the development of deep learning, SISR has achieved great progress. However, It is still …

Image Super-ResolutionSSIMSuper-Resolution