-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpaper_detail.html
407 lines (321 loc) · 17.7 KB
/
paper_detail.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
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
<!DOCTYPE html>
<html lang="en" style="scroll-padding-top: 70px;">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0, shrink-to-fit=no">
<link rel="stylesheet"
href="https://fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,600italic,700italic,800italic,400,300,600,700,800">
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Lora:400,700,400italic,700italic">
<link href="https://fonts.googleapis.com/css2?family=Exo:wght@400;700&family=Lato:wght@400;700&display=swap" rel="stylesheet">
<link rel="stylesheet" href="/static/expo/fonts/font-awesome.min.css">
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.8.1/css/all.css" integrity="sha384-50oBUHEmvpQ+1lW4y57PTFmhCaXp0ML5d60M1M7uH2+nqUivzIebhndOJK28anvf" crossorigin="anonymous">
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap-select.min.css">
<link rel="stylesheet" href="/static/virtual/css/virtual.css">
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.8.1/css/all.css" integrity="sha384-50oBUHEmvpQ+1lW4y57PTFmhCaXp0ML5d60M1M7uH2+nqUivzIebhndOJK28anvf" crossorigin="anonymous">
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" integrity="sha384-xOolHFLEh07PJGoPkLv1IbcEPTNtaed2xpHsD9ESMhqIYd0nLMwNLD69Npy4HI+N" crossorigin="anonymous">
<script src="https://code.jquery.com/jquery-3.6.1.min.js"
integrity="sha256-o88AwQnZB+VDvE9tvIXrMQaPlFFSUTR+nldQm1LuPXQ=" crossorigin="anonymous"></script>
</script>
<script>
if (typeof jQuery === 'undefined') {
var script = document.createElement('script');
script.type = 'text/javascript';
script.src = "/static/core/js/jquery-3.6.1.min.js";
document.head.appendChild(script);
}
</script>
<script src="https://d3js.org/d3.v5.min.js"></script>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/umd/popper.min.js" integrity="sha384-Q6E9RHvbIyZFJoft+2mJbHaEWldlvI9IOYy5n3zV9zzTtmI3UksdQRVvoxMfooAo" crossorigin="anonymous"></script>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js" integrity="sha384-Fy6S3B9q64WdZWQUiU+q4/2Lc9npb8tCaSX9FK7E8HnRr0Jz8D6OP9dO5Vg3Q9ct" crossorigin="anonymous"></script>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap-select.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/corejs-typeahead/1.3.1/typeahead.bundle.min.js" integrity="sha512-lEb9Vp/rkl9g2E/LdHIMFTqz21+LA79f84gqP75fbimHqVTu6483JG1AwJlWLLQ8ezTehty78fObKupq3HSHPQ==" crossorigin="anonymous"></script>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/min/moment.min.js"
integrity="sha256-4iQZ6BVL4qNKlQ27TExEhBN1HFPvAvAMbFavKKosSWQ="
crossorigin="anonymous"></script>
<script src="https://cdn.jsdelivr.net/npm/js-cookie@2/src/js.cookie.min.js"></script>
<script src="/static/core/js/ajax-csrf-snippet.js" type="text/javascript"></script>
<script src="/static/virtual/js/virtual.js"></script>
<link rel="stylesheet" href="/static/virtual/css/calendar.css">
<link rel="stylesheet" href="/static/virtual/css/calendar-ICML.css">
<link rel="stylesheet" href="/static/virtual/css/calendar-ICML2023.css">
<script src='https://slideslive.com/embed_presentation.js'></script>
</head>
<body>
<!-- NAV -->
<nav class="navbar sticky-top navbar-expand-lg navbar-light bg-light mr-auto"
style="background-image: url(/static/virtual/img/navbackground.png); background-repeat: repeat-x;" id="main-nav">
<div class="container-fluid">
<a class="navbar-brand" href="/">
<img src="/static/core/img/ICML-logo.svg" height="40px">
</a>
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarNav"
aria-controls="navbarNav" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse text-right flex-grow-1" id="navbarNav">
<ul class="navbar-nav ml-auto">
<li>
<a class="nav-link" href="/virtual/2023/index.html">Getting Started</a>
</li>
<li class="nav-item ">
<a class="nav-link" href="/virtual/2023/calendar">Schedule</a>
</li>
<li class="nav-item ">
<a class="nav-link" href="/virtual/2023/events/tutorial">Tutorials</a>
</li>
<li class="nav-item dropdown">
<a class="nav-link dropdown-toggle" href="#" id="navbarDropdown" role="button"
data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
Main Conference
</a>
<div class="dropdown-menu" aria-labelledby="navbarDropdown">
<a class="dropdown-item"
href="/virtual/2023/events/invited%20talk">Invited Talks</a>
<div class="dropdown-divider"></div>
<a class="dropdown-item" href="/virtual/2023/events/oral">Orals</a>
<div class="dropdown-divider"></div>
<a class="dropdown-item" href="/virtual/2023/events/spotlight">Spotlights</a>
<div class="dropdown-divider"></div>
<a class="dropdown-item" href="/virtual/2023/awards_detail">Awards</a>
<div class="dropdown-divider"></div>
<a class="dropdown-item" href="/virtual/2023/test-of-time-award">Test of Time Award</a>
<div class="dropdown-divider"></div>
<a class="dropdown-item" href="/virtual/2023/papers.html">Papers</a>
</div>
</li>
<li class="nav-item ">
<a class="nav-link" href="/virtual/2023/events/workshop">Workshops</a>
</li>
<!--
<li class="nav-item dropdown">
<a class="nav-link dropdown-toggle" href="#" id="navbarDropdown" role="button"
data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
Community
</a>
<div class="dropdown-menu" aria-labelledby="navbarDropdown">
<a class="dropdown-item" href="/virtual/2023/affinity_events">Affinity Events</a>
<div class="dropdown-divider"></div>
<a class="dropdown-item" href="/virtual/2023/community?show=socials">Socials</a>
<div class="dropdown-divider"></div>
</div>
-->
<!--
<li class="nav-item ">
<a class="nav-link" href="/virtual/2023/sponsor_list">Sponsors</a>
</li>
<li class="nav-item ">
<a class="nav-link" href="/virtual/2023/organizers">Organizers</a>
</li>
-->
<li class="nav-item ">
<a class="nav-link" href="/virtual/2023/search"><i class="fas fa-search"></i> </a>
</li>
<!--
<li class="nav-item dropdown">
<a class="nav-link dropdown-toggle" href="#" id="navbarDropdown" role="button"
data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
Help
</a>
<div class="dropdown-menu dropdown-menu-right" aria-labelledby="navbarDropdown">
<a class="dropdown-item" href="/virtual/2023/faq">FAQ</a>
<div class="dropdown-divider"></div>
<a class="dropdown-item" target="_blank"
href="https://wiki.eventhosts.cc/reference/physical-presenter-instructions">Presenters Instructions <small><i
class="fas fa-external-link-alt"></i></small></a>
<div class="dropdown-divider"></div>
<a class="dropdown-item" target="_blank"
href="https://wiki.eventhosts.cc/en/reference/moderator-instructions">Moderators Instructions <small><i
class="fas fa-external-link-alt"></i></small></a>
<div class="dropdown-divider"></div>
<a class="dropdown-item" target="_blank" href="https://chat.icml.cc/channel/HelpDesk">RocketChat
Help <small><i class="fas fa-external-link-alt"></i></small></a>
<div class="dropdown-divider"></div>
<a class="dropdown-item" target="_blank" href="https://rocket.chat/install/">RocketChat Desktop
Client <small><i class="fas fa-external-link-alt"></i></small></a>
</div>
</li>
-->
<!--
<li class="nav-item dropdown">
<div class="btn-group">
<button type="button" class="btn btn-primary btn-sm"> Paul</button>
<button type="button" class="btn btn-primary dropdown-toggle dropdown-toggle-split"
data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
<span class="sr-only">Toggle Dropdown</span>
</button>
<div class="dropdown-menu dropdown-menu-right">
<a class="dropdown-item" href="/MyStuff">My Stuff</a>
<div class="dropdown-divider"></div>
<a class="dropdown-item" href="Profile/change-password">Password</a>
<div class="dropdown-divider"></div>
<a class="dropdown-item" href="/logout">Log Out</a>
<div class="dropdown-divider"></div>
<a class="dropdown-item"
href="/set_timezone?nextp=/virtual/2022/spotlight/17114">TZ: America/Toronto</a>
<div class="dropdown-divider"></div>
<a class="dropdown-item" href="/virtual/2023/mycalendar"><i
class="far fa-bookmark"></i> My Bookmarks</a>
<div class="dropdown-divider"></div>
<button class="dropdown-item" id="show_metadata_menu_button">
✓
Show Metadata
</button>
<script>
$(document).ready(function () {
$("#show_metadata_menu_button").click(function () {
$.ajax({
type: "POST",
url: "/toggle_show_metadata",
data: {
csrfmiddlewaretoken: csrftoken,
},
}).done(function (data) {
window.location.href = window.location.href; // reload the page
}).fail(function (error) {
console.log(error)
alert("Error Toggling Show Metadata");
});
})
})
</script>
</div>
</div>
</li>
-->
</ul>
</div>
</div>
</nav>
<div class="container">
<span class="bookmark-right far fa-bookmark fa-lg bump20" title="Add/Remove bookmark for this event" id="the-bookmark-1"></span>
<script>
add_bookmark_click(
17114,
1,
'the-bookmark-1',
'Add/Remove bookmark for this event',
'Add/Remove bookmark for this event'
)
</script>
<!-- Title -->
<div class="pp-card m-3" style="" id="bookmark-here">
<div class="card-header">
<h3 class="text-center">Spotlight</h3>
<h2 class="card-title main-title text-center" style="">
Multi-Task Learning as a Bargaining Game
</h2>
<h3 class="card-subtitle mb-2 text-muted text-center">
Aviv Navon · Aviv Shamsian · Idan Achituve · Haggai Maron · Kenji Kawaguchi · Gal Chechik · Ethan Fetaya
</h3>
<h5 class="text-center text-muted">Room 318 - 320</h5>
<div class="text-center p-3">
<a class="card-link" data-toggle="collapse" role="button" href="#details">
Abstract
</a>
<!-- [ Livestream: Visit <a href="/virtual/2022/session/20052">Transfer/Multitask/Meta Learning</a> ] -->
<!--
<div>Tue 19 Jul 10:30 a.m. — 10:35 a.m. EDT
<span class="bookmark-word abc far bump20" title="Add/Remove bookmark for this event" id="bookmark-number-0">(Bookmark)</span>
<script>
add_bookmark_click(
17114,
1,
'bookmark-number-0',
'Add/Remove bookmark for this event',
'Add/Remove bookmark for this event'
, 'the-bookmark-1'
)
</script>
</div>
-->
<div class="schedule-html-detail"></div>
<div class="related-events">
<!-- <a href="/virtual/2022/poster/17113">Poster</a> presentation: -->
<a href="/virtual/2022/poster/17113">Multi-Task Learning as a Bargaining Game</a>
<br>
</div>
<div>
<span class="nowrap" style="white-space:nowrap">
<a href="/media/icml-2022/Slides/17114.pdf" class="btn btn-default btn-xs href_PDF" title="Slides">
<i class="fa fa-file-pdf-o"></i> Slides</a>
</span>
<span class="nowrap" style="white-space:nowrap">
<a href="https://proceedings.mlr.press/v162/navon22a.html" class="btn btn-default btn-xs href_PDF" title="Paper PDF">
<i class="fa fa-file-pdf-o"></i>Paper PDF
</a>
</span>
</div>
<!--
<div></div>
<div></div>
-->
</div>
<div class=" text-center text-muted text-monospace ">
<div>
</div>
</div>
</div>
</div>
<div id="details" class="pp-card m-3">
<div class="card-body">
<p class="card-text">
<div id="abstractExample">
<p>
In Multi-task learning (MTL), a joint model is trained to simultaneously make predictions for several tasks. Joint training reduces computation costs and improves data efficiency; however, since the gradients of these different tasks may conflict, training a joint model for MTL often yields lower performance than its corresponding single-task counterparts. A common method for alleviating this issue is to combine per-task gradients into a joint update direction using a particular heuristic. In this paper, we propose viewing the gradients combination step as a bargaining game, where tasks negotiate to reach an agreement on a joint direction of parameter update. Under certain assumptions, the bargaining problem has a unique solution, known as the \emph{Nash Bargaining Solution}, which we propose to use as a principled approach to multi-task learning. We describe a new MTL optimization procedure, Nash-MTL, and derive theoretical guarantees for its convergence. Empirically, we show that Nash-MTL achieves state-of-the-art results on multiple MTL benchmarks in various domains.
</p>
</div>
</p>
</div>
</div>
</div>
<!-- SlidesLive -->
<div class="container" style="background-color:white; padding: 0px;">
<div class="row m-2">
<div class="col-md-12 col-xs-12 my-auto p-2">
<div id="presentation-embed-38983842" class="slp my-auto"></div>
<script>
embed = new SlidesLiveEmbed('presentation-embed-38983842', {
presentationId: '38983842',
autoPlay: false, // change to true to autoplay the embedded presentation
verticalEnabled: true,
allowHiddenControlsWhenPaused: true,
hideTitle: true
});
</script>
</div>
</div>
</div>
<!--
<div class="container">
<div class="m-3">
<div style="color:#ccc;text-align:center;"><span>Chat is not available.</span></div>
</div>
</div>
-->
<!-- Recs -->
<!--
<p></p>
<div class="container" style="padding-bottom: 30px; padding-top:30px">
<center>
</center>
</div>
-->
<script>
var show_abstract = false;
</script>
<script type="text/x-mathjax-config">
MathJax.Hub.Config({
"tex2jax": {
"inlineMath": [["$","$"], ["\\(","\\)"]],
"displayMath": [["\\[","\\]"]],
"processEscapes": true
}
}
);
var jq2 = $;
</script>
<script type="text/javascript" async
src="https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.1/MathJax.js?config=TeX-MML-AM_CHTML">
</script>
</body>
</html>