NEAILGDec 22, 2016

Highway and Residual Networks learn Unrolled Iterative Estimation

arXiv:1612.07771v3228 citations
Originality Incremental advance
AI Analysis

This work provides a novel theoretical explanation for deep learning architectures, which could influence future network design and understanding in the field.

The authors tackled the problem of understanding why Highway and Residual networks enable training of very deep feedforward networks, proposing that these architectures perform unrolled iterative estimation where layers refine the same features rather than computing new representations.

The past year saw the introduction of new architectures such as Highway networks and Residual networks which, for the first time, enabled the training of feedforward networks with dozens to hundreds of layers using simple gradient descent. While depth of representation has been posited as a primary reason for their success, there are indications that these architectures defy a popular view of deep learning as a hierarchical computation of increasingly abstract features at each layer. In this report, we argue that this view is incomplete and does not adequately explain several recent findings. We propose an alternative viewpoint based on unrolled iterative estimation -- a group of successive layers iteratively refine their estimates of the same features instead of computing an entirely new representation. We demonstrate that this viewpoint directly leads to the construction of Highway and Residual networks. Finally we provide preliminary experiments to discuss the similarities and differences between the two architectures.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes