CVApr 16, 2025

Modular-Cam: Modular Dynamic Camera-view Video Generation with LLM

arXiv:2504.12048v17 citationsh-index: 28AAAI
Originality Incremental advance
AI Analysis

This addresses a specific challenge in text-to-video generation for applications requiring complex scene transitions and camera movements, representing an incremental improvement over existing methods.

The paper tackles the problem of generating videos from complex text prompts involving dynamic scenes and multiple camera-view transformations by proposing Modular-Cam, which uses an LLM to decompose prompts and a modular network for camera control, achieving strong performance in multi-scene video generation with fine-grained camera movement control.

Text-to-Video generation, which utilizes the provided text prompt to generate high-quality videos, has drawn increasing attention and achieved great success due to the development of diffusion models recently. Existing methods mainly rely on a pre-trained text encoder to capture the semantic information and perform cross attention with the encoded text prompt to guide the generation of video. However, when it comes to complex prompts that contain dynamic scenes and multiple camera-view transformations, these methods can not decompose the overall information into separate scenes, as well as fail to smoothly change scenes based on the corresponding camera-views. To solve these problems, we propose a novel method, i.e., Modular-Cam. Specifically, to better understand a given complex prompt, we utilize a large language model to analyze user instructions and decouple them into multiple scenes together with transition actions. To generate a video containing dynamic scenes that match the given camera-views, we incorporate the widely-used temporal transformer into the diffusion model to ensure continuity within a single scene and propose CamOperator, a modular network based module that well controls the camera movements. Moreover, we propose AdaControlNet, which utilizes ControlNet to ensure consistency across scenes and adaptively adjusts the color tone of the generated video. Extensive qualitative and quantitative experiments prove our proposed Modular-Cam's strong capability of generating multi-scene videos together with its ability to achieve fine-grained control of camera movements. Generated results are available at https://modular-cam.github.io.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes