-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathtutorial-icdm15.html
More file actions
196 lines (185 loc) · 8.35 KB
/
tutorial-icdm15.html
File metadata and controls
196 lines (185 loc) · 8.35 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
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html" charset="utf-8" />
<title>ICDM 15 Tutorial - Behavioral Modeling in Social Networks</title>
<!-- Favicon -->
<link rel="shortcut icon" href="images/favicon.gif" />
<!-- Standard reset, fonts and grids -->
<link rel="stylesheet" type="text/css" href="styles/reset-fonts-grids.css">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.5/css/bootstrap.min.css">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.4.0/css/font-awesome.min.css">
<!-- styles for the whole website -->
<link href="styles/styles.css" rel="stylesheet" type="text/css" />
<!-- scripts -->
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.3/jquery.min.js"></script>
<script src="http://www.francois-petitjean.com/main.js" type="text/javascript"></script>
</head>
<body class="yui-skin-sam" id="yahoo-com">
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.5/js/bootstrap.min.js"></script>
<div id="doc" class="yui-t1">
<div class="container">
<h1>Behavioral Modeling in Social Networks: From Micro to Macro</h1>
<p>Tutorial in the the 15th IEEE International Conference on Data Mining (ICDM)</a></p>
<p>2:00PM - 5:00PM on Tuesday, November 17, 2015 (TUTORIAL - III)</p>
<p>Room Marlborough C, Bally's Atlantic City Hotel, Atlantic City, NJ, U.S.A.</p>
<div class="row">
<h2>Tutors</h2>
<div class="col-sm-6 col-md-5">
<div class="thumbnail">
<a href="index.html"><img class="img-circle img-responsive" src="tutorial-icdm15/meng.jpg" alt="Meng"></a>
<div class="caption">
<p>
<a href="index.html"><b>Meng Jiang</b></a>
is a Postdoctoral Researcher in University of Illinois at Urbana-Champaign.
His research area include social media analysis and behavioral modeling.
He focuses on <a href="pubs1.html">social recommendation and suspicious behavior detection</a>.
He obtained his Ph.D. in 2015 from Department of Computer Science and Technology at Tsinghua University.
He visited the Database Group of Carnegie Mellon University in 2012-2013.
He published over ten papers in major journals and conferences of data mining,
and received the <a href="pubs/catchsync-kdd14/catchsync-kdd14-paper.pdf">
2014 ACM SIGKDD Best Paper Finalist</a>.
</p>
</div>
</div>
</div>
<div class="col-sm-6 col-md-5">
<div class="thumbnail">
<a href="http://media.cs.tsinghua.edu.cn/~multimedia/cuipeng/"><img class="img-circle img-responsive" src="tutorial-icdm15/peng.jpg" alt="Peng"></a>
<div class="caption">
<p>
<a href="http://media.cs.tsinghua.edu.cn/~multimedia/cuipeng/"><b>Peng Cui</b></a>
is an Assistant Professor in Tsinghua University.
His research area include social network analysis and social multimedia computing.
He focuses more on
user behavior analysis, user influence mining and information diffusion tracing and prediction.
In 2015, he was honored with ACM China Rising Star Award.
He obtained his Ph.D. in 2009 from Tsinghua University
and joined the Department in 2012.
He published over 50 papers in data mining and multimedia computing,
and received three best paper awards including the 2015 ICDM Best Student Paper Award.
</p>
</div>
</div>
</div>
</div>
<div class="row">
<h2>Abstract</h2>
<div class="col-xs-12 col-sm-8 col-md-10">
<p>
The development of social networks has enabled the collection of behavioral data of unprecedented size and complexity. Modern social platforms have realized that great scientific and marketing values are contained in the millions of billions of behavioral records. How can we model users' behaviors in social networks? What are the concepts and principles in modeling the complex behaviors? Can we develop efficient models for accurate behavior prediction and detection in social applications such as recommender systems, personalized search and social marketing? In this tutorial, we answer these questions by uncovering the social and spatiotemporal contextual dependency, cross-domain and cross-platform properties, synchronized and abnormal characteristics, and many other patterns of users' behaviors. We introduce recent advances in modeling complex behaviors from the perspectives of individuals, groups and cascades (from micro to macro) in social networks. Finally we summarize the tutorial with discussions on open issues and challenges about behavior modeling in social networks.
</p>
</div>
</div>
<div class="row" style="width:85%">
<div id="carousel-example-generic" class="carousel slide" data-ride="carousel">
<ol class="carousel-indicators">
<li data-target="#carousel-example-generic" data-slide-to="0" class="active"></li>
<li data-target="#carousel-example-generic" data-slide-to="1"></li>
<li data-target="#carousel-example-generic" data-slide-to="2"></li>
<li data-target="#carousel-example-generic" data-slide-to="3"></li>
<li data-target="#carousel-example-generic" data-slide-to="4"></li>
</ol>
<div class="carousel-inner" role="listbox">
<div class="item active">
<img src="tutorial-icdm15/Slide1.png">
<div class="carousel-caption">
Predicting individual behavior?
</div>
</div>
<div class="item">
<img src="tutorial-icdm15/Slide2.png">
<div class="carousel-caption">
Modeling social contextual behavior.
</div>
</div>
<div class="item">
<img src="tutorial-icdm15/Slide3.png">
<div class="carousel-caption">
Modeling cross-domain behavior.
</div>
</div>
<div class="item">
<img src="tutorial-icdm15/Slide4.png">
<div class="carousel-caption">
Detecting suspicious behavior.
</div>
</div>
<div class="item">
<img src="tutorial-icdm15/Slide5.png">
<div class="carousel-caption">
Catching who distorted social network structure!
</div>
</div>
</div>
<a class="left carousel-control" href="#carousel-example-generic" role="button" data-slide="prev">
<span class="glyphicon glyphicon-chevron-left" aria-hidden="true"></span>
<span class="sr-only">Previous</span>
</a>
<a class="right carousel-control" href="#carousel-example-generic" role="button" data-slide="next">
<span class="glyphicon glyphicon-chevron-right" aria-hidden="true"></span>
<span class="sr-only">Next</span>
</a>
</div>
<div class="row">
<h2>Schedule</h3>
<table class="table">
<thead>
<tr class="info">
<th>Time</th>
<th>Duration</th>
<th>Content</th>
<th>Question</th>
</tr>
</thead>
<tbody>
<tr>
<td>2:00PM</td>
<td>20min</td>
<td><a href="tutorial-icdm15/behavior_modeling_part1.pdf">Introduction</a></td>
<td>What is behavioral modeling in social networks? Is it useful?</td>
</tr>
<tr>
<td>2:20PM</td>
<td>40min</td>
<td><a href="tutorial-icdm15/behavior_modeling_part2.pdf">Modeling individual behavior I</a></td>
<td>How to model behavior with social and spatiotemporal contexts?</td>
</tr>
<tr>
<td>3:00PM</td>
<td>20min</td>
<td>Modeling individual behavior II</td>
<td>How to model cross-domain behavior in social networks?</td>
</tr>
<tr>
<td>3:20PM</td>
<td>20min</td>
<td>Break</td>
<td>Social time!</td>
</tr>
<tr>
<td>3:40PM</td>
<td>40min</td>
<td><a href="tutorial-icdm15/behavior_modeling_part3.pdf">Modeling cascading behavior</a></td>
<td>How to model information diffusion for tracing and prediction?</td>
</tr>
<tr>
<td>4:20PM</td>
<td>30min</td>
<td><a href="tutorial-icdm15/behavior_modeling_part4.pdf">Detecting suspicious behavior</a></td>
<td>How to detect suspicious behavior in social networks (socia fraud)?</td>
</tr>
<tr>
<td>4:50PM</td>
<td>10min</td>
<td><a href="tutorial-icdm15/behavior_modeling_part5.pdf">Take away and QA</a></td>
<td>Summary, open issues and challenges, discussions of the field.</td>
</tr>
</tbody>
</table>
</div>
<br><br><br><br><br>
<br><br><br><br><br>
</div>
</div>
</body>