-
Notifications
You must be signed in to change notification settings - Fork 36
Expand file tree
/
Copy pathindex.html
More file actions
429 lines (256 loc) · 12 KB
/
index.html
File metadata and controls
429 lines (256 loc) · 12 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<link rel="shortcut icon" href="/assets/img/mediaeval-favicon.png" type="image/png">
<!--Import Google Icon Font-->
<link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet">
<!--Import materialize.css-->
<link type="text/css" rel="stylesheet" href="/assets/css/materialize.min.css" media="screen,projection"/>
<link type="text/css" rel="stylesheet" href="/assets/css/main.css" media="screen,projection"/>
<!-- Add icon library -->
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<!--Let browser know website is optimized for mobile-->
<meta name="viewport" content="width=device-width, initial-scale=1.0"/>
<meta name="twitter:card" content="summary" /> <!--<meta name="twitter:card" content="summary_large_image" />-->
<meta name="twitter:image" content="https://multimediaeval.github.io/assets/img/twitter-card-summary.png"/>
<meta name="twitter:image:alt" content="Picture of group of people participants of the 2019 MediaEval workshop"/>
<!-- Global site tag (gtag.js) - Google Analytics -->
<!-- seo tags -->
<!-- Begin Jekyll SEO tag v2.8.0 -->
<title>MediaEval Benchmark | MediaEval Benchmarking Initiative Multimedia Evaluation</title>
<meta name="generator" content="Jekyll v3.9.2" />
<meta property="og:title" content="MediaEval Benchmark" />
<meta property="og:locale" content="en_US" />
<meta name="description" content="MediaEval Benchmarking Initiative Multimedia Evaluation" />
<meta property="og:description" content="MediaEval Benchmarking Initiative Multimedia Evaluation" />
<link rel="canonical" href="https://multimediaeval.github.io/" />
<meta property="og:url" content="https://multimediaeval.github.io/" />
<meta property="og:site_name" content="MediaEval Benchmark" />
<meta property="og:image" content="https://multimediaeval.github.io/assets/img/twitter-card.png" />
<meta property="og:type" content="website" />
<link rel="next" href="https://multimediaeval.github.io/blog/page2" />
<meta name="twitter:card" content="summary_large_image" />
<meta property="twitter:image" content="https://multimediaeval.github.io/assets/img/twitter-card.png" />
<meta property="twitter:title" content="MediaEval Benchmark" />
<script type="application/ld+json">
{"@context":"https://schema.org","@type":"WebSite","description":"MediaEval Benchmarking Initiative Multimedia Evaluation","headline":"MediaEval Benchmark","image":"https://multimediaeval.github.io/assets/img/twitter-card.png","name":"MediaEval Benchmark","url":"https://multimediaeval.github.io/"}</script>
<!-- End Jekyll SEO tag -->
<!-- Manual seo tags -->
</head>
<body>
<div class="navbar-fixed">
<nav>
<div class="nav-wrapper green darken-4">
<a href="/" class="brand-logo" style="padding-left: 20px">
<h3 class="northumbria" style="margin-top: 20px;color:white;">Mediaeval</h3>
</a>
<!-- Small screen definition -->
<a href="#" data-target="mobile-nav" class="sidenav-trigger">
<i class="material-icons" style="color:white;">menu</i>
</a>
<!-- Big screen Structure -->
<ul class="materialize right hide-on-med-and-down">
<li><a href="/"><i class="material-icons" style="color:white;">home</i></a></li>
<li><a href="/editions/2026/" style="color:white;">MediaEval 2026</a></li>
<li><a class="dropdown-trigger" data-target="editions" style="color:white;">
MediaEval History<i class="material-icons right">arrow_drop_down</i>
</a></li>
<li><a href="/philosophy/" style="color:white;">MediaEval Philosophy</a></li>
<li><a href="/about/" style="color:white;">About MediaEval</a></li>
<li><a href="/bib/" style="color:white;">Bibliography</a></li>
</ul>
</div>
</nav>
</div>
<!-- Big screen dropdown Structure -->
<ul class="dropdown-content materialize" id="editions">
<li><a href="/editions/2025/">MediaEval 2025</a></li>
<li><a href="/editions/2023/">MediaEval 2023</a></li>
<li><a href="/editions/2022/">MediaEval 2022</a></li>
<li><a href="/editions/2021/">MediaEval 2021</a></li>
<li><a href="/editions/2020/">MediaEval 2020</a></li>
<li><a href="http://www.multimediaeval.org/" target="_blank">pre-2020</a></li>
</ul>
<!-- Mobile Structure -->
<ul class="materialize sidenav green darken-4" id="mobile-nav">
<li><a href="/" style="color:white;">Home</a></li>
<li><a href="/editions/2026/" style="color:white;">MediaEval 2026</a></li>
<li><a class="dropdown-trigger" data-target="mobile-editions" style="color:white;">
MediaEval History<i class="material-icons right" style="color:white;">arrow_drop_down</i>
</a></li>
<li><a href="/philosophy/" style="color:white;">MediaEval Philosophy</a></li>
<li><a href="/about/" style="color:white;">About MediaEval</a></li>
<li><a href="/bib/" style="color:white;">Bibliography</a></li>
</ul>
<!-- Mobile dropdown Structure -->
<ul class="dropdown-content materialize" id="mobile-editions">
<li><a href="/editions/2025/">MediaEval 2025</a></li>
<li><a href="/editions/2023/">MediaEval 2023</a></li>
<li><a href="/editions/2022/">MediaEval 2022</a></li>
<li><a href="/editions/2021/">MediaEval 2021</a></li>
<li><a href="/editions/2020/">MediaEval 2020</a></li>
<li><a href="http://www.multimediaeval.org/" target="_blank">pre-2020</a></li>
</ul>
<header class="jumbotron">
<div class="content">
<h1 class='center white-text northumbria'>
Multimedia Evaluation Benchmark
</h1>
</div>
</header>
<div class="container">
<div class="row">
<article >
<section class="post-content" align="left">
<div class="posts">
<div>
<span>
<header>
<h4>
MediaEval 2026 Registration
</h4>
<div class="post-info">
<p class="meta">
January 26, 2026
</p>
</div>
</header>
<div>
<p>The Benchmarking Initiative for Multimedia Evaluation (MediaEval) offers challenges related to multimedia analysis, retrieval and exploration. MediaEval tasks involve multiple modalities, (e.g., audio, visual, textual, and/or
contextual) and focus on the human and social aspects of multimedia. Our larger aim is to promote reproducible research that makes multimedia a positive force for society.</p>
<p>Signup for MediaEval 2026 is now open via the <a href="https://forms.gle/y1mNzrC68eGXRsUp9">MediaEval 2026 registration form</a></p>
<p>Data release will start soon and continue over the next months. Runs will be due at the beginning of May and the annual MediaEval Workshop will be held Monday-Tuesday 15-16 June in Amsterdam and online, co-located
with ACM ICMR.</p>
<p>Tasks descriptions are available on the <a href="https://multimediaeval.github.io/editions/2026/">MediaEval 2026 website</a>.</p>
</div>
</span>
</div>
<hr />
<div>
<span>
<header>
<h4>
Announcing MediaEval 2026
</h4>
<div class="post-info">
<p class="meta">
December 17, 2025
</p>
</div>
</header>
<div>
<p>We are happy to announce the tasks that will be...
<a href="/2025/12/17/announcing-2026.html">read more</a>
</div>
</span>
</div>
<hr />
<div>
<span>
<header>
<h4>
MediaEval Workshop Registration and Information
</h4>
<div class="post-info">
<p class="meta">
September 18, 2025
</p>
</div>
</header>
<div>
<p>The 2025 MediaEval Workshop will take place on Saturday-Sunday 25-26...
<a href="/2025/09/18/workshop-registration.html">read more</a>
</div>
</span>
</div>
<hr />
<div>
<span>
<header>
<h4>
MediaEval 2025 Registration
</h4>
<div class="post-info">
<p class="meta">
May 7, 2025
</p>
</div>
</header>
<div>
<p>The Benchmarking Initiative for Multimedia Evaluation (MediaEval) offers challenges related...
<a href="/2025/05/07/workshop-registration.html">read more</a>
</div>
</span>
</div>
<hr />
<div>
<span>
<header>
<h4>
MediaEval 2025 task descriptions are online
</h4>
<div class="post-info">
<p class="meta">
April 1, 2025
</p>
</div>
</header>
<div>
<p>The descriptions of the tasks that will be offered this...
<a href="/2025/04/01/task-descriptions.html">read more</a>
</div>
</span>
</div>
<hr />
</div>
<ul class="pagination">
<li class="disabled"><a><i class="material-icons">chevron_left</i></a></li>
<li class="active"><a href="/">1</a></li>
<li class="waves-effect"><a href="/blog/page2">2</a></li>
<li class="waves-effect"><a href="/blog/page3">3</a></li>
<li class="waves-effect"><a href="/blog/page4">4</a></li>
<li class="waves-effect"><a href="/blog/page5">5</a></li>
<li class="waves-effect"><a href="/blog/page2"><i class="material-icons">chevron_right</i></a></li>
</ul>
</section>
</article>
</div>
</div>
<footer class='page-footer green darken-4'>
<div class='container'>
<div class='row'>
<div class="col l6 s12">
<h5 class="white-text">What is MediaEval?</h5>
<p>MediaEval is a benchmarking initiative dedicated to evaluating new algorithms for multimedia access and retrieval.
It emphasizes the ‘multi’ in multimedia and focuses on human and social aspects of multimedia tasks.</p>
<p>For more information contact Martha Larson m.larson (at) cs.ru.nl</p>
</div>
<div class="col l4 offset-l2 s12">
<h5 class="white-text">Links</h5>
<a href='https://twitter.com/multimediaeval' target="_blank">
<i class="fa fa-twitter fa-3x" aria-hidden="true" style="color:white;"></i>
</a>
<a href='https://github.com/multimediaeval' target="_blank">
<i class="fa fa-github fa-3x" aria-hidden="true" style="color:white;"></i>
</a>
<a href='https://www.flickr.com/photos/69524595@N06/' target="_blank">
<i class="fa fa-flickr fa-3x" aria-hidden="true" style="color:white;"></i>
</a>
<a href='https://www.youtube.com/channel/UCc-1NW1Uo2o_zI4F81iyTcw' target="_blank">
<i class="fa fa-youtube fa-3x" aria-hidden="true" style="color:white;"></i>
</a>
</div>
</div>
</div>
<div class="footer-copyright">
<div class="container grey-text text-lighten-4">
© 2020 MediaEval Multimedia Benchmark
</div>
</div>
</footer>
<!--JavaScript at end of body for optimized loading-->
<script type="text/javascript" src="/assets/js/materialize.min.js"></script>
<script type="text/javascript" src="/assets/js/main.js"></script>
</body>
</html>