From Node Interaction to Hop Interaction: New Effective and Scalable Graph Learning Paradigm
Jie Chen, Zilong Li, Yin Zhu, Junping Zhang, Jian Pu

TL;DR
This paper introduces HopGNN, a scalable graph learning paradigm that uses multi-hop features within nodes to improve efficiency and discrimination, addressing limitations of traditional message-passing GNNs.
Contribution
The paper proposes a novel hop interaction paradigm and a HopGNN framework that enhances scalability and discrimination in graph neural networks, with a multi-task self-supervised learning strategy.
Findings
Achieves superior performance on 12 benchmark datasets.
Maintains high scalability and efficiency.
Effectively addresses over-smoothing problem.
Abstract
Existing Graph Neural Networks (GNNs) follow the message-passing mechanism that conducts information interaction among nodes iteratively. While considerable progress has been made, such node interaction paradigms still have the following limitation. First, the scalability limitation precludes the broad application of GNNs in large-scale industrial settings since the node interaction among rapidly expanding neighbors incurs high computation and memory costs. Second, the over-smoothing problem restricts the discrimination ability of nodes, i.e., node representations of different classes will converge to indistinguishable after repeated node interactions. In this work, we propose a novel hop interaction paradigm to address these limitations simultaneously. The core idea is to convert the interaction target among nodes to pre-processed multi-hop features inside each node. We design a simple…
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.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsAdvanced Graph Neural Networks · Machine Learning and ELM · Brain Tumor Detection and Classification
