# Stable Architectures for Deep Neural Networks

**Authors:** Eldad Haber, Lars Ruthotto

arXiv: 1705.03341 · 2019-02-19

## TL;DR

This paper introduces ODE-inspired forward propagation techniques to improve the stability and training of very deep neural networks, addressing issues like exploding and vanishing gradients.

## Contribution

It proposes a novel interpretation of deep learning as a nonlinear dynamical system and develops new architectures based on stability analysis to enhance deep network training.

## Key findings

- New architectures improve stability in very deep networks
- Numerical experiments show competitiveness with state-of-the-art models
- Strategies effectively address exploding and vanishing gradients

## Abstract

Deep neural networks have become invaluable tools for supervised machine learning, e.g., classification of text or images. While often offering superior results over traditional techniques and successfully expressing complicated patterns in data, deep architectures are known to be challenging to design and train such that they generalize well to new data. Important issues with deep architectures are numerical instabilities in derivative-based learning algorithms commonly called exploding or vanishing gradients. In this paper we propose new forward propagation techniques inspired by systems of Ordinary Differential Equations (ODE) that overcome this challenge and lead to well-posed learning problems for arbitrarily deep networks.   The backbone of our approach is our interpretation of deep learning as a parameter estimation problem of nonlinear dynamical systems. Given this formulation, we analyze stability and well-posedness of deep learning and use this new understanding to develop new network architectures. We relate the exploding and vanishing gradient phenomenon to the stability of the discrete ODE and present several strategies for stabilizing deep learning for very deep networks. While our new architectures restrict the solution space, several numerical experiments show their competitiveness with state-of-the-art networks.

## Full text

_Full body text omitted from this summary view._ Fetch the complete paper as Markdown: https://tomesphere.com/paper/1705.03341/full.md

## Figures

7 figures with captions in the complete paper: https://tomesphere.com/paper/1705.03341/full.md

## References

48 references — full list in the complete paper: https://tomesphere.com/paper/1705.03341/full.md

---
Source: https://tomesphere.com/paper/1705.03341