BlobGEN-Vid: Compositional Text-to-Video Generation with Blob Video Representations
Weixi Feng, Chao Liu, Sifei Liu, William Yang Wang, Arash Vahdat, Weili Nie
TL;DR
This paper addresses the challenge of controllability and compositionality in text-to-video generation by introducing blob video representations as a grounding primitive. BlobGEN-Vid is a model-agnostic diffusion framework that attaches per-object blob parameters and captions to video frames through masked 3D self-attention and masked spatial cross-attention, plus a context interpolation module and an LLM-based blob-layout generator. The authors evaluate on layout-grounded and text-to-video benchmarks, showing improved layout controllability (mIOU) and prompt alignment (CLIP) and demonstrating strong compositional performance, even surpassing some proprietary systems when combined with GPT-4o for blob planning. The work provides a scalable, modular approach to grounded video synthesis with practical benefits for zero-shot generation and multi-view consistency.
Abstract
Existing video generation models struggle to follow complex text prompts and synthesize multiple objects, raising the need for additional grounding input for improved controllability. In this work, we propose to decompose videos into visual primitives - blob video representation, a general representation for controllable video generation. Based on blob conditions, we develop a blob-grounded video diffusion model named BlobGEN-Vid that allows users to control object motions and fine-grained object appearance. In particular, we introduce a masked 3D attention module that effectively improves regional consistency across frames. In addition, we introduce a learnable module to interpolate text embeddings so that users can control semantics in specific frames and obtain smooth object transitions. We show that our framework is model-agnostic and build BlobGEN-Vid based on both U-Net and DiT-based video diffusion models. Extensive experimental results show that BlobGEN-Vid achieves superior zero-shot video generation ability and state-of-the-art layout controllability on multiple benchmarks. When combined with an LLM for layout planning, our framework even outperforms proprietary text-to-video generators in terms of compositional accuracy.
