用双域适配让合成数据训练的超分模型更好处理真实图像
Dual-domain Adaptation Networks for Realistic Image Super-resolution
- 通过空间域与频域双重适配,迁移预训练模型到真实图像
- 在RealSR等数据集上达到当前最优效果,提升高频细节还原能力
- 适合需要少标注真实数据的医疗、安防超分场景
真实世界图像超分辨率(SR)旨在将真实低分辨率(LR)图像转化为高分辨率(HR)图像,需应对比合成数据更复杂的退化模式,对监控、医学成像和消费电子至关重要。然而现有方法受限于真实世界LR-HR数据稀缺,影响基本图像特征学习。利用大规模合成数据预训练的SR模型可提供先验知识,有助于提升泛化能力、加速训练并减少对真实数据的需求。本文提出一种新型双域适配网络(Dual-domain Adaptation Networks),能高效将合成数据训练的预训练模型适配至真实数据。首先采用空间域适配策略,通过选择性更新参数并结合低秩适应技术调整冻结参数;其次针对超分辨率需恢复高频成分的特点,引入频域适配分支,融合输入谱数据与空间域主干中间特征,推断出高分辨率频域图,进一步增强重建效果。在RealSR、D2CRealSR和DRealSR等公开真实图像超分辨率基准上的实验表明,该方法优于现有最先进模型。代码已开源:https://github.com/dummerchen/DAN。
原文摘要 · Abstract (English)
Realistic image super-resolution (SR) focuses on transforming real-world low-resolution (LR) images into high-resolution (HR) ones, handling more complex degradation patterns than synthetic SR tasks. This is critical for applications like surveillance, medical imaging, and consumer electronics. However, current methods struggle with limited real-world LR-HR data, impacting the learning of basic image features. Pre-trained SR models from large-scale synthetic datasets offer valuable prior knowledge, which can improve generalization, speed up training, and reduce the need for extensive real-world data in realistic SR tasks. In this paper, we introduce a novel approach, Dual-domain Adaptation Networks, which is able to efficiently adapt pre-trained image SR models from simulated to real-world datasets. To achieve this target, we first set up a spatial-domain adaptation strategy through selectively updating parameters of pre-trained models and employing the low-rank adaptation technique to adjust frozen parameters. Recognizing that image super-resolution involves recovering high-frequency components, we further integrate a frequency domain adaptation branch into the adapted model, which combines the spectral data of the input and the spatial-domain backbone's intermediate features to infer HR frequency maps, enhancing the SR result. Experimental evaluations on public realistic image SR benchmarks, including RealSR, D2CRealSR, and DRealSR, demonstrate the superiority of our proposed method over existing state-of-the-art models. Codes are available at: https://github.com/dummerchen/DAN.
Thank you to arXiv for use of its open access interoperability. PaperDance 不是 arXiv 官方产品;中文卡片由大模型生成,请以原文为准。