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
368

Inductive Graph Unlearning

happy2git/guide 6 Apr 2023

To extend machine unlearning to graph data, \textit{GraphEraser} has been proposed.

3
06 Apr 2023

Distributed Graph Embedding with Information-Oriented Random Walks

rocmfang/distger 28 Mar 2023

Graph embedding maps graph nodes to low-dimensional vectors, and is widely adopted in machine learning tasks.

6
28 Mar 2023

A parameter-free graph reduction for spectral clustering and SpectralNet

mashaan14/SC-parameter-free 25 Feb 2023

We introduce a graph reduction method that does not require any parameters.

0
25 Feb 2023

Random projection tree similarity metric for SpectralNet

mashaan14/RPTree-SpectralNet 25 Feb 2023

Our experiments revealed that SpectralNet produces better clustering accuracy using rpTree similarity metric compared to $k$-nn graph with a distance metric.

0
25 Feb 2023

Refining a $k$-nearest neighbor graph for a computationally efficient spectral clustering

mashaan14/Spectral-Clustering 22 Feb 2023

We proposed a refined version of $k$-nearest neighbor graph, in which we keep data points and aggressively reduce number of edges for computational efficiency.

3
22 Feb 2023

Graph Construction using Principal Axis Trees for Simple Graph Convolution

mashaan14/PAtree-SGC 22 Feb 2023

We introduce a graph construction scheme that constructs the adjacency matrix $A$ using unsupervised and supervised information.

1
22 Feb 2023

Approximate spectral clustering density-based similarity for noisy datasets

mashaan14/ASC-noisy 22 Feb 2023

Also, CONN could be tricked by noisy density between clusters.

0
22 Feb 2023

Approximate spectral clustering with eigenvector selection and self-tuned $k$

mashaan14/ASC-self-tuned-k 22 Feb 2023

The recently emerged spectral clustering surpasses conventional clustering methods by detecting clusters of any shape without the convexity assumption.

0
22 Feb 2023

Random Projection Forest Initialization for Graph Convolutional Networks

mashaan14/RPTree-GCN 22 Feb 2023

In a $k$-nn graph, points are restricted to have a fixed number of edges, and all edges in the graph have equal weights.

0
22 Feb 2023