paper-with-me

홈 › Papers

Accelerating Training and Inference of Graph Neural Networks with Fast Sampling and Pipelining

2021-10-16 · Tim Kaler, Nickolas Stathas, Anne Ouyang, Alexandros-Stavros Iliopoulos, Tao B. Schardl, Charles E. Leiserson, Jie Chen

Improving the training and inference performance of graph neural networks (GNNs) is faced with a challenge uncommon in general neural networks: creating mini-batches requires a lot of computation and data movement due to the exponential growth of multi-hop graph neighborhoods along network layers. Such a unique challenge gives rise to a diverse set of system design choices. We argue in favor of performing mini-batch training with neighborhood sampling in a distributed multi-GPU environment, under which we identify major performance bottlenecks hitherto under-explored by developers: mini-batch preparation and transfer. We present a sequence of improvements to mitigate these bottlenecks, including a performance-engineered neighborhood sampler, a shared-memory parallelization strategy, and the pipelining of batch transfer with GPU computation. We also conduct an empirical analysis that supports the use of sampling for inference, showing that test accuracies are not materially compromised. Such an observation unifies training and inference, simplifying model implementation. We report comprehensive experimental results with several benchmark data sets and GNN architectures, including a demonstration that, for the ogbn-papers100M data set, our system SALIENT achieves a speedup of 3x over a standard PyTorch-Geometric implementation with a single GPU and a further 8x parallel speedup with 16 GPUs. Therein, training a 3-layer GraphSAGE model with sampling fanout (15, 10, 5) takes 2.0 seconds per epoch and inference with fanout (20, 20, 20) takes 2.4 seconds, attaining test accuracy 64.58%.

📄 PDF Abstract BibTeX arXiv:2110.08450

Code (2)

mitibmxgraph/salient_artifact 공식 구현
gmancino/fastgcn-pytorch pytorch

Tasks

GPU

Methods 이 논문이 사용한 방법론

Test 설명 없음
GraphSAGE GraphSAGE is a general inductive framework that leverages node feature information (e.g., text attributes) to efficiently generate node embeddings for previously unseen…

Similar Papers 제목 키워드 기반

FastGL: A GPU-Efficient Framework for Accelerating Sampling-Based GNN Training at Large Scale

2024-09-23 · Zeyu Zhu, Peisong Wang, Qinghao Hu, Gang Li 외

Graph Neural Networks (GNNs) have shown great superiority on non-Euclidean graph data, achieving ground-breaking performance on various graph-related tasks. As a practical solution to train GNN on large graphs with billi…

GPU

Accelerating Flow-Matching-Based Text-to-Speech via Empirically Pruned Step Sampling

2025-05-26 · Qixi Zheng, Yushen Chen, Zhikang Niu, Ziyang Ma 외

Flow-matching-based text-to-speech (TTS) models, such as Voicebox, E2 TTS, and F5-TTS, have attracted significant attention in recent years. These models require multiple sampling steps to reconstruct speech from noise, …

GPUtext-to-speechText to Speech

Accelerating Diffusion Models with Parallel Sampling: Inference at Sub-Linear Time Complexity

2024-05-24 · Haoxuan Chen, Yinuo Ren, Lexing Ying, Grant M. Rotskoff

Diffusion models have become a leading method for generative modeling of both image and scientific data. As these models are costly to train and evaluate, reducing the inference cost for diffusion models remains a major …

GPU

Accelerating Graph Sampling for Graph Machine Learning using GPUs

2020-09-14 · Abhinav Jangda, Sandeep Polisetty, Arjun Guha, Marco Serafini

Representation learning algorithms automatically learn the features of data. Several representation learning algorithms for graph data, such as DeepWalk, node2vec, and GraphSAGE, sample the graph to produce mini-batches …

BIG-bench Machine LearningGPUGraph SamplingRepresentation Learning

Accelerating Convergence of Stein Variational Gradient Descent via Deep Unfolding

2024-02-23 · Yuya Kawamura, Satoshi Takabe

Stein variational gradient descent (SVGD) is a prominent particle-based variational inference method used for sampling a target distribution. SVGD has attracted interest for application in machine-learning techniques suc…

Bayesian InferenceVariational Inference