AVA-Encoder: Towards Agent-Native Video Representation Learning

Chuyue Li, Jinpeng Yu, Haozhe Wang, Tian Xueyun, Zhijing Zhang, Bingnan Li, Shuqi Gu, Kan Ren, Jiaming Liu, Ruihua Hua

arXiv:2608.12313 · 2026-08-14 공개 · arXiv · PDF

knowledge-graph agentic-reasoning policy-training video-reconstruction video-representation auto-encoder agent-native textual-gradient

Abstract

Creative agents still lack an effective way to learn from high-quality human films, limiting their ability to produce cinematic-grade videos. A key challenge is the absence of a structured video representation that is both faithful to film content and directly usable for agentic reasoning and manipulation. To address the challenge, we propose the Agentic Video Auto-Encoder (AVA-Encoder), a framework for learning agent-native video representations via agentic auto-encoding. AVA-Encoder transforms a video into a knowledge graph (KG) representation and then reconstructs it back into video. Its hierarchy and state nodes store structured text, while a linked asset layer holds generated images, audio, and video. Typed edges preserve the relations between these text descriptions and assets in a form that agents can easily understand, query, and edit. The video reconstruction differences drive a textual-gradient optimization framework, which expresses evaluation feedback as natural-language update directions for Data-Independent Encoding Policy Pseudo-Training in the outer loop and optional Data-Dependent KG Representation Refinement in the test-time inner loop. Extensive experiments show that AVA-Encoder improves by 20.7 percentage points over the strongest external baseline. In the controlled policy-only setting, its pseudo-trained shot-level Agentic Video Encoder policy also outperforms a carefully human-tuned policy while using 74.3% fewer system-prompt tokens. We release the complete AVA-Encoder framework, a reliable agentic video reconstruction benchmark, and the first dataset of high-quality film KG representations.

한국어 요약

한 줄 요약

AVA-Encoder는 영화 콘텐츠를 에이전트가 이해하고 편집할 수 있는 구조화된 지식 그래프로 변환하여, 에이전트 네이티브 비디오 표현 학습을 구현한다.

핵심 기여도

핵심 아이디어

AVA-Encoder는 영화를 단순히 텍스트나 픽셀로 변환하는 기존 접근과 달리, **구조화된 지식 그래프**로 표현함으로써 에이전트가 영화의 스토리, 캐릭터, 샷, 카메라 언어 등을 이해하고 편집할 수 있도록 한다. 이는 **Story–Event–Shot 계층 구조**와 **Character, Scene, Object, Style, Camera, Audio 상태 노드**를 사용하여 텍스트 중심의 표현을 구성하고, 생성된 이미지, 오디오, 비디오 자산은 별도의 **링크된 자산 계층**에 저장된다.

**Typed edges**는 텍스트 설명과 자산 간의 관계를 보존하여, 에이전트가 그래프를 통해 정보를 탐색하고 수정할 수 있도록 한다. 재구성 오류는 **텍스트-그라디언트 최적화 프레임워크**를 통해 자연어 피드백으로 변환되어, **Data-Independent Encoding Policy Pseudo-Training**과 **Data-Dependent KG Representation Refinement**의 두 단계에서 정책과 표현을 개선한다.

기술적 접근법

주요 결과

의의 및 한계

AVA-Encoder는 에이전트가 영화를 학습하고 생성할 수 있는 **구조화된 표현 기반 학습 프레임워크**를 제시하며, **에이전트 기반 편집 가능성**과 **영화 재구성 정확도**를 동시에 달성한 점에서 학술적·실용적 의의가 있다. 특히, **KG 표현**은 그래프 기반 편집을 가능하게 하여, 기존 텍스트나 픽셀 기반 표현보다 훨씬 유연한 편집이 가능하다는 장점이 있다.

그러나, **입력 영상의 구조화 분할 정책**은 시스템마다 다를 수 있어, **표준화된 평가 기준**이 필요하다는 한계가 있다. 또한, **재구성 과정에서 발생하는 정보 손실**은 여전히 개선이 필요한 부분이다.

실용적 활용

AVA-Encoder는 **영화 제작 에이전트**, **스크립트-비디오 생성 시스템**, **에이전트 기반 콘텐츠 편집 플랫폼** 등에 적용 가능하다. 특히, **구조화된 표현을 기반으로 한 편집 및 생성**이 필요한 창의적 AI 연구 분야에서 활용도가 높으며, **에이전트가 영화를 학습하고 생성하는 기반 인프라**로 활용될 수 있다.