-
Notifications
You must be signed in to change notification settings - Fork 0
/
speakers.html
executable file
·180 lines (140 loc) · 7.06 KB
/
speakers.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
---
layout: default
---
<script type="text/javascript">
document.getElementById('LNkeynotes').id='leftcurrent';
</script>
<div class="contents">
<h1>AISTATS 2018 Invited Speakers</h1>
<table border="0">
<tr><td colspan=2>
<DIV ID="session2"></DIV>
<!--<h2>May 10 (Sunday) 08:30 - 09:30</h2>-->
</td></tr>
<tr>
<td valign="top"><img width="120" src="{{ site.baseurl }}/image/kamalika.jpg"></td>
<td valign="top">
<a onclick="window.open(this.href); return false;"
href="http://cseweb.ucsd.edu/~kamalika/" >Kamalika Chaudhuri</a>,
<i>University of California, San Diego </i>
<p><b>Challenges in Privacy-Preserving Data Analysis</b>
<p>
<b>Abstract</b>
Machine learning algorithms increasingly work with sensitive information on
individuals, and hence the problem of privacy-preserving data analysis -- how to
design data analysis algorithms that operate on the sensitive data of
individuals while still guaranteeing the privacy of individuals in the data--
has achieved great practical importance. In this talk, we address two problems
in privacy-preserving data analysis.
<p>
First, we address the problem of privacy-preserving classification, and present
an efficient classifier which is private in the differential privacy model of
Dwork et al. Our classifier works in the ERM (empirical loss minimization)
framework, and includes privacy preserving logistic regression and privacy
preserving support vector machines.
<p>
We next address the question of learning from sensitive correlated data, such
as private information on users connected together in a social network, and
measurements of physical activity of a single user across time. Unfortunately
differential privacy cannot adequately address privacy challenges in this kind
of data, and as such, these challenges have been largely ignored by existing
literature. We consider a recent generalization of differential privacy, called
Pufferfish, that can be used to address privacy in correlated data, and present
new privacy mechanisms in this framework.
<j>
Based on joint work with Claire Monteleoni (George Washington University),
Anand Sarwate (Rutgers), Yizhen Wang (UCSD) and Shuang Song (UCSD).
<p> <b>Bio</b>
Kamalika Chaudhuri is an Assistant Professor in the Computer Science and
Engineering Department at UC San Diego. Prior to joining the department, she
received a PhD in Computer Science from UC Berkeley in 2007, and was a
postdoctoral researcher at UC San Diego from 2007-2010. She is the recipient of
a Hellman Faculty Fellowship and she received an NSF CAREER award in 2012.
Kamalika's research is on learning theory, which deals with the theoretical
foundations of machine learning. She is particularly interested in
privacy-preserving machine learning -- how to learn a good predictor from
sensitive training data, while ensuring the privacy of individuals in the data
set.
</td>
</tr>
<tr><td colspan=2>
<DIV ID="session3"></DIV>
<!--<h2>May 9 (Saturday) 17:00 - 18:00</h2>-->
</td></tr>
<tr>
<td valign="top"><img width="120" src="{{ site.baseurl }}/image/adam_kalai.jpg"></td>
<td valign="top">
<a onclick="window.open(this.href); return false;"
href="http://research.microsoft.com/en-us/um/people/adum/" >Adam Tauman Kalai</a>,
<i>Microsoft Research</i>
<p><b>Crowdsourced Data Representations</b>
<p>
<b>Abstract</b>
People understand many domains more deeply than today's machine learning
systems. Having a good representation for a problem is crucial to the success
of intelligent systems. In this talk, we discuss recent work and future
opportunities for how humans can aid machine learning algorithms. Beyond simply
labeling data, the crowd can help uncover the latent representation behind a
problem. We discuss recent work on eliciting features using active learning as
well as other aspects of crowdsourcing and machine learning, such as how
crowdsourcing can help generate data, raise questions, and assist in more
complex AI tasks.
<p>
<b>Bio</b>
Adam Tauman Kalai received his BA (1996) from Harvard, and MA (1998) and PhD
(2001) under the supervision of Avrim Blum from CMU. After an NSF postdoctoral
fellowship at M.I.T. with Santosh Vempala, he served as an assistant professor
at the Toyota Technological institute at Chicago and then at Georgia Tech. He
is now a Principal Researcher at Microsoft Research New England. His honors
include an NSF CAREER award and an Alfred P. Sloan fellowship. His research
focuses on human computation, machine learning, and algorithms.
</td>
</tr>
<tr><td colspan=2>
<DIV ID="session1"></DIV>
<!--<h2>May 11 (Monday) 08:30 - 09:30</h2>-->
</td></tr>
<tr>
<td valign="top"><img width="120" src="{{ site.baseurl }}/image/richard_samworth.jpg"></td>
<td valign="top">
<a onclick="window.open(this.href); return false;" href="http://www.statslab.cam.ac.uk/~rjs57/" >Richard Samworth</a>,
<i> University of Cambridge</i>
<p><b>Random Projection Ensemble Classification</b>
<p>
<b>Abstract</b>
We introduce a very general method for high-dimensional classification, based
on careful combination of the results of applying an arbitrary base classifier
to random projections of the feature vectors into a lower-dimensional space. In
one special case that we study in detail, the random projections are divided
into non-overlapping blocks, and within each block we select the projection
yielding the smallest estimate of the test error. Our random projection
ensemble classifier then aggregates the results of applying the base classifier
on the selected projections, with a data-driven voting threshold to determine
the final assignment. Our theoretical results elucidate the effect on
performance of increasing the number of projections. Moreover, under a boundary
condition implied by the sufficient dimension reduction assumption, we show
that the test excess risk of the random projection ensemble classifier can be
controlled by terms that do not depend on the original data dimension. The
classifier is also compared empirically with several other popular
high-dimensional classifiers via an extensive simulation study, which reveals
its excellent finite-sample performance.
<p>
<b>Bio</b>
Richard Samworth is Professor of Statistics in the Statistical Laboratory at
the University of Cambridge, and currently holds a GBP 1.2M Engineering and
Physical Sciences Research Council Early Career Fellowship. He received his
PhD in Statistics, also from the University of Cambridge, in 2004. Richard's
main research interests are in nonparametric and high-dimensional statistical
inference. Particular research topics include shape-constrained density and
other nonparametric function estimation problems, nonparametric classification,
clustering and regression, Independent Component Analysis, bagging and
high-dimensional variable selection problems. Richard was awarded the Royal
Statistical Society (RSS) Research prize (2008), the RSS Guy Medal in Bronze
(2012) and a Philip Leverhulme prize (2014). He has been elected a Fellow of
the Institute for Mathematical Statistics (2014) and the American Statistical
Association (2015).
</td>
</tr>
</table>
</div>
<!--- XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX -->