paper-with-me

Papers

Rethinking Node-wise Propagation for Large-scale Graph Learning

2024-02-09 · Xunkai Li, Jingyuan Ma, Zhengyu Wu, Daohan Su, Wentao Zhang, Rong-Hua Li, Guoren Wang

Scalable graph neural networks (GNNs) have emerged as a promising technique, which exhibits superior predictive performance and high running efficiency across numerous large-scale graph-based web applications. However, (i) Most scalable GNNs tend to treat all nodes in graphs with the same propagation rules, neglecting their topological uniqueness; (ii) Existing node-wise propagation optimization strategies are insufficient on web-scale graphs with intricate topology, where a full portrayal of nodes' local properties is required. Intuitively, different nodes in web-scale graphs possess distinct topological roles, and therefore propagating them indiscriminately or neglect local contexts may compromise the quality of node representations. This intricate topology in web-scale graphs cannot be matched by small-scale scenarios. To address the above issues, we propose \textbf{A}daptive \textbf{T}opology-aware \textbf{P}ropagation (ATP), which reduces potential high-bias propagation and extracts structural patterns of each node in a scalable manner to improve running efficiency and predictive performance. Remarkably, ATP is crafted to be a plug-and-play node-wise propagation optimization strategy, allowing for offline execution independent of the graph learning process in a new perspective. Therefore, this approach can be seamlessly integrated into most scalable GNNs while remain orthogonal to existing node-wise propagation optimization strategies. Extensive experiments on 12 datasets, including the most representative large-scale ogbn-papers100M, have demonstrated the effectiveness of ATP. Specifically, ATP has proven to be efficient in improving the performance of prevalent scalable GNNs for semi-supervised node classification while addressing redundant computational costs.

📄 PDF Abstract BibTeX arXiv:2402.06128

Code (1)

xkli-allen/atp 공식 구현 pytorch

Tasks

Graph LearningNode Classification

Similar Papers 제목 키워드 기반

Rethinking Graph Transformer Architecture Design for Node Classification

2024-10-15 · Jiajun Zhou, Xuanze Chen, Chenxuan Xie, Yu Shanqing 외

Graph Transformer (GT), as a special type of Graph Neural Networks (GNNs), utilizes multi-head attention to facilitate high-order message passing. However, this also imposes several limitations in node classification app…

ClassificationComputational EfficiencyNode Classification

Prioritized Propagation in Graph Neural Networks

2023-11-06 · Yao Cheng, Minjie Chen, Xiang Li, Caihua Shan 외

Graph neural networks (GNNs) have recently received significant attention. Learning node-wise message propagation in GNNs aims to set personalized propagation steps for different nodes in the graph. Despite the success, …

GIPA: A General Information Propagation Algorithm for Graph Learning

2023-01-19 · Houyi Li, Zhihong Chen, Zhao Li, Qinkai Zheng 외

Graph neural networks (GNNs) have been widely used in graph-structured data computation, showing promising performance in various applications such as node classification, link prediction, and network recommendation. Exi…

Attributefeature selectionGraph LearningLink Prediction+1

Rethinking Message Passing as Retrieval for Text-Attributed Graph Learning

2026-08-27 · Jintang Li, Yuhong Chen, Ruofan Wu, Binli Luo 외 arxiv

Graph neural networks (GNNs) are typically conceptualized as message-passing neural networks, yet it remains unclear why neighborhood aggregation reliably outperforms node-wise multilayer perceptrons (MLPs). Despite its …

Graph Learning

Rethinking Knowledge Graph Propagation for Zero-Shot Learning

2018-05-29 · CVPR 2019 6 · Michael Kampffmeyer, Yinbo Chen, Xiaodan Liang, Hao Wang 외

Graph convolutional neural networks have recently shown great potential for the task of zero-shot learning. These models are highly sample efficient as related concepts in the graph structure share statistical strength a…

Zero-Shot Learning