Scalable Graph Embedding LearningOn A Single GPU
Azita Nouri, Philip E. Davis, Pradeep Subedi, Manish Parashar

TL;DR
This paper presents a hybrid CPU-GPU framework for scalable graph embedding learning that can handle large-scale graphs beyond single machine memory limits, improving performance and accuracy.
Contribution
It introduces a novel hybrid CPU-GPU system enabling large-scale graph embedding training on a single GPU, surpassing existing systems in scalability and efficiency.
Findings
Scales training to datasets much larger than single GPU memory.
Outperforms existing systems on benchmark datasets.
Embeddings improve downstream task performance.
Abstract
Graph embedding techniques have attracted growing interest since they convert the graph data into continuous and low-dimensional space. Effective graph analytic provides users a deeper understanding of what is behind the data and thus can benefit a variety of machine learning tasks. With the current scale of real-world applications, most graph analytic methods suffer high computation and space costs. These methods and systems can process a network with thousands to a few million nodes. However, scaling to large-scale networks remains a challenge. The complexity of training graph embedding system requires the use of existing accelerators such as GPU. In this paper, we introduce a hybrid CPU-GPU framework that addresses the challenges of learning embedding of large-scale graphs. The performance of our method is compared qualitatively and quantitatively with the existing embedding systems…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsAdvanced Graph Neural Networks · Complex Network Analysis Techniques · Caching and Content Delivery
