LGOct 16, 2021

Deep Learning and Spectral Embedding for Graph Partitioning

arXiv:2110.08614v216 citations
Originality Incremental advance
AI Analysis

This is an incremental improvement for graph partitioning tasks, offering faster performance while maintaining quality.

The authors tackled graph partitioning by developing a graph neural network algorithm that combines spectral embedding and a partitioning module, achieving partition quality comparable to METIS, Scotch, and spectral partitioning with shorter runtime than METIS and spectral partitioning.

We present a graph bisection and partitioning algorithm based on graph neural networks. For each node in the graph, the network outputs probabilities for each of the partitions. The graph neural network consists of two modules: an embedding phase and a partitioning phase. The embedding phase is trained first by minimizing a loss function inspired by spectral graph theory. The partitioning module is trained through a loss function that corresponds to the expected value of the normalized cut. Both parts of the neural network rely on SAGE convolutional layers and graph coarsening using heavy edge matching. The multilevel structure of the neural network is inspired by the multigrid algorithm. Our approach generalizes very well to bigger graphs and has partition quality comparable to METIS, Scotch and spectral partitioning, with shorter runtime compared to METIS and spectral partitioning.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes