Our paper “Distributed Scheduling using Graph Neural Networks” is accepted by IEEE ICASSP 2021

less than 1 minute read

Published:

In our latest paper “Distributed Scheduling using Graph Neural Networks” accepted by IEEE ICASSP 2021, we augment the distributed greedy scheduler with topology-aware node embeddings generated by Graph Convolutional Networks. Our approach can close the sub-optimality gap by half with minimal increase in the local communication complexity (as low as only one additional round of message passing). The deployment of GCN can be distributed while the training is centralized.

Preprint: https://arxiv.org/abs/2011.09430

Source Code