paper-with-me

Papers

Distributed Training of Graph Convolutional Networks

2020-07-13 · Simone Scardapane, Indro Spinelli, Paolo Di Lorenzo

The aim of this work is to develop a fully-distributed algorithmic framework for training graph convolutional networks (GCNs). The proposed method is able to exploit the meaningful relational structure of the input data, which are collected by a set of agents that communicate over a sparse network topology. After formulating the centralized GCN training problem, we first show how to make inference in a distributed scenario where the underlying data graph is split among different agents. Then, we propose a distributed gradient descent procedure to solve the GCN training problem. The resulting model distributes computation along three lines: during inference, during back-propagation, and during optimization. Convergence to stationary solutions of the GCN training problem is also established under mild conditions. Finally, we propose an optimization criterion to design the communication topology between agents in order to match with the graph describing data relationships. A wide set of numerical results validate our proposal. To the best of our knowledge, this is the first work combining graph convolutional neural networks with distributed optimization.

📄 PDF Abstract BibTeX arXiv:2007.06281

Code (0)

등록된 구현이 없습니다.

Tasks

Distributed Optimization

Methods 이 논문이 사용한 방법론

Graph Convolutional Networks 설명 없음
GCN A Graph Convolutional Network, or GCN, is an approach for semi-supervised learning on graph-structured data. It is based on an efficient variant of [convolutional neural…

Similar Papers 제목 키워드 기반

Distributed Training of Graph Convolutional Networks using Subgraph Approximation

2020-12-09 · Alexandra Angerd, Keshav Balasubramanian, Murali Annavaram

Modern machine learning techniques are successfully being adapted to data modeled as graphs. However, many real-world graphs are typically very large and do not fit in memory, often making the problem of training machine…

BIG-bench Machine Learninggraph partitioning

Distributed Optimization of Graph Convolutional Network using Subgraph Variance

2021-10-06 · Taige Zhao, XiangYu Song, JianXin Li, Wei Luo 외

In recent years, Graph Convolutional Networks (GCNs) have achieved great success in learning from graph-structured data. With the growing tendency of graph nodes and edges, GCN training by single processor cannot meet th…

Distributed Optimization

BDS-GCN: Efficient Full-Graph Training of Graph Convolutional Nets with Partition-Parallelism and Boundary Sampling

2021-01-01 · Cheng Wan, Youjie Li, Nam Sung Kim, Yingyan Lin

Graph Convolutional Networks (GCNs) have emerged as the state-of-the-art model for graph-based learning tasks. However, it is still challenging to train GCNs at scale, limiting their applications to real-world large grap…

GIST: Distributed Training for Large-Scale Graph Convolutional Networks

2021-02-20 · Cameron R. Wolfe, Jingkang Yang, Arindam Chowdhury, Chen Dun 외

The graph convolutional network (GCN) is a go-to solution for machine learning on graphs, but its training is notoriously difficult to scale both in terms of graph size and the number of model parameters. Although some w…

BIG-bench Machine LearningGPUGraph Sampling

Communication-Efficient Sampling for Distributed Training of Graph Convolutional Networks

2021-01-19 · Peng Jiang, Masuma Akter Rumi

Training Graph Convolutional Networks (GCNs) is expensive as it needs to aggregate data recursively from neighboring nodes. To reduce the computation overhead, previous works have proposed various neighbor sampling metho…

Node Classification