-
Notifications
You must be signed in to change notification settings - Fork 8
/
DARPA_L2M_Phase2_PI_FInal.html
575 lines (399 loc) · 14.3 KB
/
DARPA_L2M_Phase2_PI_FInal.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
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
<!DOCTYPE html>
<html>
<head>
<title>Learning</title>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<link rel="stylesheet" href="fonts/quadon/quadon.css">
<link rel="stylesheet" href="fonts/gentona/gentona.css">
<link rel="stylesheet" href="slides_style_i.css">
<script type="text/javascript" src="assets/plotly/plotly-latest.min.js"></script>
</head>
<body>
<textarea id="source">
### Lifelong Learning: <br>Theory and Practice and Coresets
PI: Joshua T. Vogelstein, [JHU](https://www.jhu.edu/) <br>
Co-PI: Vova Braverman, [JHU](https://www.jhu.edu/) <br>
Jayanta Dey, Will LeVine, Hayden Helm, Ali Geisa, Ronak Mehta,
Carey E. Priebe
<!-- | Joshua T. Vogelstein <br> -->
<!-- [Microsoft Research](https://www.microsoft.com/en-us/research/): Weiwei Yang | Jonathan Larson | Bryan Tower | Chris White -->
![:scale 30%](images/neurodata_blue.png)
<footer>
<p> ![:scale 18%](images/jhu.png)
</footer>
---
Biological agents progressively build representations to transfer both forward & backward
![:scale 90%](images/learning_schema_darpa.png)
1. We learn representations independently for each task, and ensemble the representations both past and future tasks
3. We illustrate it achieves SOTA forward, and unique backward transfer, and uniquely monotonically transfer on CIFAR 10x10
4. It can be applied to any sequential task-aware classification task
<footer>
<p> ![:scale 18%](images/jhu.png)
</footer>
---
### Potential Collaborations
### [http://proglearn.neurodata.io/](http://proglearn.neurodata.io/)
![:scale 90%](images/proglearn_webpage.png)
<footer>
<p> ![:scale 20%](images/jhu.png)
</footer>
---
### Key Innovations
1. Modernized statistical decision theory to explicitly incorporate a .ye[learning task]
2. Introduced .ye[learning efficiency]
3. Formalized and unified .ye[learning metrics]
4. Identified .ye[partition & vote] equivalence of Deep Networks and Decision Forests
5. Developed .ye[Progressive Learning Forests and Networks]
6. Illustrated the value of .ye[coresets] for lifelong learning (vova)
<footer>
<p> ![:scale 20%](images/jhu.png)
</footer>
---
### Learning Task Definition
| Component | Notation | Examples |
| :--- | :--- | :---
| Query Space | $\mathcal{Q}$ | is this a cat?
| Action Space | $\mathcal{A}$ | A,B, ←, →, ↑, ↓
| Measurement Space | $\mathcal{Z}$ | 8-bit images, 256 x 256
| Statistical Model | $\mathcal{P}$ | Gaussian
| Hypotheses | $\mathcal{H}$ | linear classifiers
| Risk | $R$ | expected loss
| Algorithm Space | $\mathcal{F}$ | Random Forests
| True & Unknown Distribution | $P$ | $\mu=0$, $\sigma=1$
<footer>
<p> ![:scale 20%](images/jhu.png)
</footer>
---
### What is learning?
.ye[$f$] learns from .ye[data] $\mathbf{Z}_n$ with respect to .ye[task] $t$ when its .ye[performance] at $t$ improves due to $\mathbf{Z}_n$.
- Define .ye[generalization error] $\mathcal{E}_n(f) := \mathbb{E}_P[R(f(\bold{Z}_n))]$
- $\bold{Z}_0$ corresponds to no data.
- Define .ye[learning efficiency]: $$LE_n(f) :=
\frac{\mathbb{E}_P[R(f(\bold{Z}_0))]}{\mathbb{E}_P[R(f(\bold{Z}_n))]} =
\frac{\mathcal{E}_0(f)}{\mathcal{E}_n(f)}$$
<br>
$f$ learns from $\mathbf{Z}_n$ with respect to task $t$ when $LE_n(f) > 1$.
<footer>
<p> ![:scale 20%](images/jhu.png)
</footer>
---
### What is forward learning?
- Let $n\_t$ be the last occurence of task $t$ in $\mathbf{Z}\_n$
- Let $\mathbf{Z}\_n^{< t} = \lbrace Z\_1, Z\_2, \ldots, Z\_{n_t} \rbrace$
.ye[Forward] learning efficiency is the improvement on task $t$ resulting from all data .ye[preceding] task $t$
$$FL^t\_{\mathbf{n}}(f) := \frac{\mathbb{E}[R^t(f(\mathbf{Z}^{t}\_n))]}{\mathbb{E}[R^t(f(\mathbf{Z}^{< t}\_n))]} =\frac{\mathcal{E}\_{Z\_n^t}(f)}{\mathcal{E}\_{Z\_n^{< t}}(f)}.$$
<br>
$f$ .ye[forward learns] if $FL_{\mathbf{n}}(f) > 1$.
<footer>
<p> ![:scale 20%](images/jhu.png)
</footer>
---
### What is backward learning?
.ye[Backward] learning efficiency is the improvement on task $t$ resulting from all data .ye[after] task $t$
$$ BL^t\_{\mathbf{n}}(f) := \frac{\mathbb{E}[R^t(f(\mathbf{Z}^{< t}\_n))]}{\mathbb{E}[R^t(f(\mathbf{Z}\_n))]} =\frac{\mathcal{E}\_{Z\_n^{< t}}(f)}{\mathcal{E}\_{Z\_n}(f)}. $$
<br>
$f$ .ye[backward learns] if $BL_{\mathbf{n}}(f) > 1$.
<footer>
<p> ![:scale 20%](images/jhu.png)
</footer>
---
### Unification of Learning Metrics
Each of the previous definitions are all special cases of $LE^t(\mathbf{Z}\_A, \mathbf{Z}\_B; f)$, for specific choices of $\mathbf{Z}\_A$ and $\mathbf{Z}\_B$
- Learning: $\mathbf{Z}\_A=\mathbf{Z}\_0$ and $\mathbf{Z}\_B=\mathbf{Z}\_n$.
- Transfer learning: $\mathbf{Z}\_A=\mathbf{Z}\_n^t$ and $\mathbf{Z}\_B=\mathbf{Z}\_n$.
- Multitask learning: for each $t$, $\mathbf{Z}\_A=\mathbf{Z}\_n^t$ and $\mathbf{Z}\_B=\mathbf{Z}\_n$.
- Forward learning: $\mathbf{Z}\_A=\mathbf{Z}\_n^t$ and $\mathbf{Z}\_B=\mathbf{Z}\_n^{< t}$.
- Backward learning: $\mathbf{Z}\_A=\mathbf{Z}\_n^{< t}$ and $\mathbf{Z}\_B=\mathbf{Z}\_n$.
Conjecture: All learning metrics we care about are functions of learning efficiency for a specific $\mathbf{Z}\_A$ and $\mathbf{Z}\_B$.
<footer>
<p> ![:scale 20%](images/jhu.png)
</footer>
---
### Deep Nets and Decision Forests
![:scale 100%](images/PolytopesFig.svg)
- Both learn convex polytope partitions of feature space, with affine activation functions
- We can easily swap between the two empirically and theoretically
<footer>
<p> ![:scale 20%](images/jhu.png)
</footer>
---
#### Progressive Learning Forests and Networks
![:scale 70%](images/learning-schemas-simple.svg)
1. Representers can be forest, networks, etc.
1. Seperate representers learned for each task
2. Voters leverage both past and future representers
<footer>
<p> ![:scale 20%](images/jhu.png)
</footer>
---
### Key Strength
![:scale 65%](images/L2N-CIFAR-benchmarks.svg)
- SOTA forward transfer
- Unique backward transfer using 500 training samples (SOTA)
- Monotonically increasing backward transfer (SOTA)
<footer>
<p> ![:scale 20%](images/jhu.png)
</footer>
---
### Key Limitations
1. Only works for task-aware (not task-unaware)
1. Only works for classification (not regression)
2. Only batched data (not streaming, not RL)
3. Theorems not yet with dotted i's and crossed t's
<footer>
<p> ![:scale 20%](images/jhu.png)
</footer>
---
![:scale 100%](images/vova_slide1.jpg)
<footer>
<p> ![:scale 20%](images/jhu.png)
</footer>
---
![:scale 100%](images/vova_slide2.png)
<footer>
<p> ![:scale 20%](images/jhu.png)
</footer>
---
### Acknowledgements
<!-- <div class="small-container">
<img src="faces/ebridge.jpg"/>
<div class="centered">Eric Bridgeford</div>
</div>
<div class="small-container">
<img src="faces/pedigo.jpg"/>
<div class="centered">Ben Pedigo</div>
</div>
<div class="small-container">
<img src="faces/jaewon.jpg"/>
<div class="centered">Jaewon Chung</div>
</div> -->
<div class="small-container">
<img src="faces/yummy.jpg"/>
<div class="centered">yummy</div>
</div>
<div class="small-container">
<img src="faces/lion.jpg"/>
<div class="centered">lion</div>
</div>
<div class="small-container">
<img src="faces/violet.jpg"/>
<div class="centered">baby girl</div>
</div>
<div class="small-container">
<img src="faces/family.jpg"/>
<div class="centered">family</div>
</div>
<div class="small-container">
<img src="faces/earth.jpg"/>
<div class="centered">earth</div>
</div>
<div class="small-container">
<img src="faces/milkyway.jpg"/>
<div class="centered">milkyway</div>
</div>
##### JHU
<div class="small-container">
<img src="faces/cep.png"/>
<div class="centered">Carey Priebe</div>
</div>
<!-- <div class="small-container">
<img src="faces/randal.jpg"/>
<div class="centered">Randal Burns</div>
</div> -->
<!-- <div class="small-container">
<img src="faces/cshen.jpg"/>
<div class="centered">Cencheng Shen</div>
</div> -->
<!-- <div class="small-container">
<img src="faces/bruce_rosen.jpg"/>
<div class="centered">Bruce Rosen</div>
</div>
<div class="small-container">
<img src="faces/kent.jpg"/>
<div class="centered">Kent Kiehl</div>
</div> -->
<!-- <div class="small-container">
<img src="faces/mim.jpg"/>
<div class="centered">Michael Miller</div>
</div>
<div class="small-container">
<img src="faces/dtward.jpg"/>
<div class="centered">Daniel Tward</div>
</div> -->
<!-- <div class="small-container">
<img src="faces/vikram.jpg"/>
<div class="centered">Vikram Chandrashekhar</div>
</div>
<div class="small-container">
<img src="faces/drishti.jpg"/>
<div class="centered">Drishti Mannan</div>
</div> -->
<!-- <div class="small-container">
<img src="faces/jesse.jpg"/>
<div class="centered">Jesse Patsolic</div>
</div> -->
<!-- <div class="small-container">
<img src="faces/falk_ben.jpg"/>
<div class="centered">Benjamin Falk</div>
</div> -->
<!-- <div class="small-container">
<img src="faces/kwame.jpg"/>
<div class="centered">Kwame Kutten</div>
</div> -->
<!-- <div class="small-container">
<img src="faces/perlman.jpg"/>
<div class="centered">Eric Perlman</div>
</div> -->
<!-- <div class="small-container">
<img src="faces/loftus.jpg"/>
<div class="centered">Alex Loftus</div>
</div> -->
<!-- <div class="small-container">
<img src="faces/bcaffo.jpg"/>
<div class="centered">Brian Caffo</div>
</div> -->
<!-- <div class="small-container">
<img src="faces/minh.jpg"/>
<div class="centered">Minh Tang</div>
</div> -->
<!-- <div class="small-container">
<img src="faces/avanti.jpg"/>
<div class="centered">Avanti Athreya</div>
</div> -->
<!-- <div class="small-container">
<img src="faces/vince.jpg"/>
<div class="centered">Vince Lyzinski</div>
</div> -->
<!-- <div class="small-container">
<img src="faces/dpmcsuss.jpg"/>
<div class="centered">Daniel Sussman</div>
</div> -->
<!-- <div class="small-container">
<img src="faces/youngser.jpg"/>
<div class="centered">Youngser Park</div>
</div> -->
<!-- <div class="small-container">
<img src="faces/shangsi.jpg"/>
<div class="centered">Shangsi Wang</div>
</div> -->
<!-- <div class="small-container">
<img src="faces/tyler.jpg"/>
<div class="centered">Tyler Tomita</div>
</div> -->
<!-- <div class="small-container">
<img src="faces/james.jpg"/>
<div class="centered">James Brown</div>
</div> -->
<!-- <div class="small-container">
<img src="faces/disa.jpg"/>
<div class="centered">Disa Mhembere</div>
</div> -->
<!-- <div class="small-container">
<img src="faces/gkiar.jpg"/>
<div class="centered">Greg Kiar</div>
</div> -->
<!-- <div class="small-container">
<img src="faces/jeremias.png"/>
<div class="centered">Jeremias Sulam</div>
</div> -->
<div class="small-container">
<img src="faces/meghana.png"/>
<div class="centered">Meghana Madhya</div>
</div>
<!-- <div class="small-container">
<img src="faces/percy.png"/>
<div class="centered">Percy Li</div>
</div>
-->
<div class="small-container">
<img src="faces/ronak.jpg"/>
<div class="centered">Ronak Mehta</div>
</div>
<div class="small-container">
<img src="faces/jayanta.jpg"/>
<div class="centered">Jayanta Dey</div>
</div>
<div class="small-container">
<img src="faces/will.jpg"/>
<div class="centered">Will LeVine</div>
</div>
<div class="small-container">
<img src="faces/hayden.png"/>
<div class="centered">Hayden Helm</div>
</div>
<div class="small-container">
<img src="faces/rguo.jpg"/>
<div class="centered">Richard Gou</div>
</div>
<div class="small-container">
<img src="faces/alig.jpg"/>
<div class="centered">Ali Geisa</div>
</div>
##### Microsoft Research
<div class="small-container">
<img src="faces/chwh-180x180.jpg"/>
<div class="centered">Chris White</div>
</div>
<div class="small-container">
<img src="faces/weiwei.jpg"/>
<div class="centered">Weiwei Yang</div>
</div>
<div class="small-container">
<img src="faces/jolarso150px.png"/>
<div class="centered">Jonathan Larson</div>
</div>
<div class="small-container">
<img src="faces/brtower-180x180.jpg"/>
<div class="centered">Bryan Tower</div>
</div>
##### DARPA L2M: All code open source and reproducible from [proglearn.neurodata.io/](http://proglearn.neurodata.io/)
<!-- Hava, Ben, Robert, Jennifer, Ted. -->
{[BME](https://www.bme.jhu.edu/),[CIS](http://cis.jhu.edu/), [ICM](https://icm.jhu.edu/), [KNDI](http://kavlijhu.org/)}@[JHU](https://www.jhu.edu/) | [neurodata](https://neurodata.io)
<br>
[jovo@jhu.edu](mailto:[email protected]) | <http://neurodata.io/talks> | [@neuro_data](https://twitter.com/neuro_data)
</div>
<!-- <img src="images/funding/nsf_fpo.png" STYLE="HEIGHT:95px;"/> -->
<!-- <img src="images/funding/nih_fpo.png" STYLE="HEIGHT:95px;"/> -->
<!-- <img src="images/funding/darpa_fpo.png" STYLE=" HEIGHT:95px;"/> -->
<!-- <img src="images/funding/iarpa_fpo.jpg" STYLE="HEIGHT:95px;"/> -->
<!-- <img src="images/funding/KAVLI.jpg" STYLE="HEIGHT:95px;"/> -->
<!-- <img src="images/funding/schmidt.jpg" STYLE="HEIGHT:95px;"/> -->
---
background-image: url(images/l_and_v.jpeg)
.footnote[Questions?]
</textarea>
<!-- <script src="https://gnab.github.io/remark/downloads/remark-latest.min.js"></script> -->
<!-- <script src="remark-latest.min.js"></script> -->
<script src="remark-latest.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/KaTeX/0.5.1/katex.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/KaTeX/0.5.1/contrib/auto-render.min.js"></script>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/KaTeX/0.5.1/katex.min.css">
<script type="text/javascript">
var options = {};
var renderMath = function () {
renderMathInElement(document.body);
// or if you want to use $...$ for math,
renderMathInElement(document.body, {
delimiters: [ // mind the order of delimiters(!?)
{ left: "$$", right: "$$", display: true },
{ left: "$", right: "$", display: false },
{ left: "\\[", right: "\\]", display: true },
{ left: "\\(", right: "\\)", display: false },
]
});
}
remark.macros.scale = function (percentage) {
var url = this;
return '<img src="' + url + '" style="width: ' + percentage + '" />';
};
// var slideshow = remark.create({
// Set the slideshow display ratio
// Default: '4:3'
// Alternatives: '16:9', ...
// {
// ratio: '16:9',
// });
var slideshow = remark.create(options, renderMath);
</script>
</body>
</html>