paper-with-me

홈 › Papers

DiffuseHigh: Training-free Progressive High-Resolution Image Synthesis through Structure Guidance

2024-06-26 · Younghyun Kim, Geunmin Hwang, Junyu Zhang, Eunbyung Park

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/

📄 PDF Abstract BibTeX arXiv:2406.18459

Code (1)

yhyun225/DiffuseHigh 공식 구현 pytorch

Tasks

Image Generation

Methods 이 논문이 사용한 방법론

Softmax The Softmax output function transforms a previous layer's output into a vector of probabilities. It is commonly used for multiclass classification. Given an input vector $x$…
Attention 설명 없음
Diffusion Diffusion models generate samples by gradually removing noise from a signal, and their training objective can be expressed as a reweighted variational lower-bound…

Similar Papers 제목 키워드 기반

AP-LDM: Attentive and Progressive Latent Diffusion Model for Training-Free High-Resolution Image Generation

2024-10-08 · Boyuan Cao, Jiaxin Ye, Yujie Wei, Hongming Shan

Latent diffusion models (LDMs), such as Stable Diffusion, often experience significant structural distortions when directly generating high-resolution (HR) images that exceed their original training resolutions. A straig…

DenoisingImage Generation

Spectral Progressive Diffusion for Efficient Image and Video Generation

2026-05-18 · Howard Xiao, Brian Chao, Lior Yariv, Gordon Wetzstein arxiv

Diffusion models have been shown to implicitly generate visual content autoregressively in the frequency domain, where low-frequency components are generated earlier in the denoising process while high-frequency details …

Video Generation

Exploring Position Encoding in Diffusion U-Net for Training-free High-resolution Image Generation

2025-03-12 · Feng Zhou, Pu Cao, Yiyang Ma, Lu Yang 외

Denoising higher-resolution latents via a pre-trained U-Net leads to repetitive and disordered image patterns. Although recent studies make efforts to improve generative quality by aligning denoising process across origi…

AttributeDenoisingImage GenerationPosition

SHARP: Spectrum-aware Highly-dynamic Adaptation for Resolution Promotion in Remote Sensing Synthesis

2026-03-23 · Bingxuan Zhao, Qing Zhou, Chuang Yang, Qi Wang arxiv

Text-to-image synthesis for remote sensing (RS) lacks an accessible, high-performance generative foundation, as directly training diffusion models at large, high resolutions is computationally prohibitive. Training-free …

Text-to-Image Generation

Full-body High-resolution Anime Generation with Progressive Structure-conditional Generative Adversarial Networks

2018-09-06 · Koichi Hamada, Kentaro Tachibana, Tianqi Li, Hiroto Honda 외

We propose Progressive Structure-conditional Generative Adversarial Networks (PSGAN), a new framework that can generate full-body and high-resolution character images based on structural information. Recent progress in g…

UnityVideo Generation