paper-with-me

Papers

Solving internal covariate shift in deep learning with linked neurons

2017-12-07 · Carles Roger Riera Molina, Oriol Pujol Vila

This work proposes a novel solution to the problem of internal covariate shift and dying neurons using the concept of linked neurons. We define the neuron linkage in terms of two constraints: first, all neuron activations in the linkage must have the same operating point. That is to say, all of them share input weights. Secondly, a set of neurons is linked if and only if there is at least one member of the linkage that has a non-zero gradient in regard to the input of the activation function. This means that for any input in the activation function, there is at least one member of the linkage that operates in a non-flat and non-zero area. This simple change has profound implications in the network learning dynamics. In this article we explore the consequences of this proposal and show that by using this kind of units, internal covariate shift is implicitly solved. As a result of this, the use of linked neurons allows to train arbitrarily large networks without any architectural or algorithmic trick, effectively removing the need of using re-normalization schemes such as Batch Normalization, which leads to halving the required training time. It also solves the problem of the need for standarized input data. Results show that the units using the linkage not only do effectively solve the aforementioned problems, but are also a competitive alternative with respect to state-of-the-art with very promising results.

📄 PDF Abstract BibTeX arXiv:1712.02609

Code (1)

blauigris/linked_neurons 공식 구현 tf

Tasks

Deep Learning

Methods 이 논문이 사용한 방법론

Batch Normalization 설명 없음

Similar Papers 제목 키워드 기반

CDF Normalization for Controlling the Distribution of Hidden Nodes

2021-09-22 · NeurIPS Workshop ICBINB 2021 12 · Mike Van Ness, Madeleine Udell

Batch Normalizaiton (BN) is a normalization method for deep neural networks that has been shown to accelerate training. While the effectiveness of BN is undisputed, the explanation of its effectiveness is still being st…

Normalization Propagation: A Parametric Technique for Removing Internal Covariate Shift in Deep Networks

2016-03-04 · Devansh Arpit, Yingbo Zhou, Bhargava U. Kota, Venu Govindaraju

While the authors of Batch Normalization (BN) identify and address an important problem involved in training deep networks-- Internal Covariate Shift-- the current solution has certain drawbacks. Specifically, BN depends…

Safety Performance of Neural Networks in the Presence of Covariate Shift

2023-07-24 · Chih-Hong Cheng, Harald Ruess, Konstantinos Theodorou

Covariate shift may impact the operational safety performance of neural networks. A re-evaluation of the safety performance, however, requires collecting new operational data and creating corresponding ground truth label…

Reducing the Covariate Shift by Mirror Samples in Cross Domain Alignment

2021-10-13 · NeurIPS 2021 12 · Yin Zhao, Minquan Wang, Longjun Cai

Eliminating the covariate shift cross domains is one of the common methods to deal with the issue of domain shift in visual unsupervised domain adaptation. However, current alignment methods, especially the prototype bas…

Domain AdaptationUnsupervised Domain Adaptation

SHIFT: Gate-Modulated Activation Steering for Knowledge Conflict Mitigation in Retrieval-Augmented Generation

2026-06-26 · Ruochang Li, Pengcheng Huang, Zhenghao Liu, Yukun Yan 외 arxiv

Retrieval-augmented generation (RAG) enhances LLMs by incorporating external knowledge to support response generation. However, conflicts between retrieved context and parametric knowledge have emerged as a critical chal…

Response Generation