paper-with-me

Papers

MetaSieve: Faster Relational Deep Learning through SQL-Based Metapath Selection

2026-08-26 · Fahim Shahriar Khan, Ashraf Aboulnaga arxiv

Relational Deep Learning (RDL) is an effective approach to machine learning over multi-table relational databases. In RDL, a database is modeled as a graph in which each row is a node and each foreign-key relation is an edge, and a graph neural network (GNN) is trained on this graph. Training a GNN requires sampling a subgraph around every seed node in the training set, and the cost of training is largely determined by the size of these subgraphs. This paper aims to reduce subgraph size by leveraging the join and aggregation capabilities of relational database systems. We observe that sampled subgraphs are obtained by following metapaths composed of foreign-key links, and that many of these metapaths can be pruned without loss of accuracy. We present MetaSieve, a metapath selection layer that determines which metapaths to retain and which to prune. For each candidate metapath extension, MetaSieve computes statistics via SQL join and aggregation queries and evaluates the extension based on a novel scoring function that prefers lightweight but informative candidates. Metapaths whose scores fall below a threshold are deemed uninformative and pruned. Metapath selection in MetaSieve is lightweight since it relies only on database statistics and task labels, and it is independent of GNN parameters, so it integrates with diverse GNN architectures for classification and regression. Our evaluation on the RelBench benchmark with multiple GNN backbones shows that MetaSieve consistently reduces per-epoch training time by large margins while maintaining and often improving accuracy.

📄 PDF Abstract BibTeX arXiv:2608.25903

Code (0)

등록된 구현이 없습니다.

Tasks

Graph Neural Network

Similar Papers 제목 키워드 기반

Decoding Plastic Toxicity: An Intelligent Framework for Conflict-Aware Relational Metapath Extraction from Scientific Abstracts

2025-09-14 · Sudeshna Jana, Manjira Sinha, Tirthankar Dasgupta arxiv

The widespread use of plastics and their persistence in the environment have led to the accumulation of micro- and nano-plastics across air, water, and soil, posing serious health risks including respiratory, gastrointes…

Optimizing Graph Transformer Networks with Graph-based Techniques

2021-06-16 · Loc Hoang, Udit Agarwal, Gurbinder Gill, Roshan Dathathri 외

Graph transformer networks (GTN) are a variant of graph convolutional networks (GCN) that are targeted to heterogeneous graphs in which nodes and edges have associated type information that can be exploited to improve in…

MAGNN: Metapath Aggregated Graph Neural Network for Heterogeneous Graph Embedding

2020-02-05 · Xinyu Fu, Jiani Zhang, Ziqiao Meng, Irwin King

A large number of real-world graphs or networks are inherently heterogeneous, involving a diversity of node types and relation types. Heterogeneous graph embedding is to embed rich structural and semantic information of …

ClusteringDiversityGraph EmbeddingGraph Neural Network+3

Comprehensive Metapath-based Heterogeneous Graph Transformer for Gene-Disease Association Prediction

2025-01-14 · Wentao Cui, Shoubo Li, Chen Fang, Qingqing Long 외

Discovering gene-disease associations is crucial for understanding disease mechanisms, yet identifying these associations remains challenging due to the time and cost of biological experiments. Computational methods are …

metapath2vec: Scalable Representation Learning for Heterogeneous Networks

2017-08-01 · KDD 17 2017 8 · Yuxiao Dong, Nitesh Vijay Chawla, Ananthram Swami

We study the problem of representation learning in heterogeneous networks. Its unique challenges come from the existence of multiple types of nodes and links, which limit the feasibility of the conventional network embed…

ClusteringLink PredictionNetwork EmbeddingNode Classification+2