paper-with-me

홈 › Papers

$p$-Norm Flow Diffusion for Local Graph Clustering

2020-05-20 · Kimon Fountoulakis, Di Wang, Shenghao Yang

Local graph clustering and the closely related seed set expansion problem are primitives on graphs that are central to a wide range of analytic and learning tasks such as local clustering, community detection, nodes ranking and feature inference. Prior work on local graph clustering mostly falls into two categories with numerical and combinatorial roots respectively. In this work, we draw inspiration from both fields and propose a family of convex optimization formulations based on the idea of diffusion with p-norm network flow for $p\in (1,\infty)$. In the context of local clustering, we characterize the optimal solutions for these optimization problems and show their usefulness in finding low conductance cuts around input seed set. In particular, we achieve quadratic approximation of conductance in the case of $p=2$ similar to the Cheeger-type bounds of spectral methods, constant factor approximation when $p\rightarrow\infty$ similar to max-flow based methods, and a smooth transition for general $p$ values in between. Thus, our optimization formulation can be viewed as bridging the numerical and combinatorial approaches, and we can achieve the best of both worlds in terms of speed and noise robustness. We show that the proposed problem can be solved in strongly local running time for $p\ge 2$ and conduct empirical evaluations on both synthetic and real-world graphs to illustrate our approach compares favorably with existing methods.

📄 PDF Abstract BibTeX arXiv:2005.09810

Code (2)

s-h-yang/pNormFlowDiffusion 공식 구현
kfoynt/LocalGraphClustering

Tasks

ClusteringCommunity DetectionGraph Clustering

Methods 이 논문이 사용한 방법론

SPEED The monocular depth estimation (MDE) is the task of estimating depth from a single frame. This information is an essential knowledge in many computer vision tasks such as scene…

Similar Papers 제목 키워드 기반

p-Norm Flow Diffusion for Local Graph Clustering

2020-01-01 · ICML 2020 1 · Kimon Fountoulakis, Di Wang, Shenghao Yang

Local graph clustering and the closely related seed set expansion problem are primitives on graphs that are central to a wide range of analytic and learning tasks such as local clustering, community detection, nodes rank…

ClusteringCommunity DetectionGraph Clustering

$\ell_2$-norm Flow Diffusion in Near-Linear Time

2021-05-30 · Li Chen, Richard Peng, Di Wang

Diffusion is a fundamental graph procedure and has been a basic building block in a wide range of theoretical and empirical applications such as graph partitioning and semi-supervised learning on graphs. In this paper, w…

ClusteringGraph ClusteringGraph Learninggraph partitioning+1

Local Hyper-Flow Diffusion

2021-02-16 · NeurIPS 2021 12 · Kimon Fountoulakis, Pan Li, Shenghao Yang

Recently, hypergraphs have attracted a lot of attention due to their ability to capture complex relations among entities. The insurgence of hypergraphs has resulted in data of increasing size and complexity that exhibit …

ClusteringCommunity DetectionRecommendation Systems

Strongly local p-norm-cut algorithms for semi-supervised learning and local graph clustering

2020-06-15 · NeurIPS 2020 12 · Meng Liu, David F. Gleich

Graph based semi-supervised learning is the problem of learning a labeling function for the graph nodes given a few example nodes, often called seeds, usually under the assumption that the graph's edges indicate similari…

ClusteringCommunity DetectionGraph Clustering

Thresholded Local Hyper-Flow Diffusion

2026-06-08 · Meher Chaitanya, Sebastian Dalleiger, Luana Ruiz arxiv

Local Hyper-Flow Diffusion (HFD) gives an edge-size-independent Cheeger-type guarantee for seeded clustering in general submodular hypergraphs, but existing HFD solvers do not keep intermediate computation local at every…