File size: 25,414 Bytes
66d9b20
 
 
 
 
 
 
 
 
 
 
 
 
 
23e4fa7
66d9b20
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
{
  "meta": {
    "title": "StreamAV-Bench Leaderboard",
    "tagline": "Streaming systems, evaluated while they run.",
    "description": "Official metric-wise results for streaming audio-video generation across progressive and interactive evaluation tracks.",
    "systemCount": 13,
    "metricCount": 32,
    "scenarioCount": 320,
    "durationSeconds": 180,
    "publishedPrecision": 3,
    "links": {
      "project": "https://liukqchoco.github.io/StreamAVBench/",
      "code": "https://github.com/liukqchoco/StreamAVBench-Code",
      "paper": "",
      "dataset": ""
    }
  },
  "tracks": [
    {
      "id": "shared",
      "label": "Shared",
      "count": 9,
      "description": "Quality, alignment, continuity, and efficiency metrics applied across both tracks."
    },
    {
      "id": "progressive",
      "label": "Progressive",
      "count": 12,
      "description": "Instruction adherence and long-horizon stability under one global prompt."
    },
    {
      "id": "interactive",
      "label": "Interactive",
      "count": 11,
      "description": "Runtime-update response, state retention, and reuse under prompt updates."
    },
    {
      "id": "diagnostics",
      "label": "Diagnostics",
      "count": 4,
      "description": "Success- and coverage-adjusted diagnostics that jointly account for update success and source-state coverage."
    }
  ],
  "categories": [
    {
      "id": "quality",
      "track": "shared",
      "label": "Quality & Alignment",
      "shortLabel": "Quality",
      "description": "Perceptual quality and semantic or temporal correspondence between audio and video.",
      "defaultMetric": "va",
      "metrics": ["va", "vq", "pq", "aq", "avalign", "avsync"]
    },
    {
      "id": "streaming",
      "track": "shared",
      "label": "Continuity & Efficiency",
      "shortLabel": "Streaming",
      "description": "Technical continuity at native generation boundaries, throughput, and startup latency.",
      "defaultMetric": "nbc",
      "metrics": ["nbc", "fps", "ttfc"]
    },
    {
      "id": "adherence",
      "track": "progressive",
      "label": "Instruction Adherence",
      "shortLabel": "Adherence",
      "description": "Full-rollout fulfillment and endpoint drift for fixed visual and audio requirements.",
      "defaultMetric": "vif",
      "metrics": ["vif", "aif", "vid", "aid"]
    },
    {
      "id": "stability",
      "track": "progressive",
      "label": "Long-Horizon Stability",
      "shortLabel": "Stability",
      "description": "Quality drift, visual consistency, and audio-video drift over the 180-second rollout.",
      "defaultMetric": "va_d",
      "metrics": ["va_d", "vq_d", "pq_d", "aq_d", "sc", "bc", "avalign_d", "avsync_d"]
    },
    {
      "id": "response",
      "track": "interactive",
      "label": "Interactive Response",
      "shortLabel": "Response",
      "description": "Update fulfillment, transition continuity, achievement rate, and successful-response latency.",
      "defaultMetric": "vuf",
      "metrics": ["vuf", "auf", "pvc", "pac", "pvuar", "pauar", "pvrl", "parl"]
    },
    {
      "id": "state",
      "track": "interactive",
      "label": "State Retention & Reuse",
      "shortLabel": "State",
      "description": "Preservation of untargeted states and correct reuse of information established earlier.",
      "defaultMetric": "vsr",
      "metrics": ["vsr", "asr", "hdf"]
    },
    {
      "id": "adjusted",
      "track": "diagnostics",
      "label": "Success & Coverage Adjustments",
      "shortLabel": "Adjusted",
      "description": "Adjusted diagnostics that penalize unachieved updates and unestablished dependency sources; these are reported separately from the 32 core metrics.",
      "defaultMetric": "sa_pvrl",
      "metrics": ["sa_pvrl", "sa_parl", "ca_hdf_a", "ca_hdf_l"]
    }
  ],
  "metrics": {
    "va": {
      "abbr": "VA",
      "name": "Visual Aesthetics",
      "direction": "higher",
      "range": "[0, 1]",
      "unit": "",
      "evaluator": "LAION Aesthetic Predictor",
      "description": "Perceptual visual appeal, averaged over six 30-second intervals."
    },
    "vq": {
      "abbr": "VQ",
      "name": "Visual Quality",
      "direction": "higher",
      "range": "1–5",
      "unit": "",
      "evaluator": "Gemini 3.1 Pro",
      "description": "Visual fidelity, subject integrity, motion naturalness, and artifact control."
    },
    "pq": {
      "abbr": "PQ",
      "name": "Production Quality",
      "direction": "higher",
      "range": "Original evaluator scale",
      "unit": "",
      "evaluator": "Audiobox Aesthetics",
      "description": "Perceptual and production fidelity of the generated audio."
    },
    "aq": {
      "abbr": "AQ",
      "name": "Audio Quality",
      "direction": "higher",
      "range": "1–5",
      "unit": "",
      "evaluator": "Gemini 3.1 Pro",
      "description": "Audio naturalness and artifact control."
    },
    "avalign": {
      "abbr": "AVAlign",
      "name": "Audio-Video Alignment",
      "direction": "higher",
      "range": "Cosine similarity",
      "unit": "",
      "evaluator": "ImageBind",
      "description": "Semantic correspondence between generated audio and visual content."
    },
    "avsync": {
      "abbr": "AVSync",
      "name": "Audio-Video Synchronization",
      "direction": "lower",
      "range": "≥ 0",
      "unit": "s",
      "evaluator": "Synchformer",
      "description": "Absolute predicted temporal offset between audio and video."
    },
    "nbc": {
      "abbr": "NBC",
      "name": "Native Boundary Continuity",
      "direction": "higher",
      "range": "[0, 100]",
      "unit": "",
      "evaluator": "Deterministic artifact detector",
      "description": "Continuity at model-native generation-unit boundaries, accounting for black frames, repetition, freezing, and flashes."
    },
    "fps": {
      "abbr": "FPS",
      "name": "Frames per Second",
      "direction": "higher",
      "range": "≥ 0",
      "unit": "fps",
      "evaluator": "Runtime measurement",
      "description": "Generated video frames per unit generation time under the default recommended configuration."
    },
    "ttfc": {
      "abbr": "TTFC",
      "name": "Time to First Chunk",
      "direction": "lower",
      "range": "≥ 0",
      "unit": "s",
      "evaluator": "Runtime measurement",
      "description": "Elapsed time from receiving a generation request to producing the first output chunk."
    },
    "vif": {
      "abbr": "VIF",
      "name": "Video Instruction Fulfillment",
      "direction": "higher",
      "range": "1–5",
      "unit": "",
      "evaluator": "Gemini 3.1 Pro + case checklist",
      "description": "Completeness of visual requirements over the full progressive output."
    },
    "aif": {
      "abbr": "AIF",
      "name": "Audio Instruction Fulfillment",
      "direction": "higher",
      "range": "1–5",
      "unit": "",
      "evaluator": "Gemini 3.1 Pro + case checklist",
      "description": "Completeness of audio requirements over the full progressive output."
    },
    "vid": {
      "abbr": "VID",
      "name": "Video Instruction Drift",
      "direction": "lower",
      "range": "[0, 4]",
      "unit": "",
      "evaluator": "Gemini 3.1 Pro + case checklist",
      "description": "Absolute change in visual instruction adherence between the first and last intervals."
    },
    "aid": {
      "abbr": "AID",
      "name": "Audio Instruction Drift",
      "direction": "lower",
      "range": "[0, 4]",
      "unit": "",
      "evaluator": "Gemini 3.1 Pro + case checklist",
      "description": "Absolute change in audio instruction adherence between the first and last intervals."
    },
    "va_d": {
      "abbr": "VA-D",
      "name": "Visual Aesthetics Drift",
      "direction": "lower",
      "range": "VA units",
      "unit": "",
      "evaluator": "LAION Aesthetic Predictor",
      "description": "Absolute change in visual aesthetics between the first and last intervals."
    },
    "vq_d": {
      "abbr": "VQ-D",
      "name": "Visual Quality Drift",
      "direction": "lower",
      "range": "VQ units",
      "unit": "",
      "evaluator": "Gemini 3.1 Pro",
      "description": "Absolute change in visual quality between the first and last intervals."
    },
    "pq_d": {
      "abbr": "PQ-D",
      "name": "Production Quality Drift",
      "direction": "lower",
      "range": "PQ units",
      "unit": "",
      "evaluator": "Audiobox Aesthetics",
      "description": "Absolute change in production quality between the first and last intervals."
    },
    "aq_d": {
      "abbr": "AQ-D",
      "name": "Audio Quality Drift",
      "direction": "lower",
      "range": "AQ units",
      "unit": "",
      "evaluator": "Gemini 3.1 Pro",
      "description": "Absolute change in audio quality between the first and last intervals."
    },
    "sc": {
      "abbr": "SC",
      "name": "Subject Consistency",
      "direction": "higher",
      "range": "Original evaluator scale",
      "unit": "",
      "evaluator": "VBench-Long protocol",
      "description": "Temporal consistency of subject appearance over the generated sequence."
    },
    "bc": {
      "abbr": "BC",
      "name": "Background Consistency",
      "direction": "higher",
      "range": "Original evaluator scale",
      "unit": "",
      "evaluator": "VBench-Long protocol",
      "description": "Temporal consistency of background scenes over the generated sequence."
    },
    "avalign_d": {
      "abbr": "AVAlign-D",
      "name": "Audio-Video Alignment Drift",
      "direction": "lower",
      "range": "AVAlign units",
      "unit": "",
      "evaluator": "ImageBind",
      "description": "Absolute change in audio-video semantic correspondence between the first and last intervals."
    },
    "avsync_d": {
      "abbr": "AVSync-D",
      "name": "Audio-Video Synchronization Drift",
      "direction": "lower",
      "range": "AVSync units",
      "unit": "s",
      "evaluator": "Synchformer",
      "description": "Absolute change in audio-video synchronization offset between the first and last intervals."
    },
    "vuf": {
      "abbr": "VUF",
      "name": "Video Update Fulfillment",
      "direction": "higher",
      "range": "1–5",
      "unit": "",
      "evaluator": "Gemini 3.1 Pro + update checklist",
      "description": "Completeness of each runtime update's visual targets."
    },
    "auf": {
      "abbr": "AUF",
      "name": "Audio Update Fulfillment",
      "direction": "higher",
      "range": "1–5",
      "unit": "",
      "evaluator": "Gemini 3.1 Pro + update checklist",
      "description": "Completeness of each runtime update's audio targets."
    },
    "pvc": {
      "abbr": "PVC",
      "name": "Prompt-Based Visual Continuity",
      "direction": "higher",
      "range": "1–5",
      "unit": "",
      "evaluator": "Boundary detector + Gemini 3.1 Pro",
      "description": "Visual continuity across prompt-update boundaries while allowing requested changes."
    },
    "pac": {
      "abbr": "PAC",
      "name": "Prompt-Based Audio Continuity",
      "direction": "higher",
      "range": "1–5",
      "unit": "",
      "evaluator": "Gemini 3.1 Pro",
      "description": "Audio continuity across prompt-update boundaries while allowing requested changes."
    },
    "pvuar": {
      "abbr": "PVUAR",
      "name": "Prompt-Based Visual Update Achievement Rate",
      "direction": "higher",
      "range": "[0, 1]",
      "unit": "",
      "evaluator": "Gemini 3.1 Pro + update checklist",
      "description": "Fraction of applicable visual updates whose core target is clearly realized."
    },
    "pauar": {
      "abbr": "PAUAR",
      "name": "Prompt-Based Audio Update Achievement Rate",
      "direction": "higher",
      "range": "[0, 1]",
      "unit": "",
      "evaluator": "Gemini 3.1 Pro + update checklist",
      "description": "Fraction of applicable audio updates whose core target is clearly realized."
    },
    "pvrl": {
      "abbr": "PVRL",
      "name": "Prompt-Based Visual Response Latency",
      "direction": "lower",
      "range": "Media time",
      "unit": "s",
      "evaluator": "Media-time measurement",
      "description": "Conditional latency to the first clear realization of an achieved visual target."
    },
    "parl": {
      "abbr": "PARL",
      "name": "Prompt-Based Audio Response Latency",
      "direction": "lower",
      "range": "Media time",
      "unit": "s",
      "evaluator": "Media-time measurement",
      "description": "Conditional latency to the first clear realization of an achieved audio target."
    },
    "vsr": {
      "abbr": "VSR",
      "name": "Visual State Retention",
      "direction": "higher",
      "range": "1–5",
      "unit": "",
      "evaluator": "Gemini 3.1 Pro",
      "description": "Preservation of subject appearance and environment after accounting for requested changes."
    },
    "asr": {
      "abbr": "ASR",
      "name": "Audio State Retention",
      "direction": "higher",
      "range": "1–5",
      "unit": "",
      "evaluator": "Gemini 3.1 Pro",
      "description": "Preservation of recurring music, ambience, and persistent sounds not targeted by an update."
    },
    "hdf": {
      "abbr": "HDF",
      "name": "History-Dependency Following",
      "direction": "higher",
      "range": "1–5",
      "unit": "",
      "evaluator": "Gemini 3.1 Pro",
      "description": "Correct execution of updates using relevant earlier states, evaluated only when the required source state was established."
    },
    "sa_pvrl": {
      "abbr": "SA-PVRL",
      "name": "Success-Adjusted Visual Response Latency",
      "direction": "lower",
      "range": "[0, 30]",
      "unit": "s",
      "evaluator": "Achievement-adjusted media-time measurement",
      "description": "Visual response latency with the 30-second observation-window cap assigned to every unachieved target."
    },
    "sa_parl": {
      "abbr": "SA-PARL",
      "name": "Success-Adjusted Audio Response Latency",
      "direction": "lower",
      "range": "[0, 30]",
      "unit": "s",
      "evaluator": "Achievement-adjusted media-time measurement",
      "description": "Audio response latency with the 30-second observation-window cap assigned to every unachieved target."
    },
    "ca_hdf_a": {
      "abbr": "CA-HDF-A",
      "name": "Coverage-Adjusted Adjacent HDF",
      "direction": "higher",
      "range": "[0, 1]",
      "unit": "",
      "evaluator": "Source establishment + normalized conditional HDF",
      "description": "Adjacent-dependency quality normalized to [0,1], with unestablished source states assigned zero."
    },
    "ca_hdf_l": {
      "abbr": "CA-HDF-L",
      "name": "Coverage-Adjusted Long-Range HDF",
      "direction": "higher",
      "range": "[0, 1]",
      "unit": "",
      "evaluator": "Source establishment + normalized conditional HDF",
      "description": "Long-range dependency quality normalized to [0,1], with unestablished source states assigned zero."
    }
  },
  "models": [
    {
      "name": "PixVerse R1",
      "paradigm": "Native joint",
      "access": "Web",
      "reference": "https://pixverse.ai/en/blog/pixverse-launches-r1-real-time-world-model",
      "scores": {
        "va": 0.529, "vq": 2.428, "pq": 6.348, "aq": 2.810, "avalign": 0.234, "avsync": 0.855,
        "nbc": null, "fps": null, "ttfc": null,
        "vif": 2.976, "aif": 2.511, "vid": 0.484, "aid": 0.425,
        "va_d": 0.032, "vq_d": 0.253, "pq_d": 0.421, "aq_d": 0.626, "sc": 0.907, "bc": 0.930, "avalign_d": 0.065, "avsync_d": 0.579,
        "vuf": 2.573, "auf": 2.895, "pvc": 4.278, "pac": 2.544, "pvuar": 0.350, "pauar": 0.466, "pvrl": 12.992, "parl": 10.352,
        "vsr": 2.430, "asr": 4.108, "hdf": 2.461,
        "sa_pvrl": 24.011, "sa_parl": 20.855, "ca_hdf_a": 0.232, "ca_hdf_l": 0.234
      }
    },
    {
      "name": "HappyOyster",
      "paradigm": "Native joint",
      "access": "Web",
      "reference": "https://www.alizila.com/alibaba-launches-happyoyster-a-world-model-product-for-real-time-immersive-creation-and-interaction/",
      "scores": {
        "va": 0.529, "vq": 2.785, "pq": 6.817, "aq": 3.157, "avalign": 0.206, "avsync": 1.044,
        "nbc": null, "fps": null, "ttfc": null,
        "vif": 3.565, "aif": 2.692, "vid": 0.510, "aid": 0.508,
        "va_d": 0.032, "vq_d": 0.417, "pq_d": 0.623, "aq_d": 0.411, "sc": 0.904, "bc": 0.934, "avalign_d": 0.077, "avsync_d": 0.534,
        "vuf": 2.975, "auf": 2.879, "pvc": 3.744, "pac": 3.509, "pvuar": 0.518, "pauar": 0.488, "pvrl": 14.484, "parl": 13.621,
        "vsr": 2.799, "asr": 3.772, "hdf": 2.817,
        "sa_pvrl": 21.991, "sa_parl": 21.861, "ca_hdf_a": 0.354, "ca_hdf_l": 0.306
      }
    },
    {
      "name": "OmniForcing",
      "paradigm": "Native joint",
      "access": "Open",
      "reference": "https://arxiv.org/abs/2603.11647",
      "scores": {
        "va": 0.554, "vq": 2.374, "pq": 6.351, "aq": 2.528, "avalign": 0.119, "avsync": 1.423,
        "nbc": 98.808, "fps": 12.799, "ttfc": 3.998,
        "vif": 2.423, "aif": 2.343, "vid": 0.572, "aid": 0.277,
        "va_d": 0.083, "vq_d": 0.273, "pq_d": 0.429, "aq_d": 0.506, "sc": 0.962, "bc": 0.953, "avalign_d": 0.081, "avsync_d": 0.479,
        "vuf": 1.848, "auf": 2.242, "pvc": 4.161, "pac": 3.369, "pvuar": 0.053, "pauar": 0.316, "pvrl": 13.295, "parl": 7.925,
        "vsr": 2.624, "asr": 3.388, "hdf": 2.487,
        "sa_pvrl": 29.128, "sa_parl": 23.046, "ca_hdf_a": 0.136, "ca_hdf_l": 0.109
      }
    },
    {
      "name": "Odyssey-2",
      "paradigm": "Cascaded",
      "access": "Web",
      "reference": "https://odyssey.ml/introducing-odyssey-2",
      "scores": {
        "va": 0.531, "vq": 2.820, "pq": 6.426, "aq": 2.659, "avalign": 0.260, "avsync": 0.946,
        "nbc": null, "fps": null, "ttfc": null,
        "vif": 3.106, "aif": 2.778, "vid": 0.500, "aid": 0.566,
        "va_d": 0.040, "vq_d": 0.463, "pq_d": 0.362, "aq_d": 0.456, "sc": 0.976, "bc": 0.966, "avalign_d": 0.064, "avsync_d": 0.548,
        "vuf": 2.408, "auf": 2.244, "pvc": 3.919, "pac": 1.749, "pvuar": 0.274, "pauar": 0.308, "pvrl": 18.758, "parl": 15.733,
        "vsr": 2.836, "asr": 2.707, "hdf": 2.554,
        "sa_pvrl": 26.838, "sa_parl": 25.611, "ca_hdf_a": 0.196, "ca_hdf_l": 0.168
      }
    },
    {
      "name": "Self-Forcing",
      "paradigm": "Cascaded",
      "access": "Open",
      "reference": "https://arxiv.org/abs/2506.08009",
      "scores": {
        "va": 0.585, "vq": 2.753, "pq": 6.453, "aq": 2.623, "avalign": 0.256, "avsync": 0.919,
        "nbc": 94.359, "fps": 15.628, "ttfc": 1.278,
        "vif": 3.019, "aif": 2.810, "vid": 0.373, "aid": 0.457,
        "va_d": 0.025, "vq_d": 0.323, "pq_d": 0.341, "aq_d": 0.488, "sc": 0.981, "bc": 0.969, "avalign_d": 0.054, "avsync_d": 0.476,
        "vuf": 2.237, "auf": 2.339, "pvc": 3.912, "pac": 1.784, "pvuar": 0.185, "pauar": 0.334, "pvrl": 14.164, "parl": 12.369,
        "vsr": 2.851, "asr": 2.813, "hdf": 2.348,
        "sa_pvrl": 27.081, "sa_parl": 24.156, "ca_hdf_a": 0.206, "ca_hdf_l": 0.169
      }
    },
    {
      "name": "LongLive",
      "paradigm": "Cascaded",
      "access": "Open",
      "reference": "https://arxiv.org/abs/2509.22622",
      "scores": {
        "va": 0.605, "vq": 2.768, "pq": 6.459, "aq": 2.696, "avalign": 0.272, "avsync": 0.969,
        "nbc": 85.418, "fps": 10.125, "ttfc": 1.381,
        "vif": 3.164, "aif": 2.814, "vid": 0.317, "aid": 0.581,
        "va_d": 0.023, "vq_d": 0.367, "pq_d": 0.280, "aq_d": 0.475, "sc": 0.986, "bc": 0.973, "avalign_d": 0.052, "avsync_d": 0.476,
        "vuf": 2.341, "auf": 2.138, "pvc": 3.631, "pac": 1.809, "pvuar": 0.241, "pauar": 0.266, "pvrl": 11.792, "parl": 13.078,
        "vsr": 2.724, "asr": 2.712, "hdf": 2.212,
        "sa_pvrl": 25.575, "sa_parl": 25.490, "ca_hdf_a": 0.186, "ca_hdf_l": 0.187
      }
    },
    {
      "name": "Rolling-Forcing",
      "paradigm": "Cascaded",
      "access": "Open",
      "reference": "https://arxiv.org/abs/2509.25161",
      "scores": {
        "va": 0.572, "vq": 2.757, "pq": 6.393, "aq": 2.673, "avalign": 0.265, "avsync": 1.078,
        "nbc": 96.657, "fps": 10.603, "ttfc": 2.962,
        "vif": 3.009, "aif": 2.858, "vid": 0.425, "aid": 0.474,
        "va_d": 0.043, "vq_d": 0.427, "pq_d": 0.329, "aq_d": 0.425, "sc": 0.980, "bc": 0.966, "avalign_d": 0.064, "avsync_d": 0.506,
        "vuf": 2.315, "auf": 2.221, "pvc": 4.086, "pac": 1.800, "pvuar": 0.217, "pauar": 0.298, "pvrl": 13.234, "parl": 12.820,
        "vsr": 2.542, "asr": 2.597, "hdf": 2.502,
        "sa_pvrl": 26.355, "sa_parl": 24.941, "ca_hdf_a": 0.250, "ca_hdf_l": 0.155
      }
    },
    {
      "name": "Deep Forcing",
      "paradigm": "Cascaded",
      "access": "Open",
      "reference": "https://arxiv.org/abs/2512.05081",
      "scores": {
        "va": 0.597, "vq": 2.632, "pq": 6.523, "aq": 2.668, "avalign": 0.280, "avsync": 0.878,
        "nbc": 92.482, "fps": 11.065, "ttfc": 1.397,
        "vif": 3.041, "aif": 2.629, "vid": 0.359, "aid": 0.545,
        "va_d": 0.023, "vq_d": 0.334, "pq_d": 0.289, "aq_d": 0.497, "sc": 0.979, "bc": 0.967, "avalign_d": 0.062, "avsync_d": 0.553,
        "vuf": 2.295, "auf": 2.146, "pvc": 3.879, "pac": 1.770, "pvuar": 0.220, "pauar": 0.288, "pvrl": 13.433, "parl": 12.650,
        "vsr": 2.449, "asr": 2.601, "hdf": 2.206,
        "sa_pvrl": 26.420, "sa_parl": 25.024, "ca_hdf_a": 0.181, "ca_hdf_l": 0.150
      }
    },
    {
      "name": "MemFlow",
      "paradigm": "Cascaded",
      "access": "Open",
      "reference": "https://arxiv.org/abs/2512.14699",
      "scores": {
        "va": 0.600, "vq": 2.836, "pq": 6.407, "aq": 2.651, "avalign": 0.269, "avsync": 1.035,
        "nbc": 87.724, "fps": 10.840, "ttfc": 1.343,
        "vif": 3.142, "aif": 2.854, "vid": 0.333, "aid": 0.492,
        "va_d": 0.028, "vq_d": 0.502, "pq_d": 0.319, "aq_d": 0.503, "sc": 0.986, "bc": 0.972, "avalign_d": 0.054, "avsync_d": 0.474,
        "vuf": 2.309, "auf": 2.286, "pvc": 3.630, "pac": 1.880, "pvuar": 0.217, "pauar": 0.326, "pvrl": 13.698, "parl": 13.154,
        "vsr": 2.961, "asr": 2.879, "hdf": 2.385,
        "sa_pvrl": 26.503, "sa_parl": 24.433, "ca_hdf_a": 0.200, "ca_hdf_l": 0.216
      }
    },
    {
      "name": "Causal-Forcing",
      "paradigm": "Cascaded",
      "access": "Open",
      "reference": "https://arxiv.org/abs/2602.02214",
      "scores": {
        "va": 0.556, "vq": 2.397, "pq": 6.383, "aq": 2.714, "avalign": 0.280, "avsync": 1.093,
        "nbc": 99.558, "fps": 15.421, "ttfc": 1.284,
        "vif": 2.834, "aif": 2.729, "vid": 0.364, "aid": 0.615,
        "va_d": 0.030, "vq_d": 0.189, "pq_d": 0.320, "aq_d": 0.509, "sc": 0.952, "bc": 0.946, "avalign_d": 0.058, "avsync_d": 0.491,
        "vuf": 2.284, "auf": 2.165, "pvc": 4.218, "pac": 1.715, "pvuar": 0.219, "pauar": 0.283, "pvrl": 14.032, "parl": 12.680,
        "vsr": 2.218, "asr": 2.468, "hdf": 2.357,
        "sa_pvrl": 26.497, "sa_parl": 25.117, "ca_hdf_a": 0.184, "ca_hdf_l": 0.188
      }
    },
    {
      "name": "Helios",
      "paradigm": "Cascaded",
      "access": "Open",
      "reference": "https://arxiv.org/abs/2603.04379",
      "scores": {
        "va": 0.470, "vq": 2.176, "pq": 6.241, "aq": 2.521, "avalign": 0.200, "avsync": 0.927,
        "nbc": 83.657, "fps": 10.231, "ttfc": 8.059,
        "vif": 2.977, "aif": 2.712, "vid": 0.694, "aid": 0.566,
        "va_d": 0.149, "vq_d": 0.306, "pq_d": 0.649, "aq_d": 0.513, "sc": 0.967, "bc": 0.967, "avalign_d": 0.115, "avsync_d": 0.514,
        "vuf": 2.253, "auf": 2.461, "pvc": 3.317, "pac": 1.644, "pvuar": 0.197, "pauar": 0.354, "pvrl": 14.043, "parl": 12.207,
        "vsr": 2.405, "asr": 1.985, "hdf": 2.478,
        "sa_pvrl": 26.841, "sa_parl": 23.712, "ca_hdf_a": 0.202, "ca_hdf_l": 0.181
      }
    },
    {
      "name": "SWIFT",
      "paradigm": "Cascaded",
      "access": "Open",
      "reference": "https://arxiv.org/abs/2605.09442",
      "scores": {
        "va": 0.605, "vq": 2.735, "pq": 6.483, "aq": 2.680, "avalign": 0.270, "avsync": 0.970,
        "nbc": 87.043, "fps": 12.359, "ttfc": 1.496,
        "vif": 3.152, "aif": 2.887, "vid": 0.305, "aid": 0.515,
        "va_d": 0.022, "vq_d": 0.411, "pq_d": 0.272, "aq_d": 0.463, "sc": 0.986, "bc": 0.973, "avalign_d": 0.049, "avsync_d": 0.501,
        "vuf": 2.357, "auf": 2.102, "pvc": 3.615, "pac": 1.856, "pvuar": 0.246, "pauar": 0.276, "pvrl": 10.340, "parl": 12.094,
        "vsr": 2.609, "asr": 2.705, "hdf": 2.322,
        "sa_pvrl": 25.150, "sa_parl": 25.195, "ca_hdf_a": 0.192, "ca_hdf_l": 0.232
      }
    },
    {
      "name": "IAMFlow",
      "paradigm": "Cascaded",
      "access": "Open",
      "reference": "https://arxiv.org/abs/2605.18733",
      "scores": {
        "va": 0.602, "vq": 2.840, "pq": 6.415, "aq": 2.625, "avalign": 0.268, "avsync": 1.016,
        "nbc": 86.957, "fps": 6.049, "ttfc": 1.772,
        "vif": 3.192, "aif": 2.789, "vid": 0.302, "aid": 0.600,
        "va_d": 0.023, "vq_d": 0.425, "pq_d": 0.331, "aq_d": 0.563, "sc": 0.986, "bc": 0.973, "avalign_d": 0.057, "avsync_d": 0.490,
        "vuf": 2.319, "auf": 2.190, "pvc": 3.655, "pac": 1.819, "pvuar": 0.222, "pauar": 0.297, "pvrl": 11.683, "parl": 13.001,
        "vsr": 2.836, "asr": 2.903, "hdf": 2.424,
        "sa_pvrl": 25.976, "sa_parl": 24.936, "ca_hdf_a": 0.213, "ca_hdf_l": 0.183
      }
    }
  ]
}