SOTAVerified

Auto-Encoded Supervision for Perceptual Image Super-Resolution

2024-11-28CVPR 2025Code Available2· sign in to hype

MinKyu Lee, Sangeek Hyun, Woojin Jun, Jae-Pil Heo

Code Available — Be the first to reproduce this paper.

Reproduce

Code

Abstract

This work tackles the fidelity objective in the perceptual super-resolution~(SR). Specifically, we address the shortcomings of pixel-level L_p loss (L_pix) in the GAN-based SR framework. Since L_pix is known to have a trade-off relationship against perceptual quality, prior methods often multiply a small scale factor or utilize low-pass filters. However, this work shows that these circumventions fail to address the fundamental factor that induces blurring. Accordingly, we focus on two points: 1) precisely discriminating the subcomponent of L_pix that contributes to blurring, and 2) only guiding based on the factor that is free from this trade-off relationship. We show that they can be achieved in a surprisingly simple manner, with an Auto-Encoder (AE) pretrained with L_pix. Accordingly, we propose the Auto-Encoded Supervision for Optimal Penalization loss (L_AESOP), a novel loss function that measures distance in the AE space, instead of the raw pixel space. Note that the AE space indicates the space after the decoder, not the bottleneck. By simply substituting L_pix with L_AESOP, we can provide effective reconstruction guidance without compromising perceptual quality. Designed for simplicity, our method enables easy integration into existing SR frameworks. Experimental results verify that AESOP can lead to favorable results in the perceptual SR task.

Tasks

Benchmark Results

DatasetModelMetricClaimedVerifiedStatus
BSD100 - 4x upscalingAESOPPSNR25.93Unverified
DIV2K val - 4x upscalingAESOPLPIPS0.09Unverified
General-100 - 4x upscalingAESOPDISTS0.08Unverified
Manga109 - 4x upscalingAESOPSSIM0.89Unverified
Set14 - 4x upscalingAESOPPSNR27.42Unverified
Urban100 - 4x upscalingAESOPPSNR26.15Unverified

Reproductions