Papers › GraphVite: A High-Performance CPU-GPU Hybrid System for Node Embedding

GraphVite: A High-Performance CPU-GPU Hybrid System for Node Embedding

2 Mar 2019arXiv:1903.00757archive 2025-07-28

Zhaocheng Zhu, Shizhen Xu, Meng Qu, Jian Tang

Learning continuous representations of nodes is attracting growing interest in both academia and industry recently, due to their simplicity and effectiveness in a variety of applications. Most of existing node embedding algorithms and systems are capable of processing networks with hundreds of thousands or a few millions of nodes. However, how to scale them to networks that have tens of millions or even hundreds of millions of nodes remains a challenging problem. In this paper, we propose GraphVite, a high-performance CPU-GPU hybrid system for training node embeddings, by co-optimizing the algorithm and the system. On the CPU end, augmented edge samples are parallelly generated by random walks in an online fashion on the network, and serve as the training data. On the GPU end, a novel parallel negative sampling is proposed to leverage multiple GPUs to train node embeddings simultaneously, without much data transfer and synchronization. Moreover, an efficient collaboration strategy is proposed to further reduce the synchronization cost between CPUs and GPUs. Experiments on multiple real-world networks show that GraphVite is super efficient. It takes only about one minute for a network with 1 million nodes and 5 million edges on a single machine with 4 GPUs, and takes around 20 hours for a network with 66 million nodes and 1.8 billion edges. Compared to the current fastest system, GraphVite is about 50 times faster without any sacrifice on performance.

PaperPDFCodeCode Syntology ran

In Syntology Open this paper in Syntology's Atlas, the map of the papers in Syntology's graph and their citations.

For agents, Syntology's MCP tool lists every function and class Syntology harvested from this paper and whether it ran (how to connect): get_harvested_code_for_paper(arxiv_id="1903.00757")

Code

Syntology Ran 0 of 7 code samples harvested from 1 repository linked to this paper; 7 have no recorded run.

By repository: community (archive-listed): 7 samples from 1 repository, 0 ran. The run record, sample by sample. “Ran” means executed on a synthesized input, not that the code is correct or reproduces the paper.

DeepGraphLearning/graphvite mentioned on GitHubpytorchApache-2.0 report

Repository list and official/mentioned flags are the archive's, frozen 2025-07-28. Reachability, where shown, is from one Syntology probe window (2026-09-16 to 2026-09-18); repositories not probed show nothing. GitHub stars are not tracked.

Code Syntology ran Syntology

7 samples harvested; 0 ran; 0 honoured the contract we drafted; 7 have no recorded run. Read from Syntology's graph 2026-09-24; that is when this build read the record, not when the samples ran.

7unverified

Licence: 0 of the 7 samples are pointer only, meaning Syntology does not serve that copy's text. This page shows no code text for any sample; each one links to its file in the repository.

Harvested from DeepGraphLearning/graphvite. “Ran” means the sample executed on a synthesized input. It does not mean the output is correct, and nothing here reproduces the paper's results. “Honoured” and “violated” refer to a contract Syntology drafted from the code itself; “our draft was wrong” and “fixture could not drive it” are failures of Syntology's instrument, not of the code.

Each sample ends with its code_sha256, Syntology's identity for that exact code. An agent fetches the stored sample with Syntology's MCP tool get_code(code_sha256="…") (how to connect); click an identity to copy that call.

Repository labels, per sample. official repository: The archive marks this repository official for the paper. named in the paper: The archive records that the paper mentions this repository; it is not marked official. community (archive-listed): In the archive's code links for this paper, not marked official and not recorded as mentioned in the paper. found in paper text by Syntology: Syntology found this repository in the paper's own text; whether it is the authors' implementation is not asserted. community: Not in the archive's code links for this paper; a community repository Syntology harvested. Samples from a repository marked official are listed first. Licence labels name the repository's licence as recorded at harvest. “Pointer only” means Syntology does not serve that copy's text, for one of four reasons: no licence file was found; the licence was not identified; the licence is recorded as permissive but that copy's record is not marked cleared; or the licence is outside the permissive list Syntology serves text under (MIT, Apache-2.0, BSD and similar). Some licences outside that list permit redistribution, such as WTFPL, and GPL-3.0 under its conditions; they are simply not on the list. Hover a licence label for the reason. File links open the file on GitHub at the default branch, which may have changed since the harvest.

assert_in DeepGraphLearning/graphvite/python/graphvite/util.py community (archive-listed) unverified Apache-2.0 (permissive) · 81f9cf448d698eaf · report
find_all_names DeepGraphLearning/graphvite/python/graphvite/helper.py community (archive-listed) unverified Apache-2.0 (permissive) · 78c4c05ac8ba1a72 · report
find_all_templates DeepGraphLearning/graphvite/python/graphvite/helper.py community (archive-listed) unverified Apache-2.0 (permissive) · 801fb64b0497c90c · report
recursive_default DeepGraphLearning/graphvite/python/graphvite/util.py community (archive-listed) unverified Apache-2.0 (permissive) · 29ce96b8f084f58d · report
recursive_map DeepGraphLearning/graphvite/python/graphvite/util.py community (archive-listed) unverified Apache-2.0 (permissive) · 7264853b8d0e9cd8 · report
signature DeepGraphLearning/graphvite/python/graphvite/helper.py community (archive-listed) unverified Apache-2.0 (permissive) · 4a22f661535c9d9d · report
triplet_prediction DeepGraphLearning/graphvite/python/graphvite/application/application.py community (archive-listed) unverified Apache-2.0 (permissive) · 73fee353b6999f32 · report

Tasks

Dimensionality ReductionKnowledge Graph EmbeddingLink PredictionNetwork EmbeddingNode ClassificationVocal Bursts Intensity Prediction

2 archive task tags without a task page not shown.

Results from the paper archive 2025-07-28

TaskDatasetModelMetricValueRank at snapshotLeaderboardReport
Link Prediction FB15k SimplE Hits@1 0.721 #12 of 23 Archive leaderboard report
Link Prediction FB15k SimplE Hits@10 0.876 #12 of 23 Archive leaderboard report
Link Prediction FB15k SimplE Hits@3 0.818 #12 of 23 Archive leaderboard report
Link Prediction FB15k SimplE MR 74 #12 of 23 Archive leaderboard report
Link Prediction FB15k SimplE MRR 0.779 #12 of 23 Archive leaderboard report
Link Prediction FB15k SimplE training time (s) 2105 #12 of 23 Archive leaderboard report
Link Prediction FB15k-237 RotatE Hits@1 0.217 #48 of 75 Archive leaderboard report
Link Prediction FB15k-237 RotatE Hits@10 0.511 #48 of 75 Archive leaderboard report
Link Prediction FB15k-237 RotatE Hits@3 0.347 #48 of 75 Archive leaderboard report
Link Prediction FB15k-237 RotatE MR 176 #48 of 75 Archive leaderboard report
Link Prediction FB15k-237 RotatE MRR 0.314 #48 of 75 Archive leaderboard report
Link Prediction FB15k-237 RotatE training time (s) 857 #48 of 75 Archive leaderboard report
Link Prediction WN18 SimplE Hits@1 0.944 #19 of 37 Archive leaderboard report
Link Prediction WN18 SimplE Hits@10 0.954 #19 of 37 Archive leaderboard report
Link Prediction WN18 SimplE Hits@3 0.950 #19 of 37 Archive leaderboard report
Link Prediction WN18 SimplE MR 412 #19 of 37 Archive leaderboard report
Link Prediction WN18 SimplE MRR 0.948 #19 of 37 Archive leaderboard report
Link Prediction WN18 SimplE training time (s) 1042 #19 of 37 Archive leaderboard report
Node Classification YouTube LINE Macro-F1@2% 33.69 #1 of 2 Archive leaderboard report
Node Classification YouTube LINE Micro-F1@2% 40.61 #1 of 2 Archive leaderboard report
Node Classification YouTube LINE runtime (s) 70.09 #1 of 2 Archive leaderboard report

Ranks are positions in the archive's leaderboards as they stood at the 2025-07-28 snapshot. Results published since then are not among these rows, so a rank here is not a current standing.

Report a problem or propose a change · a person checks every report against the paper or source before anything changes; decisions are listed on /corrections