-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsdm20.html
More file actions
264 lines (226 loc) · 12 KB
/
Copy pathsdm20.html
File metadata and controls
264 lines (226 loc) · 12 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
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
<!DOCTYPE html>
<!-- saved from url=(0031)https://wsl-workshop.github.io/ -->
<html lang="en-US"><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<!-- Begin Jekyll SEO tag v2.5.0 -->
<title>Welcome to SDM2020 Weakly-supervised and Unsupervised Learning Workshop | wsl-workshop.github.io</title>
<meta name="generator" content="Jekyll v3.8.5">
<meta property="og:title" content="Welcome to SDM2020 Weakly-supervised and Unsupervised Learning Workshop">
<meta property="og:locale" content="en_US">
<meta name="description" content="SDM2020 Weakly-supervised and Unsupervised Learning Workshop">
<meta property="og:description" content="SDM2020 Weakly-supervised and Unsupervised Learning Workshop">
<link rel="canonical" href="https://wsl-workshop.github.io/">
<meta property="og:url" content="https://wsl-workshop.github.io/">
<meta property="og:site_name" content="wsl-workshop.github.io">
<script type="application/ld+json">
{"@type":"WebSite","url":"https://wsl-workshop.github.io/","name":"wsl-workshop.github.io","headline":"Welcome to SDM2020 Weakly-supervised and Unsupervised Learning Workshop","description":"ACML19 Weakly-supervised Learning Workshop","@context":"http://schema.org"}</script>
<!-- End Jekyll SEO tag -->
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="theme-color" content="#157878">
<link rel="stylesheet" href="./style.css">
</head>
<body>
<section class="page-header">
<h1 class="project-name">SDM2020 WSUL Workshop</h1>
<h2 class="project-tagline">Weakly-supervised and Unsupervised Learning Workshop, May 9th, Cincinnati, Ohio, United States
</h2>
</section>
<section class="main-content">
<!-- <h2 id="May 9th, Cincinnati, Ohio, United States">May 9th, Cincinnati, Ohio, United States
</h2> -->
<h1 id="topic-summary">Topic Summary</h1>
<p>Modern data mining is migrating to the era of complex models (e.g., deep neural networks), which require a plethora of data to train. However, most existing data mining algorithms rely heavily on supervisory label information. As dataset sizes grow bigger, obtaining labels is becoming more and more laborious and expensive. Giant companies have enough money to collect well-annotated data. However, for startups or non-profit organizations, such data is barely acquirable due to the cost of labeling data or the intrinsic scarcity in the given domain. These practical issues motivate us to research and pay attention to weakly-supervised and unsupervised learning (WSUL), since that it does not require such a huge amount of annotated data and that it is relatively easy to collect a large amount of unannotated data. We therefore propose a workshop for researchers from different fields of data mining that face this problem to discuss this issue and foster further research advances in this direction.</p>
<h1 id="topics-of-interest">Topics of Interest</h1>
<p>We define WSUL as the collection of learning problem settings and algorithms that share the similar goals as supervised learning but can only access to <strong>less or even no supervised information</strong> than supervised learning.<br>
In this workshop, we discuss both theoretical and applied aspects of WSUL, which includes but not limited to the following topics:</p>
<ul>
<li>Theories, algorithms, and applications of <strong>no supervision</strong>, e.g., clustering, generative adversarial nets, variational autoencoders;</li>
<li>Theories, algorithms, and applications of <strong>incomplete supervision</strong>, e.g., dealing with semi-supervised data or positive-unlabeled data;</li>
<li>Theories, algorithms, and applications of <strong>inexact supervision</strong>, e.g., dealing with similarity/dissimilarity data and complementary information;</li>
<li>Theories, algorithms, and applications of <strong>inaccurate supervision</strong>, e.g., crowdsourcing and dealing with noisy labels;</li>
<li>Theories, algorithms, and applications of <strong>cross-domain supervision</strong>, e.g., domain adaptation and zero-/one-/few-shot learning.</li>
</ul>
<h1 id="topic-description">Topic Description</h1>
<p>The focus of this workshop is five types of supervision: no supervision, incomplete supervision, inexact supervision, inaccurate supervision, and cross-domain supervision. Specifically, no supervision considers problems in which no data have ground-truth labels. Incomplete supervision considers a subset of training data given with ground-truth labels while the other data remain unlabeled, such as semi-supervised data and positive-unlabeled data. Inexact supervision considers the situation where some supervision information is given but not as exacted as desired, i.e., only coarse-grained labels are available. For example, if we are considering to classify every pixel of an image, rather than the image itself, then ImageNet becomes a benchmark with inexact supervision. Besides, the multi-instance learning setting belongs to inexact supervision, where we do not exactly know which instance in the bag corresponds to the given ground-truth label. Inaccurate supervision considers the situation where the supervision information is not always the ground-truth, such as learning with noisy labels. Cross-domain supervision considers the situation where the supervision information is scarce or even non-existent in the current domain but can be possibly derived from other domains. Examples of cross-domain supervision appear in zero-/one-/few-shot learning, where external knowledge from other domains is usually used to overcome the problem of too few or even no supervision in the original domain.</p>
<p>This workshop will discuss the fundamental theories of weakly-supervised and unsupervised learning. Although theories of statistical weakly-supervised and unsupervised learning already exist, extending these results for deep weakly-supervised and unsupervised learning is still a challenge. Besides, this workshop also discusses on broad applications of weakly-supervised and unsupervised learning, such as mining text, web & social media, analyzing finance data, genomics & bioinformatics, and recommendation.</p>
<h1 id="submission-guidelines">Submission Guidelines</h1>
<p>Workshop submissions and camera ready versions will be handled by the CTM system. [Link to be updated]. We welcome extended-abstract submissions to introduce preliminary works and ideas, as well as recently-published research at the top conferences. The workshop accepts both full papers (4 to 8 pages) and extended abstracts (1 to 2 pages) for published or ongoing work. Papers should be submitted as PDF, using the SIAM conference proceedings style.</p>
<h1 id="tentative-schedule">Tentative Schedule</h1>
<p>The workshop will be combined with invited talks, accepted presentations, and informal discussions.</p>
<table>
<thead>
<tr>
<th>Time</th>
<th>Event</th>
</tr>
</thead>
<tbody>
<tr>
<td>09:00-09:15</td>
<td><strong>Opening Ceremony</strong></td>
</tr>
<tr>
<td> </td>
<td>Session 1: Incomplete supervision, inexact supervision and inaccurate supervision</td>
</tr>
<tr>
<td>09:15-10:15</td>
<td><strong>Keynote Talk 1</strong></td>
</tr>
<tr>
<td> </td>
<td><strong>Title</strong>: TBD</td>
</tr>
<tr>
<td> </td>
<td><strong>Speaker</strong>: <a href="https://researcher.watson.ibm.com/researcher/view.php?person=us-wuli">Lingfei Wu</a>, (IBM T. J. Watson Research Center)</td>
</tr>
<tr>
<td>10:15-11:15</td>
<td><strong>Keynote Talk 2</strong></td>
</tr>
<tr>
<td> </td>
<td><strong>Title</strong>: TBD</td>
</tr>
<tr>
<td> </td>
<td><strong>Speaker</strong>: <a href="http://jiayuzhou.github.io/">Jiayu Zhou</a>, (Michgan State University)</td>
</tr>
<tr>
<td>11:15-11:25</td>
<td><strong>Contributed Talk 1</strong></td>
</tr>
<tr>
<td> </td>
<td><strong>Title</strong>: TBD</td>
</tr>
<tr>
<td> </td>
<td><strong>Authors</strong>: TBD</td>
</tr>
<tr>
<td>11:25-11:35</td>
<td><strong>Contributed Talk 2</strong></td>
</tr>
<tr>
<td> </td>
<td><strong>Title</strong>: TBD</td>
</tr>
<tr>
<td> </td>
<td><strong>Authors</strong>: TBD</td>
</tr>
<tr>
<td>11:35-11:45</td>
<td><strong>Contributed Talk 3</strong></td>
</tr>
<tr>
<td> </td>
<td><strong>Title</strong>: TBD</td>
</tr>
<tr>
<td> </td>
<td><strong>Authors</strong>: TBD</td>
</tr>
<tr>
<td>11:45-12:45</td>
<td><strong>Poster session 1 / Coffee break</strong></td>
</tr>
<tr>
<td>11:45-12:45</td>
<td><strong>12:45-14:30 / Lunch break</strong></td>
</tr>
<tr>
<td> </td>
<td> </td>
</tr>
<tr>
<td> </td>
<td>Session 2: No supervision and Cross-domain supervision</td>
</tr>
<tr>
<td>14:30-15:30</td>
<td><strong>Keynote Talk 3</strong></td>
</tr>
<tr>
<td> </td>
<td><strong>Title</strong>: TBD</td>
</tr>
<tr>
<td> </td>
<td><strong>Speaker</strong>: <a href="https://kayhan.dbmi.pitt.edu/">Kayhan Batmanghelich</a>, (University of Pittsburgh; confirmed)</td>
</tr>
<tr>
<td>15:30-16:30</td>
<td><strong>Keynote Talk 4</strong></td>
</tr>
<tr>
<td> </td>
<td><strong>Title</strong>: TBD</td>
</tr>
<tr>
<td> </td>
<td><strong>Speaker</strong>: <a href="https://www.atlaswang.com/">Zhangyang Wang</a>, (Texas A&M University; confirmed)</td>
</tr>
<tr>
<td>16:30-16:40</td>
<td><strong>Keynote Talk 5</strong></td>
</tr>
<tr>
<td> </td>
<td><strong>Title</strong>: TBD</td>
</tr>
<tr>
<td> </td>
<td><strong>Speaker</strong>: <a href="http://www-scf.usc.edu/~weilunc/">Wei-Lun Chao</a>, (Ohio State University; confirmed)</td>
</tr>
<tr>
<td>16:40-16:50</td>
<td><strong>Contributed Talk 4</strong></td>
</tr>
<tr>
<td> </td>
<td><strong>Title</strong>: TBD</td>
</tr>
<tr>
<td> </td>
<td><strong>Authors</strong>: TBD</td>
</tr>
<tr>
<td>16:50-17:00</td>
<td><strong>Contributed Talk 5</strong></td>
</tr>
<tr>
<td> </td>
<td><strong>Title</strong>: TBD</td>
</tr>
<tr>
<td> </td>
<td><strong>Authors</strong>: TBD</td>
</tr>
<tr>
<td>17:00-18:00</td>
<td><strong>Poster session 2 / Coffee break</strong></td>
</tr>
</tbody>
</table>
<h1 id="important-dates">Important Dates</h1>
<p>Submission Deadline: March 8, 2020</p>
<p>Acceptance Notifications: March 22, 2020</p>
<p>Final camera-ready papers due: April 1, 2020</p>
<h1 id="organizers">Organizers</h1>
<p><a href="https://mingming-gong.github.io/">Mingming Gong</a>, University of Melbourne, Australia.</p>
<p><a href="http://chunyuan.li/">Chunyuan Li</a>, Microsoft Research, USA.</p>
<p><a href="https://tongliang-liu.github.io/">Tongliang Liu</a>, University of Sydney, Australia.</p>
<p><a href="https://bhanml.github.io/">Bo Han</a>, HKBU & RIKEN AIP, Hong Kong & Japan.</p>
<p><a href="http://www.cse.ust.hk/~qyaoaa/">Quanming Yao</a>, 4Paradigm Inc., Hong Kong.</p>
<p><a href="https://niug1984.github.io/">Gang Niu</a>, RIKEN AIP, Japan.</p>
<p><a href="http://www.andrew.cmu.edu/user/kunz1/index.html">Kun Zhang</a>, Carnegie Mellon University, USA.</p>
<p><a href="http://www.ms.k.u-tokyo.ac.jp/sugi/">Masashi Sugiyama</a>, RIKEN / University of Tokyo, Japan.</p>
<h1 id="previous-workshops">Previous Workshops</h1>
<p><a href="https://wsl-workshop.github.io/acml19.html">ACML2019 WSL Workshop</a>, Nagoya, Japan.</p>
<footer class="site-footer">
<span class="site-footer-credits">This page was generated by <a href="https://pages.github.com/">GitHub Pages</a>.</span>
</footer>
</section>
</body></html>