English

FIFO-Diffusion: Generating Infinite Videos from Text without Training

Computer Vision and Pattern Recognition 2024-11-05 v4 Artificial Intelligence

Abstract

We propose a novel inference technique based on a pretrained diffusion model for text-conditional video generation. Our approach, called FIFO-Diffusion, is conceptually capable of generating infinitely long videos without additional training. This is achieved by iteratively performing diagonal denoising, which simultaneously processes a series of consecutive frames with increasing noise levels in a queue; our method dequeues a fully denoised frame at the head while enqueuing a new random noise frame at the tail. However, diagonal denoising is a double-edged sword as the frames near the tail can take advantage of cleaner frames by forward reference but such a strategy induces the discrepancy between training and inference. Hence, we introduce latent partitioning to reduce the training-inference gap and lookahead denoising to leverage the benefit of forward referencing. Practically, FIFO-Diffusion consumes a constant amount of memory regardless of the target video length given a baseline model, while well-suited for parallel inference on multiple GPUs. We have demonstrated the promising results and effectiveness of the proposed methods on existing text-to-video generation baselines. Generated video examples and source codes are available at our project page.

Keywords

Cite

@article{arxiv.2405.11473,
  title  = {FIFO-Diffusion: Generating Infinite Videos from Text without Training},
  author = {Jihwan Kim and Junoh Kang and Jinyoung Choi and Bohyung Han},
  journal= {arXiv preprint arXiv:2405.11473},
  year   = {2024}
}

Comments

Project Page: https://jjihwan.github.io/projects/FIFO-Diffusion

R2 v1 2026-06-28T16:32:12.971Z