Skip to content

Commit e55b56f

Browse files
xjxu21claude
andcommitted
README: move the Scope note into Generate videos
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
1 parent 032e249 commit e55b56f

1 file changed

Lines changed: 6 additions & 8 deletions

File tree

README.md

Lines changed: 6 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,6 @@ trajectories — from **one shared `W S A D L R` action vocabulary** over **500
1313
cases**, and scores the result with **9 deterministic metrics** spanning action dynamics, world
1414
memory, and visual quality.
1515

16-
> **Scope.** WorldMark evaluates **action-conditioned interactive world models** — models that
17-
> take a per-step control input (keys, pose, camera trajectory, or action-annotated caption).
18-
> Plain text-to-video (T2V) and image-to-video (I2V) models that do not accept an action signal
19-
> are **out of scope**: without a controllable command there is no action to measure.
20-
2116
<img src="docs/static/images/teaser.jpg" width="50%" alt="WorldMark overview: per-model adapters translate one shared action vocabulary into each model's native control format; a round-trip probe compares outbound and return views at equal accumulated motion.">
2217

2318
Using WorldMark is two steps.
@@ -39,10 +34,13 @@ Inputs live in **[`arena_inputs/`](arena_inputs/)** (read-only): 25 starting ima
3934
`view × domain`, the action assignment for each image, per-image intrinsics, and captions.
4035
One `(view, domain)` pair = 25 images × 5 actions = **125 videos**; all four = **500**.
4136

37+
> **Scope.** WorldMark evaluates **action-conditioned interactive world models** — models that
38+
> take a per-step control input (keys, pose, camera trajectory, or action-annotated caption).
39+
> Plain text-to-video (T2V) and image-to-video (I2V) models that do not accept an action signal
40+
> are **out of scope**: without a controllable command there is no action to measure.
41+
4242
Your model must receive the same commands as everyone else's, expressed in *its* native
43-
control format. That translation layer is the adapter, and you write one per model. This
44-
assumes your model **accepts an action input** — WorldMark does not apply to pure T2V / I2V
45-
models (see [Scope](#worldmark) above).
43+
control format. That translation layer is the adapter, and you write one per model.
4644

4745
### With an agent (recommended)
4846

0 commit comments

Comments
 (0)