paper-with-me

Papers

Improved weight initialization for deep and narrow feedforward neural network

2023-11-07 · Hyunwoo Lee, Yunho Kim, Seung Yeop Yang, Hayoung Choi

Appropriate weight initialization settings, along with the ReLU activation function, have become cornerstones of modern deep learning, enabling the training and deployment of highly effective and efficient neural network models across diverse areas of artificial intelligence. The problem of \textquotedblleft dying ReLU," where ReLU neurons become inactive and yield zero output, presents a significant challenge in the training of deep neural networks with ReLU activation function. Theoretical research and various methods have been introduced to address the problem. However, even with these methods and research, training remains challenging for extremely deep and narrow feedforward networks with ReLU activation function. In this paper, we propose a novel weight initialization method to address this issue. We establish several properties of our initial weight matrix and demonstrate how these properties enable the effective propagation of signal vectors. Through a series of experiments and comparisons with existing methods, we demonstrate the effectiveness of the novel initialization method.

📄 PDF Abstract BibTeX arXiv:2311.03733

Code (0)

등록된 구현이 없습니다.

Tasks

Efficient Neural Network

Similar Papers 제목 키워드 기반

Scaling and Resizing Symmetry in Feedforward Networks

2023-06-26 · Carlos Cardona

Weights initialization in deep neural networks have a strong impact on the speed of converge of the learning map. Recent studies have shown that in the case of random initializations, a chaos/order phase transition occur…

An Effective and Efficient Initialization Scheme for Training Multi-layer Feedforward Neural Networks

2020-05-16 · Zebin Yang, Hengtao Zhang, Agus Sudjianto, Aijun Zhang

Network initialization is the first and critical step for training neural networks. In this paper, we propose a novel network initialization scheme based on the celebrated Stein's identity. By viewing multi-layer feedfor…

Beyond Gaussian Initializations: Signal Preserving Weight Initialization for Odd-Sigmoid Activations

2025-09-27 · Hyunwoo Lee, Hayoung Choi, Hyunju Kim arxiv

Activation functions critically influence trainability and expressivity, and recent work has therefore explored a broad range of nonlinearities. However, widely used Gaussian i.i.d. initializations are designed to preser…

Feedforward Initialization for Fast Inference of Deep Generative Networks is biologically plausible

2016-06-06 · Yoshua Bengio, Benjamin Scellier, Olexa Bilaniuk, Joao Sacramento 외

We consider deep multi-layered generative models such as Boltzmann machines or Hopfield nets in which computation (which implements inference) is both recurrent and stochastic, but where the recurrence is not to model se…

ResNets Are Deeper Than You Think

2025-06-17 · Christian H. X. Ali Mehmeti-Göpel, Michael Wand

Residual connections remain ubiquitous in modern neural network architectures nearly a decade after their introduction. Their widespread adoption is often credited to their dramatically improved trainability: residual ne…

Inductive Bias