paper-with-me

Papers

Iterative Network for Image Super-Resolution

2020-05-20 · Yuqing Liu, Shiqi Wang, Jian Zhang, Shanshe Wang, Siwei Ma, Wen Gao

Single image super-resolution (SISR), as a traditional ill-conditioned inverse problem, has been greatly revitalized by the recent development of convolutional neural networks (CNN). These CNN-based methods generally map a low-resolution image to its corresponding high-resolution version with sophisticated network structures and loss functions, showing impressive performances. This paper provides a new insight on conventional SISR algorithm, and proposes a substantially different approach relying on the iterative optimization. A novel iterative super-resolution network (ISRN) is proposed on top of the iterative optimization. We first analyze the observation model of image SR problem, inspiring a feasible solution by mimicking and fusing each iteration in a more general and efficient manner. Considering the drawbacks of batch normalization, we propose a feature normalization (F-Norm, FN) method to regulate the features in network. Furthermore, a novel block with FN is developed to improve the network representation, termed as FNB. Residual-in-residual structure is proposed to form a very deep network, which groups FNBs with a long skip connection for better information delivery and stabling the training phase. Extensive experimental results on testing benchmarks with bicubic (BI) degradation show our ISRN can not only recover more structural information, but also achieve competitive or better PSNR/SSIM results with much fewer parameters compared to other works. Besides BI, we simulate the real-world degradation with blur-downscale (BD) and downscale-noise (DN). ISRN and its extension ISRN+ both achieve better performance than others with BD and DN degradation models.

📄 PDF Abstract BibTeX arXiv:2005.09964

Code (1)

yuqing-liu-dut/ISRN 공식 구현 pytorch

Tasks

Image Super-ResolutionSSIMSuper-Resolution

Similar Papers 제목 키워드 기반

ACDMSR: Accelerated Conditional Diffusion Models for Single Image Super-Resolution

2023-07-03 · Axi Niu, Pham Xuan Trung, Kang Zhang, Jinqiu Sun 외

Diffusion models have gained significant popularity in the field of image-to-image translation. Previous efforts applying diffusion models to image super-resolution (SR) have demonstrated that iteratively refining pure G…

DenoisingImage Super-ResolutionImage-to-Image TranslationSuper-Resolution

Iterative Collaboration Network Guided By Reconstruction Prior for Medical Image Super-Resolution

2025-04-23 · Xiaoyan Kui, Zexin Ji, Beiji Zou, Yang Li 외

High-resolution medical images can provide more detailed information for better diagnosis. Conventional medical image super-resolution relies on a single task which first performs the extraction of the features and then …

Image Super-ResolutionMulti-Task LearningSuper-Resolution

Image Super-Resolution via Iterative Refinement

2021-04-15 · Chitwan Saharia, Jonathan Ho, William Chan, Tim Salimans 외

We present SR3, an approach to image Super-Resolution via Repeated Refinement. SR3 adapts denoising diffusion probabilistic models to conditional image generation and performs super-resolution through a stochastic denois…

Conditional Image GenerationDenoisingImage GenerationImage Super-Resolution+1

Image Resolution Enhancement by Using Interpolation Followed by Iterative Back Projection

2016-01-03 · Pejman Rasti, Hasan Demirel, Gholamreza Anbarjafari

In this paper, we propose a new super resolution technique based on the interpolation followed by registering them using iterative back projection (IBP). Low resolution images are being interpolated and then the interpol…

Image Super-ResolutionSSIMSuper-Resolution

Deep Iterative Residual Convolutional Network for Single Image Super-Resolution

2020-09-07 · Rao Muhammad Umer, Gian Luca Foresti, Christian Micheloni

Deep convolutional neural networks (CNNs) have recently achieved great success for single image super-resolution (SISR) task due to their powerful feature representation capabilities. The most recent deep learning based …

Image Super-ResolutionSuper-Resolution