paper-with-me

홈 › Papers

Single Image Super-Resolution with Dilated Convolution based Multi-Scale Information Learning Inception Module

2017-07-22 · Wuzhen Shi, Feng Jiang, Debin Zhao

Traditional works have shown that patches in a natural image tend to redundantly recur many times inside the image, both within the same scale, as well as across different scales. Make full use of these multi-scale information can improve the image restoration performance. However, the current proposed deep learning based restoration methods do not take the multi-scale information into account. In this paper, we propose a dilated convolution based inception module to learn multi-scale information and design a deep network for single image super-resolution. Different dilated convolution learns different scale feature, then the inception module concatenates all these features to fuse multi-scale information. In order to increase the reception field of our network to catch more contextual information, we cascade multiple inception modules to constitute a deep network to conduct single image super-resolution. With the novel dilated convolution based inception module, the proposed end-to-end single image super-resolution network can take advantage of multi-scale information to improve image super-resolution performance. Experimental results show that our proposed method outperforms many state-of-the-art single image super-resolution methods.

📄 PDF Abstract BibTeX arXiv:1707.07128

Code (2)

wzhshi/MSSRNet 공식 구현
danielenricocahall/Keras-UNet

Tasks

Image RestorationImage Super-ResolutionSuper-Resolution

Methods 이 논문이 사용한 방법론

1x1 Convolution A 1 x 1 Convolution is a convolution with some special properties in that it can be used for dimensionality reduction,…
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…
Inception Module An Inception Module is an image model block that aims to approximate an optimal local sparse structure in a CNN. Put simply, it allows for us to use multiple types of filter…
Dilated Convolution 설명 없음
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 제목 키워드 기반

Densely connected multidilated convolutional networks for dense prediction tasks

2020-11-21 · Naoya Takahashi, Yuki Mitsufuji

Tasks that involve high-resolution dense prediction require a modeling of both local and global patterns in a large input field. Although the local and global structures often depend on each other and their simultaneous …

Audio Source SeparationMusic Source SeparationSemantic Segmentation

Densely Connected Multi-Dilated Convolutional Networks for Dense Prediction Tasks

2021-06-19 · CVPR 2021 1 · Naoya Takahashi, Yuki Mitsufuji

Tasks that involve high-resolution dense prediction require a modeling of both local and global patterns in a large input field. Although the local and global structures often depend on each other and their simultane…

Audio Source SeparationSemantic Segmentation

DiMoSR: Feature Modulation via Multi-Branch Dilated Convolutions for Efficient Image Super-Resolution

2025-05-27 · M. Akin Yilmaz, Ahmet Bilican, A. Murat Tekalp

Balancing reconstruction quality versus model efficiency remains a critical challenge in lightweight single image super-resolution (SISR). Despite the prevalence of attention mechanisms in recent state-of-the-art SISR ap…

Computational EfficiencyImage Super-ResolutionSSIMSuper-Resolution

Dilated Fully Convolutional Neural Network for Depth Estimation from a Single Image

2021-03-12 · Binghan Li, Yindong Hua, Yifeng Liu, Mi Lu

Depth prediction plays a key role in understanding a 3D scene. Several techniques have been developed throughout the years, among which Convolutional Neural Network has recently achieved state-of-the-art performance on e…

Depth EstimationDepth Prediction

D3Net: Densely connected multidilated DenseNet for music source separation

2020-10-05 · Naoya Takahashi, Yuki Mitsufuji

Music source separation involves a large input field to model a long-term dependence of an audio signal. Previous convolutional neural network (CNN)-based approaches address the large input field modeling using sequentia…

Music Source Separation