ResDiT: Evoking the Intrinsic Resolution Scalability in Diffusion Transformers
Yiyang Ma, Feng Zhou, Xuedan Yin, Pu Cao, Yonghao Dang, Jianqin Yin
TL;DR
ResDiT addresses the challenge of high-resolution image synthesis with pre-trained Diffusion Transformers by revealing that position embeddings govern spatial layout while attention range affects detail quality. It introduces a training-free framework that splits attention into a global branch with scaled PEs for layout and a local patch-based branch for texture, complemented by minimum-overlap partitioning, Gaussian splicing, and patch-wise spectral fusion to seamlessly combine outputs. The approach demonstrates competitive performance at 3072×3072 without base-resolution guidance and integrates with control mechanisms like ControlNet, while supporting arbitrary aspect ratios and high-quality local details. Empirical results include thorough ablations showing the necessity of PES, PIPE, and PSF, cementing ResDiT as a simple yet effective solution for intrinsic high-resolution diffusion generation.
Abstract
Leveraging pre-trained Diffusion Transformers (DiTs) for high-resolution (HR) image synthesis often leads to spatial layout collapse and degraded texture fidelity. Prior work mitigates these issues with complex pipelines that first perform a base-resolution (i.e., training-resolution) denoising process to guide HR generation. We instead explore the intrinsic generative mechanisms of DiTs and propose ResDiT, a training-free method that scales resolution efficiently. We identify the core factor governing spatial layout, position embeddings (PEs), and show that the original PEs encode incorrect positional information when extrapolated to HR, which triggers layout collapse. To address this, we introduce a PE scaling technique that rectifies positional encoding under resolution changes. To further remedy low-fidelity details, we develop a local-enhancement mechanism grounded in base-resolution local attention. We design a patch-level fusion module that aggregates global and local cues, together with a Gaussian-weighted splicing strategy that eliminates grid artifacts. Comprehensive evaluations demonstrate that ResDiT consistently delivers high-fidelity, high-resolution image synthesis and integrates seamlessly with downstream tasks, including spatially controlled generation.
