Leiden-Fusion Partitioning Method for Effective Distributed Training of Graph Embeddings
Yuhe Bai, Camelia Constantin, Hubert Naacke

TL;DR
Leiden-Fusion is a novel graph partitioning method that creates densely connected subgraphs for distributed GNN training, reducing communication overhead and maintaining embedding quality.
Contribution
We introduce Leiden-Fusion, a partitioning algorithm that ensures connected subgraphs for efficient distributed graph embedding training, addressing key limitations of existing methods.
Findings
Reduces communication in distributed GNN training
Maintains high embedding quality on benchmark datasets
Ensures partitions are densely connected without isolated nodes
Abstract
In the area of large-scale training of graph embeddings, effective training frameworks and partitioning methods are critical for handling large networks. However, they face two major challenges: 1) existing synchronized distributed frameworks require continuous communication to access information from other machines, and 2) the inability of current partitioning methods to ensure that subgraphs remain connected components without isolated nodes, which is essential for effective training of GNNs since training relies on information aggregation from neighboring nodes. To address these issues, we introduce a novel partitioning method, named Leiden-Fusion, designed for large-scale training of graphs with minimal communication. Our method extends the Leiden community detection algorithm with a greedy algorithm that merges the smallest communities with highly connected neighboring communities.…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
