paper-with-me

Papers

Simplifying Subgraph Representation Learning for Scalable Link Prediction

2023-01-29 · Paul Louis, Shweta Ann Jacob, Amirali Salehi-Abari

Link prediction on graphs is a fundamental problem. Subgraph representation learning approaches (SGRLs), by transforming link prediction to graph classification on the subgraphs around the links, have achieved state-of-the-art performance in link prediction. However, SGRLs are computationally expensive, and not scalable to large-scale graphs due to expensive subgraph-level operations. To unlock the scalability of SGRLs, we propose a new class of SGRLs, that we call Scalable Simplified SGRL (S3GRL). Aimed at faster training and inference, S3GRL simplifies the message passing and aggregation operations in each link's subgraph. S3GRL, as a scalability framework, accommodates various subgraph sampling strategies and diffusion operators to emulate computationally-expensive SGRLs. We propose multiple instances of S3GRL and empirically study them on small to large-scale graphs. Our extensive experiments demonstrate that the proposed S3GRL models scale up SGRLs without significant performance compromise (even with considerable gains in some cases), while offering substantially lower computational footprints (e.g., multi-fold inference and training speedup).

📄 PDF Abstract BibTeX arXiv:2301.12562

Code (3)

venomouscyanide/s3grl 공식 구현 pytorch
venomouscyanide/s3grl_ogb 공식 구현 pytorch
venomouscyanide/S3GRL_OGB pytorch

Tasks

Graph ClassificationGraph LearningGraph Representation LearningLink PredictionPredictionRepresentation Learning

Similar Papers 제목 키워드 기반

Sampling Enclosing Subgraphs for Link Prediction

2022-06-23 · Paul Louis, Shweta Ann Jacob, Amirali Salehi-Abari

Link prediction is a fundamental problem for graph-structured data (e.g., social networks, drug side-effect networks, etc.). Graph neural networks have offered robust solutions for this problem, specifically by learning …

Link PredictionPredictionRepresentation Learning

Graph Neural Networks for Link Prediction with Subgraph Sketching

2022-09-30 · Benjamin Paul Chamberlain, Sergey Shirobokov, Emanuele Rossi, Fabrizio Frasca 외

Many Graph Neural Networks (GNNs) perform poorly compared to simple heuristics on Link Prediction (LP) tasks. This is due to limitations in expressive power such as the inability to count triangles (the backbone of most …

GPULink PredictionPrediction

Algorithm and System Co-design for Efficient Subgraph-based Graph Representation Learning

2022-02-28 · Haoteng Yin, Muhan Zhang, Yanbang Wang, Jianguo Wang 외

Subgraph-based graph representation learning (SGRL) has been recently proposed to deal with some fundamental challenges encountered by canonical graph neural networks (GNNs), and has demonstrated advantages in many impor…

Graph Representation LearningPredictionRepresentation Learning

Revisiting Graph Neural Networks for Link Prediction

2020-09-28 · Muhan Zhang, Pan Li, Yinglong Xia, Kai Wang 외

Graph neural networks (GNNs) have achieved great success in recent years. Three most common applications include node classification, link prediction, and graph classification. While there is rich literature on node clas…

ClassificationGraph ClassificationLink PredictionNode Classification+1

Learning Rule-Induced Subgraph Representations for Inductive Relation Prediction

2024-08-09 · NeurIPS 2023 11 · Tianyu Liu, Qitan Lv, Jie Wang, Shuling Yang 외

Inductive relation prediction (IRP) -- where entities can be different during training and inference -- has shown great power for completing evolving knowledge graphs. Existing works mainly focus on using graph neural ne…

Inductive Relation PredictionKnowledge GraphsPredictionRelation+1