CVJan 25, 2022

Revisiting L1 Loss in Super-Resolution: A Probabilistic View and Beyond

arXiv:2201.10084v227 citations
AI Analysis

This work addresses a fundamental limitation in image super-resolution for researchers and practitioners by providing an incremental enhancement to existing methods.

The paper tackled the problem of super-resolution's ill-posed nature by reformulating the popular L1 loss into a probabilistic model that accounts for multiple plausible high-resolution solutions, resulting in consistent improvements across architectures without added inference costs.

Super-resolution as an ill-posed problem has many high-resolution candidates for a low-resolution input. However, the popular $\ell_1$ loss used to best fit the given HR image fails to consider this fundamental property of non-uniqueness in image restoration. In this work, we fix the missing piece in $\ell_1$ loss by formulating super-resolution with neural networks as a probabilistic model. It shows that $\ell_1$ loss is equivalent to a degraded likelihood function that removes the randomness from the learning process. By introducing a data-adaptive random variable, we present a new objective function that aims at minimizing the expectation of the reconstruction error over all plausible solutions. The experimental results show consistent improvements on mainstream architectures, with no extra parameter or computing cost at inference time.

Foundations

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

Your Notes