paper-with-me

Papers

Learning Graph Normalization for Graph Neural Networks

2020-09-24 · Yihao Chen, Xin Tang, Xianbiao Qi, Chun-Guang Li, Rong Xiao

Graph Neural Networks (GNNs) have attracted considerable attention and have emerged as a new promising paradigm to process graph-structured data. GNNs are usually stacked to multiple layers and the node representations in each layer are computed through propagating and aggregating the neighboring node features with respect to the graph. By stacking to multiple layers, GNNs are able to capture the long-range dependencies among the data on the graph and thus bring performance improvements. To train a GNN with multiple layers effectively, some normalization techniques (e.g., node-wise normalization, batch-wise normalization) are necessary. However, the normalization techniques for GNNs are highly task-relevant and different application tasks prefer to different normalization techniques, which is hard to know in advance. To tackle this deficiency, in this paper, we propose to learn graph normalization by optimizing a weighted combination of normalization techniques at four different levels, including node-wise normalization, adjacency-wise normalization, graph-wise normalization, and batch-wise normalization, in which the adjacency-wise normalization and the graph-wise normalization are newly proposed in this paper to take into account the local structure and the global structure on the graph, respectively. By learning the optimal weights, we are able to automatically select a single best or a best combination of multiple normalizations for a specific task. We conduct extensive experiments on benchmark datasets for different tasks, including node classification, link prediction, graph classification and graph regression, and confirm that the learned graph normalization leads to competitive results and that the learned weights suggest the appropriate normalization techniques for the specific task. Source code is released here https://github.com/cyh1112/GraphNormalization.

📄 PDF Abstract BibTeX arXiv:2009.11746

Code (1)

cyh1112/GraphNormalization 공식 구현 pytorch

Tasks

Graph ClassificationGraph RegressionLink PredictionNode Classification

Similar Papers 제목 키워드 기반

GRANOLA: Adaptive Normalization for Graph Neural Networks

2024-04-20 · Moshe Eliasof, Beatrice Bevilacqua, Carola-Bibiane Schönlieb, Haggai Maron

In recent years, significant efforts have been made to refine the design of Graph Neural Network (GNN) layers, aiming to overcome diverse challenges, such as limited expressive power and oversmoothing. Despite their wide…

Graph Neural Network

GraphNorm: A Principled Approach to Accelerating Graph Neural Network Training

2020-09-07 · Tianle Cai, Shengjie Luo, Keyulu Xu, Di He 외

Normalization is known to help the optimization of deep neural networks. Curiously, different architectures require specialized normalization methods. In this paper, we study what normalization is effective for Graph Neu…

Graph ClassificationGraph Neural NetworkGraph Representation LearningRepresentation Learning

GraphPrompt: Biomedical Entity Normalization Using Graph-based Prompt Templates

2021-09-17 · ACL ARR September 2021 9 · Anonymous

Biomedical entity normalization unifies the language across biomedical experiments and studies, and further enables us to obtain a holistic view of life sciences. Current approaches mainly study the normalization of more…

Electromagnetic Normalization of Channel Matrix for Holographic MIMO Communications

2024-09-12 · Shuai S. A. Yuan, Li Wei, Xiaoming Chen, Chongwen Huang 외

Holographic multiple-input and multiple-output (MIMO) communications introduce innovative antenna array configurations, such as dense arrays and volumetric arrays, which offer notable advantages over conventional planar …

Momentum-Space Renormalization Group Transformation in Bayesian Image Modeling by Gaussian Graphical Model

2018-03-20 · Kazuyuki Tanaka, Masamichi Nakamura, Shun Kataoka, Masayuki Ohzeki 외

A new Bayesian modeling method is proposed by combining the maximization of the marginal likelihood with a momentum-space renormalization group transformation for Gaussian graphical models. Moreover, we present a scheme …