arXiv:2507.20291cs.CV2025-07ICCV被引 25

通过迁移训练提升真实图像超分的细节还原能力

Fine-structure Preserved Real-world Image Super-resolution via Transfer VAE Training

  • 用迁移方法将8倍下采样VAE转为4倍,保持与预训练UNet兼容
  • 在仅需更少浮点运算的前提下,显著改善小文字和纹理等细结构重建
  • 适合关注真实场景图像超分细节还原的研究者与开发者

基于预训练稳定扩散模型(SD)的实时世界图像超分辨率(Real-ISR)已取得显著进展,但其在重建图像细结构(如小文字、纹理)方面表现不佳,根源在于SD模型中VAE的极端下采样(如8×)。虽可采用低下采样率的VAE,但如何适配预训练的UNet并控制计算开销仍是难题。为此,本文提出迁移VAE训练(TVT)策略:先用原VAE编码器输出训练4×解码器,再固定该解码器,训练4×编码器。该方法使新编码器-解码器对齐原VAE潜在空间,同时增强细节表达。此外,优化网络结构实现紧凑且高效的VAE与计算高效UNet,降低计算成本的同时捕捉高分辨率细尺度特征。实验表明,所提方法显著提升细结构保留能力,优于现有基于扩散模型的方法,且所需浮点运算量低于当前最先进的单步扩散模型。代码已公开于https://github.com/Joyies/TVT。

原文摘要 · Abstract (English)

Impressive results on real-world image super-resolution (Real-ISR) have been achieved by employing pre-trained stable diffusion (SD) models. However, one critical issue of such methods lies in their poor reconstruction of image fine structures, such as small characters and textures, due to the aggressive resolution reduction of the VAE (eg., 8$\times$ downsampling) in the SD model. One solution is to employ a VAE with a lower downsampling rate for diffusion; however, adapting its latent features with the pre-trained UNet while mitigating the increased computational cost poses new challenges. To address these issues, we propose a Transfer VAE Training (TVT) strategy to transfer the 8$\times$ downsampled VAE into a 4$\times$ one while adapting to the pre-trained UNet. Specifically, we first train a 4$\times$ decoder based on the output features of the original VAE encoder, then train a 4$\times$ encoder while keeping the newly trained decoder fixed. Such a TVT strategy aligns the new encoder-decoder pair with the original VAE latent space while enhancing image fine details. Additionally, we introduce a compact VAE and compute-efficient UNet by optimizing their network architectures, reducing the computational cost while capturing high-resolution fine-scale features. Experimental results demonstrate that our TVT method significantly improves fine-structure preservation, which is often compromised by other SD-based methods, while requiring fewer FLOPs than state-of-the-art one-step diffusion models. The official code can be found at https://github.com/Joyies/TVT.

图像超分扩散模型细节恢复

Thank you to arXiv for use of its open access interoperability. PaperDance 不是 arXiv 官方产品;中文卡片由大模型生成,请以原文为准。