paper-with-me

Papers

Local Motif Clustering via (Hyper)Graph Partitioning

2022-05-11 · Adil Chhabra, Marcelo Fonseca Faraj, Christian Schulz

A widely-used operation on graphs is local clustering, i.e., extracting a well-characterized community around a seed node without the need to process the whole graph. Recently local motif clustering has been proposed: it looks for a local cluster based on the distribution of motifs. Since this local clustering perspective is relatively new, most approaches proposed for it are extensions of statistical and numerical methods previously used for edge-based local clustering, while the available combinatorial approaches are still few and relatively simple. In this work, we build a hypergraph and a graph model which both represent the motif-distribution around the seed node. We solve these models using sophisticated combinatorial algorithms designed for (hyper)graph partitioning. In extensive experiments with the triangle motif, we observe that our algorithm computes communities with a motif conductance value being one third on average in comparison against the communities computed by the state-of-the-art tool MAPPR while being 6.3 times faster on average.

📄 PDF Abstract BibTeX arXiv:2205.06176

Code (1)

LocalClustering/HeidelbergMotifClustering

Tasks

Clusteringgraph partitioning

Similar Papers 제목 키워드 기반

Inhomogeneous Hypergraph Clustering with Applications

2017-09-05 · NeurIPS 2017 12 · Pan Li, Olgica Milenkovic

Hypergraph partitioning is an important problem in machine learning, computer vision and network analytics. A widely used method for hypergraph partitioning relies on minimizing a normalized sum of the costs of partition…

Clusteringhypergraph partitioning

Multi-order Graph Clustering with Adaptive Node-level Weight Learning

2024-05-20 · Ye Liu, Xuelei Lin, Yejia Chen, Reynold Cheng

Current graph clustering methods emphasize individual node and edge con nections, while ignoring higher-order organization at the level of motif. Re cently, higher-order graph clustering approaches have been designed by …

ClusteringGraph Clustering

SHyPar: A Spectral Coarsening Approach to Hypergraph Partitioning

2024-10-09 · Hamed Sajadinia, Ali Aghdaei, Zhuo Feng

State-of-the-art hypergraph partitioners utilize a multilevel paradigm to construct progressively coarser hypergraphs across multiple layers, guiding cut refinements at each level of the hierarchy. Traditionally, these p…

ClusteringCommunity Detectionhypergraph partitioning

A Game-Theoretic Approach to Hypergraph Clustering

2009-12-01 · NeurIPS 2009 12 · Samuel R. Bulò, Marcello Pelillo

Hypergraph clustering refers to the process of extracting maximally coherent groups from a set of objects using high-order (rather than pairwise) similarities. Traditional approaches to this problem are based on the idea…

Clustering

HyperSF: Spectral Hypergraph Coarsening via Flow-based Local Clustering

2021-08-17 · Ali Aghdaei, Zhiqiang Zhao, Zhuo Feng

Hypergraphs allow modeling problems with multi-way high-order relationships. However, the computational cost of most existing hypergraph-based algorithms can be heavily dependent upon the input hypergraph sizes. To addre…

Clusteringhypergraph partitioning