paper-with-me

Papers

Reducing Oversmoothing through Informed Weight Initialization in Graph Neural Networks

2024-10-31 · Dimitrios Kelesis, Dimitris Fotakis, Georgios Paliouras

In this work, we generalize the ideas of Kaiming initialization to Graph Neural Networks (GNNs) and propose a new scheme (G-Init) that reduces oversmoothing, leading to very good results in node and graph classification tasks. GNNs are commonly initialized using methods designed for other types of Neural Networks, overlooking the underlying graph topology. We analyze theoretically the variance of signals flowing forward and gradients flowing backward in the class of convolutional GNNs. We then simplify our analysis to the case of the GCN and propose a new initialization method. Our results indicate that the new method (G-Init) reduces oversmoothing in deep GNNs, facilitating their effective use. Experimental validation supports our theoretical findings, demonstrating the advantages of deep networks in scenarios with no feature information for unlabeled nodes (i.e., ``cold start'' scenario).

📄 PDF Abstract BibTeX arXiv:2410.23830

Code (0)

등록된 구현이 없습니다.

Tasks

Graph Classification

Methods 이 논문이 사용한 방법론

GCN A Graph Convolutional Network, or GCN, is an approach for semi-supervised learning on graph-structured data. It is based on an efficient variant of [convolutional neural…
Kaiming Initialization 설명 없음

Similar 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…

Analyzing the Effect of Embedding Norms and Singular Values to Oversmoothing in Graph Neural Networks

2025-10-07 · Dimitrios Kelesis, Dimitris Fotakis, Georgios Paliouras arxiv

In this paper, we study the factors that contribute to the effect of oversmoothing in deep Graph Neural Networks (GNNs). Specifically, our analysis is based on a new metric (Mean Average Squared Distance - $MASED$) to qu…

Node Classification

Beyond ReLU: Bifurcation, Oversmoothing, and Topological Priors

2026-02-17 · Erkan Turan, Gaspard Abel, Maysam Behmanesh, Emery Pierson 외 arxiv

Graph Neural Networks (GNNs) learn node representations through iterative network-based message-passing. While powerful, deep GNNs suffer from oversmoothing, where node features converge to a homogeneous, non-informative…

LION-DG: Layer-Informed Initialization with Deep Gradient Protocols for Accelerated Neural Network Training

2026-01-05 · Hyunjun Kim arxiv

Weight initialization remains decisive for neural network optimization, yet existing methods are largely layer-agnostic. We study initialization for deeply-supervised architectures with auxiliary classifiers, where untra…

Partially Trained Graph Convolutional Networks Resist Oversmoothing

2024-10-17 · Dimitrios Kelesis, Dimitris Fotakis, Georgios Paliouras

In this work we investigate an observation made by Kipf \& Welling, who suggested that untrained GCNs can generate meaningful node embeddings. In particular, we investigate the effect of training only a single layer of a…