paper-with-me

Papers

Adaptive Sampling Towards Fast Graph Representation Learning

2018-09-14 · NeurIPS 2018 12 · Wenbing Huang, Tong Zhang, Yu Rong, Junzhou Huang

Graph Convolutional Networks (GCNs) have become a crucial tool on learning representations of graph vertices. The main challenge of adapting GCNs on large-scale graphs is the scalability issue that it incurs heavy cost both in computation and memory due to the uncontrollable neighborhood expansion across layers. In this paper, we accelerate the training of GCNs through developing an adaptive layer-wise sampling method. By constructing the network layer by layer in a top-down passway, we sample the lower layer conditioned on the top one, where the sampled neighborhoods are shared by different parent nodes and the over expansion is avoided owing to the fixed-size sampling. More importantly, the proposed sampler is adaptive and applicable for explicit variance reduction, which in turn enhances the training of our method. Furthermore, we propose a novel and economical approach to promote the message passing over distant nodes by applying skip connections. Intensive experiments on several benchmarks verify the effectiveness of our method regarding the classification accuracy while enjoying faster convergence speed.

📄 PDF Abstract BibTeX arXiv:1809.05343

Code (2)

dmlc/dgl/tree/master/examples/pytorch/_deprecated/adaptive_sampling pytorch
huangwb/AS-GCN tf

Tasks

Graph Representation LearningNode ClassificationRepresentation Learning

Similar Papers 제목 키워드 기반

TASER: Temporal Adaptive Sampling for Fast and Accurate Dynamic Graph Representation Learning

2024-02-08 · Gangda Deng, Hongkuan Zhou, Hanqing Zeng, Yinglong Xia 외

Recently, Temporal Graph Neural Networks (TGNNs) have demonstrated state-of-the-art performance in various high-impact applications, including fraud detection and content recommendation. Despite the success of TGNNs, the…

DenoisingFraud DetectionGPUGraph Representation Learning+1

GNNFlow: A Distributed Framework for Continuous Temporal GNN Learning on Dynamic Graphs

2023-11-29 · Yuchen Zhong, Guangming Sheng, Tianzuo Qin, Minjie Wang 외

Graph Neural Networks (GNNs) play a crucial role in various fields. However, most existing deep graph learning frameworks assume pre-stored static graphs and do not support training on graph streams. In contrast, many re…

CPUGPUGraph LearningGraph Representation Learning+2

GPS: A Policy-driven Sampling Approach for Graph Representation Learning

2021-12-29 · Tiehua Zhang, Yuze Liu, Xin Chen, Xiaowei Huang 외

Graph representation learning has drawn increasing attention in recent years, especially for learning the low dimensional embedding at both node and graph level for classification and recommendations tasks. To enable lea…

Graph ClassificationGraph Representation LearningRepresentation Learning

Adaptive Sign Algorithm for Graph Signal Processing

2022-01-15 · Yi Yan, Ercan E. Kuruoglu, Mustafa A. Altınkaya

Efficient and robust online processing technique of irregularly structured data is crucial in the current era of data abundance. In this paper, we propose a graph/network version of the classical adaptive Sign algorithm …

Minimal Variance Sampling with Provable Guarantees for Fast Training of Graph Neural Networks

2020-06-24 · Weilin Cong, Rana Forsati, Mahmut Kandemir, Mehrdad Mahdavi

Sampling methods (e.g., node-wise, layer-wise, or subgraph) has become an indispensable strategy to speed up training large-scale Graph Neural Networks (GNNs). However, existing sampling methods are mostly based on the g…