forked from CVEU/cveu.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
790 lines (713 loc) · 41.8 KB
/
Copy pathindex.html
File metadata and controls
790 lines (713 loc) · 41.8 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
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
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="description" content="AI Film Frontiers at SIGGRAPH Asia 2026 explores AI-native filmmaking workflows and hosts an international AI Film Challenge.">
<title>AI Film Frontiers | SIGGRAPH Asia 2026</title>
<link rel="canonical" href="https://cveu.github.io/event/siga2026.html">
<link rel="icon" type="image/x-icon" href="/img/cveu.ico">
<link rel="stylesheet" href="https://cveu.github.io/style.css">
<link rel="stylesheet" href="https://cveu.github.io/css/font-awesome/css/all.min.css">
<link href="//fonts.googleapis.com/css?family=Lora:400,700,400italic,700italic" rel="stylesheet" type="text/css">
<link href="//fonts.googleapis.com/css?family=Montserrat:400,700" rel="stylesheet" type="text/css">
<style>
:root {
--aiff-accent: #a8f1ff;
--aiff-highlight: #f6ffa8;
--aiff-panel: rgba(255, 255, 255, 0.075);
--aiff-border: rgba(168, 241, 255, 0.34);
}
body {
background: #050505;
}
main {
display: flex;
flex-direction: column;
}
#about { order: 1; }
#submission { order: 2; }
#review { order: 3; }
#timeline { order: 4; }
#organizers { order: 5; }
#course { order: 6; }
#contact { order: 7; }
.intro.aiff-hero {
position: relative;
background: linear-gradient(rgba(0, 0, 0, 0.38), rgba(0, 0, 0, 0.78)), url('/img/bg-kuala-lumpur.jpg') no-repeat center center scroll;
background-size: cover;
}
.aiff-hero .intro-body {
position: relative;
z-index: 1;
}
.aiff-kicker {
margin-bottom: 18px;
color: var(--aiff-accent);
font-family: Montserrat, sans-serif;
font-size: 20px;
font-weight: 700;
letter-spacing: 0.16em;
text-transform: uppercase;
}
.aiff-hero .brand-heading {
margin-bottom: 16px;
font-size: clamp(42px, 6vw, 64px);
line-height: 1.0;
}
.aiff-hero .intro-text {
margin: 0 auto 20px;
max-width: 780px;
font-size: 24px;
line-height: 1.6;
}
.aiff-location {
margin: 0 0 12px;
font-size: 24px;
font-weight: 400;
line-height: 1.6;
}
.aiff-location-pin {
display: inline-block;
width: 18px;
height: 22px;
margin: 0 9px 2px 0;
vertical-align: middle;
fill: currentColor;
}
.aiff-status {
display: inline-block;
margin: 8px 0 26px;
padding: 9px 16px;
border: 1px solid #f6ffa8;
border-radius: 999px;
background: rgba(0, 0, 0, 0.42);
color: var(--aiff-highlight);
font-family: Montserrat, sans-serif;
font-size: 20px;
font-weight: 700;
letter-spacing: 0.04em;
}
.content-section {
padding-top: 100px;
}
.section-lead {
margin-bottom: 28px;
font-size: 19px;
line-height: 1.75;
text-align: justify;
}
.aiff-card {
height: 100%;
margin-bottom: 24px;
padding: 26px;
border: 1px solid var(--aiff-border);
border-radius: 8px;
background: var(--aiff-panel);
}
.aiff-card h3,
.aiff-card h4 {
margin-top: 0;
color: var(--aiff-accent);
}
.aiff-card p:last-child,
.aiff-card ul:last-child {
margin-bottom: 0;
}
.submission-grid,
.course-grid,
.review-grid {
display: flex;
flex-wrap: wrap;
}
.submission-grid > div,
.course-grid > div,
.review-grid > div {
display: flex;
}
.requirements-list {
padding-left: 22px;
}
.requirements-list li {
margin-bottom: 12px;
}
.submission-links .btn {
width: 100%;
margin: 0 0 12px;
white-space: normal;
}
.submission-links .btn-disabled {
cursor: default;
opacity: 0.72;
}
.review-step {
position: relative;
padding-left: 50px;
}
.review-number {
position: absolute;
top: 0;
left: 0;
width: 34px;
height: 34px;
border: 1px solid var(--aiff-accent);
border-radius: 50%;
color: var(--aiff-accent);
font-family: Montserrat, sans-serif;
font-weight: 700;
line-height: 32px;
text-align: center;
}
.timeline-list {
position: relative;
max-width: 760px;
margin: 0 auto;
padding: 0;
list-style: none;
}
.timeline-list:before {
position: absolute;
top: 12px;
bottom: 12px;
left: 9px;
width: 2px;
background: var(--aiff-border);
content: '';
}
.timeline-list li {
position: relative;
margin-bottom: 22px;
padding-left: 42px;
}
.timeline-list li:before {
position: absolute;
top: 8px;
left: 3px;
width: 14px;
height: 14px;
border: 2px solid var(--aiff-accent);
border-radius: 50%;
background: #050505;
content: '';
}
.timeline-date {
display: block;
color: var(--aiff-highlight);
font-family: Montserrat, sans-serif;
font-size: 13px;
font-weight: 700;
letter-spacing: 0.06em;
text-transform: uppercase;
}
.organizer-grid {
display: flex;
flex-wrap: wrap;
justify-content: center;
}
.organizer-card {
margin-bottom: 34px;
text-align: center;
}
.organizer-card img {
width: 100px;
height: 100px;
border: 2px solid rgba(255, 255, 255, 0.28);
border-radius: 50%;
object-fit: cover;
}
.organizer-card .person-name {
display: block;
margin-top: 12px;
font-family: Montserrat, sans-serif;
font-weight: 700;
color: var(--aiff-accent);
}
.organizer-card .person-affiliation {
color: #c9c9c9;
font-size: 14px;
}
.course-committee-grid {
align-items: flex-start;
max-width: 960px;
margin: 36px auto 64px;
}
#course .course-committee-grid > .organizer-card {
float: none;
flex: 0 0 14.285714%;
width: 14.285714%;
max-width: 14.285714%;
margin-bottom: 38px;
padding-right: 10px;
padding-left: 10px;
}
.course-committee-grid .organizer-card img {
width: 116px;
height: 116px;
}
.course-committee-grid .person-name {
margin-top: 13px;
font-size: 14px;
line-height: 1.4;
text-transform: uppercase;
}
.course-committee-grid .person-affiliation {
display: block;
margin-top: 6px;
font-size: 14px;
line-height: 1.4;
}
#course .course-grid {
margin-top: 36px;
margin-bottom: 58px;
}
#course #course-organizers,
#course #course-advisory-committee {
margin-top: 28px;
margin-bottom: 0;
}
@media (min-width: 992px) {
.organizer-grid > .organizer-card {
flex: 0 0 12.5%;
width: 12.5%;
}
.organizing-grid > .organizer-card {
flex-basis: calc(100% / var(--committee-columns, 8));
width: calc(100% / var(--committee-columns, 8));
}
#course .course-committee-grid > .organizer-card {
flex: 0 0 14.285714%;
width: 14.285714%;
max-width: 14.285714%;
}
}
@media (min-width: 768px) and (max-width: 991px) {
#course .course-committee-grid > .organizer-card {
flex: 0 0 25%;
width: 25%;
max-width: 25%;
}
}
.note {
color: #c9c9c9;
font-size: 14px;
}
footer {
padding-top: 70px;
}
@media (max-width: 767px) {
.navbar-brand {
font-size: 14px;
}
.aiff-hero .brand-heading {
font-size: 48px;
}
.content-section {
padding-top: 72px;
}
.section-lead {
font-size: 17px;
text-align: left;
}
.organizer-card img {
width: 90px;
height: 90px;
}
.course-committee-grid {
margin-bottom: 44px;
}
#course .course-committee-grid > .organizer-card {
flex: 0 0 50%;
width: 50%;
max-width: 50%;
padding-right: 6px;
padding-left: 6px;
}
.course-committee-grid .organizer-card img {
width: 72px;
height: 72px;
}
.course-committee-grid .person-name,
.course-committee-grid .person-affiliation {
font-size: 11px;
}
}
</style>
</head>
<body id="page-top" data-spy="scroll" data-target=".navbar-fixed-top">
<nav class="navbar navbar-custom navbar-fixed-top" role="navigation">
<div class="container">
<div class="navbar-header">
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target=".navbar-main-collapse" aria-label="Toggle navigation">
<i class="fa fa-bars" aria-hidden="true"></i>
</button>
<a class="navbar-brand page-scroll" href="#page-top">
<i class="fa fa-play-circle" aria-hidden="true"></i>
<span class="light">AIFF @ SIGGRAPH Asia 2026</span>
</a>
</div>
<div class="collapse navbar-collapse navbar-right navbar-main-collapse">
<ul class="nav navbar-nav">
<li class="hidden"><a href="#page-top"></a></li>
<li><a class="page-scroll" href="#about">About</a></li>
<li><a class="page-scroll" href="#course">Course</a></li>
<li><a class="page-scroll" href="#submission">Submission</a></li>
<li><a class="page-scroll" href="#review">Review</a></li>
<li><a class="page-scroll" href="#timeline">Timeline</a></li>
<li><a class="page-scroll" href="#organizers">Organizers</a></li>
<li><a class="page-scroll" href="#contact">Contact</a></li>
</ul>
</div>
</div>
</nav>
<header class="intro aiff-hero">
<div class="intro-body">
<div class="container">
<div class="row">
<div class="col-md-10 col-md-offset-1">
<p class="aiff-kicker">SIGGRAPH Asia 2026 Workshop & International AI Film Challenge</p>
<h1 class="brand-heading">AI Film Frontiers</h1>
<p class="intro-text">Advancing AI-native filmmaking through artistic expression, technical innovation, and meaningful human–AI collaboration</p>
<p class="aiff-location"><svg class="aiff-location-pin" viewBox="0 0 16 20" aria-hidden="true"><path fill-rule="evenodd" d="M8 0a7 7 0 0 0-7 7c0 5.25 7 13 7 13s7-7.75 7-13a7 7 0 0 0-7-7Zm0 3.5A3.5 3.5 0 1 1 8 10.5 3.5 3.5 0 0 1 8 3.5Z"/></svg>Kuala Lumpur Convention Centre (KLCC), Kuala Lumpur, Malaysia</p>
<p class="aiff-status">Workshop date and venue to be announced</p>
<br>
<a href="#about" class="btn btn-circle page-scroll" aria-label="Read about AI Film Frontiers">
<i class="fa fa-angle-double-down animated" aria-hidden="true"></i>
</a>
</div>
</div>
</div>
</div>
</header>
<main>
<section id="about" class="container content-section text-left">
<div class="row">
<div class="col-lg-8 col-lg-offset-2">
<h2 class="text-center">About AI Film Frontiers</h2>
<p class="section-lead">AI Film Frontiers (AIFF) at SIGGRAPH Asia 2026 invites creators, researchers, and filmmakers worldwide to explore the future of AI-native filmmaking, showcasing how generative AI is transforming cinematic storytelling, creative workflows, and human–AI collaboration.</p>
<p class="section-lead">As generative AI continues to reshape the landscape of visual storytelling, AIFF aims to bridge the gap between cutting-edge AI technologies and cinematic creativity. The workshop and film challenge welcome innovative AI-generated films and technical reports that demonstrate new possibilities in storytelling, character consistency, multi-shot generation, audio-visual creation, and AI-assisted filmmaking pipelines.</p>
<p class="section-lead" style="text-align: justify">AIFF is for the next installment of the AI for Creative Visual Content Generation Editing and Understanding (CVEU), which follows its success on the previous launch at <a href="https://cveu.github.io/event/cvpr2026.html">CVPR'26</a>, <a href="https://cveu.github.io/event/cvpr2025.html">CVPR'25</a>, <a href="https://cveu.github.io/event/cvpr2024.html">CVPR'24</a>, <a href="https://cveu.github.io/event/iccv2023.html">ICCV'23</a>, <a href="https://cveu.github.io/event/eccv2022.html">ECCV'22</a>, <a href="https://cveu.github.io/event/iccv2021.html">ICCV'21</a>, a Generative Models Course at <a href="https://cveu.github.io/event/sig2024.html">SIGGRAPH'24</a>, <a href="https://cveu.github.io/event/sig2025.html">SIGGRAPH'25</a>, <a href="https://cveu.github.io/event/sig2026.html">SIGGRAPH'26</a>, the 2023 Paris ShortFest AI <a href="https://filmfreeway.com/AIShortFest">Film Festival</a>, the 2025 Hong Kong HKUST AI <a href="https://cveu.github.io/event/hkustfilm2025.html">Film Festival</a>, and the 2026 Hong Kong HKUST AI <a href="https://cveu.github.io/event/hkustfilm2026.html">Film Festival</a>.</p>
<p class="section-lead">Award-winning films, together with their corresponding technical reports, will be presented at SIGGRAPH Asia 2026. The films will be screened during the workshop, while the accompanying technical reports will be formally published in the SIGGRAPH Asia 2026 Proceedings.</p>
</div>
</div>
</section>
<section id="course" class="content-section text-left">
<div class="download-section">
<div class="container">
<div class="col-lg-10 col-lg-offset-1">
<h2 class="text-center">Course</h2>
<p class="text-center section-lead"><strong>Generative Models for Visual Content Editing and Creation</strong></p>
<p class="text-center"><span class="aiff-status">Date and venue to be announced</span></p>
<h2 class="text-center">About the Course</h2>
<p class="section-lead">The AI for Creative Visual Content Generation, Editing and Understanding (CVEU) returns for its 11th edition with two sessions: a course and a AI Film Frontier Workshop that together explore the evolving dialogue between machine intelligence and human creativity. Evolving from its successful editions at SIGGRAPH' 26, SIGGRAPH'25, SIGGRAPH Asia 25, CVPR'25, CVPR'24, ICCV'23, ECCV'22, ICCV'21, a Generative Models Course at SIGGRAPH'24, 2023 Paris ShortFest AI Film Festival, and 2025 Hong Kong HKUST AI Film Festival. CVEU has become a platform where art, research, and technology meet.</p>
<p class="section-lead">With over 3,000 participants worldwide, CVEU continues to foster a vibrant global community of artists, researchers, curators, and technologists. The Course "Generative Models for Visual Content Editing and Creation" uses an "Explain, Show and Do" approach to help creators and developers master AI tools for storyboarding and pre-visualization while maintaining creative control.</p>
<div class="row course-grid">
<div class="col-md-4">
<article class="aiff-card">
<h3>Explain</h3>
<p>Build an accessible foundation in generative models, multimodal systems, and the principles behind controllable visual content generation and editing.</p>
</article>
</div>
<div class="col-md-4">
<article class="aiff-card">
<h3>Show</h3>
<p>See practical creative workflows and demonstrations for storyboarding, pre-visualization, visual development, and AI-assisted production.</p>
</article>
</div>
<div class="col-md-4">
<article class="aiff-card">
<h3>Do</h3>
<p>Apply the techniques in guided exercises designed to help creators and developers use AI tools while maintaining meaningful creative control.</p>
</article>
</div>
</div>
<h2 id="course-organizers" class="text-center">Course Organizers</h2>
<div class="row organizer-grid course-committee-grid">
<div class="col-xs-6 col-sm-4 col-md-2 organizer-card">
<img src="/img/avatar/Tony_zhang.jpg" alt="Tony Zhang">
<span class="person-name"><a href="https://www.zhangtianyi.page/" target="_blank" rel="noopener noreferrer">Tony Zhang</a></span>
<span class="person-affiliation">HKUST</span>
</div>
<div class="col-xs-6 col-sm-4 col-md-2 organizer-card">
<img src="/img/speakers/Zheng_wei.jpg" alt="Zheng Wei">
<span class="person-name"><a href="https://www.zhengwei302.com/" target="_blank" rel="noopener noreferrer">Zheng Wei</a></span>
<span class="person-affiliation">HKUST</span>
</div>
<div class="col-xs-6 col-sm-4 col-md-2 organizer-card">
<img src="/img/speakers/yuqing_liu.jpg" alt="Yuqing Liu">
<span class="person-name"><a href="https://liuyuqing19990831.github.io/" target="_blank" rel="noopener noreferrer">Yuqing Liu</a></span>
<span class="person-affiliation">HKU</span>
</div>
<div class="col-xs-6 col-sm-4 col-md-2 organizer-card">
<img src="/img/speakers/xian_xu.jpg" alt="Xian Xu">
<span class="person-name"><a href="https://xxuxian.github.io/" target="_blank" rel="noopener noreferrer">Xian Xu</a></span>
<span class="person-affiliation">Lingnan University</span>
</div>
<div class="col-xs-6 col-sm-4 col-md-2 organizer-card">
<img src="/img/avatar/ina-conradi.jpg" alt="Ina Conradi">
<span class="person-name"><a href="https://inaconradi.com/" target="_blank" rel="noopener noreferrer">Ina Conradi</a></span>
<span class="person-affiliation">NTU</span>
</div>
<div class="col-xs-6 col-sm-4 col-md-2 organizer-card">
<img src="/img/avatar/houyuan-chen.jpg" alt="Houyuan Chen">
<span class="person-name"><a href="https://github.com/houyuanchen111/" target="_blank" rel="noopener noreferrer">Houyuan Chen</a></span>
<span class="person-affiliation">NJU</span>
</div>
<div class="col-xs-6 col-sm-4 col-md-2 organizer-card">
<img src="/img/speakers/anyi_rao.jpg" alt="Anyi Rao">
<span class="person-name"><a href="https://anyirao.com/" target="_blank" rel="noopener noreferrer">Anyi Rao</a></span>
<span class="person-affiliation">HKUST</span>
</div>
</div>
</div>
</div>
</div>
</section>
<section id="submission" class="content-section text-left">
<div class="download-section">
<div class="container">
<div class="col-lg-10 col-lg-offset-1">
<h2 class="text-center">Submission</h2>
<p class="text-center section-lead">A complete entry consists of two coordinated submissions: the film and its accompanying Technical Report.</p>
<div class="row submission-grid">
<div class="col-md-6">
<article class="aiff-card">
<h3>1. AI-Generated Film</h3>
<p>Submit the finished film through FilmFreeway. The dedicated AIFF FilmFreeway page and detailed film requirements will be announced here.</p>
<p><strong>Submission channel:</strong> <a href="https://filmfreeway.com/SIGGRAPHAsiaAIFF" target="_blank" rel="noopener noreferrer">FilmFreeway</a></p>
<p><strong>Submission instructions link:</strong> <a href="https://docs.google.com/document/d/1ilLTwPRKRVD-JibK_AecC2qmJNqVhg-ejUeT7K4UMmo/edit?usp=sharing" target="_blank" rel="noopener noreferrer">Film Submission Instructions</a></p>
<ul class="requirements-list">
<li><strong>Film entry:</strong> one finished AI-generated film, submitted as required by FilmFreeway.</li>
<li><strong>Screening materials:</strong> provide the final video file or streaming link and any supporting metadata requested.</li>
<li><strong>Enhanced Access registration:</strong> at least one representative must register for Enhanced Access to accept awards and participate at SIGGRAPH Asia 2026. This may be the author or a friend who attends.</li>
</ul>
</article>
</div>
<div class="col-md-6">
<article class="aiff-card">
<h3>2. Technical Report</h3>
<p>Submit the report through the SIGGRAPH Submission System. Reports must use the ACM Tech Communications template with the <code>sigconf</code> style and are limited to 4 pages.</p>
<p><strong>Review:</strong> single-blind review. After acceptance, author names and affiliations must remain unchanged.</p>
<p><strong>Submission channel:</strong> <a href="https://ssl.linklings.net/conferences/siggraphasia/" target="_blank" rel="noopener noreferrer">SIGGRAPH Asia Linklings</a></p>
<p><strong>Submission instructions link:</strong> <a href="https://docs.google.com/document/d/12u0SLmiFGG6h9mwqAtxVWCODCeBFsnWr7ugW5LBjJHU/edit?usp=sharing" target="_blank" rel="noopener noreferrer">Technical Report Submission Instructions</a></p>
<ul class="requirements-list">
<li><strong>Project Overview:</strong> describe the project, motivation, and creative goals.</li>
<li><strong>Creative Workflow:</strong> explain the production pipeline, including AI models, tools, software, and human intervention.</li>
<li><strong>Technical Challenges:</strong> discuss consistency, narrative coherence, audio-visual alignment, controllability, and your workflow solutions.</li>
<li><strong>Copyright Declaration:</strong> state ownership and licensing of all assets using the required declaration template.</li>
</ul>
</article>
</div>
</div>
<div class="row">
<div class="col-md-12 submission-links">
<article class="aiff-card">
<h3>Submission Links & Guidance</h3>
<a class="btn btn-default btn-lg" href="https://filmfreeway.com/SIGGRAPHAsiaAIFF" target="_blank" rel="noopener noreferrer">
<i class="fa fa-film fa-fw" aria-hidden="true"></i> Submit Film on FilmFreeway
</a>
<a class="btn btn-default btn-lg" href="https://ssl.linklings.net/conferences/siggraphasia/" target="_blank" rel="noopener noreferrer">
<i class="fa fa-upload fa-fw" aria-hidden="true"></i> Submit Technical Report
</a>
<a class="btn btn-default btn-lg" href="https://www.siggraph.org/preparing-your-content/author-instructions/" target="_blank" rel="noopener noreferrer">
<i class="fa fa-file-text fa-fw" aria-hidden="true"></i> Template & Author Instructions
</a>
<p class="note">Use the ACM Tech Communications template with the <code>sigconf</code> style. The report is limited to 4 pages. Do not change authors or affiliations after acceptance.</p>
</article>
</div>
</div>
</div>
</div>
</div>
</section>
<section id="review" class="container content-section text-left">
<div class="row">
<div class="col-lg-10 col-lg-offset-1">
<h2 class="text-center">Review Process</h2>
<p class="text-center section-lead">AI Film Frontiers is evaluated across multiple dimensions, including artistic quality and technical contribution.</p>
<div class="row review-grid">
<div class="col-md-4">
<article class="aiff-card review-step">
<span class="review-number">1</span>
<h3>Eligibility Check</h3>
<p>Organizers verify that both the film and Technical Report have been submitted and that the entry satisfies the announced requirements.</p>
</article>
</div>
<div class="col-md-4">
<article class="aiff-card review-step">
<span class="review-number">2</span>
<h3>Artistic Dimension</h3>
<p>Reviewers evaluate cinematic quality, storytelling, originality, creativity, and the strength of the film's artistic expression.</p>
</article>
</div>
<div class="col-md-4">
<article class="aiff-card review-step">
<span class="review-number">3</span>
<h3>Technical Dimension</h3>
<p>Reviewers assess workflow design, the clarity of the report, the significance of the technical challenges, and the novelty and effectiveness of the proposed solutions.</p>
</article>
</div>
</div>
<p class="text-center">Award decisions are based on the combined artistic and technical dimensions. Selected films and their corresponding reports will be presented together at SIGGRAPH Asia 2026.</p>
</div>
</div>
</section>
<section id="timeline" class="content-section text-left">
<div class="download-section">
<div class="container">
<div class="col-lg-8 col-lg-offset-2">
<h2 class="text-center">Timeline</h2>
<p class="text-center section-lead">Exact dates and deadlines will be announced when the submission portals open.</p>
<ol class="timeline-list">
<li><span class="timeline-date">July 23, 2026</span><strong>Film and Technical Report submissions open</strong></li>
<li><span class="timeline-date">August 23, 2026</span><strong>Film submission deadline</strong></li>
<li><span class="timeline-date">August 23, 2026</span><strong>Technical Report submission deadline</strong></li>
<li><span class="timeline-date">September 13, 2026</span><strong>Winner and acceptance notification</strong></li>
<li><span class="timeline-date">September 23, 2026</span><strong>Final camera-ready submission deadline</strong></li>
<li><span class="timeline-date">December 2–4, 2026</span><strong>SIGGRAPH Asia 2026 @ Malaysia KLCC<br>Workshop presentations, film screenings, and publication of accepted Technical Reports</strong></li>
</ol>
</div>
</div>
</div>
</section>
<section id="organizers" class="container content-section text-left">
<div class="row">
<div class="col-lg-10 col-lg-offset-1">
<h2 class="text-center">JUDGE</h2>
<div class="row organizer-grid">
<div class="col-xs-6 col-sm-4 col-md-2 organizer-card">
<img src="/img/avatar/Benjamin_Seide.jpg" alt="Benjamin Seide">
<span class="person-name"><a href="https://dr.ntu.edu.sg/entities/person/Benjamin-Seide" target="_blank" rel="noopener noreferrer">Benjamin Seide</a></span>
<span class="person-affiliation">NTU</span>
</div>
</div>
<h2 class="text-center">Organizing Committee</h2>
<div class="row organizer-grid organizing-grid">
<div class="col-xs-6 col-sm-4 col-md-2 organizer-card">
<img src="/img/avatar/Songlin_Yang.jpg" alt="Songlin Yang">
<span class="person-name"><a href="https://cveu.github.io" target="_blank" rel="noopener noreferrer">Songlin Yang</a></span>
<span class="person-affiliation">HKUST</span>
</div>
<div class="col-xs-6 col-sm-4 col-md-2 organizer-card">
<img src="/img/avatar/Tony_zhang.jpg" alt="Tianyi Zhang">
<span class="person-name"><a href="https://www.zhangtianyi.page/" target="_blank" rel="noopener noreferrer">Tianyi Zhang</a></span>
<span class="person-affiliation">HKUST</span>
</div>
<div class="col-xs-6 col-sm-4 col-md-2 organizer-card">
<img src="/img/avatar/DongLiu.jpg" alt="Dong Liu">
<span class="person-name"><a href="https://cveu.github.io" target="_blank" rel="noopener noreferrer">Dong Liu</a></span>
<span class="person-affiliation">Adobe</span>
</div>
<div class="col-xs-6 col-sm-4 col-md-2 organizer-card">
<img src="/img/avatar/ruihan_zhang.jpg" alt="Ruihan Zhang">
<span class="person-name"><a href="https://cveu.github.io" target="_blank" rel="noopener noreferrer">Ruihan Zhang</a></span>
<span class="person-affiliation">Google</span>
</div>
<div class="col-xs-6 col-sm-4 col-md-2 organizer-card">
<img src="/img/avatar/Benjamin_Seide.jpg" alt="Benjamin Seide">
<span class="person-name"><a href="https://dr.ntu.edu.sg/entities/person/Benjamin-Seide" target="_blank" rel="noopener noreferrer">Benjamin Seide</a></span>
<span class="person-affiliation">NTU</span>
</div>
<div class="col-xs-6 col-sm-4 col-md-2 organizer-card">
<img src="/img/avatar/hao_zhao.jpg" alt="Hao Zhao">
<span class="person-name"><a href="https://sites.google.com/view/fromandto" target="_blank" rel="noopener noreferrer">Hao Zhao</a></span>
<span class="person-affiliation">Tsinghua University</span>
</div>
<div class="col-xs-6 col-sm-4 col-md-2 organizer-card">
<img src="/img/avatar/Prakash_Ramajillu.jpg" alt="Prakash Ramajillu">
<span class="person-name"><a href="https://www.linkedin.com/in/prakashramajillu/" target="_blank" rel="noopener noreferrer">Prakash Ramajillu</a></span>
<span class="person-affiliation">Koelnmesse</span>
</div>
<div class="col-xs-6 col-sm-4 col-md-2 organizer-card">
<img src="/img/avatar/Takahito_TEJIMA.jpg" alt="Takahito Tejima">
<span class="person-name"><a href="https://scholar.google.com/citations?user=cxTHAikAAAAJ&hl=ja" target="_blank" rel="noopener noreferrer">Takahito Tejima</a></span>
<span class="person-affiliation">Polyphony Digital</span>
</div>
<div class="col-xs-6 col-sm-4 col-md-2 organizer-card">
<img src="/img/avatar/Tomasz_Bednarz.webp" alt="Tomasz Bednarz">
<span class="person-name"><a href="https://tomaszbednarz.com/" target="_blank" rel="noopener noreferrer">Tomasz Bednarz</a></span>
<span class="person-affiliation">NVIDIA</span>
</div>
<div class="col-xs-6 col-sm-4 col-md-2 organizer-card">
<img src="/img/speakers/Frank_Guan.jpg" alt="Frank Guan">
<span class="person-name"><a href="https://cveu.github.io" target="_blank" rel="noopener noreferrer">Frank Guan</a></span>
<span class="person-affiliation">SIT</span>
</div>
<div class="col-xs-6 col-sm-4 col-md-2 organizer-card">
<img src="/img/speakers/Pol_Jeremias-Vila.jpg" alt="Pol Jeremias-Vila">
<span class="person-name"><a href="https://cveu.github.io" target="_blank" rel="noopener noreferrer">Pol Jeremias-Vila</a></span>
<span class="person-affiliation">Netflix</span>
</div>
<div class="col-xs-6 col-sm-4 col-md-2 organizer-card">
<img src="/img/amcfilm/hongbofu.jpg" alt="Hongbo Fu">
<span class="person-name"><a href="https://cveu.github.io" target="_blank" rel="noopener noreferrer">Hongbo Fu</a></span>
<span class="person-affiliation">HKUST</span>
</div>
<div class="col-xs-6 col-sm-4 col-md-2 organizer-card">
<img src="/img/speakers/anyi_rao.jpg" alt="Anyi Rao">
<span class="person-name"><a href="https://anyirao.com/" target="_blank" rel="noopener noreferrer">Anyi Rao</a></span>
<span class="person-affiliation">HKUST</span>
</div>
</div>
<h2 class="text-center">Student Committee</h2>
<div class="row organizer-grid">
<div class="col-xs-6 col-sm-4 col-md-2 organizer-card">
<img src="/img/amcfilm/zeyuzhang.jpg" alt="Zeyu Zhang">
<span class="person-name"><a href="https://johnnyzhang728.github.io/" target="_blank" rel="noopener noreferrer">Zeyu Zhang</a></span>
<span class="person-affiliation">HKUST</span>
</div>
<div class="col-xs-6 col-sm-4 col-md-2 organizer-card">
<img src="/img/avatar/houyuan-chen.jpg" alt="Houyuan Chen">
<span class="person-name"><a href="https://github.com/houyuanchen111/" target="_blank" rel="noopener noreferrer">Houyuan Chen</a></span>
<span class="person-affiliation">HKUST</span>
</div>
<div class="col-xs-6 col-sm-4 col-md-2 organizer-card">
<img src="/img/avatar/xuyi_yang.jpg" alt="Xuyi Yang">
<span class="person-name"><a href="https://cveu.github.io" target="_blank" rel="noopener noreferrer">Xuyi Yang</a></span>
<span class="person-affiliation">HKUST</span>
</div>
<div class="col-xs-6 col-sm-4 col-md-2 organizer-card">
<img src="/img/avatar/siyu_huang.jpg" alt="Siyu Huang">
<span class="person-name"><a href="https://cveu.github.io" target="_blank" rel="noopener noreferrer">Siyu Huang</a></span>
<span class="person-affiliation">HKUST</span>
</div>
<div class="col-xs-6 col-sm-4 col-md-2 organizer-card">
<img src="/img/avatar/yudi_xie.jpg" alt="Yudi Xie">
<span class="person-name"><a href="https://cveu.github.io" target="_blank" rel="noopener noreferrer">Yudi Xie</a></span>
<span class="person-affiliation">HKUST</span>
</div>
</div>
</div>
</div>
</section>
<section id="contact" class="container content-section text-center">
<div class="row">
<div class="col-lg-8 col-lg-offset-2">
<h2>Contact</h2>
<p>Questions about the workshop or challenge can be sent to <a href="mailto:saaiff2026@gmail.com">saaiff2026@gmail.com</a>.</p>
<ul class="list-inline banner-social-buttons">
<li><a href="https://twitter.com/cveu_workshop" class="btn btn-default btn-lg" target="_blank" rel="noopener noreferrer"><i class="fab fa-twitter fa-fw" aria-hidden="true"></i> <span class="network-name">Twitter</span></a></li>
<li><a href="https://github.com/CVEU" class="btn btn-default btn-lg" target="_blank" rel="noopener noreferrer"><i class="fab fa-github fa-fw" aria-hidden="true"></i> <span class="network-name">GitHub</span></a></li>
<li><a href="https://discord.gg/RvH3H5gshw" class="btn btn-default btn-lg" target="_blank" rel="noopener noreferrer"><i class="fab fa-discord fa-fw" aria-hidden="true"></i> <span class="network-name">Discord</span></a></li>
</ul>
</div>
</div>
</section>
</main>
<footer>
<div class="container text-center">
<p>Copyright © AI Film Frontiers 2026</p>
</div>
</footer>
<script src="https://cveu.github.io/js/jquery.js"></script>
<script src="https://cveu.github.io/js/bootstrap.min.js"></script>
<script src="https://cveu.github.io/js/jquery.easing.min.js"></script>
<script src="https://cveu.github.io/js/grayscale.js"></script>
<script>
document.querySelectorAll('.organizing-grid').forEach(function (grid) {
var memberCount = grid.querySelectorAll('.organizer-card').length;
grid.style.setProperty('--committee-columns', Math.ceil(memberCount / 2));
});
</script>
</body>
</html>