paper-with-me

홈 › Papers

Fast and Accurate Image Super Resolution by Deep CNN with Skip Connection and Network in Network

2017-07-18 · Jin Yamanaka, Shigesumi Kuwashima, Takio Kurita

We propose a highly efficient and faster Single Image Super-Resolution (SISR) model with Deep Convolutional neural networks (Deep CNN). Deep CNN have recently shown that they have a significant reconstruction performance on single-image super-resolution. Current trend is using deeper CNN layers to improve performance. However, deep models demand larger computation resources and is not suitable for network edge devices like mobile, tablet and IoT devices. Our model achieves state of the art reconstruction performance with at least 10 times lower calculation cost by Deep CNN with Residual Net, Skip Connection and Network in Network (DCSCN). A combination of Deep CNNs and Skip connection layers is used as a feature extractor for image features on both local and global area. Parallelized 1x1 CNNs, like the one called Network in Network, is also used for image reconstruction. That structure reduces the dimensions of the previous layer's output for faster computation with less information loss, and make it possible to process original images directly. Also we optimize the number of layers and filters of each CNN to significantly reduce the calculation cost. Thus, the proposed algorithm not only achieves the state of the art performance but also achieves faster and efficient computation. Code is available at https://github.com/jiny2001/dcscn-super-resolution

📄 PDF Abstract BibTeX arXiv:1707.05425

Code (4)

jiny2001/dcscn-super-resolution 공식 구현 tf
dattv/DCSCN-Tensorflow tf
dgdelahera/tf-mobile-dcscn tf
jmrf/dcscn-super-resolution pytorch

Tasks

Image ReconstructionImage Super-ResolutionSuper-Resolution

Similar Papers 제목 키워드 기반

SkipSR: Faster Super Resolution with Token Skipping

2025-10-09 · Rohan Choudhury, Shanchuan Lin, Jianyi Wang, Hao Chen 외 arxiv

Diffusion-based super-resolution (SR) is a key component in video generation and video restoration, but is slow and expensive, limiting scalability to higher resolutions and longer videos. Our key insight is that many re…

Video RestorationVideo Generation

Single Image Super-resolution via a Lightweight Residual Convolutional Neural Network

2017-03-23 · Yudong Liang, Ze Yang, Kai Zhang, Yihui He 외

Recent years have witnessed great success of convolutional neural network (CNN) for various problems both in low and high level visions. Especially noteworthy is the residual network which was originally proposed to hand…

Image Super-ResolutionSSIMSuper-Resolution

AsConvSR: Fast and Lightweight Super-Resolution Network with Assembled Convolutions

2023-05-05 · Jiaming Guo, Xueyi Zou, Yuyi Chen, Yi Liu 외

In recent years, videos and images in 720p (HD), 1080p (FHD) and 4K (UHD) resolution have become more popular for display devices such as TVs, mobile phones and VR. However, these high resolution images cannot achieve th…

4kSuper-Resolution

Adaptive Densely Connected Super-Resolution Reconstruction

2019-12-17 · Tangxin Xie, Xin Yang, Yu Jia, Chen Zhu 외

For a better performance in single image super-resolution(SISR), we present an image super-resolution algorithm based on adaptive dense connection (ADCSR). The algorithm is divided into two parts: BODY and SKIP. BODY imp…

Image Super-ResolutionSSIMSuper-Resolution

Simple Base Frame Guided Residual Network for RAW Burst Image Super-Resolution

2024-02-27 · VISAPP 2024 2 · Anderson Cotrim, Gerson Barbosa, Cid Santos, Helio Pedrini

Burst super-resolution or multi-frame super-resolution (MFSR) has gained significant attention in recent years, particularly in the context of mobile photography. With modern handheld devices consistently increasing thei…

Burst Image Super-ResolutionImage Super-ResolutionMulti-Frame Super-ResolutionSuper-Resolution