paper-with-me

홈 › Papers

FouriScale: A Frequency Perspective on Training-Free High-Resolution Image Synthesis

2024-03-19 · Linjiang Huang, Rongyao Fang, Aiping Zhang, Guanglu Song, Si Liu, Yu Liu, Hongsheng Li

In this study, we delve into the generation of high-resolution images from pre-trained diffusion models, addressing persistent challenges, such as repetitive patterns and structural distortions, that emerge when models are applied beyond their trained resolutions. To address this issue, we introduce an innovative, training-free approach FouriScale from the perspective of frequency domain analysis. We replace the original convolutional layers in pre-trained diffusion models by incorporating a dilation technique along with a low-pass operation, intending to achieve structural consistency and scale consistency across resolutions, respectively. Further enhanced by a padding-then-crop strategy, our method can flexibly handle text-to-image generation of various aspect ratios. By using the FouriScale as guidance, our method successfully balances the structural integrity and fidelity of generated images, achieving an astonishing capacity of arbitrary-size, high-resolution, and high-quality generation. With its simplicity and compatibility, our method can provide valuable insights for future explorations into the synthesis of ultra-high-resolution images. The code will be released at https://github.com/LeonHLJ/FouriScale.

📄 PDF Abstract BibTeX arXiv:2403.12963

Code (1)

leonhlj/fouriscale 공식 구현 pytorch

Tasks

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

Rethinking the Defense Against Free-rider Attack From the Perspective of Model Weight Evolving Frequency

2022-06-11 · Jinyin Chen, Mingjun Li, Tao Liu, Haibin Zheng 외

Federated learning (FL) is a distributed machine learning approach where multiple clients collaboratively train a joint model without exchanging their data. Despite FL's unprecedented success in data privacy-preserving, …

Federated LearningPrivacy Preserving

Identity-Preserving Text-to-Video Generation by Frequency Decomposition

2024-11-26 · CVPR 2025 1 · Shenghai Yuan, Jinfa Huang, Xianyi He, Yunyuan Ge 외

Identity-preserving text-to-video (IPT2V) generation aims to create high-fidelity videos with consistent human identity. It is an important task in video generation but remains an open problem for generative models. This…

Human-Domain Subject-to-VideoImage to Video GenerationOpen-Domain Subject-to-VideoText-to-Video Generation+1

FreqForcing: Autoregressive Long Video Generation via Spectral Self-Anchoring

2026-07-29 · Jiatong Li, Leo Liang, Linghe Kong, Yulun Zhang arxiv

Autoregressive video diffusion models enable real-time streaming video generation. However, errors introduced during self-rollout accumulate over long horizons, manifesting as color drift, motion stagnation, and eventual…

Video Generation

Rethinking Oversaturation in Classifier-Free Guidance via Low Frequency

2025-06-26 · Kaiyu Song, Hanjiang Lai

Classifier-free guidance (CFG) succeeds in condition diffusion models that use a guidance scale to balance the influence of conditional and unconditional terms. A high guidance scale is used to enhance the performance of…

When Training-Free NAS Meets Vision Transformer: A Neural Tangent Kernel Perspective

2024-03-15 · Qiqi Zhou, Yichen Zhu

This paper investigates the Neural Tangent Kernel (NTK) to search vision transformers without training. In contrast with the previous observation that NTK-based metrics can effectively predict CNNs performance at initial…

image-classificationImage ClassificationSemantic Segmentation