Representation Learning
Lecture slides for Chapter 15 of Deep Learning www.deeplearningbook.org Ian Goodfellow 2017-10-03
Representation Learning Lecture slides for Chapter 15 of Deep - - PowerPoint PPT Presentation
Representation Learning Lecture slides for Chapter 15 of Deep Learning www.deeplearningbook.org Ian Goodfellow 2017-10-03 Unsupervised Pretraining Usually Hurts but Sometimes Helps Harm done by pretraining (Ma et al, 2015) Average advantage
Lecture slides for Chapter 15 of Deep Learning www.deeplearningbook.org Ian Goodfellow 2017-10-03
(Goodfellow 2017)
(Ma et al, 2015) Break-even point Average advantage
Harm done by pretraining Many different chemistry datasets
(Goodfellow 2017)
−4000 −3000 −2000 −1000 1000 2000 3000 4000 −1500 −1000 −500 500 1000 1500
With pretraining Without pretraining
Figure 15.1
(Goodfellow 2017)
Selection switch h(1) h(1) h(2) h(2) h(3) h(3) y y h(shared) h(shared) x(1) x(1) x(2) x(2) x(3) x(3)
Figure 15.2 One representation used for many input formats
(Goodfellow 2017)
hx = fx(x) xtest ytest hy = fy(y) y−space Relationship between embedded points within one of the domains Maps between representation spaces fx fy x−space (x, y) pairs in the training set fx : encoder function for x fy : encoder function for y
Figure 15.3
(Goodfellow 2017)
x p(x) y=1 y=2 y=3
Figure 15.4
(Goodfellow 2017)
Figure 15.5
Input Reconstruction
The ping pong ball vanishes because it is not large enough to significantly affect the mean squared error
(Goodfellow 2017)
Figure 15.6
Ground Truth MSE Adversarial
Mean squared error loses the ear because it causes a small change in few pixels. Adversarial loss preserves the ear because it is easy to notice its absence.
(Goodfellow 2017)
h1 h2 h3
h = [1, 1, 1]> h = [0, 1, 1]> h = [1, 0, 1]> h = [1, 1, 0]> h = [0, 1, 0]> h = [0, 0, 1]> h = [1, 0, 0]>
Figure 15.7
(Goodfellow 2017)
h1 h2 h3
h = [1, 1, 1]> h = [0, 1, 1]> h = [1, 0, 1]> h = [1, 1, 0]> h = [0, 1, 0]> h = [0, 0, 1]> h = [1, 0, 0]>
Figure 15.7
(Goodfellow 2017)
Figure 15.8
(Goodfellow 2017)
=
Figure 15.9