Google 用 AI video co-director 多智能体框架自动生成长视频

Google Research:Blog(网页)·2026-09-25 04:28·13分钟前
AI 导读

Google Research 提出 AI video co-director,一个分层多智能体框架,把视频叙事建模为全局优化问题,用多臂老虎机(MAB)在创意策略、叙事模式、美学原型三个维度上搜索最优创意配置。

Google Research:Blog(网页)
37AI 编辑部评分,满分 100

Google 用 AI video co-director 多智能体框架自动生成长视频

2026-09-25 04:28· 13分钟前
AI 导读

Google Research 提出 AI video co-director,一个分层多智能体框架,把视频叙事建模为全局优化问题,用多臂老虎机(MAB)在创意策略、叙事模式、美学原型三个维度上搜索最优创意配置。

1. Orchestrating creative intent with AI video co-director

To ensure semantic coherence across an entire video, we present AI video co-director, a hierarchical multi-agent framework formalizing video storytelling as a global optimization problem. Rather than relying on rigid, linear prompt chains, we introduce hierarchical parameterization: a multi-armed bandit (MAB) globally identifies promising creative directions.

This formalizes the creative process as a search for the optimal balance between exploration of novel narrative strategies with the exploitation of effective creative configurations. The system samples abstract creative trajectories — such as combining an informational strategy with a vignette narrative mode and a specific aesthetic archetype — and dynamically injects these into the system prompts of sub-agents. This top-down steering guarantees that the entire pipeline operates under a unified vision. Because our AI video co-director framework operates as an orchestration layer, it achieves this vision by feeding these structured prompts directly into the foundational Gemini and Veo models (though its model-agnostic architecture allows it to sit on top of any foundation generative model).

This architecture ensures that all generated images, video, and audio inherently carry native safety protections, including SynthID watermarking. For production, additional safety classifiers can be applied across the final video to safeguard against unintended contextual interactions between individually safe clips.

The pipeline executes global optimization through two interconnected loops: strategic steering and multi-stage production. First, the Orchestrator Agent evaluates the inputs using a MAB algorithm to select a creative configuration across three dimensions: (1) Creative Strategy (intent), (2) Narrative Mode (story structure), and (3) Aesthetic Archetype (visual tone and cinematography). This configuration drives the production hierarchy. The Pre-Production Agent synthesizes a brief scene-by-scene storyline and visual assets into a unified storyboard. The Production Agent then translates this storyboard into concrete audiovisual media using specialized sub-agents: the Keyframe Agent anchors character and scene visuals, the Video Agent adds motion, and the Audio Agent layers in matching voiceover and score.

Finally, a multimodal LLM (MLLM) Judge critiques the compiled cut across the three designated dimensions, feeding a factored reward signal back to the MAB to iteratively refine and optimize choices across successive generation loops.

来源:Google Research:Blog(网页)· research.google