English

DiffCollage: Parallel Generation of Large Content with Diffusion Models

Computer Vision and Pattern Recognition 2023-03-31 v1 Machine Learning

Abstract

We present DiffCollage, a compositional diffusion model that can generate large content by leveraging diffusion models trained on generating pieces of the large content. Our approach is based on a factor graph representation where each factor node represents a portion of the content and a variable node represents their overlap. This representation allows us to aggregate intermediate outputs from diffusion models defined on individual nodes to generate content of arbitrary size and shape in parallel without resorting to an autoregressive generation procedure. We apply DiffCollage to various tasks, including infinite image generation, panorama image generation, and long-duration text-guided motion generation. Extensive experimental results with a comparison to strong autoregressive baselines verify the effectiveness of our approach.

Keywords

Cite

@article{arxiv.2303.17076,
  title  = {DiffCollage: Parallel Generation of Large Content with Diffusion Models},
  author = {Qinsheng Zhang and Jiaming Song and Xun Huang and Yongxin Chen and Ming-Yu Liu},
  journal= {arXiv preprint arXiv:2303.17076},
  year   = {2023}
}

Comments

CVPR 2023 project page https://research.nvidia.com/labs/dir/diffcollage

R2 v1 2026-06-28T09:40:46.289Z