NDGGNET-A Node Independent Gate based Graph Neural Networks
Ye Tang, Xuesong Yang, Xinrui Liu, Xiwei Zhao, Zhangang Lin, Changping, Peng

TL;DR
This paper introduces NDGGNET, a graph neural network framework that uses a node-degree based gate to dynamically adjust layer weights, enabling deeper models and improved performance on various graph tasks.
Contribution
The paper proposes a novel node-degree based gating mechanism that allows GNNs to deepen without over-smoothing, enhancing information aggregation for sparse and dense nodes.
Findings
Effective increase in model depth demonstrated
Improved accuracy on multiple datasets
Enhanced information propagation in GNNs
Abstract
Graph Neural Networks (GNNs) is an architecture for structural data, and has been adopted in a mass of tasks and achieved fabulous results, such as link prediction, node classification, graph classification and so on. Generally, for a certain node in a given graph, a traditional GNN layer can be regarded as an aggregation from one-hop neighbors, thus a set of stacked layers are able to fetch and update node status within multi-hops. For nodes with sparse connectivity, it is difficult to obtain enough information through a single GNN layer as not only there are only few nodes directly connected to them but also can not propagate the high-order neighbor information. However, as the number of layer increases, the GNN model is prone to over-smooth for nodes with the dense connectivity, which resulting in the decrease of accuracy. To tackle this issue, in this thesis, we define a novel…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsNeural Networks and Applications · Advanced Graph Neural Networks · Graph Theory and Algorithms
