paper-with-me

홈 › Papers

FIFO-Diffusion: Generating Infinite Videos from Text without Training

2024-05-19 · JiHwan Kim, Junoh Kang, Jinyoung Choi, Bohyung Han

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.

📄 PDF Abstract BibTeX arXiv:2405.11473

Code (1)

jjihwan/FIFO-Diffusion_public 공식 구현 pytorch

Tasks

Text-to-Video GenerationVideo Generation

Methods 이 논문이 사용한 방법론

Diffusion Diffusion models generate samples by gradually removing noise from a signal, and their training objective can be expressed as a reweighted variational lower-bound…

Similar Papers 제목 키워드 기반

Enhancing Train-Free Infinite-Frame Generation for Consistent Long Videos

2026-05-18 · X. Feng, J. Zhu, M. Wu, C. Chen 외 arxiv

Without incurring significant computational overhead, train-free long video generation aims to enable foundation video generation models to produce longer videos. Frame-level autoregressive frameworks, e.g., FIFO-diffusi…

Video Generation

InfiniteAudio: Infinite-Length Audio Generation with Consistency

2025-06-03 · Chaeyoung Jung, Hojoon Ki, Ji-Hoon Kim, Junmo Kim 외

This paper presents InfiniteAudio, a simple yet effective strategy for generating infinite-length audio using diffusion-based text-to-audio methods. Current approaches face memory constraints because the output size incr…

Audio GenerationDenoising

Ouroboros-Diffusion: Exploring Consistent Content Generation in Tuning-free Long Video Diffusion

2025-01-15 · Jingyuan Chen, Fuchen Long, Jie An, Zhaofan Qiu 외

The first-in-first-out (FIFO) video diffusion, built on a pre-trained text-to-video model, has recently emerged as an effective approach for tuning-free long video generation. This technique maintains a queue of video fr…

DenoisingVideo DenoisingVideo Generation

StableAvatar: Infinite-Length Audio-Driven Avatar Video Generation

2025-08-11 · Shuyuan Tu, Yueming Pan, Yinming Huang, Xintong Han 외 arxiv

Current diffusion models for audio-driven avatar video generation struggle to synthesize long videos with natural audio synchronization and identity consistency. This paper presents StableAvatar, the first end-to-end vid…

Video Generation

TokensGen: Harnessing Condensed Tokens for Long Video Generation

2025-07-21 · Wenqi Ouyang, Zeqi Xiao, Danni Yang, Yifan Zhou 외 arxiv

Generating consistent long videos is a complex challenge: while diffusion-based generative models generate visually impressive short clips, extending them to longer durations often leads to memory bottlenecks and long-te…

Video Generation