SOTAVerified

Flexible Style Image Super-Resolution using Conditional Objective

2022-01-13Code Available1· sign in to hype

Seung Ho Park, Young Su Moon, Nam Ik Cho

Code Available — Be the first to reproduce this paper.

Reproduce

Code

Abstract

Recent studies have significantly enhanced the performance of single-image super-resolution (SR) using convolutional neural networks (CNNs). While there can be many high-resolution (HR) solutions for a given input, most existing CNN-based methods do not explore alternative solutions during the inference. A typical approach to obtaining alternative SR results is to train multiple SR models with different loss weightings and exploit the combination of these models. Instead of using multiple models, we present a more efficient method to train a single adjustable SR model on various combinations of losses by taking advantage of multi-task learning. Specifically, we optimize an SR model with a conditional objective during training, where the objective is a weighted sum of multiple perceptual losses at different feature levels. The weights vary according to given conditions, and the set of weights is defined as a style controller. Also, we present an architecture appropriate for this training scheme, which is the Residual-in-Residual Dense Block equipped with spatial feature transformation layers. At the inference phase, our trained model can generate locally different outputs conditioned on the style control map. Extensive experiments show that the proposed SR model produces various desirable reconstructions without artifacts and yields comparable quantitative performance to state-of-the-art SR methods.

Tasks

Benchmark Results

DatasetModelMetricClaimedVerifiedStatus
BSD100 - 4x upscalingFxSR-PD t=0.8PSNR24.77Unverified
BSD100 - 4x upscalingFxSR-PD t=0.0PSNR26.38Unverified
BSD100 - 8x upscalingFxSR-PD t=0.8PSNR21.93Unverified
BSD100 - 8x upscalingFxSR-PD t=0.0PSNR23.6Unverified
DIV2K val - 4x upscalingFxSR-PD t=0.8LPIPS0.1Unverified
DIV2K val - 4x upscalingFxSR-PD t=0.0LPIPS0.24Unverified
DIV2K val - 8x upscalingFxSR-PD t=0.8LPIPS0.24Unverified
DIV2K val - 8x upscalingFxSR-PD t=0.0LPIPS0.39Unverified
General100 - 4x upscalingFxSR-PD t=0.0LPIPS0.15Unverified
General100 - 4x upscalingFxSR-PD t=0.8LPIPS0.08Unverified
General100 - 8x upscalingFxSR-PD t=0.0LPIPS0.29Unverified
General100 - 8x upscalingFxSR-PD t=0.8LPIPS0.21Unverified

Reproductions