ShotPlan: Cinematic Video Generation with Learnable Planning Token

TL;DR

ShotPlan introduces learnable planning tokens with FRoPE for frame-level shot control, outperforming existing cinematic video methods.

cs.CV 🔴 Advanced 2026-07-20 21 views
Su Guo Guangce Liu Haosen Yang Jiepeng Wang Cong Liu Junqi Liu Haibin Huang Hongxun Yao Chi Zhang Xuelong Li
video generation diffusion models multi-shot control cinematic AI deep learning

Key Findings

Methodology

ShotPlan builds upon pretrained video diffusion models, inserting learnable planning tokens into token sequences, combined with Fractional Temporal Rotary Position Embedding (FRoPE) to enable precise frame-level shot transitions. During training, the model leverages multi-shot scene datasets like VideoEvent, optimizing token representations and position encodings to improve inter-shot consistency. The approach allows users to specify transition timestamps, guiding the model to generate coherent multi-shot videos with scene and character continuity. The integration of FRoPE ensures that transition control aligns with actual frame timings, overcoming the limitations of latent space discretization.

Key Results

  • On benchmarks such as VideoEvent, ShotPlan reduces transition deviation to 0.64 seconds, outperforming MultiShotMaster (1.12s) and HoloCine (2.71s), demonstrating precise shot boundary control.
  • Cross-shot consistency scores for characters and scenes reach 0.46 and 0.37 respectively, with narrative coherence at 0.88, surpassing baseline methods and validating the method’s effectiveness.
  • Attention analysis shows planning tokens focus sharply around user-specified transition frames, confirming the efficacy of FRoPE for frame-level temporal alignment.

Significance

This work addresses a longstanding challenge in cinematic AI: achieving controllable, coherent multi-shot video synthesis. By introducing learnable planning tokens and FRoPE, the method offers fine-grained control over shot transitions, enabling applications in automated film editing, virtual production, and immersive media. It bridges the gap between coarse latent control and precise frame-level editing, opening new avenues for AI-assisted storytelling. The approach's flexibility and robustness suggest broad potential for future multi-modal, multi-scene, and interactive video generation tasks, significantly advancing the state-of-the-art in cinematic AI.

Technical Contribution

The core innovation lies in embedding learnable planning tokens within the diffusion framework, combined with FRoPE for continuous, frame-level temporal encoding. Unlike prior methods relying on attention masks or positional discontinuities, ShotPlan maintains the integrity of the pretrained model while enabling explicit shot control. The design allows seamless integration without architectural modifications, facilitating end-to-end training on multi-shot datasets. This approach enhances controllability, scene consistency, and temporal precision, offering a new paradigm for structured video synthesis.

Novelty

This research is the first to incorporate learnable planning tokens with FRoPE into video diffusion models for explicit shot-level control at the frame granularity. Unlike existing methods such as CineTrans or HoloCine, which modify attention masks or positional encodings, ShotPlan preserves the original architecture while achieving high-precision temporal control. Its ability to generate multi-shot videos with user-specified transition points and scene coherence marks a significant step forward in controllable cinematic AI, setting a new benchmark for future research.

Limitations

  • The model’s performance degrades in highly complex or rapid scene changes due to limited training data diversity and scene complexity, leading to potential transition inaccuracies.
  • High computational costs restrict real-time applications, especially for long videos or high-resolution outputs.
  • Dependence on annotated multi-shot datasets like VideoEvent limits scalability; unsupervised or weakly supervised approaches are needed for broader applicability.

Future Work

Future directions include integrating multimodal cues such as audio and text to enrich scene understanding, developing more efficient architectures for real-time control, and expanding training datasets to cover diverse cinematic styles. Additionally, exploring user-interactive interfaces for intuitive shot editing and control can further democratize cinematic AI, making it accessible to filmmakers and content creators without technical expertise.

AI Executive Summary

The evolution of AI-driven video synthesis has reached a pivotal point with the advent of diffusion models, enabling highly realistic single-shot videos. However, cinematic storytelling demands more than just realism; it requires structured multi-shot sequences with precise control over scene transitions, viewpoints, and narrative flow. Existing methods, such as keyframe-based synthesis or attention mask modifications, struggle to achieve frame-level accuracy and scene coherence during shot transitions. Addressing this, ShotPlan introduces a novel framework that embeds learnable planning tokens into the diffusion process, combined with Fractional Temporal Rotary Position Embedding (FRoPE), to enable explicit, frame-precise shot control.

By leveraging large-scale multi-shot datasets like VideoEvent, the model learns to associate transition cues with scene semantics, allowing users to specify transition timestamps that the system faithfully reproduces. Experimental results demonstrate that ShotPlan reduces transition deviation to 0.64 seconds, outperforming baselines significantly. It also excels in maintaining character and scene consistency, with scores surpassing existing methods. Attention analysis confirms that planning tokens focus sharply around user-defined transition points, validating the effectiveness of FRoPE.

This breakthrough offers a new level of control in cinematic AI, bridging the gap between coarse latent control and fine-grained frame-level editing. Its potential extends to virtual production, automated editing, and immersive media, promising a future where AI can craft complex, coherent narratives with minimal human intervention. Despite current limitations in computational efficiency and dataset diversity, the approach sets a strong foundation for future innovations in controllable, high-quality video synthesis, pushing the boundaries of what AI can achieve in film and media industries.

Deep Dive

Abstract

Current video generation models achieve impressive results in single-shot generation, yet remain limited in cinematic video generation, where coherent narratives and effective multi-shot composition require explicit shot planning. To address this challenge, we propose ShotPlan, a framework for explicit multi-shot cinematic video generation built upon a video diffusion foundation model. Our method introduces learnable planning tokens that capture shot-level transition cues and can be seamlessly integrated with the original video generation tokens to control transition timestamps. Unlike standard video generation tokens, the proposed planning tokens are equipped with Fractional Temporal Rotary Position Embedding (FRoPE), enabling shot transitions to be modeled at the frame level. Experiments demonstrate that ShotPlan significantly outperforms existing cinematic video generation methods, offering more flexible shot management and stronger inter-shot consistency.

cs.CV