SmartDirector: Keyframe-Conditioned Cinematic Video Generation with Narrative Pacing Control
Summary
SmartDirector is a framework that enhances video generation by using multiple keyframes to improve narrative structure and temporal pacing, operating in a two-stage process of low-resolution generation and high-resolution refinement.
View Cached Full Text
Cached at: 05/29/26, 03:00 AM
Paper page - SmartDirector: Keyframe-Conditioned Cinematic Video Generation with Narrative Pacing Control
Source: https://huggingface.co/papers/2605.27891
Abstract
SmartDirector enhances video generation by using multiple keyframes to improve narrative structure and temporal pacing through a two-stage process of low-resolution generation and high-resolution refinement.
The narrative quality of a video fundamentally determines its perceptual value. Although existingvideo generationmethods can produce visually appealing content, they predominantly rely on sparse conditioning signals such as text prompts or first/last frames, which limits precise control overnarrative structureandtemporal pacing. In this paper, we propose SmartDirector, a framework that enhances the narrative capacity ofvideo generationmodels through multiplekeyframes. SmartDirector supports flexible generation scenarios includingsingle-shot generation,multi-shot narrative synthesis, andvideo extension. The framework operates in two stages: Director-Gen generates alow-resolution videoconditioned on the providedkeyframes, and Director-SR refines the output by exploiting high-resolutionkeyframesas semantic anchors to recover fine-grained details. To enable robust multi-keyframe training, we construct adata pipelinethat curates single-shot and multi-shot sequences from movies. Extensive experiments demonstrate that SmartDirector substantially outperforms existing state-of-the-art approaches. We will release the code to facilitate further research.
View arXiv pageView PDFProject pageGitHub5Add to collection
Get this paper in your agent:
hf papers read 2605\.27891
Don’t have the latest CLI?curl \-LsSf https://hf\.co/cli/install\.sh \| bash
Models citing this paper0
No model linking this paper
Cite arxiv.org/abs/2605.27891 in a model README.md to link it from this page.
Datasets citing this paper0
No dataset linking this paper
Cite arxiv.org/abs/2605.27891 in a dataset README.md to link it from this page.
Spaces citing this paper0
No Space linking this paper
Cite arxiv.org/abs/2605.27891 in a Space README.md to link it from this page.
Collections including this paper0
No Collection including this paper
Add this paper to acollectionto link it from this page.
Similar Articles
Experimenting with storyboard-planned AI cinematics instead of single-prompt generation
Explores a storyboard-planned approach for AI cinematics that builds sequence structure before generating shots individually, resulting in more coherent video compared to single-prompt generation, while noting current weaknesses like identity drift and interaction physics.
CausalCine: Real-Time Autoregressive Generation for Multi-Shot Video Narratives
CausalCine is a new academic framework for real-time, interactive multi-shot video generation that uses causal modeling and dynamic memory routing to improve cross-shot coherence in autoregressive models.
LooseControlVideo: Directorial Video Control using Spatial Blocking
LooseControlVideo introduces a framework for intuitive 3D spatial control in text-to-video generation using sparse oriented 3D boxes as proxies, achieving superior trajectory accuracy and occlusion handling. It fine-tunes a Wan 2.2 backbone and demonstrates significant improvements over existing methods on multiple benchmarks.
MotiMotion: Motion-Controlled Video Generation with Visual Reasoning
MotiMotion introduces a reasoning-then-generation framework for motion-controlled video generation that uses vision-language reasoning to refine trajectories and a confidence-aware control scheme to improve plausibility, outperforming existing approaches on a new benchmark.
WorldDirector: Building Controllable World Simulators with Persistent Dynamic Memory
WorldDirector introduces a framework for controllable video world simulation that decouples semantic motion planning from visual rendering using an LLM to coordinate 3D trajectories and camera movements, enabling persistent object memory and stable appearance even after objects re-enter the scene.