forked from deep-gen-struct/deep-gen-struct.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
257 lines (233 loc) · 11.9 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
<!DOCTYPE html>
<html>
<title>Deep Generative Models for Highly Structured Data</title>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="https://www.w3schools.com/w3css/4/w3.css">
<link rel="stylesheet" href="https://www.w3schools.com/lib/w3-theme-black.css">
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Roboto">
<link rel="stylesheet" href="style.css">
<style>
html,body,h3,h3,h3,h4,h5,h6 {font-family:sans-serif;}
.w3-sidebar {
z-index: 3;
width: 120px;
top: 43px;
bottom: 0;
height: inherit;
}
.w3-top-padding-64{
padding-top: 64px!important;;
}
</style>
<body>
<!-- Navbar -->
<div class="w3-top">
<div class="w3-bar w3-theme w3-top w3-left-align w3-large">
<a class="w3-bar-item w3-button w3-right w3-hide-large w3-hover-white w3-large w3-theme-l1" href="javascript:void(0)" onclick="w3_open()"><i class="fa fa-bars"></i></a>
<a href="index.html" class="w3-bar-item w3-button w3-theme-l1">Home</a>
<!-- <a href="organization.html" class="w3-bar-item w3-button w3-theme-l1">Organization</a> -->
<!-- <a href="speakers.html" class="w3-bar-item w3-button w3-theme-l1">Speakers</a> -->
<!-- <a href="schedule.html" class="w3-bar-item w3-button w3-theme-l1">Schedule</a> -->
<!-- <a href="submissions.html" class="w3-bar-item w3-button w3-theme-l1">Call for Papers</a> -->
</div>
</div>
<!--nav class="w3-sidebar w3-bar-block w3-collapse w3-large w3-theme-l5" id="mySidebar">
</nav-->
<!-- Main content: shift it to the right by 250 pixels when the sidebar is visible -->
<div class="w3-main">
<div class="w3-row w3-top-padding-64">
<div class="w3-container">
<h2>
Deep Generative Models for Highly Structured Data <small>(ICLR 2019 Workshop)</small>
</h2>
</div>
<div style="margin-left: 10pt;margin-right: 10pt">
</div>
<div class="w3-container">
<!-- <h3 class="w3-text">Overview</h3> -->
<div style="margin-left: 10pt;margin-right: 10pt;">
<p>(For any questions please email <a href="mailto:[email protected]">[email protected]</a>)</p>
<p>Deep generative models are at the core of research in artificial intelligence. They have achieved
remarkable performance in many domains including computer vision, speech recognition,
audio synthesis, and natural language processing.
In recent years, they have also infiltrated other fields of science including the natural
sciences, physics, chemistry, molecular biology, and medicine. Despite these successes,
deep generative models still face many challenges when they are used to model highly
structured data such as natural language, video, and generic graph-structured data such as
molecules. These challenges include tractable algorithms for learning and inference, domain-specific
parameterizations of generative models, rigorous evaluation of generative models, and more.
This first workshop on Deep Generative Models for Highly Structured Data
aims to bring experts from different backgrounds and perspectives to
discuss the applications of deep generative models to these data modalities. </p>
<p> Relevant topics to this workshop include but are not limited to:</p>
<li> Generative models for graphs, text, video, and other structured modalities </li>
<li> Unsupervised representation learning of high dimensional structured data </li>
<li> Learning and inference algorithms for deep generative models </li>
<li> Evaluation methods for deep generative models </li>
<li> Applications and practical implementations of deep generative models </li>
<li> Scalable algorithms to accelerate learning with deep generative models </li>
<li> Visualization methods for deep generative models </li>
<li> Empirical analysis comparing different architectures for a given data modality </li>
</div>
</div>
<!--div class="w3-third w3-container">
<p class="w3-border w3-padding-large w3-padding-32 w3-center">AD</p>
<p class="w3-border w3-padding-large w3-padding-64 w3-center">AD</p>
</div-->
</div>
<div class="w3-row">
<div class=" w3-container">
<h3 class="w3-text">Important Dates</h3>
<table>
<tr>
<td width="250px" class="name">Paper submission deadline</td><td class="institution"><strike>March 15, 2019</strike> March 22, 2019 (anywhere in the world)</td>
</tr>
<tr>
<td width="250px" class="name">Acceptance notification</td><td class="institution">April 15, 2019</td>
</tr>
<tr>
<td width="250px" class="name">Camera-ready deadline</td><td class="institution">April 26, 2019</td>
</tr>
<tr>
<td width="250px" class="name">Workshop</td><td class="institution">May 6, 2019</td>
</tr>
</table>
</div>
</div>
<div class="w3-row">
<div class=" w3-container">
<h3 class="w3-text">Call for Papers</h3>
<div style="margin-left: 10pt;margin-right: 10pt;">
Please submit your papers via OpenReview, available at:
<p><a href="https://openreview.net/group?id=ICLR.cc/2019/Workshop/DeepGenStruct">https://openreview.net/group?id=ICLR.cc/2019/Workshop/DeepGenStruct</a></p>
<li> Single round of double blind reviewing </li>
<li> Recommended page length of 4-8 pages, with a strict upper limit of 10 pages. </li>
<li> References/appendices do not count towards the page limit.</li>
<li> Latex template available <a href="ICLR2019-Workshop-Template.tar.gz">here</a></li>
<li> Accepted papers are considered non-archival and concurrent submissions are allowed</li>
</div>
</div>
</div>
<div class="w3-row">
<div class=" w3-container">
<h3 class="w3-text">Speakers</h3>
<table>
<tr>
<td width="180px" class="name">Yoshua Bengio</td><td class="institution">MILA</td>
</tr>
<tr>
<td width="180px" class="name">Rose Yu</td><td class="institution">Northeastern University</td>
</tr>
<tr>
<td width="180px" class="name">Yulia Tsvetkov</td><td class="institution">Carnegie Mellon University</td>
</tr>
<tr>
<td width="180px" class="name">Aaron van den Oord</td><td class="institution">DeepMind</td>
</tr>
<tr>
<td width="180px" class="name">Graham Neubig</td><td class="institution">Carnegie Mellon University</td>
</tr>
</table>
</div>
</div>
<div class="w3-row">
<div class="w3-container">
<h3 class="w3-text">Organization</h3>
<div class="w3-container">
<h4>Organizing Committee</h4>
<table>
<tr>
<td width="180px" class="name">Adji Bousso Dieng</td><td class="institution"> Columbia University</td>
</tr>
<tr>
<td class="name">Yoon Kim</td><td class="institution">Harvard University</td>
</tr>
<tr>
<td class="name">Siva Reddy</td><td class="institution">Stanford University</td>
</tr>
<tr>
<td class="name">Kyunghyun Cho</td><td class="institution">New York University / Facebook</td>
</tr>
<tr>
<td class="name">Chris Dyer</td><td class="institution">DeepMind</td>
</tr>
<tr>
<td class="name">Phil Blunsom</td><td class="institution">University of Oxford / DeepMind</td>
</tr>
<tr>
<td class="name">David Blei</td><td class="institution">Columbia University</td>
</tr>
</table>
<h4 style="margin-bottom: 0px">Program Committee</h4>
<table>
<tr> <td><ul><li class="name" style="width:200px;"> Martin Arjovsky </li></ul></td>
<td><ul><li class="name" style="width:200px;"> Chris Maddison </li></ul></td>
<td><ul><li class="name" style="width:200px;"> Urvashi Khandelwal </li></ul></td> </tr>
<tr> <td><ul><li class="name" style="width:200px;"> Shashank Srivasta </li></ul></td>
<td><ul><li class="name" style="width:200px;"> Abigail See </li></ul></td>
<td><ul> <li class="name" style="width:200px;"> Miltos Allamanis </li> </ul></td> </tr>
<tr> <td><ul> <li class="name" style="width:200px;"> Will Whitney </li> </ul></td>
<td><ul> <li class="name" style="width:200px;"> Jake Zhao </li></ul></td>
<td><ul> <li class="name" style="width:200px;"> Andrew Miller </li></ul></td> </tr>
<tr> <td><ul> <li class="name" style="width:200px;"> He He </li></ul></td>
<td><ul> <li class="name" style="width:200px;"> Francisco Ruiz </li></ul></td>
<td><ul> <li class="name" style="width:200px;"> Jianpeng Cheng </li></ul></td> </tr>
<tr> <td><ul> <li class="name" style="width:200px;"> Dawen Liang </li></ul></td>
<td><ul> <li class="name" style="width:200px;"> Luheng He </li></ul></td>
<td><ul> <li class="name" style="width:200px;"> Li Dong </li></ul></td> </tr>
<tr> <td><ul> <li class="name" style="width:200px;"> Will Grathwohl </li></ul></td>
<td><ul> <li class="name" style="width:200px;"> Lea Frermann </li></ul></td>
<td><ul> <li class="name" style="width:200px;"> Dieterich Lawson </li></ul></td> </tr>
<tr> <td><ul> <li class="name" style="width:200px;"> Pengcheng Yin </li> </ul></td>
<td><ul> <li class="name" style="width:200px;"> Eunsol Choi </li></ul></td>
<td><ul> <li class="name" style="width:200px;"> Shashi Narayan </li></ul></td> </tr>
<tr> <td><ul> <li class="name" style="width:200px;"> Robin Jia </li></ul></td>
<td><ul> <li class="name" style="width:200px;"> Akash Srivastava </li></ul></td>
<td><ul> <li class="name" style="width:200px;"> Manzil Zaheer </li></ul></td> </tr>
<tr> <td><ul> <li class="name" style="width:200px;"> Adams Wei Yu </li></ul></td>
<td><ul> <li class="name" style="width:200px;"> David Pfau </li></ul></td>
<td><ul> <li class="name" style="width:200px;"> Sander Dieleman </li></ul></td> </tr>
<tr> <td><ul> <li class="name" style="width:200px;"> Mihaela Rosca </li></ul></td>
<td><ul> <li class="name" style="width:200px;"> Theo Weber </li></ul></td>
<td><ul> <li class="name" style="width:200px;"> Simon Shaolei Du </li></ul></td> </tr>
<tr> <td><ul> <li class="name" style="width:200px;"> Michalis Titsias</li> </ul></td>
<td><ul> <li class="name" style="width:200px;"> Justin Chiu</li> </ul></td>
</tr>
<tr> <td><ul> <li class="name" style="width:200px;"> Wengong Jin</li> </ul></td>
<td><ul> <li class="name" style="width:200px;"> Yuntian Deng</li> </ul></td>
<td><ul> <li class="name" style="width:200px;"> Junxian He</li> </ul></td> </tr>
<tr> <td><ul> <li class="name" style="width:200px;"> Elman Mansimov</li> </ul></td>
<td><ul> <li class="name" style="width:200px;"> Zhilin Yang</li> </ul></td>
</tr>
<tr> <td><ul> <li class="name" style="width:200px;"> Zhiting Hu</li> </ul></td>
<td><ul> <li class="name" style="width:200px;"> Zhe Gan</li> </ul></td>
<td><ul> <li class="name" style="width:200px;"> Jason Lee</li> </ul></td> </tr>
<tr> <td><ul> <li class="name" style="width:200px;"> Balaji Lakshminarayan</li> </ul></td>
<td><ul> <li class="name" style="width:200px;"> Da Tang</li> </ul></td>
<td><ul> <li class="name" style="width:200px;"> Tianxiao Shen</li> </ul></td> </tr>
</table>
</div>
</div>
</div>
<div class="w3-row">
<div class=" w3-container">
<h3 class="w3-text">Sponsors</h3>
</div>
<img src="deepmind_logo.png" alt="dm" vspace="50" hspace="50" style="width:300px;height:65px;">
<img src="fair_logo.png" alt="fair" vspace="50" hspace="50" style="width:300px;height:65px;">
<img src="microsoft_logo.png" alt="fair" vspace="50" hspace="50" style="width:300px;height:65px;">
</div>
<!--div class="w3-third w3-container">
<p class="w3-border w3-padding-large w3-padding-32 w3-center">AD</p>
<p class="w3-border w3-padding-large w3-padding-64 w3-center">AD</p>
</div-->
</div>
<!-- END MAIN -->
</div>
<script>
// Get the Sidebar
var mySidebar = document.getElementById("mySidebar");
</script>
</body>
</html>