Our new X account is live! Follow @wizwand_team for updates
WorkDL logo mark

Adaptive Dropout: Unleashing Dropout across Layers for Generalizable Image Super-Resolution

About

Blind Super-Resolution (blind SR) aims to enhance the model's generalization ability with unknown degradation, yet it still encounters severe overfitting issues. Some previous methods inspired by dropout, which enhances generalization by regularizing features, have shown promising results in blind SR. Nevertheless, these methods focus solely on regularizing features before the final layer and overlook the need for generalization in features at intermediate layers. Without explicit regularization of features at intermediate layers, the blind SR network struggles to obtain well-generalized feature representations. However, the key challenge is that directly applying dropout to intermediate layers leads to a significant performance drop, which we attribute to the inconsistency in training-testing and across layers it introduced. Therefore, we propose Adaptive Dropout, a new regularization method for blind SR models, which mitigates the inconsistency and facilitates application across intermediate layers of networks. Specifically, for training-testing inconsistency, we re-design the form of dropout and integrate the features before and after dropout adaptively. For inconsistency in generalization requirements across different layers, we innovatively design an adaptive training strategy to strengthen feature propagation by layer-wise annealing. Experimental results show that our method outperforms all past regularization methods on both synthetic and real-world benchmark datasets, also highly effective in other image restoration tasks. Code is available at \href{https://github.com/xuhang07/Adpative-Dropout}{https://github.com/xuhang07/Adpative-Dropout}.

Hang Xu, Wei Yu, Jiangtong Tan, Zhen Zou, Feng Zhao• 2025

Related benchmarks

TaskDatasetResultRank
Image Super-resolutionSet5--
507
Super-ResolutionBSD100
PSNR22.97
313
Super-ResolutionManga109
PSNR19.3
298
Super-ResolutionSet5
PSNR24.4
82
Super-ResolutionSet14
PSNR22.61
79
Super-ResolutionUrban100
PSNR21
42
Image Super-resolutionUrban100--
30
Image Super-resolutionBSD100--
20
Image Super-resolutionManga109
PSNR (Clean)19.51
8
Super-ResolutionRealSR
PSNR25.39
6
Showing 10 of 14 rows

Other info

Code

Follow for update