paper-with-me

Papers

Parallel and Distributed Graph Neural Networks: An In-Depth Concurrency Analysis

2022-05-19 · Maciej Besta, Torsten Hoefler

Graph neural networks (GNNs) are among the most powerful tools in deep learning. They routinely solve complex problems on unstructured networks, such as node classification, graph classification, or link prediction, with high accuracy. However, both inference and training of GNNs are complex, and they uniquely combine the features of irregular graph processing with dense and regular computations. This complexity makes it very challenging to execute GNNs efficiently on modern massively parallel architectures. To alleviate this, we first design a taxonomy of parallelism in GNNs, considering data and model parallelism, and different forms of pipelining. Then, we use this taxonomy to investigate the amount of parallelism in numerous GNN models, GNN-driven machine learning tasks, software frameworks, or hardware accelerators. We use the work-depth model, and we also assess communication volume and synchronization. We specifically focus on the sparsity/density of the associated tensors, in order to understand how to effectively apply techniques such as vectorization. We also formally analyze GNN pipelining, and we generalize the established Message-Passing class of GNN models to cover arbitrary pipeline depths, facilitating future optimizations. Finally, we investigate different forms of asynchronicity, navigating the path for future asynchronous parallel GNN pipelines. The outcomes of our analysis are synthesized in a set of insights that help to maximize GNN performance, and a comprehensive list of challenges and opportunities for further research into efficient GNN computations. Our work will help to advance the design of future GNNs.

📄 PDF Abstract BibTeX arXiv:2205.09702

Code (0)

등록된 구현이 없습니다.

Tasks

Graph ClassificationLink PredictionNode Classification

Similar Papers 제목 키워드 기반

Demystifying Parallel and Distributed Deep Learning: An In-Depth Concurrency Analysis

2018-02-26 · Tal Ben-Nun, Torsten Hoefler

Deep Neural Networks (DNNs) are becoming an important tool in modern computing applications. Accelerating their training is a major challenge and techniques range from distributed algorithms to low-level circuit design. …

Deep LearningNeural Architecture SearchStochastic Optimization

Staleness-Alleviated Distributed GNN Training via Online Dynamic-Embedding Prediction

2023-08-25 · Guangji Bai, Ziyang Yu, Zheng Chai, Yue Cheng 외

Despite the recent success of Graph Neural Networks (GNNs), it remains challenging to train GNNs on large-scale graphs due to neighbor explosions. As a remedy, distributed computing becomes a promising solution by levera…

Distributed ComputingGPU

Pushing the Limits: Concurrency Detection in Acyclic Sound Free-Choice Workflow Nets in $O(P^2 + T^2)$

2024-01-29 · Thomas M. Prinz, Julien Klaus, Nick R. T. P. van Beest

Concurrency is an important aspect of Petri nets to describe and simulate the behavior of complex systems. Knowing which places and transitions could be executed in parallel helps to understand nets and enables analysis …

Scaling Distributed Deep Learning Workloads beyond the Memory Capacity with KARMA

2020-08-26 · Mohamed Wahib, Haoyu Zhang, Truong Thao Nguyen, Aleksandr Drozd 외

The dedicated memory of hardware accelerators can be insufficient to store all weights and/or intermediate states of large deep learning models. Although model parallelism is a viable approach to reduce the memory pressu…

Towards Complex Artificial Life

2018-05-16 · Lance R. Williams

An object-oriented combinator chemistry was used to construct an artificial organism with a system architecture possessing characteristics necessary for organisms to evolve into more complex forms. This architecture supp…

Artificial Life