-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
591 lines (515 loc) · 18.4 KB
/
index.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
587
588
589
590
591
<!DOCTYPE html>
<html lang="en">
<head>
<title>SMP Challenge</title>
<meta http-equiv="Content-type" content="text/html;charset=UTF-8" />
<link rel="stylesheet" href="static/css/bootstrap.css">
<link rel="stylesheet" type="text/css" href="static/css/prettify.css">
<script src="static/js/jquery.min.js"></script>
<script src="static/js/bootstrap.js"></script>
<script src="static/js/sprintf.js"></script>
<script src="static/js/run_prettify.js"></script>
<script src="static/js/md5.js"></script>
<style type="text/css">
#nav-first {
border-radius: 0px;
margin-bottom: 0px;
min-height: 80px;
}
#nav-second {
border-radius: 0px;
margin-bottom: 0px;
top: 80px;
}
#nav-first-main {
margin: 0 0;
height: 80px;
}
#nav-first-main>li {
height: 80px;
}
#nav-first-main>li>a {
height: 80px;
padding-top: 0;
padding-bottom: 0;
line-height: 80px;
}
#nav-second-main {
margin: 0 80px;
}
.nav-second-li {
font-size: 120%;
}
#jumbotron {
height: 600px;
background-image: url(static/img/front.jpeg);
background-size: cover;
margin-top: 130px;
margin-bottom: 0px;
background-position: 80% 75%;
padding: 0;
}
#block1 {
background-color: white;
}
#block2 {
/*background-color: #f8f8f8;*/
background-color: #e8e8e8;
}
#block3 {
background-color: white;
}
#block4 {
background-color: #e8e8e8;
}
#block5 {
background-color: white;
}
#block6 {
background-color: #e8e8e8;
}
#block7 {
background-color: white;
}
#block8 {
background-color: #080808;
}
.p-body {
text-align: justify;
font-family: "Arial", sans-serif;
font-size: 120%;
}
.p-body-small {
text-align: justify;
font-family: "Arial", sans-serif;
font-size: 80%;
}
h1,
h2 {
font-family: "Arial", serif;
/*font-size: 150%;*/
}
.timeline-li {
font-family: "Arial", sans-serif;
font-size: 120%;
}
#logo {
padding-left: 100px;
padding-top: 10px;
}
.thumbnail {
border-color: transparent;
background-color: transparent;
}
.avatar {
border-radius: 50%;
}
.nav-li {
font-size: 120%;
cursor: pointer;
}
.dropdown-li {
background-color: #333333;
}
.dropdown-li>a {
color: #aaaaaa !important;
}
.dropdown-menu {
background-color: #333333;
}
td,
th {
text-align: center;
}
.mengban {
width: 100%;
height: 100%;
background-color: rgba(0, 0, 0, 0.5);
}
#morning {
/*color: rgb(248,206,69);*/
padding-top: 200px;
}
.orange {
color: rgb(241, 156, 55) !important;
}
.white {
color: white !important;
}
.red {
color: red !important;
}
.help-block {
display: none;
}
.member-title {
padding-top: 10px;
}
.p-title {
color: rgb(241, 156, 55) !important;
}
.timeline {
display: block;
margin: 15px 0
}
.timeline ul {
margin-left: 25px;
margin-top: 30px;
border-left: 2px solid #ddd;
list-style: none;
}
.timeline ul li {
width: 100%;
margin-left: -51px;
line-height: 20px;
margin-bottom: 20px
}
.timeline ul li b {
width: 10px;
height: 10px;
background: #fff;
border: 2px solid rgb(241, 156, 55);
margin: 0 5px;
border-radius: 6px;
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
overflow: hidden;
display: inline-block;
float: left
}
.timeline ul li span {
padding-left: 7px;
font-size: 16px;
line-height: 20px;
color: rgb(241, 156, 55);
font-weight: bold
}
.timeline ul li p {
padding-left: 25px;
font-size: 13px;
line-height: 25px;
color: #666
}
#forget {
cursor: pointer;
}
.nav-dropdown {
color: white !important;
}
.nav-dropdown:hover {
background-color: #666 !important;
}
</style>
</head>
<body>
<nav class="navbar navbar-inverse navbar-fixed-top" id="nav-second">
<div class="container">
<ul class="nav navbar-nav" id="nav-second-main">
<li class="nav-li active"><a class="nav-second-li" href="index.html" id="href-home"><b>Home</b></a></li>
<li class="nav-li"><a class="nav-second-li" href="dataset.html" id="href-description"><b>Dataset</b></a></li>
<li class="nav-li"><a class="nav-second-li" href="download.html" id="href-dataset"><b>Download</b></a></li>
<li class="nav-li"><a class="nav-second-li" href="challenge.html" id="href-challenge"><b>Task</b></a></li>
<li class="nav-li dropdown">
<a href='#' class="dropdown-toggle nav-second-li" data-toggle="dropdown" role="button" aria-haspopup="true" aria-expanded="false"><b>Challenges</b> <span class="caret"></span></a>
<ul class="dropdown-menu">
<li><a class="nav-dropdown" href="/index.html" id="href-challenge">2024</a></li>
<li><a class="nav-dropdown" href="/2023/index.html" id="href-challenge">2023</a></li>
<li><a class="nav-dropdown" href="/2022/index.html" id="href-challenge">2022</a></li>
<li><a class="nav-dropdown" href="/2020/index.html" id="href-challenge">2020</a></li>
<li><a class="nav-dropdown" href="/2019/index.html" id="href-challenge">2019</a></li>
<li><a class="nav-dropdown" href="/2018/index.html" id="href-challenge">2018</a></li>
<li><a class="nav-dropdown" href="/2017/index.html" id="href-challenge">2017</a></li>
</ul>
</li>
<li class="nav-li"><a class="nav-second-li" href="leaderboard.html" id="href-leaderboard"><b>Leaderboard</b></a></li>
</ul>
</div>
</nav>
<nav class="navbar navbar-default navbar-fixed-top" id="nav-first">
<div class="container">
<div class="navbar-header">
<img src="static/img/logo.png" width="400px" id="logo">
</div>
<ul class="nav navbar-nav navbar-right" id="nav-first-main">
<li class="nav-li"><a href="http://evalai.cloudcv.org/web/challenges/challenge-page/543/overview" id="href-register"><span class="glyphicon glyphicon-pencil" aria-hidden="true"></span> Register</a></li>
<li class="nav-li"><a href="mailto:[email protected]" id="href-contact"><span class="glyphicon glyphicon-envelope" aria-hidden="true"></span> Contact</a></li>
</ul>
</div>
</nav>
<div class="jumbotron" id="jumbotron">
<div class="mengban">
<center>
<h1 id="morning"><span class="white">The 7th</span> <span class="orange">S</span><span class="white">ocial</span> <span class="orange">M</span><span class="white">edia</span> <span class="orange">P</span><span class="white">rediction</span> <span class="white">Challenge</span>
</h1>
</center>
<center>
<h2 class="white">ACM Multimedia Conference</h2>
</center>
<center>
<h3 class="white">October 28 - November 1, <b class="orange">2024</b>, Melbourne, Australia</h3>
</center>
</div>
</div>
<div class="container-fluid" id="maintext">
<div class="row" id="block1">
<div class="container">
<div class="col-xs-10 col-xs-offset-1">
<h2 class="p-title"><b>News</b></h2>
<ul>
<li class="timeline-li red"><b>[2024-07-01]</b>:The paper submission due will be <s>June 29</s> July 5.</li>
<li class="timeline-li"><b>[2024-06-03]</b>:We will notify the paper submission change to top teams.</li>
<li class="timeline-li"><b>[2024-05-25]</b>:We announce the leaderboard this year.</li>
<li class="timeline-li"><b>[2024-05-08]</b>:The submission due is extended to 23:59:59 on May 15.</li>
<li class="timeline-li"><b>[2024-03-15]</b>:The online evaluation for the development phase is open.</li>
<li class="timeline-li"><b>[2024-03-10]</b>:The SMP Challenge website is available now.</li>
</ul>
<br>
</div>
</div>
</div>
<div class="row" id="block2">
<div class="container">
<div class="col-xs-10 col-xs-offset-1">
<h2 class="p-title"><b>Overview</b></h2>
<p class="p-body">
<b class="orange">SMP Challenge</b> is an annual challenge that seeks excellent research teams on new ways of forecasting problems and meaningfully improving people’s social lives and business scenarios. The enormous amounts of online content lead to overconsumption, online word-of-mouth helps us to efficiently discover interesting news, emerging topics, the latest stories, or amazing products from the information ocean. Therefore, predicting online popularity became an emerging and significant task for online media, brand marketing, social influencers, or our individuals. We formulated this task as the <b class="orange">Social Media Popularity Prediction</b>. It focuses on predicting the impact of online post sharing on social media. It is central to various scenarios, such as online advertising, social recommendation, demand forecasting, etc.
</p>
<br>
</div>
</div>
</div>
<div class="row" id="block3">
<div class="container">
<div class="col-xs-10 col-xs-offset-1">
<h2 class="p-title"><b>Dataset</b></h2>
<p class="p-body"><b class="orange">Social Media Prediction Dataset (SMPD)</b>: a massive-scale, multimodal, and temporal dataset with over 486K social multimedia posts from 70K users and various social media information including anonymized photo-sharing records, user profiles, images, texts, times, or other metadata. SMPD is collected from Flickr's online streams. For keeping temporal properties, we conducted a chronological split for training and testing data (commonly, by date and time).</p>
<table class="table table-bordered table-striped">
<tr>
<th>Dataset</th>
<th>#Post</th>
<th>#User</th>
<th>#Categories</th>
<th>Temporal Range (Months)</th>
<th>Avg. Title Length</th>
<th>#Customize Tags</th>
</tr>
<tr>
<td>SMPD</td>
<td>486k</td>
<td>70k</td>
<td>756</td>
<td>16</td>
<td>29</td>
<td>250k</td>
</tr>
</table>
<br>
</div>
</div>
</div>
<!--div class="row" id="block4">
<div class="container">
<div class="col-xs-10 col-xs-offset-1">
<h2 class="p-title"><b>Competition Evaluation</b></h2>
<p class="p-body">Please checkout the <a href="https://evalai.cloudcv.org/web/challenges/challenge-page/543/overview">SMP page</a> on EvalAI platform.</p>
<p class="p-body"><b>Competition Begins:</b> March 10 2020</p>
<p class="p-body"><b>Paper Submission Deadline:</b> July 23 2020</p>
</div>
</div>
</div-->
<div class="row" id="block4">
<div class="container">
<div class="col-xs-10 col-xs-offset-1">
<h2 class="p-title"><b>Important Dates</b></h2>
<div class="timeline">
<ul>
<li><b></b><span>June 29, 2024</span>
<p>Paper Submission</p>
</li>
<li><b></b><span>March 10, 2024</span>
<p>Dataset available</p>
</li>
<li><b></b><span>May 15, 2024 23:59:59 (GMT-4 Evaluation Server Timezone)</span>
<p>Results submission</p>
</li>
<li><b></b><span>May 15 - May 25, 2024</span>
<p>Solution code and program verification</p>
</li>
<li><b></b><span>May 25, 2024</span>
<p>Evaluation leaderboard announce</p>
<!--
</li>
<li><b></b><span></span>
<p>Paper submission</p>
</li>
<li><b></b><span>July 1, 2024</span>
<p>Acceptance notification</p>
</li>
<li><b></b><span>July 12, 2024</span>
<p>Camera-ready submission</p>
</li>
-->
</ul>
</div>
<br>
</div>
</div>
</div>
<div class="row" id="block5">
<div class="container">
<div class="col-xs-10 col-xs-offset-1">
<h2 class="p-title"><b>Citation</b></h2>
<p class="p-body">If you like or use the resources from the challenge, please read and cite the following references:</p>
<pre class="prettyprint lang-cv">
@inproceedings{SMP2023,
title={SMP Challenge: An Overview and Analysis of Social Media Prediction Challenge},
author={Wu, Bo and Liu, Peiye and Cheng, Wen-Huang and Liu, Bei and Zeng, Zhaoyang and Wang, Jia and Huang, Qiushi and Luo, Jiebo},
booktitle={Proceedings of the 31th ACM International Conference on Multimedia},
year={2023}}
@inproceedings{Wu2017DTCN,
title={Sequential Prediction of Social Media Popularity with Deep Temporal Context Networks},
author={Wu, Bo and Cheng, Wen-Huang and Zhang, Yongdong and Qiushi, Huang and Jintao, Li and Mei, Tao},
booktitle={International Joint Conference on Artificial Intelligence (IJCAI)},
year={2017}}
@inproceedings{Wu2016TemporalPrediction,
author = {Wu, Bo and Mei, Tao and Cheng, Wen-Huang and Zhang, Yongdong},
title = {Unfolding Temporal Dynamics: Predicting Social Media Popularity Using Multi-scale Temporal Decomposition},
booktitle = {Proceedings of the Thirtieth AAAI Conference on Artificial Intelligence (AAAI)}
year = {2016}}
@inproceedings{wu2016time,
title={Time matters: Multi-scale temporalization of social media popularity},
author={Wu, Bo and Cheng, Wen-Huang and Zhang, Yongdong and Mei, Tao},
booktitle={Proceedings of the 24th ACM international conference on Multimedia},
year={2016}}
</pre>
<br>
</div>
</div>
</div>
<div class="row" id="block6">
<div class="container">
<div class="col-xs-10 col-xs-offset-1">
<h2 class="p-title"><b>Our Teams</b></h2>
<br>
<div class="row">
<div class="col-xs-3">
<div class="thumbnail">
<img src="static/img/bowu.jpg" width="100%" class="avatar">
<div class="caption">
<center>
<h4>Bo Wu</h4>
</center>
<p>
<center>MIT-IBM Watson AI Lab</center><br>
</p>
</div>
</div>
</div>
<div class="col-xs-3">
<div class="thumbnail">
<img src="static/img/wenhuangcheng.jpg" width="100%" class="avatar">
<div class="caption">
<center>
<h4>Wen-Huang Cheng</h4>
</center>
<p>
<center>National Taiwan University</center>
</p>
</div>
</div>
</div>
<div class="col-xs-3">
<div class="thumbnail">
<img src="static/img/beiliu.jpg" width="100%" class="avatar">
<div class="caption">
<center>
<h4>Bei Liu</h4>
</center>
<p>
<center>Microsoft Research Asia</center><br>
</p>
</div>
</div>
</div>
<div class="col-xs-3">
<div class="thumbnail">
<img src="static/img/jieboluo.jpg" width="100%" class="avatar">
<div class="caption">
<center>
<h4>Jiebo Luo</h4>
</center>
<p>
<center>University of Rochester</center><br>
</p>
</div>
</div>
</div>
</div>
<!-- <h1><b>Webmaster</b></h1> -->
<div class="row">
<div class="col-xs-3">
<div class="thumbnail">
<img src="static/img/jiawang.jpg" width="100%" class="avatar">
<div class="caption">
<center>
<h4>Jia Wang</h4>
</h2>
<p>
<center>National Yang Ming Chiao Tung University</center>
</p>
</div>
</div>
</div>
<div class="col-xs-3">
<div class="thumbnail">
<img src="static/img/zhaoyangzeng.png" width="100%" class="avatar">
<div class="caption">
<center>
<h4>Zhaoyang Zeng</h4>
</h2>
<p>
<center>International Digital Economy Academy</center>
</p>
</div>
</div>
</div>
<div class="col-xs-3">
<div class="thumbnail">
<img src="static/img/peiyeli.jpg" width="100%" class="avatar">
<div class="caption">
<center>
<h4>Peiye Liu</h4>
</h2>
<p>
<center>Alibaba Group</center>
</p>
</div>
</div>
</div>
<div class="col-xs-3">
<div class="thumbnail">
<img src="static/img/qiushihuang.jpeg" width="100%" class="avatar">
<div class="caption">
<center>
<h4>Qiushi Huang</h4>
</h2>
<p>
<center>University of Surrey</center>
</p>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="row" id="block8">
<div class="col-xs-10 col-xs-offset-1">
<center>
<h5 style="color:white;">Copyright © 2024. SMP Challenge Organization Committee. All rights reserved.</h5>
</center>
</div>
</div>
</div>
</body>
</html>