This is the benchmark used for the subjective arena experiments of MOVA (MOVA: Towards Scalable and Synchronized Video–Audio Generation). All prompts are rewritten by the workflow introduced in the paper.
The benchmark contains 732 samples in total, organized into two subsets:
| Subset | Samples |
|---|---|
| MOVA-Bench | 132 |
| VerseBench (Bilingual) | 600 |
Each sample includes a first-frame image and a prompt for joint image-text to video-audio generation.
img/ and videos/)First-frame images and (optional) generated videos use the same two-bucket grouping as in data.json top-level keys:
| Bucket | Path prefix | Categories |
|---|---|---|
| MOVA-Bench | img/MOVA-Bench/ | anime, games, movie, multi-speaker, others, shot-effect, sports |
| VerseBench (Bilingual) | img/VerseBench_bilingual/ | set1, set2, set3 |
If you ship generated videos under videos/, each model directory mirrors that layout:
videos/<model_name>/
├── MOVA-Bench/
│ ├── anime/
│ ├── games/
│ ├── movie/
│ ├── multi-speaker/
│ ├── others/
│ ├── shot-effect/
│ └── sports/
└── VerseBench_bilingual/
├── set1/
├── set2/
└── set3/
Video files are stored as <id>.mp4 (filename is the sample id only, e.g. anime1.mp4 or 00000.mp4).
MOVA-Bench is constructed from real-world videos by extracting the first-frame image and a corresponding prompt. Each prompt concisely describes key visual elements, such as the scene setting, characters, and environmental conditions. Depending on the scenario, audio-related information is incorporated to form a unified prompt for joint video-audio generation. All samples are adapted to ensure temporal consistency and logical coherence of the generated videos.
The benchmark consists of six scenario categories, each targeting specific challenges in joint video-audio generation:
This subset is adapted from VerseBench, where half of the originally English-only speech data was manually translated to construct a bilingual (English-Chinese) mix. It contains 600 samples split into three sets:
| Set | Samples |
|---|---|
| set1 | 205 |
| set2 | 295 |
| set3 | 100 |
All prompts and image paths are listed in data.json. Top-level keys are category groups (set1, set2, set3, movie, anime, …). Each entry contains:
{
"prompt": "A detailed description of the scene, actions, and audio...",
"first_frame_path": "img/MOVA-Bench/movie/movie1.png"
}
first_frame_path always lives under img/MOVA-Bench/... or img/VerseBench_bilingual/... as in the table above. Generated videos (if present) follow the same category under videos/<model_name>/MOVA-Bench/... or videos/<model_name>/VerseBench_bilingual/... with <id>.mp4 filenames.
We thank the authors of VerseBench for open-sourcing the benchmark.
13 commits
This is the benchmark used for the subjective arena experiments of MOVA (MOVA: Towards Scalable and Synchronized Video–Audio Generation). All prompts are rewritten by the workflow introduced in the paper.
The benchmark contains 732 samples in total, organized into two subsets:
| Subset | Samples |
|---|---|
| MOVA-Bench | 132 |
| VerseBench (Bilingual) | 600 |
Each sample includes a first-frame image and a prompt for joint image-text to video-audio generation.
img/ and videos/)First-frame images and (optional) generated videos use the same two-bucket grouping as in data.json top-level keys:
| Bucket | Path prefix | Categories |
|---|---|---|
| MOVA-Bench | img/MOVA-Bench/ | anime, games, movie, multi-speaker, others, shot-effect, sports |
| VerseBench (Bilingual) | img/VerseBench_bilingual/ | set1, set2, set3 |
If you ship generated videos under videos/, each model directory mirrors that layout:
videos/<model_name>/
├── MOVA-Bench/
│ ├── anime/
│ ├── games/
│ ├── movie/
│ ├── multi-speaker/
│ ├── others/
│ ├── shot-effect/
│ └── sports/
└── VerseBench_bilingual/
├── set1/
├── set2/
└── set3/
Video files are stored as <id>.mp4 (filename is the sample id only, e.g. anime1.mp4 or 00000.mp4).
MOVA-Bench is constructed from real-world videos by extracting the first-frame image and a corresponding prompt. Each prompt concisely describes key visual elements, such as the scene setting, characters, and environmental conditions. Depending on the scenario, audio-related information is incorporated to form a unified prompt for joint video-audio generation. All samples are adapted to ensure temporal consistency and logical coherence of the generated videos.
The benchmark consists of six scenario categories, each targeting specific challenges in joint video-audio generation:
This subset is adapted from VerseBench, where half of the originally English-only speech data was manually translated to construct a bilingual (English-Chinese) mix. It contains 600 samples split into three sets:
| Set | Samples |
|---|---|
| set1 | 205 |
| set2 | 295 |
| set3 | 100 |
All prompts and image paths are listed in data.json. Top-level keys are category groups (set1, set2, set3, movie, anime, …). Each entry contains:
{
"prompt": "A detailed description of the scene, actions, and audio...",
"first_frame_path": "img/MOVA-Bench/movie/movie1.png"
}
first_frame_path always lives under img/MOVA-Bench/... or img/VerseBench_bilingual/... as in the table above. Generated videos (if present) follow the same category under videos/<model_name>/MOVA-Bench/... or videos/<model_name>/VerseBench_bilingual/... with <id>.mp4 filenames.
We thank the authors of VerseBench for open-sourcing the benchmark.
13 commits