Super-Resolution

1276 papers with code • 0 benchmarks • 20 datasets

Super-Resolution is a task in computer vision that involves increasing the resolution of an image or video by generating missing high-frequency details from low-resolution input. The goal is to produce an output image with a higher resolution than the input image, while preserving the original content and structure.

( Credit: MemNet )

Most implemented papers

cGANs with Projection Discriminator

pfnet-research/sngan_projection ICLR 2018

We propose a novel, projection based way to incorporate the conditional information into the discriminator of GANs that respects the role of the conditional information in the underlining probabilistic model.

Wide Activation for Efficient and Accurate Image Super-Resolution

JiahuiYu/wdsr_ntire2018 27 Aug 2018

Keras-based implementation of WDSR, EDSR and SRGAN for single image super-resolution

Learning Enriched Features for Real Image Restoration and Enhancement

swz30/MIRNet ECCV 2020

With the goal of recovering high-quality image content from its degraded version, image restoration enjoys numerous applications, such as in surveillance, computational photography, medical imaging, and remote sensing.

EDVR: Video Restoration with Enhanced Deformable Convolutional Networks

xinntao/EDVR 7 May 2019

In this work, we propose a novel Video Restoration framework with Enhanced Deformable networks, termed EDVR, to address these challenges.

Invertible Image Rescaling

pkuxmq/Invertible-Image-Rescaling ECCV 2020

High-resolution digital images are usually downscaled to fit various display screens or save the cost of storage and bandwidth, meanwhile the post-upscaling is adpoted to recover the original resolutions or the details in the zoom-in images.

Consistency Models

openai/consistency_models 2 Mar 2023

Through extensive experiments, we demonstrate that they outperform existing distillation techniques for diffusion models in one- and few-step sampling, achieving the new state-of-the-art FID of 3. 55 on CIFAR-10 and 6. 20 on ImageNet 64x64 for one-step generation.

SwinIR: Image Restoration Using Swin Transformer

jingyunliang/swinir 23 Aug 2021

In particular, the deep feature extraction module is composed of several residual Swin Transformer blocks (RSTB), each of which has several Swin Transformer layers together with a residual connection.

The 2018 PIRM Challenge on Perceptual Image Super-resolution

alterzero/DBPN-Pytorch 20 Sep 2018

This paper reports on the 2018 PIRM challenge on perceptual super-resolution (SR), held in conjunction with the Perceptual Image Restoration and Manipulation (PIRM) workshop at ECCV 2018.

Towards Compact Single Image Super-Resolution via Contrastive Self-distillation

Booooooooooo/CSD 25 May 2021

Convolutional neural networks (CNNs) are highly successful for super-resolution (SR) but often require sophisticated architectures with heavy memory cost and computational overhead, significantly restricts their practical deployments on resource-limited devices.