English

Entropy Aware Training for Fast and Accurate Distributed GNN

Machine Learning 2023-11-07 v1 Distributed, Parallel, and Cluster Computing

Abstract

Several distributed frameworks have been developed to scale Graph Neural Networks (GNNs) on billion-size graphs. On several benchmarks, we observe that the graph partitions generated by these frameworks have heterogeneous data distributions and class imbalance, affecting convergence, and resulting in lower performance than centralized implementations. We holistically address these challenges and develop techniques that reduce training time and improve accuracy. We develop an Edge-Weighted partitioning technique to improve the micro average F1 score (accuracy) by minimizing the total entropy. Furthermore, we add an asynchronous personalization phase that adapts each compute-host's model to its local data distribution. We design a class-balanced sampler that considerably speeds up convergence. We implemented our algorithms on the DistDGL framework and observed that our training techniques scale much better than the existing training approach. We achieved a (2-3x) speedup in training time and 4\% improvement on average in micro-F1 scores on 5 large graph benchmarks compared to the standard baselines.

Keywords

Cite

@article{arxiv.2311.02399,
  title  = {Entropy Aware Training for Fast and Accurate Distributed GNN},
  author = {Dhruv Deshmukh and Gagan Raj Gupta and Manisha Chawla and Vishwesh Jatala and Anirban Haldar},
  journal= {arXiv preprint arXiv:2311.02399},
  year   = {2023}
}

Comments

8 pages, 3 figures, 5 tables, accepted at ICDM'23

R2 v1 2026-06-28T13:11:33.574Z