Search papers, labs, and topics across Lattice.
LoomVideo introduces a unified architecture for video generation and editing that leverages a 5B-parameter Multimodal Large Language Model (MLLM) and a novel Deepstack injection mechanism to enhance feature alignment with the Diffusion Transformer (DiT). This approach eliminates the need for token concatenation through a zero-overhead Scale-and-Add conditioning method, significantly reducing computational complexity while maintaining high performance in complex video edits. Experimental results indicate that LoomVideo not only matches or exceeds the performance of larger models but also achieves a 5.41x acceleration in inference speed, particularly excelling in e-commerce and fashion applications.
LoomVideo achieves state-of-the-art video generation and editing efficiency with a compact architecture that accelerates inference speed by over 5 times compared to larger models.
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.