Token-Shuffle fuses spatially local visual tokens along the channel dimension and unfuses them after Transformer computation, enabling autoregressive text-to-image generation at 2048x2048 with a 2.7B model.
ElasticDiffusion: Training-free Arbitrary Size Image Generation through Global-Local Content Separation
1 Pith paper cite this work. Polarity classification is still indexing.
abstract
Diffusion models have revolutionized image generation in recent years, yet they are still limited to a few sizes and aspect ratios. We propose ElasticDiffusion, a novel training-free decoding method that enables pretrained text-to-image diffusion models to generate images with various sizes. ElasticDiffusion attempts to decouple the generation trajectory of a pretrained model into local and global signals. The local signal controls low-level pixel information and can be estimated on local patches, while the global signal is used to maintain overall structural consistency and is estimated with a reference image. We test our method on CelebA-HQ (faces) and LAION-COCO (objects/indoor/outdoor scenes). Our experiments and qualitative results show superior image coherence quality across aspect ratios compared to MultiDiffusion and the standard decoding strategy of Stable Diffusion. Project page: https://elasticdiffusion.github.io/
fields
cs.CV 1years
2025 1verdicts
CONDITIONAL 1representative citing papers
citing papers explorer
-
Token-Shuffle: Towards High-Resolution Image Generation with Autoregressive Models
Token-Shuffle fuses spatially local visual tokens along the channel dimension and unfuses them after Transformer computation, enabling autoregressive text-to-image generation at 2048x2048 with a 2.7B model.