paper-with-me

홈 › Papers

Learning Identity Mappings with Residual Gates

2016-11-04 · Pedro H. P. Savarese, Leonardo O. Mazza, Daniel R. Figueiredo

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 facilitates the optimization of deep models, and that it provides high tolerance to full layer removal: the model retains over 90% of its performance even after half of its layers have been randomly removed. We also evaluate our model on CIFAR-10 and CIFAR-100 using Wide Gated ResNets, achieving 3.65% and 18.27% error, respectively.

📄 PDF Abstract BibTeX arXiv:1611.01260

Code (0)

등록된 구현이 없습니다.

Tasks

Image Classification

Similar Papers 제목 키워드 기반

Competitive Inner-Imaging Squeeze and Excitation for Residual Network

2018-07-24 · Yang Hu, Guihua Wen, Mingnan Luo, Dan Dai 외

Residual networks, which use a residual unit to supplement the identity mappings, enable very deep convolutional architecture to operate well, however, the residual architecture has been proved to be diverse and redundan…

Identity Mappings in Deep Residual Networks

2016-03-16 · Kaiming He, Xiangyu Zhang, Shaoqing Ren, Jian Sun

Deep residual networks have emerged as a family of extremely deep architectures showing compelling accuracy and nice convergence behaviors. In this paper, we analyze the propagation formulations behind the residual build…

Image Classification

Entangled Residual Mappings

2022-06-02 · Mathias Lechner, Ramin Hasani, Zahra Babaiee, Radu Grosu 외

Residual mappings have been shown to perform representation learning in the first layers and iterative feature refinement in higher layers. This interplay, combined with their stabilizing effect on the gradient norms, en…

Inductive BiasRepresentation Learning

On the performance of residual block design alternatives in convolutional neural networks for end-to-end audio classification

2019-06-26 · Javier Naranjo-Alcazar, Sergi Perez-Castanos, Irene Martin-Morato, Pedro Zuccarello 외

Residual learning is a recently proposed learning framework to facilitate the training of very deep neural networks. Residual blocks or units are made of a set of stacked layers, where the inputs are added back to their …

Audio ClassificationClassificationGeneral Classificationimage-classification+1

Pruning Redundant Mappings in Transformer Models via Spectral-Normalized Identity Prior

2020-10-05 · Findings of the Association for Computational Linguistics 2020 · Zi Lin, Jeremiah Zhe Liu, Zi Yang, Nan Hua 외

Traditional (unstructured) pruning methods for a Transformer model focus on regularizing the individual weights by penalizing them toward zero. In this work, we explore spectral-normalized identity priors (SNIP), a struc…