paper-with-me

Papers

Rethinking Skip Connection with Layer Normalization

2020-12-01 · COLING 2020 8 · Fenglin Liu, Xuancheng Ren, Zhiyuan Zhang, Xu sun, Yuexian Zou

Skip connection is a widely-used technique to improve the performance and the convergence of deep neural networks, which is believed to relieve the difficulty in optimization due to non-linearity by propagating a linear component through the neural network layers. However, from another point of view, it can also be seen as a modulating mechanism between the input and the output, with the input scaled by a pre-defined value one. In this work, we investigate how the scale factors in the effectiveness of the skip connection and reveal that a trivial adjustment of the scale will lead to spurious gradient exploding or vanishing in line with the deepness of the models, which could by addressed by normalization, in particular, layer normalization, which induces consistent improvements over the plain skip connection. Inspired by the findings, we further propose to adaptively adjust the scale of the input by recursively applying skip connection with layer normalization, which promotes the performance substantially and generalizes well across diverse tasks including both machine translation and image classification datasets.

📄 PDF Abstract BibTeX

Code (0)

등록된 구현이 없습니다.

Tasks

image-classificationImage ClassificationMachine TranslationTranslation

Similar Papers 제목 키워드 기반

Rethinking Skip Connection with Layer Normalization in Transformers and ResNets

2021-05-15 · Fenglin Liu, Xuancheng Ren, Zhiyuan Zhang, Xu sun 외

Skip connection, is a widely-used technique to improve the performance and the convergence of deep neural networks, which is believed to relieve the difficulty in optimization due to non-linearity by propagating a linear…

image-classificationImage ClassificationMachine TranslationTranslation

Rethinking Skip Connections in Encoder-decoder Networks for Monocular Depth Estimation

2022-08-29 · Zhitong Lai, Haichao Sun, Rui Tian, Nannan Ding 외

Skip connections are fundamental units in encoder-decoder networks, which are able to improve the feature propagtion of the neural networks. However, most methods with skip connections just connected features with the sa…

DecoderDepth EstimationMonocular Depth Estimation

Rethinking U-net Skip Connections for Biomedical Image Segmentation

2024-02-13 · Frauke Wilm, Jonas Ammeling, Mathias Öttl, Rutger H. J. Fick 외

The U-net architecture has significantly impacted deep learning-based segmentation of medical images. Through the integration of long-range skip connections, it facilitated the preservation of high-resolution features. O…

Image SegmentationSegmentationSemantic Segmentation

Skip-connection and batch-normalization improve data separation ability

2019-03-20 · Yasutaka Furusho, Kazushi Ikeda

The ResNet and the batch-normalization (BN) achieved high performance even when only a few labeled data are available. However, the reasons for its high performance are unclear. To clear the reasons, we analyzed the effe…

Rapid training of deep neural networks without skip connections or normalization layers using Deep Kernel Shaping

2021-10-05 · James Martens, Andy Ballard, Guillaume Desjardins, Grzegorz Swirszcz 외

Using an extended and formalized version of the Q/C map analysis of Poole et al. (2016), along with Neural Tangent Kernel theory, we identify the main pathologies present in deep networks that prevent them from training …