Navigating Beyond Dropout: An Intriguing Solution Towards Generalizable Image Super Resolution
Hongjun Wang, Jiyuan Chen, Yinqiang Zheng, Tieyong Zeng
TL;DR
This work addresses the generalization gap in Blind SR under unknown degradations and critiques the use of Dropout as a regularizer due to its detrimental effect on high-frequency detail. It introduces Simple Alignments that regularize training by aligning the first- and second-order feature statistics, both in a linear form and via nonlinear Random Fourier Feature mappings to an RKHS, promoting degradation-invariant representations. The approach is model-agnostic and complements multi-degradation training, with extensive experiments showing consistent PSNR gains and reduced perceptual errors across seven benchmarks and multiple backbones, outperforming Dropout. Overall, the paper demonstrates that feature-statistics alignment is an effective regularization for Blind SR, enabling better restoration of fine details under unseen degradations and highlighting a practical path for improving generalization in image restoration tasks.
Abstract
Deep learning has led to a dramatic leap on Single Image Super-Resolution (SISR) performances in recent years. %Despite the substantial advancement% While most existing work assumes a simple and fixed degradation model (e.g., bicubic downsampling), the research of Blind SR seeks to improve model generalization ability with unknown degradation. Recently, Kong et al pioneer the investigation of a more suitable training strategy for Blind SR using Dropout. Although such method indeed brings substantial generalization improvements via mitigating overfitting, we argue that Dropout simultaneously introduces undesirable side-effect that compromises model's capacity to faithfully reconstruct fine details. We show both the theoretical and experimental analyses in our paper, and furthermore, we present another easy yet effective training strategy that enhances the generalization ability of the model by simply modulating its first and second-order features statistics. Experimental results have shown that our method could serve as a model-agnostic regularization and outperforms Dropout on seven benchmark datasets including both synthetic and real-world scenarios.
