IMEXnet - A Forward Stable Deep Neural Network Eldad Haber, Keegan - - PowerPoint PPT Presentation

imexnet a forward stable deep neural network
SMART_READER_LITE
LIVE PREVIEW

IMEXnet - A Forward Stable Deep Neural Network Eldad Haber, Keegan - - PowerPoint PPT Presentation

IMEXnet - A Forward Stable Deep Neural Network Eldad Haber, Keegan Lensink, Eran Treister and Lars Ruthotto Jun 2019 Outline I Why Implicit I Implicit Explicit I Some results Why Implicit I For CNNs - depth is connected to field of view I


slide-1
SLIDE 1

IMEXnet - A Forward Stable Deep Neural Network

Eldad Haber, Keegan Lensink, Eran Treister and Lars Ruthotto Jun 2019

slide-2
SLIDE 2

Outline

I Why Implicit I Implicit Explicit I Some results

slide-3
SLIDE 3

Why Implicit

I For CNN’s - depth is connected to field of view I Stability of the standard networks can be limited I Vanishing/Exploding gradients

Goal: Develop a method that can deal with those problems

slide-4
SLIDE 4

Deep Networks and ODE’s

˙ Y = σ(KY + b) ↔ Yj+1 = Yj + hσ(KjYj + bj).

I Deep Residual Networks equivalent to Forward Euler for

ODE’s

I Forward Euler have limitation on stability I Require many steps to converge

slide-5
SLIDE 5

Semi-Implicit methods

Different stable integration technique that allows large steps

˙ Y = σ(KY+b) ↔ Yj+1 = (I+hKj)−1 (Yj + hσ(KjYj + bj) − KjYj) .

Implicit methods are used for

I Computational Fluid Dynamics I Computational Electromagnetics I Nonlinear dynamics I Computer graphics

slide-6
SLIDE 6

Semi-Implicit methods

Come to our poster and see how we apply these networks to many data sets