English

Highway Networks

Machine Learning 2015-11-04 v2 Neural and Evolutionary Computing

Abstract

There is plenty of theoretical and empirical evidence that depth of neural networks is a crucial ingredient for their success. However, network training becomes more difficult with increasing depth and training of very deep networks remains an open problem. In this extended abstract, we introduce a new architecture designed to ease gradient-based training of very deep networks. We refer to networks with this architecture as highway networks, since they allow unimpeded information flow across several layers on "information highways". The architecture is characterized by the use of gating units which learn to regulate the flow of information through a network. Highway networks with hundreds of layers can be trained directly using stochastic gradient descent and with a variety of activation functions, opening up the possibility of studying extremely deep and efficient architectures.

Keywords

Cite

@article{arxiv.1505.00387,
  title  = {Highway Networks},
  author = {Rupesh Kumar Srivastava and Klaus Greff and Jürgen Schmidhuber},
  journal= {arXiv preprint arXiv:1505.00387},
  year   = {2015}
}

Comments

6 pages, 2 figures. Presented at ICML 2015 Deep Learning workshop. Full paper is at arXiv:1507.06228

R2 v1 2026-06-22T09:27:07.589Z