-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathwmdd2015.html
344 lines (291 loc) · 21 KB
/
wmdd2015.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<!-- The above 3 meta tags *must* come first in the head; any other head content must come *after* these tags -->
<meta name="category" content="LIT">
<meta name="description" content="">
<meta name="author" content="">
<title>WMDD 2015 </title>
<link rel="stylesheet" type="text/css" href="https://cdnjs.cloudflare.com/ajax/libs/patternfly/3.24.0/css/patternfly.min.css">
<link rel="stylesheet" type="text/css" href="https://cdnjs.cloudflare.com/ajax/libs/patternfly/3.24.0/css/patternfly-additions.min.css">
<!-- Bootstrap core CSS -->
<link href="dist/css/bootstrap.min.css" rel="stylesheet">
<!-- IE10 viewport hack for Surface/desktop Windows 8 bug -->
<link href="assets/css/ie10-viewport-bug-workaround.css" rel="stylesheet">
<!-- Custom styles for this template -->
<link href="css/carousel.css" rel="stylesheet">
<link href="css/navbar.css" rel="stylesheet">
<link href="css/index.css" rel="stylesheet">
<link rel="stylesheet" href="media.css">
<script src="https://code.jquery.com/jquery-3.4.1.js"></script>
</head>
<body>
<!-- <script type="text/javascript" src="preloader.js"></script> -->
<!--Google Analytics "LIT Website" Tracker-->
<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','https://www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-98452906-1', 'auto');
ga('send', 'pageview');
</script>
<div id="main_container" class="container">
<nav class="navbar navbar-default navbar-pf" role="navigation">
<div class="navbar-header">
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target=".navbar-collapse-5">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a class="navbar-brand" href="/">
<h3>Computing for Social Good Lab</h3>
</a>
</div>
<div class="collapse navbar-collapse navbar-collapse-5">
<ul class="nav navbar-nav navbar-primary">
</li>
<li class="dropdown">
<a data-target="./projects.html" href="./projects.html" class="dropdown-toggle" data-toggle="dropdown">
Projects
<!-- <b class="caret"></b> -->
</a>
<li class="dropdown">
<a data-target="./publications.html" href="./publications.html" class="dropdown-toggle" data-toggle="dropdown">
Publications
<!-- <b class="caret"></b> -->
</a>
<li class="dropdown">
<a data-target="./news.html" href="./news.html" class="dropdown-toggle" data-toggle="dropdown">
Events
</a>
<li class="dropdown">
<a data-target="./posters.html" href="./posters.html" class="dropdown-toggle" data-toggle="dropdown">
Poster gallery
<!-- <b class="caret"></b> -->
</a>
<li class="dropdown">
<a data-target="./people.html" href="./people.html" class="dropdown-toggle" data-toggle="dropdown">
People
<!-- <b class="caret"></b> -->
</a>
<li class="dropdown">
<a data-target="./contactus.html" href="./contactus.html" class="dropdown-toggle" data-toggle="dropdown">
Contact us
<!-- <b class="caret"></b> -->
</a>
<!-- <li class="dropdown">
<a data-target="./downloads.html" href="./downloads.html" class="dropdown-toggle" data-toggle="dropdown">
Downloads/Demos
</a> -->
</nav>
<nav class="navbar navbar-default navbar-pf" role="navigation">
<div class="collapse navbar-collapse navbar-collapse-5">
<ul class="nav navbar-nav navbar-primary">
<li class="dropdown">
<a href="news.html" class="dropdown-toggle" data-toggle="dropdown">
All News
<!-- <b class="caret"></b> -->
</a>
</li>
<li class="dropdown">
<a href="reading_group.html" class="dropdown-toggle" data-toggle="dropdown">
NLP Reading Group
<!-- <b class="caret"></b> -->
</a>
<li class="dropdown">
<a href="conferences.html" class="dropdown-toggle" data-toggle="dropdown">
Conferences / Workshops
<!-- <b class="caret"></b> -->
</a>
</nav>
<h2 class="featurette-heading">ACM Workshop on Multimodal Deception Detection</h2>
<h3 class="centered">WMDD 2015</h3>
<h3 class="centered">Seattle, November 13, 2015</h3>
<h3 class="centered">In conjunction with the ACM International Conference on Multimodal Interaction ICMI 2015</h3>
<p class="lead-nomargin centered"><a href="#call">Call for Papers</a></p>
<p class="lead-nomargin centered"><a href="#topics">Topics</a></p>
<p class="lead-nomargin centered"><a href="#organizers">Organizers and PC</a></p>
<p class="lead-nomargin centered"><a href="#submission">Submission</a></p>
<p class="lead-nomargin centered"><a href="#dates">Important Dates</a></p>
<p class="lead-nomargin centered"><a href="#keynote">Keynote Speakers</a></p>
<p class="lead-nomargin centered"><a href="#program">Program</a></p>
<div id="wmdd">
<h3><a name="call">Call for Papers</a></h3>
<p class="lead">The widespread use of deception in offline and online communication suggests the need for methods to automatically detect deceit. The 2015 ACM Workshop on Multimodal Deception Detection (WMDD 2015), held in conjunction with the 17th ACM International Conference on Multimodal Interaction (ICMI 2015), will focus on multimodal and interdisciplinary approaches to deception detection, as well as approaches that utilize a single modality with clear potential for integration with additional modalities. Deception detection has received an increasing amount of attention due to the significant growth of digital media, as well as increased ethical and security concerns. Earlier approaches to deception detection were mainly focused on law enforcement applications and relied on polygraph tests, which had proven to falsely accuse the innocent and free the guilty in multiple cases. More recent work on deception has expanded to other applications, such as deception detection in social media, interviews, or deception in day-by-day interactions. Moreover, recent research on deception detection has brought together scientists from fields as diverse as computational linguistics, speech processing, computer vision, psychology, and physiology, which makes this problem particularly appealing for multimodal processing.</p>
<p class="lead"><b>Goal</b>: The goal of this workshop is to provide the participants with a forum to foster the dissemination of ideas on computational and behavioral methodologies for deception detection.</p>
<p class="lead"><a href="#">Back to top</a></p>
<h3><a name="topics">Topics</a></h3>
<p class="lead">The ACM Workshop on Multimodal Deception Detection (WMDD 2015) encourages the submission of papers that address the multimodal perspective of deception detection, as well as papers that use clues from a single modality but with the clear potential of being integrated with additional modalities. We also encourage the submission of interdisciplinary work stemming from a variety of fields such as computational linguistics, speech processing, computer vision, psychology, physiology, and others. The topics include, but are not limited to:</p>
<ul>
<li><p class="lead">Deception detection using multimodal processing, including modalities such as text, speech, thermal, and visual</p></li>
<li><p class="lead">Deception detection using a single modality, with a potential to be integrated with other modalities</p></li>
<li><p class="lead">Deception detection applied to real world applications, including healthcare, law enforcement, and others</p></li>
<li><p class="lead">Study of nonverbal behaviors associated to deception</p></li>
<li><p class="lead">The role of psychology in deception detection</p></li>
<li><p class="lead">The role of physiology in deception detection</p></li>
<li><p class="lead">Ways to integrate multiple modalities, including feature-based and decision-based fusion, and temporal alignment</p></li>
<li><p class="lead">Deception detection in social media</p></li>
<li><p class="lead">The construction of datasets for deception detection, from real or simulated environments</p></li>
</ul>
<p class="lead"><a href="#">Back to top</a></p>
<h3><a name="organizers">Organizers and PC</a></h3>
<p class="lead"><b>Organizers:</b></p>
<p class="lead-nomargin"><i>Mohamed Abouelenien</i>, University of California San Diego, Ann Arbor, USA.</p>
<p class="lead-nomargin"><i>Mihai Burzo</i>, University of California San Diego, Flint, USA.</p>
<p class="lead-nomargin"><i>Rada Mihalcea</i>, University of California San Diego, Ann Arbor, USA.</p>
<p class="lead"><i>Veronica Perez</i>, University of California San Diego, Ann Arbor, USA.</p>
<p class="lead"><b>Program Committee:</b></p>
<p class="lead-nomargin"><i>Kalina Bontcheva</i>, University of Sheffield, UK</p>
<p class="lead-nomargin"><i>Judee Burgoon</i>, University of Arizona , USA</p>
<p class="lead-nomargin"><i>Paola Castillo</i>, Charles Sturt University, Australia</p>
<p class="lead-nomargin"><i>Malcolm Dcosta</i>, University of Houston, USA</p>
<p class="lead-nomargin"><i>Amit Deokar</i>, Pennsylvania State University, USA</p>
<p class="lead-nomargin"><i>Jeffrey Hancock</i>, Cornell University, USA</p>
<p class="lead-nomargin"><i>Julia Hirschberg</i>, University of Columbia, USA</p>
<p class="lead-nomargin"><i>Matthew Jensen</i>, University of Oklahoma, USA</p>
<p class="lead-nomargin"><i>Maria Liakata</i>, University of Warwick, UK</p>
<p class="lead-nomargin"><i>Thomas Meservy</i>, Brigham Young University, USA</p>
<p class="lead-nomargin"><i>Ronald Poppe</i>, University of Twente, Netherlands</p>
<p class="lead-nomargin"><i>Rob Procter</i>, University of Warwick, UK</p>
<p class="lead-nomargin"><i>Victoria Rubin</i>, University of Western Ontario, Canada</p>
<p class="lead-nomargin"><i>Frank Rudzicz</i>, University of Toronto, Canada</p>
<p class="lead-nomargin"><i>Elena Svetieva</i>, Catholic University of Portugal, Portugal</p>
<p class="lead-nomargin"><i>Panagiotis Tsiamyrtzis</i>, Athens University, Greece</p>
<p class="lead-nomargin"><i>Douglas Twitchell</i>, Illinois State University, USA</p>
<p class="lead"><i>Reyer Zwiggelaar</i>, Aberystwyth University, UK</p>
<p class="lead"><a href="#">Back to top</a></p>
<h3><a name="submission">Submission</a></h3>
<p class="lead">We invite the submission of long (up to 8 pages) and short (up to 4 pages) papers. Papers should be anonymous, and the review process will be double blind. The papers should follow the ACM template. Links to the templates are available on the ACM website (<a href="http://www.acm.org/sigs/publications/pubform.doc" >Word template</a>, <a href="http://www.acm.org/sigs/publications/proceedings-templates#aL2" >LaTeX template</a>). Papers should be submitted <a href="https://easychair.org/conferences/?conf=wmdd2015" >here</a> using the EasyChair submission interface.</p>
<p class="lead"><a href="#">Back to top</a></p>
<h3><a name="dates">Important Dates</a></h3>
<p class="lead-nomargin">Long papers submission deadline: <i>August 1 (Extended: August 13)</i></p>
<p class="lead-nomargin">Short papers submission deadline: <i>August 1 (Extended: August 13)</i></p>
<p class="lead-nomargin">Notification of acceptance: <i>September 1 (September 10)</i></p>
<p class="lead-nomargin">Camera-ready papers due: <i>September 17 (September 28)</i></p>
<p class="lead-nomargin">Registration deadline: <i>October 8</i></p>
<p class="lead">Workshop day: <i>November 13</i></p>
<p class="lead"><a href="#">Back to top</a></p>
<h3><a name="keynote">Keynote Speakers</a></h3>
<p class="lead-nomargin"><i>Dr. Ioannis Pavlidis</i>, University of Houston, USA.</p>
<p class="lead-nomargin"><i>Dr. Yejin Choi</i>, University of Washington, USA.</p>
<p class="lead"><i>Dr. Jeffrey Hancock</i>, Stanford University, USA.</p>
<p class="lead"><a href="#">Back to top</a></p>
<h3><a name="program">Program</a></h3>
<table id="reading-group-table">
<tbody id="reading-group-tbody">
<tr>
<th><p class="lead"><b>Friday, November 13</p></th>
<th></th>
</tr>
<tr>
<td><p class="lead">9:00 - 9:10</p></td>
<td><p class="lead">Opening</p></td>
</tr>
<tr>
<td><p class="lead">9:10 – 10:00</p></td>
<td><p class="lead"><b>Invited Talk</b>: “Deception Detection Research in the 2000s – From the Diaries of a Principal Investigator”</br><i>Ioannis Pavlidis, University of Houston</i></p></td>
</tr>
<tr>
<td><p class="lead">10:00 – 10:30</p></td>
<td><p class="lead">Coffee Break</p></td>
</tr>
<tr>
<td><p class="lead">10:30 – 11:20</p></td>
<td><p class="lead"><b>Invited Talk</b>: “Language, Deception and Context – Implications Detecting Deception”</br><i>Jeffrey Hancock, Cornell University</i></p></td>
</tr>
<tr>
<td><p class="lead">11:20 – 11:40</p></td>
<td><p class="lead">Cross-Cultural Production and Detection of Deception from Speech</br><i>Sarah Ita Levitan, Guozhen An, Mandi Wang, Gideon Mendels,</br>Julia Hirschberg, Michelle Levine and Andrew Rosenberg</i></p></td>
</tr>
<tr>
<td><p class="lead">11:40 – 12:00</p></td>
<td><p class="lead">Trimodal Analysis of Deceptive Behavior</br><i>Mohamed Abouelenien, Rada Mihalcea, and Mihai Burzo</i></p></td>
</tr>
<tr>
<td><p class="lead">12:00 – 13:30</p></td>
<td><p class="lead">Lunch Break</p></td>
</tr>
<tr>
<td><p class="lead">13:30 – 14:20</p></td>
<td><p class="lead"><b>Invited Talk</b>: “Reading the Communicative Intent in Style”</br><i>Yejin Choi, University of Washington</i></p></td>
</tr>
<tr>
<td><p class="lead">14:20 – 14:40</p></td>
<td><p class="lead">Misleading Online Content: Recognizing Clickbait as “False News”</br><i>Yimin Chen, Niall Conroy, and Victoria Rubin</i></p></td>
</tr>
<tr>
<td><p class="lead">14:40 – 15:00</p></td>
<td><p class="lead">Multimodal deception detection: a t-pattern approach</br><i>Barbara Diana, Massimiliano Elia, Valentino Zurloni, Annibale Elia,</br>Alessandro Maisto and Serena Pelosi</p></td>
</tr>
<tr>
<td><p class="lead">15:00 – 15:30</p></td>
<td><p class="lead">Coffee Break</p></td>
</tr>
<tr>
<td><p class="lead">15:30 – 15:50</p></td>
<td><p class="lead">Silesian deception database – presentation and analysis</br><i>Krystian Radlak, Maciej Bozek and Bogdan Smolka</i></p></td>
</tr>
<tr>
<td><p class="lead">15:50 – 16:00</p></td>
<td><p class="lead">Closing</p></td>
</tr>
</tbody>
</table>
<p class="lead"><a href="#">Back to top</a></p>
</div>
</div><!-- /.container -->
<!-- Footer section -->
<section id="footer">
<div class="container-fluid row">
<div class="col col-lg-5 col-sm-4 col-xs-12">
<h2>Computing for Social Good Lab</h2>
<h4>Address</h4>
<p>
Computer Science and Engineering Building (Office 4134) La Jolla, CA 92093
</p>
</div>
<div class="col col-lg-5 col-sm-4 col-xs-12 links px-xs-0">
<div class="col col-xs-6">
<ul class="nav flex-column">
<li class="nav-item mb-2"><a href="index.html" class="nav-link p-0 ">Home</a></li>
<li class="nav-item mb-2"><a href="projects.html" class="nav-link p-0 ">Projects</a></li>
<li class="nav-item mb-2"><a href="publications.html" class="nav-link p-0 ">Publications</a></li>
</ul>
</div>
<div class="col col-xs-6">
<ul class="nav flex-column">
<li class="nav-item mb-2"><a href="news.html" class="nav-link p-0 ">Events</a></li>
<li class="nav-item mb-2"><a href="posters.html" class="nav-link p-0 ">Poster Gallery</a></li>
<li class="nav-item mb-2"><a href="people.html" class="nav-link p-0 ">People</a></li>
</ul>
</div>
</div>
<div class="col col-lg-2 col-sm-4 col-xs-12">
<div class="col">
<h4>Phone Number</h4>
<p>1234567890</p>
</div>
<div class="col">
<h4>Email</h4>
</div>
</div>
</div>
</section>
<!-- /Footer Section -->
<!-- Bootstrap core JavaScript
================================================== -->
<!-- Placed at the end of the document so the pages load faster -->
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.3/jquery.min.js"></script>
<script>window.jQuery || document.write('<script src="assets/js/vendor/jquery.min.js"><\/script>')</script>
<script src="dist/js/bootstrap.min.js"></script>
<script src="js/index.js"></script>
<!-- IE10 viewport hack for Surface/desktop Windows 8 bug -->
<script src="assets/js/ie10-viewport-bug-workaround.js"></script>
</body>
</html>