CVIVNov 24, 2022

GAN Prior based Null-Space Learning for Consistent Super-Resolution

arXiv:2211.13524v152 citationsh-index: 12
Originality Incremental advance
AI Analysis

This addresses consistency issues in image super-resolution for applications requiring high-quality visual outputs, though it is incremental as it builds on existing GAN prior methods.

The paper tackled inconsistencies in local structures and colors in GAN-based image super-resolution by learning only the null-space component while fixing the range-space part, using a pooling-based decomposition method that refreshes state-of-the-art performance and speeds up training convergence by 2~10 times.

Consistency and realness have always been the two critical issues of image super-resolution. While the realness has been dramatically improved with the use of GAN prior, the state-of-the-art methods still suffer inconsistencies in local structures and colors (e.g., tooth and eyes). In this paper, we show that these inconsistencies can be analytically eliminated by learning only the null-space component while fixing the range-space part. Further, we design a pooling-based decomposition (PD), a universal range-null space decomposition for super-resolution tasks, which is concise, fast, and parameter-free. PD can be easily applied to state-of-the-art GAN Prior based SR methods to eliminate their inconsistencies, neither compromising the realness nor bringing extra parameters or computational costs. Besides, our ablation studies reveal that PD can replace pixel-wise losses for training and achieve better generalization performance when facing unseen downsamplings or even real-world degradation. Experiments show that the use of PD refreshes state-of-the-art SR performance and speeds up the convergence of training up to 2~10 times.

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