paper-with-me

Papers

Principles for Initialization and Architecture Selection in Graph Neural Networks with ReLU Activations

2023-06-20 · Gage DeZoort, Boris Hanin

This article derives and validates three principles for initialization and architecture selection in finite width graph neural networks (GNNs) with ReLU activations. First, we theoretically derive what is essentially the unique generalization to ReLU GNNs of the well-known He-initialization. Our initialization scheme guarantees that the average scale of network outputs and gradients remains order one at initialization. Second, we prove in finite width vanilla ReLU GNNs that oversmoothing is unavoidable at large depth when using fixed aggregation operator, regardless of initialization. We then prove that using residual aggregation operators, obtained by interpolating a fixed aggregation operator with the identity, provably alleviates oversmoothing at initialization. Finally, we show that the common practice of using residual connections with a fixup-type initialization provably avoids correlation collapse in final layer features at initialization. Through ablation studies we find that using the correct initialization, residual aggregation operators, and residual connections in the forward pass significantly and reliably speeds up early training dynamics in deep ReLU GNNs on a variety of tasks.

📄 PDF Abstract BibTeX arXiv:2306.11668

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Optimized Weight Initialization on the Stiefel Manifold for Deep ReLU Neural Networks

2025-08-30 · Hyungu Lee, Taehyeong Kim, Hayoung Choi arxiv

Stable and efficient training of ReLU networks with large depth is highly sensitive to weight initialization. Improper initialization can cause permanent neuron inactivation dying ReLU and exacerbate gradient instability…

Weight Initialization and Variance Dynamics in Deep Neural Networks and Large Language Models

2025-10-10 · Yankun Han arxiv

Weight initialization governs signal propagation and gradient flow at the start of training. This paper offers a theory-grounded and empirically validated study across two regimes: compact ReLU multilayer perceptrons and…

Dying ReLU and Initialization: Theory and Numerical Examples

2019-03-15 · Lu Lu, Yeonjong Shin, Yanhui Su, George Em. Karniadakis

The dying ReLU refers to the problem when ReLU neurons become inactive and only output 0 for any input. There are many empirical and heuristic explanations of why ReLU neurons die. However, little is known about its theo…

On the Principles of Deep Feedforward ReLU Networks

2026-07-08 · Changcun Huang arxiv

The architecture of deep feedforward neural networks is ubiquitous in deep learning, either as a whole system or as a subnetwork of other architectures, and thus its mechanism is a key ingredient of the black box of neur…

Greedy Shallow Networks: An Approach for Constructing and Training Neural Networks

2019-05-24 · Anton Dereventsov, Armenak Petrosyan, Clayton Webster

We present a greedy-based approach to construct an efficient single hidden layer neural network with the ReLU activation that approximates a target function. In our approach we obtain a shallow network by utilizing a gre…