Overview
- Field: Computer Vision (CV)
- Authors: Chuyue Li, Jinpeng Yu, Haozhe Wang
- Released: 2026-08-13
- arXiv: 2508.03420
- Hierarchical and state nodes store structured text.
- A linked asset layer stores generated images, audio, and video.
- Typed edges preserve relationships between text descriptions and assets in a form that agents can easily query and edit.
- Video reconstruction differences drive a text-gradient optimization framework.
- Evaluation feedback is expressed as natural-language update directions.
- Outer loop: data-independent encoding-policy pseudo-training.
- Inner loop: test-time, data-dependent refinement of the KG representation.
- Outperforms the strongest external baseline by 20.7 percentage points.
- In a controlled policy-only setting, the pseudo-trained shot-level agentic video encoder policy also outperforms carefully hand-tuned policies.
- Reduces system-prompt usage by 74.3%.
- Full release of the AVA-Encoder framework.
- A reliable benchmark for agentic video reconstruction.
- The first high-quality cinematic KG representation dataset.
- arXiv: https://arxiv.org/abs/2508.03420
Problem
Creative agents still lack an effective way to learn from high-quality human films, limiting their ability to produce cinematic-level video. A key bottleneck is the absence of a structured video representation that is both faithful to the cinematic content and directly usable by agents for reasoning and manipulation.
Method
The paper proposes Agentic Video Auto-Encoder (AVA-Encoder), a framework that learns agent-native video representations through agentic self-encoding:
1. Encode video into a knowledge graph (KG)
2. Reconstruct video from the KG
3. Two operating loops