paper-with-me

Papers

Graph Neural Networks on Graph Databases

2024-11-18 · Dmytro Lopushanskyy, Borun Shi

Training graph neural networks on large datasets has long been a challenge. Traditional approaches include efficiently representing the whole graph in-memory, designing parameter efficient and sampling-based models, and graph partitioning in a distributed setup. Separately, graph databases with native graph storage and query engines have been developed, which enable time and resource efficient graph analytics workloads. We show how to directly train a GNN on a graph DB, by retrieving minimal data into memory and sampling using the query engine. Our experiments show resource advantages for single-machine and distributed training. Our approach opens up a new way of scaling GNNs as well as a new application area for graph DBs.

📄 PDF Abstract BibTeX arXiv:2411.11375

Code (0)

등록된 구현이 없습니다.

Tasks

graph partitioning

Similar Papers 제목 키워드 기반

Querying in the Age of Graph Databases and Knowledge Graphs

2021-06-22 · Marcelo Arenas, Claudio Gutierrez, Juan F. Sequeda

Graphs have become the best way we know of representing knowledge. The computing community has investigated and developed the support for managing graphs by means of digital technology. Graph databases and knowledge grap…

Knowledge GraphsManagement

Top Ten Challenges Towards Agentic Neural Graph Databases

2025-01-24 · Jiaxin Bai, ZiHao Wang, Yukun Zhou, Hang Yin 외

Graph databases (GDBs) like Neo4j and TigerGraph excel at handling interconnected data but lack advanced inference capabilities. Neural Graph Databases (NGDBs) address this by integrating Graph Neural Networks (GNNs) for…

Management

WikiDBGraph: Large-Scale Database Graph of Wikidata for Collaborative Learning

2025-05-22 · Zhaomin Wu, Ziyang Wang, Bingsheng He

Tabular data, ubiquitous and rich in informational value, is an increasing focus for deep representation learning, yet progress is hindered by studies centered on single tables or isolated databases, which limits model c…

Federated LearningRepresentation LearningTransfer Learning

Directly Mapping RDF Databases to Property Graph Databases

2019-12-04 · Renzo Angles, Harsh Thakkar, Dominik Tomaszuk

RDF triplestores and property graph databases are two approaches for data management which are based on modeling, storing, and querying graph-like data. In spite of such common principles, they present special features t…

Management

Anomaly Detection in Large Labeled Multi-Graph Databases

2020-10-07 · Hung T. Nguyen, Pierre J. Liang, Leman Akoglu

Within a large database G containing graphs with labeled nodes and directed, multi-edges; how can we detect the anomalous graphs? Most existing work are designed for plain (unlabeled) and/or simple (unweighted) graphs. W…

Anomaly Detection