paper-with-me

홈 › Papers

Benefiting from Bicubically Down-Sampled Images for Learning Real-World Image Super-Resolution

2020-07-06 · Mohammad Saeed Rad, Thomas Yu, Claudiu Musat, Hazim Kemal Ekenel, Behzad Bozorgtabar, Jean-Philippe Thiran

Super-resolution (SR) has traditionally been based on pairs of high-resolution images (HR) and their low-resolution (LR) counterparts obtained artificially with bicubic downsampling. However, in real-world SR, there is a large variety of realistic image degradations and analytically modeling these realistic degradations can prove quite difficult. In this work, we propose to handle real-world SR by splitting this ill-posed problem into two comparatively more well-posed steps. First, we train a network to transform real LR images to the space of bicubically downsampled images in a supervised manner, by using both real LR/HR pairs and synthetic pairs. Second, we take a generic SR network trained on bicubically downsampled images to super-resolve the transformed LR image. The first step of the pipeline addresses the problem by registering the large variety of degraded images to a common, well understood space of images. The second step then leverages the already impressive performance of SR on bicubically downsampled images, sidestepping the issues of end-to-end training on datasets with many different image degradations. We demonstrate the effectiveness of our proposed method by comparing it to recent methods in real-world SR and show that our proposed approach outperforms the state-of-the-art works in terms of both qualitative and quantitative results, as well as results of an extensive user study conducted on several real image datasets.

📄 PDF Abstract BibTeX arXiv:2007.03053

Code (0)

등록된 구현이 없습니다.

Tasks

Image Super-ResolutionSuper-Resolution

Similar Papers 제목 키워드 기반

Super-Resolution of Real-World Faces

2020-11-04 · Saurabh Goswami, Aakanksha, Rajagopalan A. N

Real low-resolution (LR) face images contain degradations which are too varied and complex to be captured by known downsampling kernels and signal-independent noises. So, in order to successfully super-resolve real faces…

Generative Adversarial NetworkSuper-Resolution

Approaching the Limit of Image Rescaling via Flow Guidance

2021-11-09 · Shang Li, GuiXuan Zhang, Zhengxiong Luo, Jie Liu 외

Image downscaling and upscaling are two basic rescaling operations. Once the image is downscaled, it is difficult to be reconstructed via upscaling due to the loss of information. To make these two processes more compati…

Image Rescaling

Frequency Separation for Real-World Super-Resolution

2019-11-18 · Manuel Fritsche, Shuhang Gu, Radu Timofte

Most of the recent literature on image super-resolution (SR) assumes the availability of training data in the form of paired low resolution (LR) and high resolution (HR) images or the knowledge of the downgrading operato…

Image Super-ResolutionSuper-Resolution

Informed Down-Sampled Lexicase Selection: Identifying productive training cases for efficient problem solving

2023-01-04 · Ryan Boldi, Martin Briesch, Dominik Sobania, Alexander Lalejini 외

Genetic Programming (GP) often uses large training sets and requires all individuals to be evaluated on all training cases during selection. Random down-sampled lexicase selection evaluates individuals on only a random s…

Program Synthesis

A Downsampled Variant of ImageNet as an Alternative to the CIFAR datasets

2017-07-27 · Patryk Chrabaszcz, Ilya Loshchilov, Frank Hutter

The original ImageNet dataset is a popular large-scale benchmark for training Deep Neural Networks. Since the cost of performing experiments (e.g, algorithm design, architecture search, and hyperparameter tuning) on the …

Image ClassificationNeural Architecture Search