paper-with-me

홈 › Papers

UltraImage: Rethinking Resolution Extrapolation in Image Diffusion Transformers

2025-12-04 · Min Zhao, Bokai Yan, Xue Yang, Hongzhou Zhu, Jintao Zhang, Shilong Liu, Chongxuan Li, Jun Zhu arxiv

Recent image diffusion transformers achieve high-fidelity generation, but struggle to generate images beyond these scales, suffering from content repetition and quality degradation. In this work, we present UltraImage, a principled framework that addresses both issues. Through frequency-wise analysis of positional embeddings, we identify that repetition arises from the periodicity of the dominant frequency, whose period aligns with the training resolution. We introduce a recursive dominant frequency correction to constrain it within a single period after extrapolation. Furthermore, we find that quality degradation stems from diluted attention and thus propose entropy-guided adaptive attention concentration, which assigns higher focus factors to sharpen local attention for fine detail and lower ones to global attention patterns to preserve structural consistency. Experiments show that UltraImage consistently outperforms prior methods on Qwen-Image and Flux (around 4K) across three generation scenarios, reducing repetition and improving visual fidelity. Moreover, UltraImage can generate images up to 6K*6K without low-resolution guidance from a training resolution of 1328p, demonstrating its extreme extrapolation capability. Project page is available at \href{https://thu-ml.github.io/ultraimage.github.io/}{https://thu-ml.github.io/ultraimage.github.io/}.

📄 PDF Abstract BibTeX arXiv:2512.04504

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

UltraImageGen: Efficient Ultra-High-Resolution Image Generation with Hierarchical Local Attention

2025-10-18 · Yuyao Zhang, Yu-Wing Tai arxiv

Ultra-high-resolution text-to-image generation is increasingly vital for applications requiring fine-grained textures and global structural fidelity, yet state-of-the-art text-to-image diffusion models such as FLUX and S…

Text-to-Image GenerationComputational Efficiency

AccDiffusion v2: Towards More Accurate Higher-Resolution Diffusion Extrapolation

2024-12-03 · Zhihang Lin, Mingbao Lin, Wengyi Zhan, Rongrong Ji

Diffusion models suffer severe object repetition and local distortion when the inference resolution differs from its pre-trained resolution. We propose AccDiffusion v2, an accurate method for patch-wise higher-resolution…

Image GenerationLocal Distortion

LEDiT: Your Length-Extrapolatable Diffusion Transformer without Positional Encoding

2025-03-06 · Shen Zhang, Yaning Tan, Siyuan Liang, Linze Li 외

Diffusion transformers(DiTs) struggle to generate images at resolutions higher than their training resolutions. The primary obstacle is that the explicit positional encodings(PE), such as RoPE, need extrapolation which d…

TIDE: Text-Informed Dynamic Extrapolation with Step-Aware Temperature Control for Diffusion Transformers

2026-03-09 · Yihua Liu, Fanjiang Ye, Bowen Lin, Rongyu Fang 외 arxiv

Diffusion Transformer (DiT) faces challenges when generating images with higher resolution compared at training resolution, causing especially structural degradation due to attention dilution. Previous approaches attempt…

I-Max: Maximize the Resolution Potential of Pre-trained Rectified Flow Transformers with Projected Flow

2024-10-10 · Ruoyi Du, Dongyang Liu, Le Zhuo, Qin Qi 외

Rectified Flow Transformers (RFTs) offer superior training and inference efficiency, making them likely the most viable direction for scaling up diffusion models. However, progress in generation resolution has been relat…

2k