DiffuseHigh: Training-free Progressive High-Resolution Image Synthesis through Structure Guidance
Younghyun Kim, Geunmin Hwang, Junyu Zhang, Eunbyung Park
TL;DR
DiffuseHigh addresses the challenge of generating high-resolution images with pre-trained diffusion models without training. It introduces a training-free progressive pipeline that upscales images by a noising-denoising loop guided by a low-resolution structure, augmented by Discrete Wavelet Transform (DWT) based guidance and a sharpening step. Experiments on SDXL show that DiffuseHigh surpasses most training-free baselines and matches or exceeds SR methods in high-resolution fidelity and semantic correctness, while offering faster inference. The approach reduces training costs and broadens practical applicability to very high-resolution synthesis and potential video extension.
Abstract
Large-scale generative models, such as text-to-image diffusion models, have garnered widespread attention across diverse domains due to their creative and high-fidelity image generation. Nonetheless, existing large-scale diffusion models are confined to generating images of up to 1K resolution, which is far from meeting the demands of contemporary commercial applications. Directly sampling higher-resolution images often yields results marred by artifacts such as object repetition and distorted shapes. Addressing the aforementioned issues typically necessitates training or fine-tuning models on higher-resolution datasets. However, this poses a formidable challenge due to the difficulty in collecting large-scale high-resolution images and substantial computational resources. While several preceding works have proposed alternatives to bypass the cumbersome training process, they often fail to produce convincing results. In this work, we probe the generative ability of diffusion models at higher resolution beyond their original capability and propose a novel progressive approach that fully utilizes generated low-resolution images to guide the generation of higher-resolution images. Our method obviates the need for additional training or fine-tuning which significantly lowers the burden of computational costs. Extensive experiments and results validate the efficiency and efficacy of our method. Project page: https://yhyun225.github.io/DiffuseHigh/
