arXiv:2605.08698cs.CVcs.LG2026-05

无需训练即可用插值法扩展稳定扩散模型生成更高分辨率图像

Supersampling Stable Diffusion and Beyond: A Seamless, Training-Free Approach for Scaling Neural Networks Using Common Interpolation Methods

论文配图:Supersampling Stable Diffusion and Beyond: A Seamless, Training-Free Approach for Scaling Neural Networks Using Common Interpolation Methods
图 1 · 摘自论文原文
  • 用插值方法按比例缩放卷积核,实现无训练的分辨率扩展
  • 生成超训练分辨率图像时保持质量,准确率下降不超过2.6%
  • 适用于卷积和全连接层,还能降低至少4倍内存占用

稳定扩散(Stable Diffusion, SD)通过在潜在空间而非特征空间去噪,显著提升了基于DDPM的图像生成效率,大幅降低了计算门槛。然而,这些模型仅能生成训练时设定的固定分辨率图像。尝试生成更高分辨率时,图像会出现物体重复的伪影。为解决此问题且不需微调模型,现有方法尝试扩大卷积核,但稀疏核难以微调。其他如分块扩散的方法也未能有效解决物体重复问题。为此,本文提出对SD模型进行卷积核插值以生成更高分辨率图像。数学上证明,只要乘以常数系数,插值可正确缩放卷积核,并在零训练条件下实现与训练分辨率外图像生成的竞争力。进一步验证该方法可推广至深层神经网络,适应更高维训练数据,在最差情况下准确率和F1分数仅下降2.6%。此外,该方法还可用于全连接层,超越卷积层限制。同时,该技术可将神经网络训练内存占用降低至少4倍。

原文摘要 · Abstract (English)

Stable Diffusion (SD) has evolved DDPM (Denoising Diffusion Probabilistic Model) based image generation significantly by denoising in latent space instead of feature space. This popularized DDPM-based image generation as the cost and compute barrier was significantly lowered. However, these models could only generate fixed-resolution images according to their training configuration. When we attempt to generate higher resolutions, the resulting images show object duplication artifacts consistently. To solve this problem without finetuning SD models, recent works have tried dilating the convolution kernels of the models and have achieved a great level of success. But dilated kernels are harder to fine-tune due to being zero-gapped. Apart from this, other methods, such as patched diffusion, could not solve the object-duplication problem efficiently. Hence, to overcome the limitations of dilated convolutions, we propose kernel interpolation of SD models for higher-resolution image generation. In this work, we show mathematically that interpolation can correctly scale convolution kernels if multiplied by a constant coefficient and achieve competitive empirical results in generating beyond-training-resolution images with Stable Diffusion using zero training. Furthermore, we demonstrate that our method enables interpolation of deep neural networks to adapt to higher-dimensional training data, with a worst-case performance drop of $2.6\%$ in accuracy and F1-Score relative to the baseline. This shows the applicability of our method to be general, where we interpolate fully-connected layers, going beyond convolution layers. We also discuss how we can reduce the memory footprints of training neural networks, using our method up to at least $4\times$.

稳定扩散图像生成插值法零训练

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