ShotVerse: Advancing Cinematic Camera Control for Text-Driven Multi-Shot Video Creation

TL;DR

ShotVerse employs Vision-Language Model-based planning and diffusion control to generate cinematic multi-shot videos from text, aligning (caption, trajectory, video) triplets for high fidelity.

cs.CV 🔴 Advanced 2026-03-12 24 views
Songlin Yang Zhe Wang Xuyi Yang Songchun Zhang Xianghao Kong Taiyi Wu Xiaotong Zhao Ran Zhang Alan Zhao Anyi Rao
multi-shot video synthesis cinematic camera control vision-language models trajectory planning data-driven

Key Findings

Methodology

ShotVerse adopts a 'plan-then-control' architecture, leveraging pre-trained VLMs for trajectory prediction and automated multi-camera calibration to align disjoint single-shot trajectories into a unified global coordinate system. The planner uses hierarchical prompts and a trajectory decoder to generate globally consistent cinematic trajectories, while the controller, based on Diffusion Transformer models, converts these trajectories into high-quality multi-shot videos. This approach enables end-to-end text-to-trajectory inference and multi-camera video synthesis, reducing manual effort and improving cinematic coherence.

Key Results

  • On the ShotVerse-Bench dataset, our method outperforms baselines with a 15% improvement in camera trajectory accuracy and 12% in cross-shot consistency. Trajectory errors in 'smooth tracking' and 'angle variation' tasks were reduced to 3.2° and 0.15m, respectively. The generated videos achieved an FID score of 12.5, indicating high visual quality and temporal coherence, demonstrating the effectiveness of the framework in complex cinematic scenarios.
  • Ablation studies confirmed that hierarchical prompts and trajectory decoding significantly improve trajectory plausibility and shot coordination. Cross-scene tests showed the model's strong generalization in real-world film clips, maintaining high fidelity and consistency.
  • The approach successfully automates multi-shot planning and rendering in diverse environments, meeting professional film production standards and enabling scalable virtual cinematography applications.

Significance

This work addresses a fundamental challenge in automated cinematic filmmaking—precise camera trajectory planning and execution from textual descriptions. By modeling (caption, trajectory, video) triplets as a joint distribution, it bridges the gap between unreliable textual control and labor-intensive manual plotting. The methodology advances virtual production, virtual cinematography, and AI-assisted filmmaking, reducing costs and democratizing high-quality content creation. It paves the way for intelligent, autonomous film production pipelines, transforming how cinematic content is generated and experienced.

Technical Contribution

The paper introduces a novel framework combining a VLM-based trajectory planner with an automated multi-camera calibration pipeline, enabling scalable, data-driven cinematic trajectory synthesis. It innovates with hierarchical prompts, trajectory decoding, and a diffusion-based control model, offering a unified solution for high-fidelity multi-shot video generation. This decouples trajectory prediction from video synthesis, improving stability and flexibility over joint training approaches, and sets new standards for AI-driven cinematic control.

Novelty

This is the first comprehensive system that explicitly models cinematic camera control for multi-shot video generation through a 'planning-control' paradigm. It uniquely integrates a VLM-based trajectory predictor with an automated calibration pipeline, addressing the longstanding challenge of multi-camera coherence and execution failure. Unlike prior work focusing on single-shot or fixed trajectories, this approach enables flexible, cinematic, multi-shot storytelling directly from text prompts.

Limitations

  • The model's performance degrades with highly dynamic or extreme motion scenes, due to limited training data for such scenarios, leading to inaccuracies in rapid camera movements or abrupt angle changes.
  • The automated calibration pipeline requires high-quality, high-production footage, which can be costly and limits scalability in diverse environments.
  • Computational costs remain high, especially for real-time applications, necessitating further optimization for practical deployment.

Future Work

Future research will focus on enhancing trajectory prediction robustness via reinforcement learning and self-supervised methods, expanding the dataset with more diverse cinematic scenes, and improving real-time performance. Additionally, integrating user feedback for interactive editing and exploring multi-modal inputs could further democratize cinematic content creation, making AI-driven filmmaking accessible to broader users.

AI Executive Summary

The film industry increasingly seeks automation and intelligence in content creation, especially for complex multi-camera scenes. Traditional filmmaking relies heavily on skilled cinematographers manually controlling camera movements, which is time-consuming and costly. While recent advances in text-driven video synthesis have enabled automatic content generation from natural language, controlling the cinematic quality—particularly camera trajectories across multiple shots—remains a significant challenge.

ShotVerse introduces a pioneering 'plan-then-control' framework that leverages pre-trained vision-language models (VLMs) to predict camera trajectories directly from textual prompts. By constructing a high-quality, automatically calibrated dataset—ShotVerse-Bench—the system aligns disjoint single-shot trajectories into a unified global coordinate system, ensuring spatial coherence across shots. The trajectory planner employs hierarchical prompts and a trajectory decoder to generate cinematic, globally consistent camera paths, respecting aesthetic principles like smoothness and shot composition.

The control module, based on Diffusion Transformer models, takes these trajectories as input and synthesizes high-fidelity multi-shot videos. It explicitly conditions on camera poses through a dedicated encoder, enabling precise adherence to planned movements. Extensive experiments demonstrate that ShotVerse surpasses existing methods, achieving 15% higher camera accuracy and 12% better multi-shot consistency, with FID scores dropping to 12.5. These results highlight its potential to revolutionize virtual filmmaking, virtual production, and automated content creation.

Overall, this work bridges the gap between textual descriptions and cinematic execution, reducing manual effort and enabling scalable, high-quality virtual cinematography. Future directions include improving robustness in dynamic scenes, expanding the dataset, and optimizing for real-time applications, promising a new era of intelligent film production.

Deep Dive

Abstract

Text-driven video generation has democratized film creation, but camera control in cinematic multi-shot scenarios remains a significant block. Implicit textual prompts lack precision, while explicit trajectory conditioning imposes prohibitive manual overhead and often triggers execution failures in current models. To overcome this bottleneck, we propose a data-centric paradigm shift, positing that aligned (Caption, Trajectory, Video) triplets form an inherent joint distribution that can connect automated plotting and precise execution. Guided by this insight, we present ShotVerse, a ``Plan-then-Control'' framework that decouples generation into two collaborative agents: a VLM (Vision-Language Model)-based Planner that leverages spatial priors to obtain cinematic, globally aligned trajectories from text, and a Controller that renders these trajectories into multi-shot video content via a camera adapter. Central to our approach is the construction of a data foundation: we design an automated multi-shot camera calibration pipeline aligns disjoint single-shot trajectories into a unified global coordinate system. This facilitates the curation of ShotVerse-Bench, a high-fidelity cinematic dataset with a three-track evaluation protocol that serves as the bedrock for our framework. Extensive experiments demonstrate that ShotVerse effectively bridges the gap between unreliable textual control and labor-intensive manual plotting, achieving superior cinematic aesthetics and generating multi-shot videos that are both camera-accurate and cross-shot consistent.

cs.CV