English

ScaleDiff: Higher-Resolution Image Synthesis via Efficient and Model-Agnostic Diffusion

Machine Learning 2025-10-31 v1 Artificial Intelligence

Abstract

Text-to-image diffusion models often exhibit degraded performance when generating images beyond their training resolution. Recent training-free methods can mitigate this limitation, but they often require substantial computation or are incompatible with recent Diffusion Transformer models. In this paper, we propose ScaleDiff, a model-agnostic and highly efficient framework for extending the resolution of pretrained diffusion models without any additional training. A core component of our framework is Neighborhood Patch Attention (NPA), an efficient mechanism that reduces computational redundancy in the self-attention layer with non-overlapping patches. We integrate NPA into an SDEdit pipeline and introduce Latent Frequency Mixing (LFM) to better generate fine details. Furthermore, we apply Structure Guidance to enhance global structure during the denoising process. Experimental results demonstrate that ScaleDiff achieves state-of-the-art performance among training-free methods in terms of both image quality and inference speed on both U-Net and Diffusion Transformer architectures.

Keywords

Cite

@article{arxiv.2510.25818,
  title  = {ScaleDiff: Higher-Resolution Image Synthesis via Efficient and Model-Agnostic Diffusion},
  author = {Sungho Koh and SeungJu Cha and Hyunwoo Oh and Kwanyoung Lee and Dong-Jin Kim},
  journal= {arXiv preprint arXiv:2510.25818},
  year   = {2025}
}

Comments

NeurIPS 2025. Code: https://github.com/KSH00906/ScaleDiff

R2 v1 2026-07-01T07:12:34.915Z