paper-with-me

Papers

FreCaS: Efficient Higher-Resolution Image Generation via Frequency-aware Cascaded Sampling

2024-10-24 · Zhengqiang Zhang, Ruihuang Li, Lei Zhang

While image generation with diffusion models has achieved a great success, generating images of higher resolution than the training size remains a challenging task due to the high computational cost. Current methods typically perform the entire sampling process at full resolution and process all frequency components simultaneously, contradicting with the inherent coarse-to-fine nature of latent diffusion models and wasting computations on processing premature high-frequency details at early diffusion stages. To address this issue, we introduce an efficient $\textbf{Fre}$quency-aware $\textbf{Ca}$scaded $\textbf{S}$ampling framework, $\textbf{FreCaS}$ in short, for higher-resolution image generation. FreCaS decomposes the sampling process into cascaded stages with gradually increased resolutions, progressively expanding frequency bands and refining the corresponding details. We propose an innovative frequency-aware classifier-free guidance (FA-CFG) strategy to assign different guidance strengths for different frequency components, directing the diffusion model to add new details in the expanded frequency domain of each stage. Additionally, we fuse the cross-attention maps of previous and current stages to avoid synthesizing unfaithful layouts. Experiments demonstrate that FreCaS significantly outperforms state-of-the-art methods in image quality and generation speed. In particular, FreCaS is about 2.86$\times$ and 6.07$\times$ faster than ScaleCrafter and DemoFusion in generating a 2048$\times$2048 image using a pre-trained SDXL model and achieves an FID$_b$ improvement of 11.6 and 3.7, respectively. FreCaS can be easily extended to more complex models such as SD3. The source code of FreCaS can be found at $\href{\text{https://github.com/xtudbxk/FreCaS}}{https://github.com/xtudbxk/FreCaS}$.

📄 PDF Abstract BibTeX arXiv:2410.18410

Code (1)

xtudbxk/frecas 공식 구현 pytorch

Tasks

Image Generation

Methods 이 논문이 사용한 방법론

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 제목 키워드 기반

InfoScale: Unleashing Training-free Variable-scaled Image Generation via Effective Utilization of Information

2025-09-01 · Guohui Zhang, Jiangtong Tan, Linjiang Huang, Zhonghang Yuan 외 arxiv

Diffusion models (DMs) have become dominant in visual generation but suffer performance drop when tested on resolutions that differ from the training scale, whether lower or higher. In fact, the key challenge in generati…

Image Generation

FreeScale: Unleashing the Resolution of Diffusion Models via Tuning-Free Scale Fusion

2024-12-12 · Haonan Qiu, Shiwei Zhang, Yujie Wei, Ruihang Chu 외

Visual diffusion models achieve remarkable progress, yet they are typically trained at limited resolutions due to the lack of high-resolution data and constrained computation resources, hampering their ability to generat…

8k

CineScale: Tuning-Free High-Resolution Video Generation

2025-08-21 · Haonan Qiu, Ning Yu, Ziqi Huang, Paul Debevec 외 arxiv

Visual diffusion models achieve remarkable progress, yet they are typically trained at limited resolutions due to the lack of high-resolution data and constrained computation resources, hampering their ability to generat…

Video GenerationImage Generation

Latent Space Super-Resolution for Higher-Resolution Image Generation with Diffusion Models

2025-03-24 · CVPR 2025 1 · Jinho Jeong, Sangmin Han, Jinwoo Kim, Seon Joo Kim

In this paper, we propose LSRNA, a novel framework for higher-resolution (exceeding 1K) image generation using diffusion models by leveraging super-resolution directly in the latent space. Existing diffusion models strug…

Image GenerationSuper-Resolution

Creatively Upscaling Images with Global-Regional Priors

2025-05-22 · Yurui Qian, Qi Cai, Yingwei Pan, Ting Yao 외

Contemporary diffusion models show remarkable capability in text-to-image generation, while still being limited to restricted resolutions (e.g., 1,024 X 1,024). Recent advances enable tuning-free higher-resolution image …

DenoisingDescriptiveImage GenerationText to Image Generation+1