-
Notifications
You must be signed in to change notification settings - Fork 1
/
vqa_v1_workshop.html
586 lines (579 loc) · 35.7 KB
/
vqa_v1_workshop.html
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>VQA: Visual Question Answering</title>
<link rel="stylesheet" href="./static/css/foundation.css">
<link rel="stylesheet" href="./static/css/main.css">
<script src="./static/js/vendor/jquery.js"></script>
<script src="./static/js/jquery-2.1.3.min.js"></script>
</head>
<style type="text/css">
.schedule table {
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
}
.schedule tr:hover {
background-color: #D3D3D3;
}
.schedule img {
max-height: 95px;
max-width: 140px;
margin-right: 2px;
margin-top: 4px;
margin-bottom: 4px;
border-radius: 50%;
}
</style>
<body class="off-canvas hide-extras" style="min-width:1200px; min-height:750px;">
<header>
<div class="row">
<a href="http://visualqa.org/"><img style="height: 100px; position:absolute; top:4px; left:0px;" src="./static/img/main.png" alt="logo" /></a>
<h1><img style="height: 90px;" src="./static/img/logo.png" alt="logo" /><br></h1>
<br>
</div>
</header>
<div class="contain-to-grid">
<nav class="top-bar" data-topbar>
<section class="top-bar-section">
<!-- Right Nav Section -->
<ul class="right">
<li><a href="index.html">Home</a></li>
<li><a href="people.html">People</a></li>
<li><a href="code.html">Code</a></li>
<li><a href="http://vqa.cloudcv.org/" onClick="ga('send', 'event', { eventCategory: 'Outgoing Link', eventAction: 'Demo', eventLabel: 'Demo'});">Demo</a></li>
<li class="has-dropdown"><a href="download.html">Download</a>
<ul class="dropdown">
<li><a href="download.html">VQA v2</a></li>
<li><a href="vqa_v1_download.html">VQA v1</a></li>
</ul>
</li>
<li><a href="evaluation.html">Evaluation</a></li>
<li class="has-dropdown"><a href="challenge.html">Challenge</a>
<ul class="dropdown">
<li><a href="challenge.html">2021</a></li>
<li><a href="challenge_2020.html">2020</a></li>
<li><a href="challenge_2019.html">2019</a></li><li><a href="challenge_2018.html">2018</a></li>
<li><a href="challenge_2017.html">2017</a></li>
<li><a href="challenge_2016.html">2016</a></li>
</ul>
</li>
<li class="has-dropdown"><a href="http://visualqa.org/vqa_v2_teaser.html">Browse</a>
<ul class="dropdown">
<li><a href="http://visualqa.org/vqa_v2_teaser.html">VQA v2</a></li>
<li><a href="https://vqabrowser.cloudcv.org/">VQA v1</a></li>
</ul>
</li>
<li><a href="http://visualqa.org/visualize/">Visualize</a></li>
<!-- <li class="has-dropdown"><a href="http://visualqa.org/visualize/">Visualize</a>
<ul class="dropdown">
<li><a href="http://visualqa.org/visualize/">VQA v2</a></li>
<li><a href="http://visualqa.org/visualize/">VQA v1</a></li>
</ul>
</li> -->
<li class="active has-dropdown"><a href="workshop.html">Workshop</a>
<ul class="dropdown">
<li><a href="workshop.html">2021</a></li>
<li><a href="workshop_2020.html">2020</a></li>
<li><a href="workshop_2019.html">2019</a></li>
<li><a href="workshop_2018.html">2018</a></li>
<li><a href="workshop_2017.html">2017</a></li>
<li><a href="workshop_2016.html">2016</a></li>
</ul>
</li>
<li><a href="sponsors.html">Sponsors</a></li>
<li><a href="terms.html">Terms</a></li>
<li><a href="external.html">External</a></li>
</ul>
</section>
</nav>
</div>
<section role="main" style="padding: 1em;">
<div class="row">
<p style="font-size:30px; color:black; font-weight: 50" align=center>VQA Challenge Workshop
<br>
<span style="font-size:18px; color:gray; font-weight: 50" align=center>at CVPR 2016, June 26, Las Vegas, USA</span></p>
<p style="font-size:20px; color:black; font-weight: 50" align=center><a href="vqa_v1_workshop.html" style="padding:13px">Home</a> <a href="#program" style="padding:13px">Program</a> <a href="#sub" style="padding:13px">Submission</a><a href="vqa_v1_abstracts.html" style="padding:13px">Accepted Abstracts</a></p>
<hr>
<div class="large-12 columns">
<img src="./static/img/challenge.png" height="900" width="500" style="display:block; margin:auto;" frameBorder="0">
</div>
</div>
<br>
<br>
<p style="font-size:15px; font-weight: 200; text-align:center"><b>The VQA Challenge Winners and Honorable Mentions were announced at the <a href="http://www.visualqa.org/workshop.html">VQA Challenge Workshop</a> where they were awarded TitanX GPUs sponsored by NVIDIA!</b></p>
<div class="row">
<h1 style="font-size:30px; color:grey; font-weight: 200">Introduction</h1>
<div class="large-12 columns" style="text-align:left;">
<p style="font-size:15px; font-weight: 200; text-align:left">
The primary purpose of this workshop is to hold a <a href="http://visualqa.org/challenge.html">challenge</a> on Visual Question Answering on the <a href="http://visualqa.org">VQA dataset</a>. VQA is a new dataset containing open-ended and multiple-choice questions about images. These questions require an understanding of vision, language, and commonsense knowledge to answer. This workshop will provide an opportunity to benchmark algorithms on the VQA dataset and to identify state-of-the-art algorithms.
<br>
<br>A secondary goal of this workshop is to bring together researchers interested in Visual Question Answering to share state-of-the-art approaches, best practices, and perspectives on future directions in multi-modal AI. We invite submissions of extended abstracts of at most 2 pages describing work in areas such as: Visual Question Answering, (Textual) Question Answering, Commonsense Knowledge, Video Question Answering, Image/Video Captioning and other problems at the intersection of vision and language. Accepted abstracts will be presented as posters at the workshop. The workshop will be held on June 26th, 2016 at the <a href="http://cvpr2016.thecvf.com/">IEEE Conference on Computer Vision and Pattern Recognition, 2016</a>.</p>
</div>
<hr>
</div>
<div class="row">
<h1 style="font-size:30px; color:grey; font-weight: 200">Invited Speakers</h1>
<div class="team" id="people">
<div class="row">
<div class="large-1 columns" style="padding-left:180px">
<p></p>
</div>
<div class="large-2 columns">
<a href="http://acberg.com/"><img src="./static/invited/berg.jpg" class="home_team_picture style=" width="150" height="150" ;>
<br>
<p style="font-weight: 200; margin-left:-20px;">Alex Berg</a>
<br>UNC Chapel Hill</p>
</div>
<div class="large-2 columns">
<a href="http://www.eecs.berkeley.edu/~trevor/"><img src="./static/invited/trevor.jpg" class="home_team_picture style=" width="150" height="150" ;>
<br>
<p style="font-weight: 200; margin-left:-20px;">Trevor Darrell</a>
<br>UC Berkeley</p>
</div>
<div class="large-2 columns">
<a href="https://homes.cs.washington.edu/~ali/"><img src="./static/invited/ali.jpg" class="home_team_picture style=" width="150" height="150" ;>
<br>
<p style="font-weight: 200; align: center;">Ali Farhadi</a>
<br>University of Washington</p>
</div>
<div class="large-2 columns">
<a href="https://www.mpi-inf.mpg.de/departments/computer-vision-and-multimodal-computing/people/mario-fritz/"><img src="./static/invited/mario.jpg" class="home_team_picture style=" width="145" height="130" ;>
<br>
<p style="font-weight: 200;">Mario Fritz</a>
<br>Max-Planck-Institut für Informatik</p>
</div>
<div class="large-2 columns">
</div>
</div>
<div class="row">
<div class="large-1 columns" style="padding-left:180px">
<p></p>
</div>
<div class="large-2 columns">
<a href="http://www.cs.berkeley.edu/~malik/"><img src="./static/invited/jitednra.jpg" class="home_team_picture style=" width="150" height="150" ;>
<br>
<p style="font-weight: 200;">Jitendra Malik</a>
<br>UC Berkeley</p>
</div>
<div class="large-2 columns">
<a href="http://www.m-mitchell.com/"><img src="./static/invited/margaret.jpg" class="home_team_picture style=" width="150" height="150" ;>
<br>
<p style="font-weight: 200;">Margaret Mitchell</a>
<br>Microsoft Research</p>
</div>
<div class="large-2 columns">
<a href="https://www.cs.ubc.ca/~murphyk/"><img src="./static/invited/kevin.jpg" class="home_team_picture style=" width="150" height="150" ;>
<br>
<p style="font-weight: 200;">Kevin Murphy</a>
<br>Google Research</p>
</div>
<div class="large-2 columns">
<a href="http://yuandong-tian.com/"><img src="./static/invited/yuandong.jpg" class="home_team_picture style=" width="150" height="150" ;>
<br>
<p style="font-weight: 200;">Yuandong Tian</a>
<br>Facebook AI Research</p>
</div>
<hr>
</div>
</div>
</div>
<div class="row" id="program">
<h1 style="font-size:30px; color:grey; font-weight: 200">Program (Venue: Palace III)</h1>
<div id="content">
<div class="schedule">
<table width="100%">
<tr>
<td width=140>
<center>9:00 AM - 9:10 AM</center>
</td>
<td width=240>
<center><img src="./static/img/devi.jpg"><img src="./static/img/dhruv.jpg"></center>
</td>
<td style="padding-left:8px"><b>Welcome</b></td>
</tr>
<tr>
<td width=140>
<center>9:10 AM - 9:35 AM</center>
</td>
<td width=240>
<center><img src="./static/invited/yuandong.jpg"></center>
</td>
<td style="padding-left:8px"><b>A Simple Baseline for Visual Question Answering</b>
<br>Invited Talk: Yuandong Tian (Facebook AI Research)
<br><a href="https://www.youtube.com/watch?v=3Kr1-8k9yMw&index=1&list=PL_bDvITUYucC0r43EXIHkQE_fHVXlmboH">[Video]</a></td>
</tr>
<tr>
<td width=170>
<center>9:35 AM - 10:00 AM</center>
</td>
<td width=240>
<center><img src="./static/invited/margaret.jpg"></center>
</td>
<td style="padding-left:8px"><b>See While You Say: Generating Human-like Language from Visual Input</b>
<br>Invited Talk: Margaret Mitchell (Microsoft Research)
<br><a href="https://www.youtube.com/watch?v=gyhknQPwav8&index=2&list=PL_bDvITUYucC0r43EXIHkQE_fHVXlmboH">[Video]</a></td>
</tr>
<tr>
<td width=140>
<center>10:00 AM - 10:25 AM</center>
</td>
<td width=240>
<center><img src="./static/invited/berg.jpg"></center>
</td>
<td style="padding-left:8px"><b>Consistent questions in Visual Madlibs, and detecting objects for visual question answering</b>
<br>Invited Talk: Alex Berg (UNC Chapel Hill)
<br>
</td>
</tr>
<tr>
<td width=140>
<center>10:25 AM - 10:45 AM</center>
</td>
<td width=240>
<center></center>
</td>
<td style="padding-left:8px"><b>Morning Break</b></td>
</tr>
<tr>
<td width=140>
<center>10:45 AM - 11:10 AM</center>
</td>
<td width=240>
<center><img src="./static/invited/jitednra.jpg"></center>
</td>
<td style="padding-left:8px"><b>Embodied Cognition: Linking vision, motor control and language</b>
<br>Invited Talk: Jitendra Malik (UC Berkeley)
<br><a href="https://www.youtube.com/watch?v=FVZdqohlTPU&index=6&list=PL_bDvITUYucC0r43EXIHkQE_fHVXlmboH">[Video]</a></td>
</tr>
<tr>
<td width=140>
<center>11:10 AM - 11:40 AM</center>
</td>
<td width=240>
<center><img src="./static/img/aishwarya.jpg"></center>
</td>
<td style="padding-left:8px"><b>Overview of challenge, winner announcements, analysis of results</b>
<br>Aishwarya Agrawal
<br><a href="static/slides/vqa_challenge_overview_2016.pptx">[Slides]</a><a href="https://www.youtube.com/watch?v=PuuDdfTVtp4&index=12&list=PL_bDvITUYucC0r43EXIHkQE_fHVXlmboH">[Video]</a></td>
</tr>
<tr>
<td width=140>
<center>11:40 AM - 11:55 AM</center>
</td>
<td width=240>
<center><img src="./static/invited/andrew_shin.png"><img src="./static/invited/kuniaki_saito.jpg"><img src="./static/invited/tatsuya_harada.jpg"><img src="./static/invited/yoshitaka_ushiku.png">
<br><img src="./static/invited/logo_MIL.png"></center>
</td>
<td style="padding-left:8px"><b>Challenge Winner Talk (Abstract Scenes)</b>
<br>Andrew Shin*, Kuniaki Saito*, Yoshitaka Ushiku and Tatsuya Harada
<br><a href="static/slides/MIL_UT_slide.pdf">[Slides]</a><a href="https://www.youtube.com/watch?v=YtOj4y0X0OA&index=7&list=PL_bDvITUYucC0r43EXIHkQE_fHVXlmboH">[Video}</a></td>
</tr>
<tr>
<td width=140>
<center>11:55 AM - 12:00 PM</center>
</td>
<td width=240>
<center><img src="./static/invited/adi.jpg">
<br><img src="./static/invited/brandeis.jpg"></center>
</td>
<td style="padding-left:8px"><b>Honorable Mention Spotlight (Real Images)</b>
<br>Aaditya Prakash
<br><a href="static/slides/Highway Networks for VQA.pdf">[Slides]</a><a href="https://www.youtube.com/watch?v=Fc2v_-VTRSY&index=14&list=PL_bDvITUYucC0r43EXIHkQE_fHVXlmboH">[Video]</a></td>
</tr>
<tr>
<td width=140>
<center>12:00 PM - 12:15 PM</center>
</td>
<td width=240>
<center><img src="./static/invited/hyeonseob_nam.jpeg"><img src="./static/invited/jeonghee_kim.jpg">
<br><img src="./static/invited/naver.png"></center>
</td>
<td style="padding-left:8px"><b>Challenge Runner-Up Talk (Real Images)</b>
<br>Hyeonseob Nam and Jeonghee Kim
<br><a href="https://www.youtube.com/watch?v=liuhY6v3c2I&index=10&list=PL_bDvITUYucC0r43EXIHkQE_fHVXlmboH">[Video]</a></td>
</tr>
<tr>
<td width=140>
<center>12:15 PM - 12:30 PM</center>
</td>
<td width=240>
<center><img src="./static/img/blank.jpg"><img src="./static/invited/dong.jpg"><img src="./static/invited/daylen.jpg">
<br><img src="./static/invited/anna.jpg"><img src="./static/invited/trevor.jpg"><img src="./static/invited/marcus.jpg">
<br><img src="./static/invited/berkeley.jpg" style="border-radius: 0%;"><img src="./static/invited/sony.jpg" style="border-radius: 0%;"></center>
</td>
<td style="padding-left:8px"><b>Challenge Winner Talk (Real Images)</b>
<br>Akira Fukui, Dong Huk Park, Daylen Yang, Anna Rohrbach, Trevor Darrell and Marcus Rohrbach
<br><a href="static/slides/vqa_final.pdf">[Slides]</a><a href="https://www.youtube.com/watch?v=i6WW0meGRLk&index=13&list=PL_bDvITUYucC0r43EXIHkQE_fHVXlmboH">[Video]</a></td>
</tr>
<tr>
<td width=140>
<center>12:30 PM - 2:00 PM</center>
</td>
<td width=240>
<center></center>
</td>
<td style="padding-left:8px"><b>Lunch (On your own)</b></td>
</tr>
<tr>
<td width=140>
<center>2:00 PM - 2:25 PM</center>
</td>
<td width=240>
<center><img src="./static/invited/kevin.jpg"></center>
</td>
<td style="padding-left:8px"><b>Towards vision and language aids for the blind</b>
<br>Invited Talk: Kevin Murphy (Google Research)
<br><a href="https://www.youtube.com/watch?v=p8o_FMatt0k&index=5&list=PL_bDvITUYucC0r43EXIHkQE_fHVXlmboH">[Video]</a></td>
</tr>
<tr>
<td width=140>
<center>2:25 PM - 2:50 PM</center>
</td>
<td width=240>
<center><img src="./static/invited/trevor.jpg"></center>
</td>
<td style="padding-left:8px"><b>Recent Advances in Visual Question Learning</b>
<br>Trevor Darrell (UC Berkeley)
<br><a href="https://www.youtube.com/watch?v=0p-LQKzj0_A&index=4&list=PL_bDvITUYucC0r43EXIHkQE_fHVXlmboH">[Video]</a></td>
</tr>
<tr>
<td width=140>
<center>2:50 PM - 4:00 PM</center>
</td>
<td width=240>
<center><img src="./static/invited/poster.png" style="width: 80px; height: 80px; border-radius: 0%;"><img src="./static/invited/poster.png" style="width: 80px; height: 80px; border-radius: 0%;"><img src="./static/invited/poster.png" style="width: 80px; height: 80px; border-radius: 0%;"><img src="./static/invited/poster.png" style="width: 80px; height: 80px; border-radius: 0%;">
<br><img src="./static/invited/poster.png" style="width: 80px; height: 80px; border-radius: 0%;"><img src="./static/invited/poster.png" style="width: 80px; height: 80px; border-radius: 0%;"><img src="./static/invited/poster.png" style="width: 80px; height: 80px; border-radius: 0%;"><img src="./static/invited/poster.png" style="width: 80px; height: 80px; border-radius: 0%;"></center>
</td>
<td style="padding-left:8px"><b>Poster session and Afternoon break</b></td>
</tr>
<tr>
<td width=140>
<center>4:00 PM - 4:25 PM</center>
</td>
<td width=240>
<center><img src="./static/invited/ali.jpg"></center>
</td>
<td style="padding-left:8px"><b>VQA Divide and Conquer</b>
<br>Ali Farhadi (University of Washington)
<br><a href="https://www.youtube.com/watch?v=TcfkWtg6V3M&index=11&list=PL_bDvITUYucC0r43EXIHkQE_fHVXlmboH">[Video]</a></td>
</tr>
<tr>
<td width=140>
<center>4:25 PM - 4:50 PM</center>
</td>
<td width=240>
<center><img src="./static/invited/mario.jpg"></center>
</td>
<td style="padding-left:8px"><b>Invited Talk</b>
<br>Mario Fritz (Max-Planck-Institut für Informatik)</td>
</tr>
<tr>
<td width=140>
<center>4:50 PM - 6:00 PM</center>
</td>
<td width=500>
<center><img src="./static/invited/berg.jpg"><img src="./static/invited/ali.jpg"><img src="./static/invited/mario.jpg"><img src="./static/invited/jitednra.jpg"><img src="./static/invited/margaret.jpg"><img src="./static/invited/kevin.jpg"><img src="./static/invited/kate.jpg"><img src="./static/invited/yuandong.jpg"></center>
</td>
<td style="padding-left:8px"><b>Panel: Future Directions</b></td>
</tr>
<tr>
<td width=140>
<center>6:00 PM</center>
</td>
<td width=240>
<center><img src="./static/img/devi.jpg"><img src="./static/img/dhruv.jpg"></center>
</td>
<td style="padding-left:8px"><b>Closing Remarks</b>
<br><a href="static/slides/2016_06_VQA_workshop_closing.pptx">[Slides]</a></td>
</tr>
</table>
</div>
<hr>
</div>
</div>
<div class="row" id="sub">
<h1 style="font-size:30px; color:grey; font-weight: 200">Poster Presentation Instructions</h1>
<div class="large-12 columns" style="text-align:left;">
<p style="font-size:15px; font-weight: 200; text-align:left">1. Poster stands will be 8 feet wide by 4 feet high. Please review the <a href="http://cvpr2016.thecvf.com/files/cvpr16-poster-template-n.ppt">CVPR16 poster template</a> for more details on how to prepare your poster. You do not need to use this template, but please read the instructions carefully and prepare your posters accordingly.
<br>
<br> 2. Poster presenters are asked to install their posters between 12:25 PM and 2:00 PM. Push pins will be provided for attaching posters to the boards.
</p>
</div>
<hr>
</div>
<div class="row">
<h1 style="font-size:30px; color:grey; font-weight: 200">Submission Instructions</h1>
<div class="large-12 columns" style="text-align:left;">
<p style="font-size:15px; font-weight: 200; text-align:left">We invite submissions of extended abstracts of at most 2 pages describing work in areas such as: Visual Question Answering, (Textual) Question Answering, Commonsense Knowledge, Video Question Answering, Image/Video Captioning and other problems at the intersection of vision and language. Accepted submissions will be presented as posters at the workshop. The extended abstract should follow the CVPR formatting guidelines and be emailed as single PDF to the <a href="#submit">email id</a> mentioned below. Please use the following LaTeX/Word templates.
<li style="font-size:15px; font-weight: 200; text-align:left">LaTeX/Word Templates (tar): <a href="http://cvpr2016.thecvf.com/files/cvpr2016AuthorKit.tgz">cvpr2016AuthorKit.tgz</a></li>
<li style="font-size:15px; font-weight: 200; text-align:left">LaTeX/Word Templates (zip): <a href="http://cvpr2016.thecvf.com/files/cvpr2016AuthorKit.zip">cvpr2016AuthorKit.zip</a></li>
</p>
</div>
<hr>
</div>
<div class="row">
<h1 style="font-size:30px; color:grey; font-weight: 200">Dual Submissions</h1>
<div class="large-12 columns" style="text-align:left;">
<p style="font-size:15px; font-weight: 200; text-align:left">We encourage submissions of relevant work that has been previously published, or is to be presented at the main conference. The accepted abstracts will be posted on the workshop website and will not appear in the official IEEE proceedings.</p>
</div>
<hr>
</div>
<div class="row">
<h1 style="font-size:30px; color:grey; font-weight: 200">Dates</h1>
<div class="large-12 columns" style="text-align:left;">
<div class="large-12 columns" style="text-align:left;">
<p style="font-size:15px; font-weight: 200; border-style: solid;
border-width: 1px; text-align:justify; padding:5px; width:65%">
<code>
<span style="width:40%; margin:5px; display:inline-block;">May 08, 2016 <span style="background-color:red; color:white;">Extended</span></span>
<span style="display:inline-block; margin-left:100px;">Submission Deadline</span><br>
<span style="width:40%; margin:5px; display:inline-block;">May 15, 2016</span>
<span style="display:inline-block; margin-left:100px;">Decision to Authors</span>
</code></p>
<p style="font-size:15px; font-weight: 200;">In case you need a decision before the CVPR early registration deadline (May 15), please let us know.</p>
</div>
</div>
<hr>
</div>
<div class="row" id="submit">
<h1 style="font-size:30px; color:grey; font-weight: 200">Where to Submit?</h1>
<div class="large-12 columns" style="text-align:left;">
<p style="font-size:15px; font-weight: 200; text-align:left">Please send your abstracts to <a href="mailto:[email protected]">[email protected]</a></p>
</div>
<hr>
</div>
<div class="row">
<h1 style="font-size:30px; color:grey; font-weight: 200">Organizers</h1>
<div class="team" id="people">
<div class="row">
<div class="large-1 columns" style="padding-left:200px">
<p></p>
</div>
<div class="large-2 columns">
<a href="https://computing.ece.vt.edu/~aish/"><img src="./static/img/aishwarya.jpg" class="home_team_picture" style="width: 100px; height:100px;">
<br>
</a>
<p style="font-weight: 200; margin-left:-20px;">Aishwarya Agrawal
<br>Virginia Tech</p>
</div>
<div class="large-2 columns">
<a href="http://www.acsu.buffalo.edu/~jiasenlu/"><img src="./static/img/jiasen.jpg" class="home_team_picture" style="width: 100px; height:100px;">
<br>
</a>
<p style="font-weight: 200; align: center;">Jiasen Lu
<br>Virginia Tech</p>
</div>
<div class="large-2 columns">
<a href="https://computing.ece.vt.edu/~ygoyal/"><img src="./static/img/yash.jpg" class="home_team_picture" style="width: 100px; height:100px;">
<br>
</a>
<p style="font-weight: 200;">Yash Goyal
<br>Virginia Tech</p>
</div>
<div class="large-2 columns">
<a href="https://filebox.ece.vt.edu/~penghuiwin/"><img src="./static/img/peng.jpg" class="home_team_picture" style="width: 100px; height:100px;">
<br>
</a>
<p style="font-weight: 200;">Peng Zhang
<br>Virginia Tech</p>
</div>
<div class="large-2 columns"></div>
</div>
<div class="row" style="padding-left: 1em; padding-right: 1em;">
<div class="large-1 columns" style="padding-left:300px">
<p></p>
</div>
<div class="large-2 columns">
<a href="http://larryzitnick.org/"><img src="./static/img/larry.jpg" class="home_team_picture" style="width: 100px; height:100px;">
<br>
</a>
<p style="font-weight: 200;">Larry Zitnick
<br>Facebook AI Research</p>
</div>
<div class="large-2 columns">
<a href="https://computing.ece.vt.edu/~dbatra/"><img src="./static/img/dhruv.jpg" class="home_team_picture" style="width: 100px; height:100px;">
<br>
</a>
<p style="font-weight: 200;">Dhruv Batra
<br>Virginia Tech</p>
</div>
<div class="large-2 columns">
<a href="https://computing.ece.vt.edu/~parikh/"><img src="./static/img/devi.jpg" class="home_team_picture" style="width: 100px; height:100px;">
<br>
</a>
<p style="font-weight: 200;">Devi Parikh
<br>Virginia Tech</p>
</div>
<hr>
</div>
</div>
</div>
<div class="row">
<h1 style="font-size:30px; color:grey; font-weight: 200; text-align: left">Webmaster</h1>
<div class="team">
<div class="large-12 columns" style="text-align:center; margin-top:20px">
<img src="./static/img/akrit.jpg" class="home_team_picture" style="width: 100px; height:100px;">
<br>
<p style="font-weight: 200;">Akrit Mohapatra
<br>Virginia Tech</p>
</div>
</div>
<hr>
</div>
<div class="row">
<h1 style="font-size:30px; color:grey; font-weight: 200; text-align: left">Sponsors</h1>
<div class="team">
<div class="large-7 columns" style="margin-left:40px">
<img src="./static/img/nvidia_logo.jpg" style="width:20%; height:20%;">
</div>
<div class="large-4 columns" style="margin-top:-20px; left:-270px">
<img src="./static/img/ictas_logo.jpg" style="width:350px; height:160px;">
<br>
<br>
</div>
</div>
<hr>
</div>
<div class="large-12 columns" style="background: white;">
<p style="color:black; text-align:center; display:block; margin-top:7px;">Contact: <a href="mailto:[email protected]" target="_top">[email protected]</a></p>
</div>
</section>
<script>
$(document).foundation();
</script>
<script>
(function(i, s, o, g, r, a, m) {
i['GoogleAnalyticsObject'] = r;
i[r] = i[r] || function() {
(i[r].q = i[r].q || []).push(arguments)
}, i[r].l = 1 * new Date();
a = s.createElement(o),
m = s.getElementsByTagName(o)[0];
a.async = 1;
a.src = g;
m.parentNode.insertBefore(a, m)
})(window, document, 'script', '//www.google-analytics.com/analytics.js', 'ga');
ga('create', 'UA-63638588-1', 'auto');
ga('send', 'pageview');
</script>
<!-- jquery smooth scroll to id's -->
<script>
$(function() {
$('a[href*=#]:not([href=#])').click(function() {
if (location.pathname.replace(/^\//, '') == this.pathname.replace(/^\//, '') && location.hostname == this.hostname) {
var target = $(this.hash);
target = target.length ? target : $('[name=' + this.hash.slice(1) + ']');
if (target.length) {
$('html,body').animate({
scrollTop: target.offset().top
}, 1000);
return false;
}
}
});
});
</script>
</body>
</html>