GraphVid: Interactive Graph-Controllable Video Generation

Vedant Shah, Onkar Susladkar, Tushar Prakash, Kiet A. Nguyen, Tianjiao Yu, Adheesh Juvekar, Muntasir Wahed, Ismini Lourentzou
PLAN Lab University of Illinois Urbana-Champaign Sony Research India

ECCV 2026

GraphVid teaser figure showing image input, graph construction, graph editing, and graph-conditioned generated video
Loading...

GraphVid interactive control pipeline. Starting from an input frame, GraphVid constructs a scene graph over detected entities and their interactions. Users indirectly modify the graph by interacting with our interface to specify desired relational dynamics. The edited interaction graph is then translated into conditioning tokens that guide a frozen video diffusion backbone to generate a coherent video sequence.

TL;DR

  • GraphVid makes controllable image-to-video generation an interaction driven graph editing problem.
  • Users specify object-level relational dynamics—such as push, pull, lift, or move relative to—instead of authoring dense, "literal" trajectories for every object.
  • An Edge-Aware GNN converts directed interaction graphs into conditioning tokens for a frozen LTX-Video 2B diffusion transformer.
  • Using approximately 27K curated clips, 0.6B trainable parameters, and 200-second inference, GraphVid delivers strong interaction control with substantially less data and trainable capacity than large motion-control systems.

Why Graph-Based Video Control?

Trajectory control is low-level

Dense "literal" paths are hard to author for multi-object scenes, especially under occlusion, overlap, or contact.

Users think in interactions

Many desired motions are naturally relational: one object pushes, follows, lifts, supports, or moves relative to another.

Graphs preserve structure

Directed nodes and edges bind the requested dynamics to the correct entities and interactions.

Abstract

Controllable video generation remains challenging because precise multi-object interactions are difficult to specify using text prompts or motion-control inputs that primarily constrain pixel displacement. Trajectory-based control requires accurate tracks for multiple objects, which scales poorly with scene complexity and becomes ambiguous under occlusion or overlap.

We introduce GraphVid, a graph-conditioned image-to-video generation framework that enables interactive control through structured directed interaction graphs. Starting from a single input frame, GraphVid constructs a scene graph over detected entities, allows users to edit object-level interactions, and translates the edited graph into conditioning tokens for a frozen video diffusion transformer.

To support this paradigm, we curate GraphVid-Bench, an interaction-centric dataset of approximately 27K videos paired with structured relational annotations. Despite using substantially less training data and fewer trainable parameters than prior motion-control methods, GraphVid achieves strong controllability and video quality. Compared with Motion-I2V, it reduces FID by up to 39.9% and FVD by 37.6%, while improving PSNR from 9.87 to 15.98 and SSIM from 0.38 to 0.61.

✅ Contributions

  • Interactive graph-based control. GraphVid enables multi-object image-to-video control through directed interaction scene graphs constructed from a single image, replacing dense trajectory authoring with intuitive object-level interaction edits.
  • Edge-Aware Graph Reasoning. A GINEConv-based graph module injects directed edge semantics into message passing so that node representations capture both object identity and interaction-driven dynamics.
  • Parameter-efficient graph-to-video adaptation. A lightweight graph-to-token adapter and LoRA modules condition a frozen LTX-Video 2B backbone and frozen VAE while preserving pretrained generative priors.
  • GraphVid-Bench and efficient performance. We curate approximately 27K interaction-centric clips with structured graphs. GraphVid uses 0.6B trainable parameters and achieves the fastest inference among the compared methods at 200 seconds.

GraphVid Method

GraphVid is a controllable image-to-video framework that interfaces a structured directed interaction graph with a pretrained LTX-Video 2B diffusion transformer. Each node represents a detected entity, and each directed edge describes how one entity influences another. Unary actions such as rotate, move, or scale are represented as self-loop edges. The LTX DiT and VAE remain frozen; GraphVid trains only the Edge-Aware GNN, graph-to-video adapter, and LoRA modules.

LTX-Video 2B Frozen video diffusion backbone
0.6B Trainable parameters
LoRA rank 128 Q, K, V, and output projections
30 nodes Maximum graph capacity (Trainable)
512 → 4096 GNN hidden size to LTX token size
121 frames · 24 FPS Standard generation setting
GraphVid method overview
Loading...

GraphVid overview. Objects are detected from the input image and encoded into node embeddings. An MLLM extracts relational edges to construct an initial interaction graph. Users edit interactions through the image interface, and the resulting graph is converted into conditioning tokens that guide the frozen video diffusion transformer.

Node representations. Qwen3-VL detects objects and provides an 8192-dimensional visual embedding from mean and max pooling over each object crop. A 2560-dimensional text embedding of the object label and four normalized bounding-box coordinates are concatenated to form a 10,756-dimensional node feature.

Edge representations. Each directed edge contains an open-vocabulary textual description of the intended interaction. Qwen3-Embedding encodes this description into a 2560-dimensional edge feature.

Edge-aware graph reasoning. Node and edge features are projected to a shared 512-dimensional hidden space and processed using GINEConv layers, which inject semantic edge attributes directly into message passing.

Graph-to-video conditioning. Interaction-aware node embeddings are mapped through a three-layer MLP into 4096-dimensional LTX conditioning tokens. LoRA modules of rank 128 are inserted into the transformer's attention projections, while the original DiT and VAE weights remain frozen.

GraphVid edge-aware graph reasoning module
Loading...

GraphVid-Bench Dataset

GraphVid-Bench pairs interaction-centric videos with directed scene graphs. Nodes represent scene entities, while edges encode the type, direction, and textual context of interactions that influence scene dynamics.

The dataset contains 27,504 curated clips drawn from WISA-80K, Something-Something v2, and MagicData. Clips are standardized to 512 × 288, 81 frames, and 16 FPS. Dynamic letterboxing preserves aspect ratio, and motion-energy windowing selects the most interaction-active segment.

Graph Statistic Mean Median Std.
Nodes / Graph7.765.08.03
Edges / Graph4.854.03.46
Interaction Complexity Number of Clips
No explicit interaction3,881
Single interaction10,982
Multi-interaction12,641
Co-occurrence statistics in GraphVid-Bench
Loading...
Interaction taxonomy in GraphVid-Bench
Loading...

Interaction statistics. GraphVid-Bench covers force and manipulation, kinematics and motion, physical contact, and support and position relations. Co-occurrence statistics show that real-world dynamics often combine multiple interaction primitives, motivating graph-structured video control.

Quantitative Results

GraphVid is evaluated on an interaction-centric MoveBench subset against trajectory-based, physics-aware, and motion-control baselines. It uses only 27K training clips and 0.6B trainable parameters, while achieving the fastest inference in the comparison at 200 seconds. We report perceptual, reconstruction, temporal, and motion-accuracy metrics, including End-Point Error (EPE).

Efficiency at a glance: GraphVid uses approximately 24× fewer trainable parameters than Wan-Move and nearly two orders of magnitude less training data, while outperforming all comparable-scale methods on several core quality and motion metrics.

Interaction-Centric MoveBench

Method Train Data Trainable Params Inference ↓ FID ↓ FVD ↓ PSNR ↑ SSIM ↑ EPE ↓
Wan-Move Large-scale baseline 2M14.5B1800s 15.5682.17 17.210.612.6
Motion-I2V10M1.2B790s 28.32159.329.870.383.9
Tora630K5B1200s 24.45110.4711.270.543.3
MagicMotion23K1.5B750s 26.57105.1212.040.513.2
WISA80K1B1000s 25.98107.8915.080.534.1
FlashMotion23K13B677s 19.02104.1214.040.563.8
GraphVid (Ours) Efficient 27K0.6B200s 17.0299.42 15.980.612.9

GraphVid is second-best overall on FID, FVD, PSNR, SSIM, and EPE while using the fewest trainable parameters and the fastest inference. Compared with WISA, it improves FID by 34.5%, FVD by 7.8%, PSNR by 5.9%, SSIM by 15.0%, and EPE by 29.3%.

Multi-Object MoveBench Subset

Method Train Data Trainable Params FID ↓ FVD ↓ PSNR ↑ SSIM ↑ EPE ↓
Wan-Move Large-scale baseline 2M14.5B31.29 25216.69 0.612.2
Tora630K5B 56.0436914.980.523.5
WISA80K1B 60.1234113.130.553.9
FlashMotion23K13B 55.0331112.120.523.9
GraphVid (Ours) Efficient 27K0.6B 49.45291 14.440.553.0

On the harder multi-object subset, GraphVid achieves the best FID, FVD, and EPE among comparable-scale methods. It improves FID over FlashMotion by 10.1% and FVD by 6.4%, while using approximately 21.7× fewer trainable parameters.

Qualitative Results

GraphVid generates interaction-consistent videos from a single image and user-specified graph edits. Across object-object, human-object, and multi-agent scenes, the model preserves scene identity while producing temporally coherent motion that follows the requested relational dynamics.

Compared with prior controllable video generation systems, GraphVid better preserves the relationship between interacting entities. In multi-object scenarios, baseline methods often fail to separate object trajectories, introduce artifacts, generate the wrong action, or lose subject identity. GraphVid uses directed graph conditioning to bind the requested interaction to the correct entities, improving temporal consistency and structural reliability.

Graph-Controlled Video Generation Examples

Intended Motion
Intent motion for GraphVid example 1
Loading...
Edited Interaction Graph
Edited interaction graph for GraphVid example 1
Loading...
GraphVid Output
Loading...
Intended Motion
Intent motion for GraphVid example 2
Loading...
Edited Interaction Graph
Edited interaction graph for GraphVid example 2
Loading...
GraphVid Output
Loading...
Intended Motion
Intent motion for GraphVid example 3
Loading...
Edited Interaction Graph
Edited interaction graph for GraphVid example 3
Loading...
GraphVid Output
Loading...

Each example shows the user's intended motion, the corresponding edited interaction graph, and the generated GraphVid output. The side-by-side layout illustrates how GraphVid translates graph-level relational edits into coordinated video dynamics while preserving scene appearance and object identity.

BibTeX

@inproceedings{shah2026graphvid,
  title={GraphVid: Interactive Graph-Controllable Video Generation},
  author={Shah, Vedant and Susladkar, Onkar and Prakash, Tushar and Nguyen, Kiet A. and Yu, Tianjiao and Juvekar, Adheesh and Wahed, Muntasir and Lourentzou, Ismini},
  booktitle={European Conference on Computer Vision},
  year={2026}
}