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
365

Exploring Key Point Analysis with Pairwise Generation and Graph Partitioning

alibaba-nlp/key-point-analysis 17 Apr 2024

Our objective is to train a generative model that can simultaneously provide a score indicating the presence of shared key point between a pair of arguments and generate the shared key point.

0
17 Apr 2024

CuVLER: Enhanced Unsupervised Object Discoveries through Exhaustive Self-Supervised Transformers

shahaf-arica/cuvler 12 Mar 2024

In this paper, we introduce VoteCut, an innovative method for unsupervised object discovery that leverages feature representations from multiple self-supervised models.

4
12 Mar 2024

Unleashing Graph Partitioning for Large-Scale Nearest Neighbor Search

larsgottesbueren/gp-ann 4 Mar 2024

In particular, our new routing methods enable the use of balanced graph partitioning, which is a high-quality partitioning method without a naturally associated routing algorithm.

8
04 Mar 2024

Towards Cohesion-Fairness Harmony: Contrastive Regularization in Individual Fair Graph Clustering

siamakghodsi/ifairnmtf 16 Feb 2024

Conventional fair graph clustering methods face two primary challenges: i) They prioritize balanced clusters at the expense of cluster cohesion by imposing rigid constraints, ii) Existing methods of both individual and group-level fairness in graph partitioning mostly rely on eigen decompositions and thus, generally lack interpretability.

8
16 Feb 2024

Deep Spectral Improvement for Unsupervised Image Instance Segmentation

farnooshar/specuniis 4 Feb 2024

This paper addresses the fact that not all channels of the feature map extracted from a self-supervised backbone contain sufficient information for instance segmentation purposes.

4
04 Feb 2024

BClean: A Bayesian Data Cleaning System

yyssl88/bclean 11 Nov 2023

By evaluating on both real-world and synthetic datasets, we demonstrate that BClean is capable of achieving an F-measure of up to 0. 9 in data cleaning, outperforming existing Bayesian methods by 2% and other data cleaning methods by 15%.

1
11 Nov 2023

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.

2
14 Aug 2023

Self-supervised Few-shot Learning for Semantic Segmentation: An Annotation-free Approach

mindflow-institue/annotation_free_fewshot 26 Jul 2023

This approach eliminates the need for manual annotation, making it particularly suitable for medical images with limited annotated data.

11
26 Jul 2023

Spectral Normalized-Cut Graph Partitioning with Fairness Constraints

jiali2000/fnm 22 Jul 2023

Normalized-cut graph partitioning aims to divide the set of nodes in a graph into $k$ disjoint clusters to minimize the fraction of the total edges between any cluster and all other clusters.

0
22 Jul 2023

Graph Ladling: Shockingly Simple Parallel GNN Training without Intermediate Communication

vita-group/graph_ladling 18 Jun 2023

By dividing giant graph data, we build multiple independently and parallelly trained weaker GNNs (soup ingredient) without any intermediate communication, and combine their strength using a greedy interpolation soup procedure to achieve state-of-the-art performance.

11
18 Jun 2023