CVNov 16, 2017

The Perception-Distortion Tradeoff

arXiv:1711.06077v41094 citations
Originality Highly original
AI Analysis

This provides a theoretical foundation for evaluating image restoration methods, impacting researchers and practitioners in low-level vision tasks.

The paper proves mathematically that distortion and perceptual quality in image restoration are fundamentally at odds, showing that as distortion decreases, perceptual quality worsens, and demonstrates that GANs approach this perception-distortion bound.

Image restoration algorithms are typically evaluated by some distortion measure (e.g. PSNR, SSIM, IFC, VIF) or by human opinion scores that quantify perceived perceptual quality. In this paper, we prove mathematically that distortion and perceptual quality are at odds with each other. Specifically, we study the optimal probability for correctly discriminating the outputs of an image restoration algorithm from real images. We show that as the mean distortion decreases, this probability must increase (indicating worse perceptual quality). As opposed to the common belief, this result holds true for any distortion measure, and is not only a problem of the PSNR or SSIM criteria. We also show that generative-adversarial-nets (GANs) provide a principled way to approach the perception-distortion bound. This constitutes theoretical support to their observed success in low-level vision tasks. Based on our analysis, we propose a new methodology for evaluating image restoration methods, and use it to perform an extensive comparison between recent super-resolution algorithms.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes