-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathwsdm24.html
551 lines (456 loc) · 22.4 KB
/
wsdm24.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<meta name="description" content="">
<meta name="author" content="">
<title>Machine Learning on Graphs (MLoG) Workshop</title>
<!-- Bootstrap core CSS -->
<link href="vendor/bootstrap/css/bootstrap.min.css" rel="stylesheet">
<!-- Custom fonts for this template -->
<link href="vendor/fontawesome-free/css/all.min.css" rel="stylesheet" type="text/css">
<link href="https://fonts.googleapis.com/css?family=Montserrat:400,700" rel="stylesheet" type="text/css">
<link href='https://fonts.googleapis.com/css?family=Kaushan+Script' rel='stylesheet' type='text/css'>
<link href='https://fonts.googleapis.com/css?family=Droid+Serif:400,700,400italic,700italic' rel='stylesheet'
type='text/css'>
<link href='https://fonts.googleapis.com/css?family=Roboto+Slab:400,100,300,700' rel='stylesheet' type='text/css'>
<!-- Custom styles for this template -->
<link href="css/agency.min.css" rel="stylesheet">
</head>
<body id="page-top">
<!-- Navigation -->
<nav class="navbar navbar-expand-lg navbar-dark fixed-top" id="mainNav">
<div class="container">
<a class="navbar-brand js-scroll-trigger" href="#page-top">MLoG</a>
<button class="navbar-toggler navbar-toggler-right" type="button" data-toggle="collapse"
data-target="#navbarResponsive" aria-controls="navbarResponsive" aria-expanded="false"
aria-label="Toggle navigation">
Menu
<i class="fas fa-bars"></i>
</button>
<div class="collapse navbar-collapse" id="navbarResponsive">
<ul class="navbar-nav text-uppercase ml-auto">
<li class="nav-item">
<a class="nav-link js-scroll-trigger" href="#home">Home</a>
</li>
<li class="nav-item">
<a class="nav-link js-scroll-trigger" href="#toi">Topics of Interest</a>
</li>
<li class="nav-item">
<a class="nav-link js-scroll-trigger" href="#dates">Important Dates</a>
</li>
<li class="nav-item">
<a class="nav-link js-scroll-trigger" href="#submission">Submission Details</a>
</li>
<li class="nav-item">
<a class="nav-link js-scroll-trigger" href="#program">Workshop Program & Proceedings</a>
</li>
<li class="nav-item">
<a class="nav-link js-scroll-trigger" href="#keynote">Keynote Speakers</a>
</li>
<li class="nav-item">
<a class="nav-link js-scroll-trigger" href="#team">Organizers</a>
</li>
<li class="nav-item">
<a class="nav-link js-scroll-trigger" href="#past_years">Other Iterations</a>
</li>
</ul>
</div>
</div>
</nav>
<!-- Header -->
<header class="masthead">
<div class="container">
<div class="intro-text">
<div class="intro-heading text-uppercase">Machine Learning on Graphs</div>
<div class="intro-lead-in">MLoG Workshop at <a href="https://www.wsdm-conference.org/2024/">WSDM'24</a></div>
<!-- <div class="intro-lead-in">Proceedings are available <a href="http://ceur-ws.org/Vol-2635/">on-line</a>.</div> -->
<a class="btn btn-primary btn-xl text-uppercase js-scroll-trigger" href="#home">Tell Me More!</a>
</div>
</div>
</header>
<!-- Services -->
<section id="home">
<div class="container">
<div class="row">
<div class="col-lg-12 text-center">
<h2 class="section-heading text-uppercase">About</h2>
<!--<h3 class="section-subheading text-muted">Lorem ipsum dolor sit amet consectetur.</h3>-->
<p style="text-align:justify">
Graphs, which encode pairwise relations between entities, are a kind of universal data structure for a lot of real-world data, including social networks, transportation networks, and chemical molecules. Many important applications on these data can be treated as computational tasks on graphs. Recently, machine learning techniques are widely developed and utilized to effectively tame graphs for discovering actionable patterns and harnessing them for advancing various graph-related computational tasks. Huge success has been achieved and numerous real-world applications have benefited from it. However, since in today’s world we are generating and gathering data in a much faster and diverse way, real-world graphs are becoming increasingly large-scale and complex. More dedicated efforts are needed to propose more advanced machine learning techniques and properly deploy them for real-world applications in a scalable way.
</p>
<p style="text-align:justify">
MLoG at WSDM'24 provides a venue to gather the academia researchers and industry researchers/practitioners to present the recent progress of machine learning on graphs.
</p>
<br />
</div>
</div>
</div>
</section>
<section class="bg-light" id="toi">
<div class="container">
<div class="row">
<div class="col-lg-12 text-center">
<h2 class="section-heading text-uppercase">Topics of Interest</h2>
<div style="text-align:left">
Graphs are a kind of universal data structure for representing pair-wise relationships between entities, which can be ubiquitously observed in different domains ranging from computer science, social science, physics, chemistry, to biology. Many real-world applications can be treated as computational tasks on graphs. For example, friend recommendation in social networks can be regarded as a link prediction task and predicting properties of chemical compounds can be treated as a graph classification task. To facilitate these tasks, machine learning techniques have been widely adopted to perform analysis. As our ability of generating and collecting data constantly increasing in a unprecedented way, the graph-structure data we are facing in the modern era (especially coming from the web) are becoming more and more diverse, complex and large-scale. Hence, more efforts are required for developing more effective algorithms and deploying them efficiently for real-world applications. In this workshop, we aim to discuss the recent research progress of machine learning on graphs in both theoretical foundations and practical applications. We invite submissions that focus on recent advances in research/development of machine learning on graphs along with their applications.
<br /> <br />
Theory and methodology papers are welcome from any of the following areas, including but not limited to:
<br />
<ul>
<li>Graph Kernels</li>
<li>Graph Summarization</li>
<li>Graph Coarsening</li>
<li>Graph Alignment</li>
<li>Graph Generative Models</li>
<li>Graph Mining</li>
<li>Graph Neural Networks</li>
<li>Network Embedding</li>
<li>Machine Learning for Graph Combinatorial Optimization</li>
<li>Graph Feature Engineering and Selection</li>
<li>Scalable Graph Learning Models and Methods</li>
</ul>
and application papers focused on but not limited to:<br />
<ul>
<li>Recommender Systems</li>
<li>Computer Vision</li>
<li>Natural Language Processing</li>
<li>Bioinformatics (e.g., drug discovery)</li>
<li>Cybersecurity (e.g., malware detection/propagation)</li>
<li>Financial security (e.g., fraudster detection)</li>
<li>Transportation/mobility networks (e.g., traffic prediction)</li>
<li>Graph ML Platforms and Systems (e.g., in-database machine learning)</li>
</ul>
<br /><br />
</div>
</div>
</div>
</div>
</section>
<section id="dates">
<div class="container">
<div class="row">
<div class="col-lg-12 text-center">
<h2 class="section-heading text-uppercase">Important Dates</h2>
<div style="text-align:left">
<ul>
<li>Submission deadline: <b>January 5th, 2024</b> </li>
<li>Notification of Acceptance: <b>January, 12th, 2024</b> </li>
<li>Camera-ready paper due: <b>TBD</b> </li>
<li>MLoG at WSDM'23 Workshop day: <b>March 8th, 2024</b> </li>
</ul>
<!-- <div style="text-align:center"><a class="btn btn-primary btn-xl text-uppercase js-scroll-trigger"
href="">Read
CFP</a> -->
</div>
</div>
</div>
</div>
</div>
</section>
<!-- Portfolio Grid -->
<section class="bg-light" id="submission">
<div class="container">
<div class="row">
<div class="col-lg-12 text-center">
<h2 class="section-heading text-uppercase">Submission Details</h2>
<div style="text-align:left">
We invite both long research papers (5-10 pages) and short research/application papers (2-4 pages) including references. All submissions must be in PDF format and formatted according to the new ACM format published in <a href='https://www.acm.org/publications/proceedings-template'>ACM guidelines</a> (e.g., using the ACM LaTeX template on Overleaf <a href="https://www.overleaf.com/gallery/tagged/acm-official#.WOuOk2e1taQ">here</a>) and selecting the "sigconf" sample. Following the WSDM conference submission policy, reviews are double-blind, and author names and affiliations should NOT be listed. Submitted works will be assessed based on their novelty, technical quality, potential impact, and clarity of writing (and should be in English). For papers that primarily rely on empirical evaluations, the experimental settings and results should be clearly presented and repeatable. We encourage authors to make data and code available publicly when possible. Accepted papers will be posted on this workshop website and will not appear in the WSDM proceedings and are thus <b>non-archival</b> (allowing you to submit works to MLoG at WSDM'24 even if they are current under review elsewhere). The best paper (according to the reviewers' ratings and organizing committee) will be announced at the end of the workshop.<br /><br />
All submissions must be uploaded electronically to EasyChair at: Submission Link Coming Soon<br /><br />
At least one of the authors of the accepted workshop papers must register for the workshop and be present on the day of the workshop.<br /><br />
For questions regarding submissions, please contact us at: tyler.derr@vanderbilt.edu
</div>
</div>
</div>
</div>
</section>
<!-- About -->
<section id="program">
<div class="container">
<div class="row">
<div class="col-lg-12 text-center">
<h2 class="section-heading text-uppercase">Workshop Program</h2>
<h3 class="section-subheading text-muted">Coming Soon!</h3>
<ul style="text-align:justify">
</ul>
</ul>
<h3 class="section-subheading">Workshop Program. (Local time GMT-6 in Mérida at WSDM'24).</h3>
<div style="text-align:left">
</div>
</div>
</div>
</section>
<section class='bg-light' id="keynote">
<div class="container">
<div class="row">
<div class="col-lg-12 text-center">
<h2 class="section-heading text-uppercase">Keynote Speakers</h2>
<div class="row">
</div>
</div>
</section>
<!-- Team -->
<section id="team">
<div class="container">
<div class="row">
<div class="col-lg-12 text-center">
<h2 class="section-heading text-uppercase">Organization</h2>
<!--<h3 class="section-subheading text-muted">Lorem ipsum dolor sit amet consectetur.</h3>-->
</div>
</div>
<br>
<div class="col-lg-12 text-center">
<h3 class="section-heading text-uppercase">Workshop Co-Chairs</h3>
</div>
<div class="row">
<div class="col-sm-4">
<div class="team-member">
<a href="http://www.TylerDerr.com"><img style="max-width:none" class="mx-auto" src="img/TylerDerr.png" alt=""></a>
<h4><a href="http://www.TylerDerr.com">Tyler Derr</a></h4>
<p class="text-muted" style="display:inline">Assistant Professor</p>
<p class="text-muted">Vanderbilt University</p>
<ul class="list-inline social-buttons">
</ul>
</div>
</div>
<div class="col-sm-4">
<div class="team-member">
<a href="https://yaoma24.github.io/"><img style="max-width:none" class="mx-auto" src="img/YaoMa2.png" alt=""></a> <!-- rounded-circle-->
<h4><a href="https://yaoma24.github.io/">Yao Ma</a></h4>
<p class="text-muted" style="display:inline">Assistant Professor</p>
<p class="text-muted">Rensselaer Polytechnic Institute</p>
<ul class="list-inline social-buttons">
</ul>
</div>
</div>
<div class="col-sm-4">
<div class="team-member">
<a href="https://kaize0409.github.io/"><img style="max-width:none" class="mx-auto" src="img/KaizeDing.png" alt=""></a> <!-- rounded-circle-->
<h4><a href="https://kaize0409.github.io/">Kaize Ding</a></h4>
<p class="text-muted" style="display:inline">Assistant Professor</p>
<p class="text-muted">Northwestern University</p>
<ul class="list-inline social-buttons">
</ul>
</div>
</div>
<div class="col-sm-4">
<div class="team-member">
<a href="https://tzhao.io/"><img style="max-width:none" class="mx-auto" src="img/TongZhao.png" alt=""></a> <!-- rounded-circle-->
<h4><a href="https://tzhao.io/">Tong Zhao</a></h4>
<p class="text-muted" style="display:inline">Research Scientist</p>
<p class="text-muted">Snap Inc.</p>
<ul class="list-inline social-buttons">
</ul>
</div>
</div>
<div class="col-sm-4">
<div class="team-member">
<a href="http://nesreenahmed.com/"><img style="max-width:none" class="mx-auto" src="img/NesreenAhmed.png" alt=""></a> <!-- rounded-circle-->
<h4><a href="http://nesreenahmed.com/">Nesreen K. Ahmed</a></h4>
<p class="text-muted" style="display:inline">Principal Scientist</p>
<p class="text-muted">Intel Research Labs</p>
<ul class="list-inline social-buttons">
</ul>
</div>
</div>
<br /><br />
<br>
<div class="col-lg-12 text-center">
<h4 class="section-heading text-uppercase">Additional Workshop Organizers</h4>
<div class="row">
<div class="col-sm-4">
<div class="team-member">
<p style="display:inline">Publicity Chair</p><br />
<a href="https://xueqic.github.io/"><img style="max-width:none" class="mx-auto" src="img/xueqi.png" alt=""></a>
<h4><a href="https://xueqic.github.io/">Xueqi Cheng</a></h4>
<p class="text-muted" style="display:inline">PhD Student</p>
<p class="text-muted" >Vanderbilt University</p>
<ul class="list-inline social-buttons">
</ul>
</div>
</div>
<div class="col-sm-4">
<div class="team-member">
<p style="display:inline">Web Chair</p><br />
<a href="https://yuwvandy.github.io/"><img style="max-width:none" class="mx-auto" src="img/yu.png" alt=""></a>
<h4><a href="https://yuwvandy.github.io/">Yu Wang</a></h4>
<p class="text-muted" style="display:inline">PhD Student</p>
<p class="text-muted" >Vanderbilt University</p>
<ul class="list-inline social-buttons">
</ul>
</div>
</div>
</div>
</div>
</div>
<!--
<div class="row bg-light">
<div class="col-lg-8 mx-auto text-center">
<h4 class="section-heading text-uppercase">Program Committeee</h4>
<div style="text-align:left">
<ul>
<li> TBD </li>
</ul>
</div>
</div>
</div>
</div>
<br /><br />
-->
</section>
<section id="past_years">
<div class="container">
<div class="row">
<div class="col-lg-12 text-center">
<h2 class="section-heading text-uppercase">Other Iterations</h2>
<div style="margin-left:auto;margin-right:auto;">
<a href="https://mlog-workshop.github.io/icdm23">ICDM'23 </a>: December 4th, 2023; Shanghai, China. <br>
<a href="https://mlog-workshop.github.io/wsdm23">WSDM'23 </a>: March, 3rd, 2023; Singapore. <br>
<a href="https://mlog-workshop.github.io/icdm22">ICDM'22 </a>: November 28th, 2022; Orlando, FL, USA. <br>
<a href="https://mlog-workshop.github.io/wsdm22">WSDM'22</a>: February 25th, 2022; Virtual. <br>
<!-- <div style="text-align:center"><a class="btn btn-primary btn-xl text-uppercase js-scroll-trigger"
href="">Read
CFP</a> -->
</div>
</div>
</div>
</div>
</div>
</section>
<!--
<section class="py-5">
<div class="row">
<div class="col-lg-12 text-center">
<h2 class="section-heading text-uppercase">Sponsors</h2>
</div>
</div>
<div class="container">
<div class="row">
<div class="col-md-2 col-sm-5">
<div style="text-align: center">
<a href="http://www.labex-efl.com/wordpress/">
<img class="img-fluid d-block mx-auto" src="img/logos/logo_labex_efl.jpg" alt="">
</a>
</div>
</div>
</div>
</div>
</section>
-->
<!-- Clients
<section class="py-5">
<div class="container">
<div class="row">
<div class="col-md-3 col-sm-6">
<a href="#">
<img class="img-fluid d-block mx-auto" src="img/logos/envato.jpg" alt="">
</a>
</div>
<div class="col-md-3 col-sm-6">
<a href="#">
<img class="img-fluid d-block mx-auto" src="img/logos/designmodo.jpg" alt="">
</a>
</div>
<div class="col-md-3 col-sm-6">
<a href="#">
<img class="img-fluid d-block mx-auto" src="img/logos/themeforest.jpg" alt="">
</a>
</div>
<div class="col-md-3 col-sm-6">
<a href="#">
<img class="img-fluid d-block mx-auto" src="img/logos/creative-market.jpg" alt="">
</a>
</div>
</div>
</div>
</section>-->
<!-- Contact
<section id="contact" >
<div class="container">
<div class="row">
<div class="col-lg-12 text-center">
<h2 class="section-heading text-uppercase">Contact Us</h2>
<h3 class="section-subheading text-muted">Lorem ipsum dolor sit amet consectetur.</h3>
</div>
</div>
<div class="row">
<div class="col-lg-12">
<form id="contactForm" name="sentMessage" novalidate="novalidate">
<div class="row">
<div class="col-md-6">
<div class="form-group">
<input class="form-control" id="name" type="text" placeholder="Your Name *" required="required" data-validation-required-message="Please enter your name.">
<p class="help-block text-danger"></p>
</div>
<div class="form-group">
<input class="form-control" id="email" type="email" placeholder="Your Email *" required="required" data-validation-required-message="Please enter your email address.">
<p class="help-block text-danger"></p>
</div>
<div class="form-group">
<input class="form-control" id="phone" type="tel" placeholder="Your Phone *" required="required" data-validation-required-message="Please enter your phone number.">
<p class="help-block text-danger"></p>
</div>
</div>
<div class="col-md-6">
<div class="form-group">
<textarea class="form-control" id="message" placeholder="Your Message *" required="required" data-validation-required-message="Please enter a message."></textarea>
<p class="help-block text-danger"></p>
</div>
</div>
<div class="clearfix"></div>
<div class="col-lg-12 text-center">
<div id="success"></div>
<button id="sendMessageButton" class="btn btn-primary btn-xl text-uppercase" type="submit">Send Message</button>
</div>
</div>
</form>
</div>
</div>
</div>
</section>-->
<!-- Footer -->
<footer>
<div class="container">
<div class="row">
<div class="col-lg-8 mx-auto text-center">
<!--<div class="col-md-4">
<span class="copyright">Copyright © Your Website 2018</span>
</div>-->
<div class="col-md-2 col-sm-5">
<ul class="list-inline social-buttons">
<li class="list-inline-item">
<a href="https://twitter.com/MLoG_Workshop">
<i class="fab fa-twitter"></i>
</a>
</li>
<!-- <li class="list-inline-item">
<a href="#">
<i class="fab fa-facebook-f"></i>
</a>
</li>
<li class="list-inline-item">
<a href="#">
<i class="fab fa-linkedin-in"></i>
</a>
</li>-->
</ul>
</div>
<a href="https://clustrmaps.com/site/1bl2d" title="Visit tracker"><img src="//www.clustrmaps.com/map_v2.png?d=thhPDQSm423zwtB8ZIAogRPZmStgsjhGhhdPEn8720Q&cl=ffffff"></a>
<!-- <script type="text/javascript" id="clustrmaps" src="//clustrmaps.com/map_v2.js?d=thhPDQSm423zwtB8ZIAogRPZmStgsjhGhhdPEn8720Q&cl=ffffff&w=a"></script> -->
</div>
</div>
</div>
</footer>
<!-- Bootstrap core JavaScript -->
<script src="vendor/jquery/jquery.min.js"></script>
<script src="vendor/bootstrap/js/bootstrap.bundle.min.js"></script>
<!-- Plugin JavaScript -->
<script src="vendor/jquery-easing/jquery.easing.min.js"></script>
<!-- Contact form JavaScript -->
<script src="js/jqBootstrapValidation.js"></script>
<script src="js/contact_me.js"></script>
<!-- Custom scripts for this template -->
<script src="js/agency.min.js"></script>
</body>
</html>