🤖 AI Summary
Existing unified video generation and editing models suffer from high computational costs and low inference efficiency due to their reliance on large-scale parameters and sequence concatenation for conditioning on source videos. This work proposes an efficient unified architecture with 5 billion parameters, replacing the conventional text encoder with a multimodal large language model (MLLM) and aligning its hierarchical features with a diffusion Transformer (DiT) via a Deepstack mechanism. A zero-overhead Scale-and-Add conditioning strategy eliminates token concatenation, while a novel Negative Temporal RoPE enables multi-reference image inputs. The proposed method significantly reduces computational burden without compromising strong editing capabilities, achieving state-of-the-art or highly competitive performance across multiple benchmarks—particularly excelling in e-commerce and fashion scenarios—and attaining at least a 5.41× speedup in inference over comparable models.
📝 Abstract
Developing unified video generation and editing models capable of interpreting interleaved multimodal inputs is a promising yet challenging frontier field. Existing unified frameworks predominantly rely on massive models (typically 13B parameters or more) and incorporate source video conditions for editing by concatenating sequence tokens. This concatenation inevitably doubles the sequence length, quadrupling the computational complexity of the self-attention mechanism and introducing prohibitive overhead. To address these bottlenecks, we present LoomVideo, a highly efficient 5B-parameter unified architecture for both video generation and editing. LoomVideo replaces the standard text encoder with a Multimodal Large Language Model (MLLM) and employs Deepstack injection mechanism to align multi-layer MLLM features with the Diffusion Transformer (DiT). Crucially, we introduce a zero-overhead Scale-and-Add conditioning approach for video editing. By scaling and directly adding the clean source video latent to the noised target latent, this elegant design eliminates the need for token concatenation, drastically reducing computational cost while maintaining robust capabilities for complex, non-rigid edits. Furthermore, a Negative Temporal RoPE strategy is seamlessly integrated to handle multiple reference images. Extensive experiments demonstrate that our compact 5B model achieves state-of-the-art or highly competitive performance across comprehensive benchmarks, exhibiting exceptional superiority in e-commerce and fashion generation scenarios. Benefiting from the zero-overhead conditioning mechanism, LoomVideo achieves at least a 5.41x acceleration in inference speed compared to models of similar capabilities, paving the way for highly practical and efficient video foundation models.