paper-with-me

Papers

Generating, Fast and Slow: Scalable Parallel Video Generation with Video Interface Networks

2025-03-21 · Bhishma Dedhia, David Bourgin, Krishna Kumar Singh, Yuheng Li, Yan Kang, Zhan Xu, Niraj K. Jha, Yuchen Liu

Diffusion Transformers (DiTs) can generate short photorealistic videos, yet directly training and sampling longer videos with full attention across the video remains computationally challenging. Alternative methods break long videos down into sequential generation of short video segments, requiring multiple sampling chain iterations and specialized consistency modules. To overcome these challenges, we introduce a new paradigm called Video Interface Networks (VINs), which augment DiTs with an abstraction module to enable parallel inference of video chunks. At each diffusion step, VINs encode global semantics from the noisy input of local chunks and the encoded representations, in turn, guide DiTs in denoising chunks in parallel. The coupling of VIN and DiT is learned end-to-end on the denoising objective. Further, the VIN architecture maintains fixed-size encoding tokens that encode the input via a single cross-attention step. Disentangling the encoding tokens from the input thus enables VIN to scale to long videos and learn essential semantics. Experiments on VBench demonstrate that VINs surpass existing chunk-based methods in preserving background consistency and subject coherence. We then show via an optical flow analysis that our approach attains state-of-the-art motion smoothness while using 25-40% fewer FLOPs than full generation. Finally, human raters favorably assessed the overall video quality and temporal consistency of our method in a user study.

📄 PDF Abstract BibTeX arXiv:2503.17539

Code (0)

등록된 구현이 없습니다.

Tasks

DenoisingOptical Flow EstimationVideo Generation

Methods 이 논문이 사용한 방법론

Softmax The Softmax output function transforms a previous layer's output into a vector of probabilities. It is commonly used for multiclass classification. Given an input vector $x$…
Attention 설명 없음
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 제목 키워드 기반

Parallel Decoding Distillation for Fast Image and Video Generation

2026-07-28 · Neta Shaul, Chao Liu, Arash Vahdat, Julius Berner arxiv

Generation in video diffusion or flow models is computationally expensive due to the slow and iterative sampling process. Current state-of-the-art (SOTA) acceleration methods heavily rely on variational score distillatio…

Video Generation

SlowFast-VGen: Slow-Fast Learning for Action-Driven Long Video Generation

2024-10-30 · Yining Hong, Beide Liu, Maxine Wu, Yuanhao Zhai 외

Human beings are endowed with a complementary learning system, which bridges the slow learning of general world dynamics with fast storage of episodic memory from a new experience. Previous video generation models, howev…

Video Generation

Clockwork Variational Autoencoders

2021-02-18 · NeurIPS 2021 12 · Vaibhav Saxena, Jimmy Ba, Danijar Hafner

Deep learning has enabled algorithms to generate realistic images. However, accurately predicting long video sequences requires understanding long-term dependencies and remains an open challenge. While existing video pre…

MinecraftPredictionVideo Prediction

VideoPro: Adaptive Program Reasoning for Long Video Understanding

2025-09-22 · Chenglin Li, Feng Han, Yikun Wang, Ruilin Li 외 arxiv

Large language models (LLMs) have shown promise in generating program workflows for visual tasks. However, previous approaches often rely on closed-source models, lack systematic reasoning, and struggle with long-form vi…

Video Question Answering

ZimaBlue: Evolving Generalizable World Action Models through Scalable Video Pre-training

2026-08-31 · Xionghao Wu, Yijun Yang, Shiyang Zhou, Haoze Sun 외 hf

Robotic manipulation faces a fundamental scaling challenge: robust generalization demands broad physical experience, yet action-labeled robot trajectories are expensive to collect and inherently limited in diversity. Ego…