paper-with-me

홈 › Papers

Partitioning sparse deep neural networks for scalable training and inference

2021-04-23 · Gunduz Vehbi Demirci, Hakan Ferhatosmanoglu

The state-of-the-art deep neural networks (DNNs) have significant computational and data management requirements. The size of both training data and models continue to increase. Sparsification and pruning methods are shown to be effective in removing a large fraction of connections in DNNs. The resulting sparse networks present unique challenges to further improve the computational efficiency of training and inference in deep learning. Both the feedforward (inference) and backpropagation steps in stochastic gradient descent (SGD) algorithm for training sparse DNNs involve consecutive sparse matrix-vector multiplications (SpMVs). We first introduce a distributed-memory parallel SpMV-based solution for the SGD algorithm to improve its scalability. The parallelization approach is based on row-wise partitioning of weight matrices that represent neuron connections between consecutive layers. We then propose a novel hypergraph model for partitioning weight matrices to reduce the total communication volume and ensure computational load-balance among processors. Experiments performed on sparse DNNs demonstrate that the proposed solution is highly efficient and scalable. By utilizing the proposed matrix partitioning scheme, the performance of our solution is further improved significantly.

📄 PDF Abstract BibTeX arXiv:2104.11805

Code (0)

등록된 구현이 없습니다.

Tasks

Computational EfficiencyManagement

Methods 이 논문이 사용한 방법론

Pruning 설명 없음
SGD Stochastic Gradient Descent is an iterative optimization technique that uses minibatches of data to form an expectation of the gradient, rather than the full gradient using…

Similar Papers 제목 키워드 기반

Parallel Inference for Latent Dirichlet Allocation on Graphics Processing Units

2009-12-01 · NeurIPS 2009 12 · Feng Yan, Ningyi Xu, Yuan Qi

The recent emergence of Graphics Processing Units (GPUs) as general-purpose parallel computing devices provides us with new opportunities to develop scalable learning methods for massive data. In this work, we consider t…

GPU

Scalable Graph Convolutional Network Training on Distributed-Memory Systems

2022-12-09 · Gunduz Vehbi Demirci, Aparajita Haldar, Hakan Ferhatosmanoglu

Graph Convolutional Networks (GCNs) are extensively utilized for deep learning on graphs. The large data sizes of graphs and their vertex features make scalable training algorithms and distributed memory systems necessar…

Blockinggraph partitioninghypergraph partitioning

EmbedPart: Embedding-Driven Graph Partitioning for Scalable Graph Neural Network Training

2026-04-01 · Nikolai Merkel, Ruben Mayer, Volker Markl, Hans-Arno Jacobsen arxiv

Graph Neural Networks (GNNs) are widely used for learning on graph-structured data, but scaling GNN training to massive graphs remains challenging. To enable scalable distributed training, graphs are divided into smaller…

Graph Neural Networkgraph partitioning

A graphical heuristic for reduction and partitioning of large datasets for scalable supervised training

2019-07-24 · Sumedh Yadav, Mathis Bode

A scalable graphical method is presented for selecting, and partitioning datasets for the training phase of a classification task. For the heuristic, a clustering algorithm is required to get its computation cost in a re…

ClusteringGeneral Classification

CPa-WAC: Constellation Partitioning-based Scalable Weighted Aggregation Composition for Knowledge Graph Embedding

2024-08-01 · International Joint Conference on Artificial Intelligence 2024 8 · S. Modak, Aakarsh Malhotra, Sarthak Malik, Anil Surisetty 외

Scalability and training time are crucial for any graph neural network model processing a knowledge graph (KG). While partitioning knowledge graphs helps reduce the training time, the prediction accuracy reduces signifca…

Graph EmbeddingGraph Neural NetworkKnowledge Graph CompletionKnowledge Graph Embedding+1