-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathindex.html
More file actions
509 lines (469 loc) · 30.6 KB
/
index.html
File metadata and controls
509 lines (469 loc) · 30.6 KB
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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<!-- Meta tags for social media banners, these should be filled in appropriatly as they are your "business card" -->
<!-- Replace the content tag with appropriate information -->
<meta name="description" content="DESCRIPTION META TAG">
<meta property="og:title" content="Vidi2.5: Large Multimodal Models for Video Understanding and Creation"/>
<meta property="og:description" content="Toward Next-generation Intelligent Video Creation"/>
<meta property="og:url" content="https://bytedance.github.io/vidi-website/"/>
<!-- Path to banner image, should be in the path listed below. Optimal dimenssions are 1200X630-->
<meta property="og:image" content="static/image/teaser2_5.png" />
<meta property="og:image:width" content="1200"/>
<meta property="og:image:height" content="530"/>
<meta name="twitter:title" content="Vidi2.5: Large Multimodal Models for Video Understanding and Creation">
<meta name="twitter:description" content="Toward Next-generation Intelligent Video Creation">
<!-- Path to banner image, should be in the path listed below. Optimal dimenssions are 1200X600-->
<meta name="twitter:image" content="static/image/teaser2_5.png">
<meta name="twitter:card" content="summary_large_image">
<!-- Keywords for your paper to be indexed by-->
<meta name="keywords" content="KEYWORDS SHOULD BE PLACED HERE">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Vidi2.5: Large Multimodal Models for Video Understanding and Creation</title>
<link rel="icon" type="image/x-icon" href="static/images/logo_search.png">
<link href="https://fonts.googleapis.com/css?family=Google+Sans|Noto+Sans|Castoro"
rel="stylesheet">
<link rel="stylesheet" href="static/css/bulma.min.css">
<link rel="stylesheet" href="static/css/bulma-carousel.min.css">
<link rel="stylesheet" href="static/css/bulma-slider.min.css">
<link rel="stylesheet" href="static/css/fontawesome.all.min.css">
<link rel="stylesheet"
href="https://cdn.jsdelivr.net/gh/jpswalsh/academicons@1/css/academicons.min.css">
<link rel="stylesheet" href="static/css/index.css">
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.5.1/jquery.min.js"></script>
<script src="https://documentcloud.adobe.com/view-sdk/main.js"></script>
<script defer src="static/js/fontawesome.all.min.js"></script>
<script src="static/js/bulma-carousel.min.js"></script>
<script src="static/js/bulma-slider.min.js"></script>
<script src="static/js/index.js"></script>
</head>
<style>
h3 {text-align: center;}
</style>
<body>
<section class="hero">
<div class="hero-body">
<div class="container is-max-desktop">
<div class="columns is-centered">
<div class="column has-text-centered">
<h1 class="title is-1 publication-title">Vidi2.5: Large Multimodal Models for Video Understanding and Creation</h1>
<div class="is-size-5 publication-authors">
<!-- Paper authors -->
<span class="author-block">
<!-- href="https://bytedance.github.io/vidi-website/" -->
<a target="_blank">Intelligent Editing Team</a></span>
<!-- <span class="author-block">
<a href="SECOND AUTHOR PERSONAL LINK" target="_blank">Second Author</a><sup>*</sup>,</span>
<span class="author-block">
<a href="THIRD AUTHOR PERSONAL LINK" target="_blank">Third Author</a>
</span> -->
</div>
<div class="is-size-5 publication-authors">
<span class="author-block">Intelligent Creation <br>ByteDance Inc.</span>
<span class="eql-cntrb"><small><br>San Jose/Seattle, US</small></span>
</div>
<div class="column has-text-centered">
<div class="publication-links">
<!-- Arxiv PDF link -->
<span class="link-block">
<a href="https://arxiv.org/pdf/2511.19529" target="_blank"
class="external-link button is-normal is-rounded is-dark">
<span class="icon">
<i class="fas fa-file-pdf"></i>
</span>
<span>Report</span>
</a>
</span>
<span class="link-block">
<a href="https://arxiv.org/pdf/2504.15681" target="_blank"
class="external-link button is-normal is-rounded is-dark">
<span class="icon">
<i class="fas fa-file-pdf"></i>
</span>
<span>Previous Version</span>
</a>
</span>
<!-- Supplementary PDF link -->
<!-- <span class="link-block">
<a href="static/pdfs/supplementary_material.pdf" target="_blank"
class="external-link button is-normal is-rounded is-dark">
<span class="icon">
<i class="fas fa-file-pdf"></i>
</span>
<span>Supplementary</span>
</a>
</span> -->
<!-- Github link -->
<span class="link-block">
<a href="https://github.com/bytedance/vidi" target="_blank"
class="external-link button is-normal is-rounded is-dark">
<span class="icon">
<i class="fab fa-github"></i>
</span>
<span>Code</span>
</a>
</span>
<!-- ArXiv abstract Link -->
<span class="link-block">
<a href="https://vidi.byteintl.com/" target="_blank"
class="external-link button is-normal is-rounded is-dark">
<span class="icon">
<i class="fas fa-search"></i>
</span>
<span>Demo</span>
</a>
</span>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- Teaser video-->
<section class="hero teaser">
<div class="container is-max-desktop">
<div class="hero-body">
<!-- <video poster="" id="tree" controls loop height="100%">
<source src="static/videos/banner_video.mp4"
type="video/mp4">
</video> -->
<img src="static/images/teaser2_5.png" width="1200" height="530" class="center">
<h2 class="subtitle has-text-centered">
Spatio-temporal grounding and temporal retrieval accuracy on the proposed benchmarks.
</h2>
</div>
</div>
</section>
<!-- End teaser video -->
<!-- Paper abstract -->
<section class="section hero is-light">
<div class="container is-max-desktop">
<div class="columns is-centered has-text-centered">
<div class="column is-four-fifths">
<h2 class="title is-3">Abstract</h2>
<div class="content has-text-justified">
<p>
Video has emerged as the primary medium for communication and creativity on the Internet, driving strong
demand for scalable, high-quality video production. Vidi models continue to evolve toward next-generation
video creation and have achieved state-of-the-art performance in multimodal temporal retrieval (TR). In
its second release, Vidi2 advances video understanding with fine-grained spatio-temporal grounding (STG)
and extends its capability to video question answering (Video QA), enabling comprehensive multimodal
reasoning. Given a text query, Vidi2 can identify not only the corresponding timestamps but also the
bounding boxes of target objects within the output time ranges. This end-to-end spatio-temporal grounding
capability enables potential applications in complex editing scenarios, such as plot understanding, automatic
view switching, etc. To enable comprehensive evaluation of STG in practical settings, we introduce a new
benchmark, VUE-STG, which offers critical improvements over existing STG datasets in video duration,
query format, annotation quality, and evaluation metric. In addition, we upgrade the previous VUE-TR
benchmark to VUE-TR-V2, achieving a more balanced duration and query distribution. Remarkably, the
Vidi2 model substantially outperforms leading proprietary systems, such as Gemini 3 Pro Preview and GPT-5,
on both VUE-TR-V2 and VUE-STG, while achieving competitive results with popular open-source models
with similar scale on video QA benchmarks. The latest Vidi2.5 offers significantly stronger STG capability
and slightly better TR and Video QA performance over Vidi2 by RL training. This update also introduces
a Vidi2.5-Think model to handle plot understanding with complex plot reasoning. To comprehensively
evaluate the performance of plot understanding, we propose a new benchmark named VUE-PLOT with
two tracks, Character and Reasoning. Notably, Vidi2.5-Think outperforms Gemini 3 Pro Preview on fine-grained
character understanding with comparable performance on complex plot reasoning. Furthermore, we
demonstrate the effectiveness of Vidi2.5 on a challenging real-world application, video editing planning. The
post-trained variant Vidi-Edit can generate structured editing plans specifying narrative structure, audio
attributes, and visual editing intent, illustrating its strong potential for complex real-world tasks.
</p>
</div>
</div>
</div>
</div>
</section>
<!-- End paper abstract -->
<!--Benchmark -->
<section class="section" id="Benchmark">
<div class="container is-max-desktop content">
<h2 class="title">Benchmark</h2>
<h3 class="title">VUE-STG (Spatio-Temporal Grounding)</h3>
<div style="text-align: center;">
<img src="static/images/VUE_STG_data_table.png" width="800" class="center">
</div>
<p class="subtitle has-text-centered">
Duration distribution of videos in the proposed VUE-STG evaluation benchmark.
</p>
<br>
<h3 class="title">VUE-TR-V2 (Temporal Retrieval)</h3>
<div style="text-align: center;">
<img src="static/images/VUE_TR_V2_data_table.png" width="1200" class="center">
</div>
<p class="subtitle has-text-centered">
Duration distribution of videos in the proposed VUE-TR-V2 evaluation benchmark.
</p>
<div style="text-align: center;">
<img src="static/images/VUE_TR_V2_data_figure.png" width="778" class="center">
</div>
<p class="subtitle has-text-centered">
The distribution of query modality and format in the VUE-TR-V2 benchmark.
</p>
<br>
<h3 class="title">VUE-PLOT (Plot Understanding)</h3>
<div style="text-align: center;">
<img src="static/images/VUE_Plot_distribution.png" width="800" class="center">
</div>
<p class="subtitle has-text-centered">
Duration distribution of videos in the proposed VUE-PLOT evaluation benchmark.
</p>
<div style="text-align: center;">
<img src="static/images/VUE_Plot_figure.png" width="1200" class="center">
</div>
<p class="subtitle has-text-centered">
The speech duration distribution (left) and the bounding box area distribution (middle)
of the Character track of the VUE-PLOT benchmark and task type distribution (right) of the
Reasoning track.
</p>
<!-- <div style="text-align: center;">
<img src="static/images/data_table.png" width="1200" height="213" class="center">
</div>
<p class="subtitle has-text-centered">
Duration distribution of videos in the proposed VUE-TR evaluation benchmark.
</p>
<div style="text-align: center;">
<img src="static/images/data_figure.png" width="778" height="324" class="center">
</div>
<p class="subtitle has-text-centered">
The distribution of query modality and format in the VUE-TR benchmark.
</p> -->
</div>
</section>
<!--End Benchmark -->
<section class="section hero" id="Table">
<div class="container is-max-desktop content">
<h2 class="title">Qualitative Results</h2>
<h3 class="title">Spatio-Temporal Grounding</h3>
<table class="styled-table"><tr><td>Input Video</td><td>Input Query</td><td>Duration</td><td>Result Clips with Tubes</td></tr>
<tr>
<td><iframe width="300" src="https://www.youtube.com/embed/NEkOTjPE97c?si=DpwoIY7VncBPD9OS" title="YouTube video player" frameborder="0" allow="accelerometer; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" referrerpolicy="strict-origin-when-cross-origin" allowfullscreen></iframe></td>
<td>The man wearing a brown suit who is playing drums in an indoor setting</td><td>00:04:12</td>
<td style="width: 300px;"><video width="300" muted controls playsinline> <source src="static/videos/NEkOTjPE97c_0302_h264.mp4" type="video/mp4"></video></td>
<!-- <td><iframe src="static/videos/NEkOTjPE97c_0302_h264.mp4" width="300" ></iframe></td> -->
</tr>
<tr>
<td><iframe width="300" src="https://www.youtube.com/embed/vWrAfikM7Ck?si=vWrAfikM7Ck" title="YouTube video player" frameborder="0" allow="accelerometer; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" referrerpolicy="strict-origin-when-cross-origin" allowfullscreen></iframe></td>
<td>The gorilla which is driving with two men.</td><td>00:16:19</td>
<td style="width: 300px;"><video width="300" muted controls playsinline> <source src="static/videos/vWrAfikM7Ck_0149_h264.mp4" type="video/mp4"></video></td>
<!-- <td><iframe src="static/videos/vWrAfikM7Ck_0149_h264.mp4" width="300" ></iframe></td> -->
</tr>
<tr>
<td><iframe width="300" src="https://www.youtube.com/embed/nlxxx4vFpVA?si=Uz0qCcFt1fq6RYmu" title="YouTube video player" frameborder="0" allow="accelerometer; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" referrerpolicy="strict-origin-when-cross-origin" allowfullscreen></iframe></td>
<td>a woman in glasses who is walking on street</td><td> 00:04:11</td>
<td style="width: 300px;"><video width="300" muted controls playsinline> <source src="static/videos/nlxxx4vFpVA_0317_h264.mp4" type="video/mp4"></video></td>
<!-- <td><iframe src="static/videos/nlxxx4vFpVA_0317_h264.mp4" width="300" ></iframe></td> -->
</tr>
<tr>
<td><iframe width="300" src="https://www.youtube.com/embed/czMuU8bq4jA?si=YIrQO40JJ-Xplkyj" title="YouTube video player" frameborder="0" allow="accelerometer; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" referrerpolicy="strict-origin-when-cross-origin" allowfullscreen></iframe></td>
<td>The boy who stands outside a charming house with warm lights, beneath a starry night sky featuring a full moon.</td><td>00:02:00</td>
<td style="width: 300px;"><video width="300" muted controls playsinline> <source src="static/videos/czMuU8bq4jA_0027_h264.mp4" type="video/mp4"></video></td>
<!-- <td><iframe src="static/videos/czMuU8bq4jA_0027_h264.mp4" width="300" ></iframe></td> -->
</tr>
<tr>
<td><iframe width="300" height="300" src="https://www.youtube.com/embed/wC6OphnN-I0?si=HScBW2RURPnNMu0g" title="YouTube video player" frameborder="0" allow="accelerometer; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" referrerpolicy="strict-origin-when-cross-origin" allowfullscreen></iframe></td>
<td>The glowing blue water beads in which the mango seed is placed, with its germination into a root and shoot visualized through a time-lapse sequence against a dark background</td><td>00:15:50</td>
<td style="width: 300px;"><video width="300" height="300" muted controls playsinline> <source src="static/videos/wC6OphnN-I0_0409_h264.mp4" type="video/mp4"></video></td>
<!-- <td><iframe src="static/videos/wC6OphnN-I0_0409_h264.mp4" width="300" height="300" ></iframe></td> -->
</tr>
</table>
<br>
<h3 class="title">Temporal Retrieval</h3>
<!-- <td>Video Id</td> -->
<table class="styled-table"><tr><td>Input Video</td><td>Input Query</td><td>Duration</td><td>Ground Truth</td><td>Prediction</td><td>IOU</td><td>Result Clips</td></tr>
<tr>
<td><iframe width="200" height="300" src="https://www.youtube.com/embed/JtoXTI2uouA?si=Cl15eBvgZhFC-xOb" title="YouTube video player" frameborder="0" allow="accelerometer; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" referrerpolicy="strict-origin-when-cross-origin" allowfullscreen></iframe></td>
<td>basketball statue</td><td>00:00:46</td><td>00:00:13-00:00:30</td><td>00:00:13-00:00:31</td><td>0.94</td>
<td style="width: 200px;"><video width="200" height="300" muted controls playsinline> <source src="static/videos/JtoXTI2uouA_13_30_256.mp4" type="video/mp4"></video></td>
<!-- <td><iframe src="static/videos/JtoXTI2uouA_13_30_256.mp4" width="200" height="300"></iframe></td> -->
</tr>
<tr>
<!-- <td>Dor8rxFro8o</td> -->
<td><iframe width="200" src="https://www.youtube.com/embed/Dor8rxFro8o?si=9Sl-mtXtEoAqnTPq" title="YouTube video player" frameborder="0" allow="accelerometer; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" referrerpolicy="strict-origin-when-cross-origin" allowfullscreen></iframe></td>
<td>gymnasium</td><td>00:01:29</td><td>00:00:00-00:01:28</td><td>00:00:00-00:01:29</td><td>0.99</td>
<td style="width: 200px;"><video width="200" muted controls playsinline> <source src="static/videos/Dor8rxFro8o_0_88_256.mp4" type="video/mp4"></video></td>
<!-- <td><iframe src="static/videos/Dor8rxFro8o_0_88_256.mp4" width="200"></iframe></td> -->
</tr>
<tr>
<!-- <td>cCFE8uIHvnQ</td> -->
<td><iframe width="200" src="https://www.youtube.com/embed/cCFE8uIHvnQ?si=QOVwh7GztjVOn8HL" title="YouTube video player" frameborder="0" allow="accelerometer; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" referrerpolicy="strict-origin-when-cross-origin" allowfullscreen></iframe></td>
<td>people assembling sculptures on beach</td><td>00:01:30</td><td>00:00:24-00:00:33</td><td>00:00:24-00:00:33</td><td>1.00</td>
<td style="width: 200px;"><video width="200" muted controls playsinline> <source src="static/videos/cCFE8uIHvnQ_24_32_256.mp4" type="video/mp4"></video></td>
<!-- <td><iframe src="static/videos/cCFE8uIHvnQ_24_32_256.mp4" width="200"></iframe></td> -->
</tr>
<tr>
<td><iframe width="200" src="https://www.youtube.com/embed/AYM65NL5714?si=yfbUPafw0rDdX8L9" title="YouTube video player" frameborder="0" allow="accelerometer; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" referrerpolicy="strict-origin-when-cross-origin" allowfullscreen></iframe></td>
<td>Euripides, has most surviving work like 'Medea' and 'The Bacchae', debut in 455 BC. He is a corner stone of greek education in the Hellenistic period.</td><td>00:05:10</td><td>00:04:22-00:04:41</td><td>00:04:20-00:04:35</td><td>0.62</td>
<td><video width="200" muted controls playsinline> <source src="static/videos/AYM65NL5714_260_274_256.mp4" type="video/mp4"></video></td>
<!-- <td><iframe src="static/videos/AYM65NL5714_260_274_256.mp4" width="200"></iframe></td> -->
</tr>
<tr>
<!-- <td>Ll9xlNi2-mI</td> -->
<td><iframe width="200" src="https://www.youtube.com/embed/Ll9xlNi2-mI?si=jxq8FSpvV8JvWfhy" title="YouTube video player" frameborder="0" allow="accelerometer; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" referrerpolicy="strict-origin-when-cross-origin" allowfullscreen></iframe></td>
<td>Jennifer Nagel self-introduction</td><td>00:10:02</td><td>00:00:07-00:00:16</td><td>00:00:07-00:00:17</td><td>0.90</td>
<td style="width: 200px;"><video width="200" muted controls playsinline> <source src="static/videos/Ll9xlNi2-mI_7_16_256.mp4" type="video/mp4"></video></td>
<!-- <td><iframe src="static/videos/Ll9xlNi2-mI_7_16_256.mp4" width="200"></iframe></td> -->
</tr>
<tr>
<!-- <td>MmQdTF0Grgc</td> -->
<td><iframe width="200" src="https://www.youtube.com/embed/MmQdTF0Grgc?si=CbNBeER0gDr1P3xW" title="YouTube video player" frameborder="0" allow="accelerometer; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" referrerpolicy="strict-origin-when-cross-origin" allowfullscreen></iframe></td>
<td>divine wind</td><td>00:20:18</td><td>00:05:06-00:05:08</td><td>00:05:05-00:05:08</td><td>0.67</td>
<td style="width: 200px;"><video width="200" muted controls playsinline> <source src="static/videos/MmQdTF0Grgc_305_307_256.mp4" type="video/mp4"></video></td>
<!-- <td><iframe src="static/videos/MmQdTF0Grgc_305_307_256.mp4" width="200"></iframe></td> -->
</tr>
<!-- <tr> -->
<!-- <td>QE-a2L1N59Q</td> -->
<!-- <td><iframe width="200" src="https://www.youtube.com/embed/QE-a2L1N59Q?si=8BiDpXEPkXQe8DZ5" title="YouTube video player" frameborder="0" allow="accelerometer; ; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" referrerpolicy="strict-origin-when-cross-origin" allowfullscreen></iframe></td> -->
<!-- <td>A presentation demonstrates the development and evolution of the market from its introduction to maturity.</td><td>00:47:43</td><td>00:06:44-00:12:38</td><td>00:06:43-00:12:32</td><td>0.98</td> -->
<!-- <td><video controls loop width="200" height="100%"><source src="static/videos/QE-a2L1N59Q_403_751_256.mp4" type="video/mp4"></video></td> -->
<!-- <td><iframe src="static/videos/QE-a2L1N59Q_403_751_256.mp4" width="200"></iframe></td> -->
<!-- </tr> -->
<tr>
<td><iframe width="200" src="https://www.youtube.com/embed/PxHpInG6iFo?si=_Qk1_v7vjgWVsU7V" title="YouTube video player" frameborder="0" allow="accelerometer; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" referrerpolicy="strict-origin-when-cross-origin" allowfullscreen></iframe></td>
<td>FTC resources</td><td>00:59:35</td><td>00:43:41-00:44:17</td><td>00:43:31-00:44:15</td><td>0.74</td>
<td style="width: 200px;"><video width="200" muted controls playsinline> <source src="static/videos/PxHpInG6iFo_2611_2654_256.mp4" type="video/mp4"></video></td>
<!-- <td><iframe src="static/videos/PxHpInG6iFo_2611_2654_256.mp4" width="200"></iframe></td> -->
</tr>
<tr>
<td><iframe width="200" src="https://www.youtube.com/embed/wDKzPVJ0EjI?si=XLZDokOuh-98-GYl" title="YouTube video player" frameborder="0" allow="accelerometer; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" referrerpolicy="strict-origin-when-cross-origin" allowfullscreen></iframe></td>
<td>North Devon Marine Pioneer</td><td>01:24:45</td><td>00:00:00-00:02:31, 00:03:58-00:06:20, 00:13:32-00:16:01, 00:16:57-00:17:00, 00:47:21-01:03:10</td><td>00:00:00-00:02:33, 00:46:56-01:03:08</td><td>0.77</td>
<td style="width: 200px;">
<video width="200" muted controls playsinline> <source src="static/videos/wDKzPVJ0EjI_0_152_256.mp4" type="video/mp4"></video>
<video width="200" muted controls playsinline> <source src="static/videos/wDKzPVJ0EjI_2816_3787_256.mp4" type="video/mp4"></video>
</td>
<!-- <td><iframe src="static/videos/wDKzPVJ0EjI_0_152_256.mp4" width="200"></iframe>
<iframe src="static/videos/wDKzPVJ0EjI_2816_3787_256.mp4" width="200"></iframe></td> -->
</tr>
</table>
</div>
</section>
<!-- Image carousel -->
<section class="section", id="Applications">
<!-- <div class="hero-body"> -->
<div class="container is-max-desktop content">
<!-- <div class="container"> -->
<h2 class="title">Applications</h2>
<h3 class="title">Video Editing Planning</h3>
<div style="text-align: center;">
<img src="static/images/application_planner_cats.jpg" width="600" class="center">
</div>
<p class="subtitle has-text-centered">
Editing plan generation is an application designed to support practical video creation workflows. It takes raw video assets and optional user intents as input and produces a structured editing plan that specifies the narrative structure, voiceover content, audio attributes, and intended visual edits. The plan serves as a high-level, machine-readable specification for downstream video editing and rendering systems.
</p>
<div id="results-carousel" class="carousel results-carousel">
<div class="item" style="text-align: center;">
<!-- TODO: Add poster image for better preview -->
<video class="center-video" id="video1" controls muted loop width="300" height="500" preload="metadata">
<!-- Your video file here -->
<source src="static/videos/application_1.mp4" type="video/mp4">
</video>
</div>
<div class="item" style="text-align: center;">
<!-- TODO: Add poster image for better preview -->
<video class="center-video" id="video2" controls muted loop width="300" height="500" preload="metadata">
<!-- Your video file here -->
<source src="static/videos/application_2.mp4" type="video/mp4">
</video>
</div>
<div class="item" style="text-align: center;">
<!-- TODO: Add poster image for better preview -->
<video class="center-video" id="video3" controls muted loop width="300" height="500" preload="metadata">
<!-- Your video file here -->
<source src="static/videos/application_3.mp4" type="video/mp4">
</video>
</div>
</div>
<!-- </div> -->
</div>
</section>
<!-- End image carousel -->
<!-- Image carousel -->
<section class="section", id="News">
<!-- <div class="hero-body"> -->
<div class="container is-max-desktop content">
<!-- <div class="container"> -->
<h2 class="title">News</h2>
<div id="results-carousel" class="carousel results-carousel">
<div class="item">
<!-- TODO: Replace with your research result images -->
<img src="static/images/product_1.png" alt="🎬 Smart Split" loading="lazy"/>
<!-- TODO: Replace with description of this result -->
<p class="subtitle has-text-centered">
🎬 <a href="https://newsroom.tiktok.com/new-ai-powered-tools-to-make-it-easier-to-create-and-share-on-tiktok?lang=en">Smart Split</a>
</p>
<p class="subtitle has-text-centered">
Automatically clips, reframes, captions, and transcribes long videos into short, TikTok-ready moments. (Inc. <a href="https://www.inc.com/maria-jose-gutierrez-chavez/tiktoks-new-ai-tools-will-make-it-easier-for-creators-to-produce-viral-content/91257209">Article</a>, Mashable <a href="https://mashable.com/article/hurricane-melissa-eyewall-breached">Article</a>)
</p>
</div>
<div class="item">
<!-- Your image here -->
<img src="static/images/product_2.jpeg" alt="🧠 AI Outline" loading="lazy"/>
<p class="subtitle has-text-centered">
🧠 <a href="https://newsroom.tiktok.com/new-ai-powered-tools-to-make-it-easier-to-create-and-share-on-tiktok?lang=en">AI Outline</a>
</p>
<p class="subtitle has-text-centered">
Helps creators turn a simple prompt or trending topic into structured titles, hooks, and outlines. (Inc. <a href="https://www.inc.com/maria-jose-gutierrez-chavez/tiktoks-new-ai-tools-will-make-it-easier-for-creators-to-produce-viral-content/91257209">Article</a>, Mashable <a href="https://mashable.com/article/hurricane-melissa-eyewall-breached">Article</a>)
</p>
</div>
</div>
<!-- </div> -->
</div>
</section>
<!-- End image carousel -->
<!--BibTex citation -->
<section class="section" id="BibTeX">
<div class="container is-max-desktop content">
<h2 class="title">BibTeX</h2>
<pre><code>
@article{Vidi2026vidi2.5,
title={Vidi2.5: Large Multimodal Models for Video
Understanding and Creation},
author={Vidi Team, Chia-Wen Kuo, Chuang Huang, Dawei Du,
Fan Chen, Fanding Lei, Feng Gao, Guang Chen,
Haoji Zhang, Haojun Zhao, Jin Liu, Jingjing Zhuge,
Lili Fang, Lingxi Zhang, Longyin Wen, Lu Guo,
Lu Xu, Lusha Li, Qihang Fan, Rachel Deng,
Shaobo Fang, Shu Zhang, Sijie Zhu, Stuart Siew,
Weiyan Tao, Wen Zhong, Xiaohui Shen, Xin Gu,
Ye Yuan, Yicheng He, Yiming Cui, Zhenfang Chen,
Zhihua Wu, Zuhua Lin},
journal={arXiv preprint arXiv:2511.19529},
year={2026}
}
@article{Vidi2025vidi,
title={Vidi: Large Multimodal Models for Video
Understanding and Editing},
author={Vidi Team, Celong Liu, Chia-Wen Kuo, Dawei Du,
Fan Chen, Guang Chen, Jiamin Yuan, Lingxi Zhang,
Lu Guo, Lusha Li, Longyin Wen, Qingyu Chen,
Rachel Deng, Sijie Zhu, Stuart Siew, Tong Jin,
Wei Lu, Wen Zhong, Xiaohui Shen, Xin Gu, Xing Mei,
Xueqiong Qu, Zhenfang Chen},
journal={arXiv preprint arXiv:2504.15681},
year={2025}
}
</code></pre>
</div>
</section>
<!--End BibTex citation -->
<footer class="footer">
<div class="container">
<div class="columns is-centered">
<div class="column is-8">
<div class="content">
<p>
This page was built using the <a href="https://github.com/eliahuhorwitz/Academic-project-page-template" target="_blank">Academic Project Page Template</a> which was adopted from the <a href="https://nerfies.github.io" target="_blank">Nerfies</a> project page.
You are free to borrow the source code of this website, we just ask that you link back to this page in the footer. <br> This website is licensed under a <a rel="license" href="http://creativecommons.org/licenses/by-sa/4.0/" target="_blank">Creative
Commons Attribution-ShareAlike 4.0 International License</a>.
</p>
</div>
</div>
</div>
</div>
</footer>
<!-- Statcounter tracking code -->
<!-- You can add a tracker to track page visits by creating an account at statcounter.com -->
<script type='text/javascript' id='clustrmaps' src='//cdn.clustrmaps.com/map_v2.js?cl=ffffff&w=200&t=n&d=-9L2vbfYziUTxLtDI5qacjl-usVkRyq6FQk75KfgU9U'></script>
<!-- End of Statcounter Code -->
</body>
</html>