InfoScale: Unleashing Training-free Variable-scaled Image Generation via Effective Utilization of Information
Guohui Zhang, Jiangtong Tan, Linjiang Huang, Zhonghang Yuan, Mingde Yao, Jie Huang, Feng Zhao
TL;DR
Diffusion models excel at image synthesis but struggle with variable-scale generation due to differences in information content across resolutions. The authors propose InfoScale, a training-free framework comprising Progressive Frequency Compensation, Adaptive Information Aggregation via Dual-Scaled Attention, and Noise Adaptation to address information loss, inflexible aggregation, and distribution misalignment. Through extensive experiments on multiple diffusion models and unseen resolutions, InfoScale demonstrates improved quality, detail, and consistency with competitive or faster inference. This work provides a unified, information-centric view and practical, plug-and-play tools for robust variable-scale diffusion-based generation.
Abstract
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 generating variable-scale images lies in the differing amounts of information across resolutions, which requires information conversion procedures to be varied for generating variable-scaled images. In this paper, we investigate the issues of three critical aspects in DMs for a unified analysis in variable-scaled generation: dilated convolution, attention mechanisms, and initial noise. Specifically, 1) dilated convolution in DMs for the higher-resolution generation loses high-frequency information. 2) Attention for variable-scaled image generation struggles to adjust the information aggregation adaptively. 3) The spatial distribution of information in the initial noise is misaligned with variable-scaled image. To solve the above problems, we propose \textbf{InfoScale}, an information-centric framework for variable-scaled image generation by effectively utilizing information from three aspects correspondingly. For information loss in 1), we introduce Progressive Frequency Compensation module to compensate for high-frequency information lost by dilated convolution in higher-resolution generation. For information aggregation inflexibility in 2), we introduce Adaptive Information Aggregation module to adaptively aggregate information in lower-resolution generation and achieve an effective balance between local and global information in higher-resolution generation. For information distribution misalignment in 3), we design Noise Adaptation module to re-distribute information in initial noise for variable-scaled generation. Our method is plug-and-play for DMs and extensive experiments demonstrate the effectiveness in variable-scaled image generation.
