graph partitioning

57 papers with code • 1 benchmarks • 2 datasets

Graph Partitioning is generally the first step of distributed graph computing tasks. The targets are load-balance and minimizing the communication volume.

Libraries

Use these libraries to find graph partitioning models and implementations
3 papers
363

Most implemented papers

Ego-splitting Framework: from Non-Overlapping to Overlapping Clusters

benedekrozemberczki/karateclub KDD 2017

More precisely, our framework works in two steps: a local ego-net analysis phase, and a global graph partitioning phase .

Graph-Partitioning-Based Diffusion Convolutional Recurrent Neural Network for Large-Scale Traffic Forecasting

liyaguang/DCRNN 24 Sep 2019

We demonstrate the efficacy of the graph-partitioning-based DCRNN approach to model the traffic on a large California highway network with 11, 160 sensor locations.

Graph Neural Network Based Coarse-Grained Mapping Prediction

rochesterxugroup/DSGPM 24 Jun 2020

The selection of coarse-grained (CG) mapping operators is a critical step for CG molecular dynamics (MD) simulation.

Federated Classification in Hyperbolic Spaces via Secure Aggregation of Convex Hulls

sauravpr/hyperbolic_federated_classification 14 Aug 2023

Third, we compute the complexity of the convex hulls in hyperbolic spaces to assess the extent of data leakage; at the same time, in order to limit communication cost for the hulls, we propose a new quantization method for the Poincar\'e disc coupled with Reed-Solomon-like encoding.

A Min-max Cult Algorithm for Graph Partitioning and Data Clustering

taherazim/MinMax-vs-Normalized-Graph-Cut Proceedings 2001 IEEE International Conference on Data Mining 2002

In this paper, we propose a new algorithm for graph partitioning with an objective function that follows the min-max clustering principle.

Distributed Evolutionary Graph Partitioning

KaHIP/KaHIP 3 Oct 2011

We present a novel distributed evolutionary algorithm, KaFFPaE, to solve the Graph Partitioning Problem, which makes use of KaFFPa (Karlsruhe Fast Flow Partitioner).

Think Locally, Act Globally: Perfectly Balanced Graph Partitioning

KaHIP/KaHIP 1 Oct 2012

We present a novel local improvement scheme for the perfectly balanced graph partitioning problem.

Parallel Graph Partitioning for Complex Networks

KaHIP/KaHIP 18 Apr 2014

This paper addresses this problem by parallelizing and adapting the label propagation technique originally developed for graph clustering.

The Product Cut

xbresson/pcut NeurIPS 2016

We introduce a theoretical and algorithmic framework for multi-way graph partitioning that relies on a multiplicative cut-based objective.

Improving Coarsening Schemes for Hypergraph Partitioning by Exploiting Community Structure

SebastianSchlag/kahypar SEA 2017 2017

We present an improved coarsening process for multilevel hypergraph partitioning that incorporates global information about the community structure.