Learning Identity Mappings with Residual Gates
Pedro H. P. Savarese, Leonardo O. Mazza, Daniel R. Figueiredo

TL;DR
This paper introduces Gated Residual Networks, adding a linear gating mechanism to residual connections, which simplifies learning identity mappings, improves optimization, and enhances performance on image classification tasks.
Contribution
It proposes a novel gating mechanism for residual networks that uses only one parameter per layer to facilitate identity mapping learning and optimize deep neural networks more effectively.
Findings
Gated Residual Networks improve optimization and performance.
Model retains over 90% accuracy after removing half of the layers.
Achieves 3.65% and 18.27% error on CIFAR-10 and CIFAR-100.
Abstract
We propose a new layer design by adding a linear gating mechanism to shortcut connections. By using a scalar parameter to control each gate, we provide a way to learn identity mappings by optimizing only one parameter. We build upon the motivation behind Residual Networks, where a layer is reformulated in order to make learning identity mappings less problematic to the optimizer. The augmentation introduces only one extra parameter per layer, and provides easier optimization by making degeneration into identity mappings simpler. We propose a new model, the Gated Residual Network, which is the result when augmenting Residual Networks. Experimental results show that augmenting layers provides better optimization, increased performance, and more layer independence. We evaluate our method on MNIST using fully-connected networks, showing empirical indications that our augmentation…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsAdvanced Neural Network Applications · Adversarial Robustness in Machine Learning · Domain Adaptation and Few-Shot Learning
