Papers › p-Norm Flow Diffusion for Local Graph Clustering

p-Norm Flow Diffusion for Local Graph Clustering

20 May 2020arXiv:2005.09810archive 2025-07-28

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∈(1,∞). 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→∞ 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≥2 and conduct empirical evaluations on both synthetic and real-world graphs to illustrate our approach compares favorably with existing methods.

PaperPDFCodeCode Syntology ran

In Syntology Open this paper in Syntology's Atlas, the map of the papers in Syntology's graph and their citations.

For agents, Syntology's MCP tool lists every function and class Syntology harvested from this paper and whether it ran (how to connect): get_harvested_code_for_paper(arxiv_id="2005.09810")

Code

Syntology Ran 0 of 12 code samples harvested from 1 repository linked to this paper; 12 have no recorded run.

By repository: community (archive-listed): 12 samples from 1 repository, 0 ran. The run record, sample by sample. “Ran” means executed on a synthesized input, not that the code is correct or reproduces the paper.

s-h-yang/pNormFlowDiffusion officialmentioned in papermentioned on GitHub report
kfoynt/LocalGraphClustering mentioned on GitHubMIT report

Repository list and official/mentioned flags are the archive's, frozen 2025-07-28. Reachability, where shown, is from one Syntology probe window (2026-09-16 to 2026-09-18); repositories not probed show nothing. GitHub stars are not tracked.

Code Syntology ran Syntology

12 samples harvested; 0 ran; 0 honoured the contract we drafted; 12 have no recorded run. Read from Syntology's graph 2026-09-24; that is when this build read the record, not when the samples ran.

12unverified

Licence: 0 of the 12 samples are pointer only, meaning Syntology does not serve that copy's text. This page shows no code text for any sample; each one links to its file in the repository.

Harvested from kfoynt/LocalGraphClustering. “Ran” means the sample executed on a synthesized input. It does not mean the output is correct, and nothing here reproduces the paper's results. “Honoured” and “violated” refer to a contract Syntology drafted from the code itself; “our draft was wrong” and “fixture could not drive it” are failures of Syntology's instrument, not of the code.

Each sample ends with its code_sha256, Syntology's identity for that exact code. An agent fetches the stored sample with Syntology's MCP tool get_code(code_sha256="…") (how to connect); click an identity to copy that call.

Repository labels, per sample. official repository: The archive marks this repository official for the paper. named in the paper: The archive records that the paper mentions this repository; it is not marked official. community (archive-listed): In the archive's code links for this paper, not marked official and not recorded as mentioned in the paper. found in paper text by Syntology: Syntology found this repository in the paper's own text; whether it is the authors' implementation is not asserted. community: Not in the archive's code links for this paper; a community repository Syntology harvested. Samples from a repository marked official are listed first. Licence labels name the repository's licence as recorded at harvest. “Pointer only” means Syntology does not serve that copy's text, for one of four reasons: no licence file was found; the licence was not identified; the licence is recorded as permissive but that copy's record is not marked cleared; or the licence is outside the permissive list Syntology serves text under (MIT, Apache-2.0, BSD and similar). Some licences outside that list permit redistribution, such as WTFPL, and GPL-3.0 under its conditions; they are simply not on the list. Hover a licence label for the reason. File links open the file on GitHub at the default branch, which may have changed since the harvest.

MQI kfoynt/LocalGraphClustering/localgraphclustering/MQI.py community (archive-listed) unverified MIT (permissive) · e1737d8b1e0223d9 · report
MQI_weighted kfoynt/LocalGraphClustering/localgraphclustering/MQI_weighted.py community (archive-listed) unverified MIT (permissive) · a3be98a2ac73b7e5 · report
SimpleLocal kfoynt/LocalGraphClustering/localgraphclustering/SimpleLocal.py community (archive-listed) unverified MIT (permissive) · f3ee78284e072922 · report
SimpleLocal_weighted kfoynt/LocalGraphClustering/localgraphclustering/SimpleLocal_weighted.py community (archive-listed) unverified MIT (permissive) · 5b7985e7d25d8368 · report
acl_list kfoynt/LocalGraphClustering/localgraphclustering/algorithms/acl_list.py community (archive-listed) unverified MIT (permissive) · 25afa867451dfa44 · report
approximate_PageRank_weighted kfoynt/LocalGraphClustering/localgraphclustering/approximate_PageRank_weighted.py community (archive-listed) unverified MIT (permissive) · 4b839d8e9371df3b · report
diff kfoynt/LocalGraphClustering/localgraphclustering/algorithms/fista_dinput_dense.py community (archive-listed) unverified MIT (permissive) · 0eca415c135a6946 · report
eig2_nL kfoynt/LocalGraphClustering/localgraphclustering/algorithms/eig2_nL.py community (archive-listed) unverified MIT (permissive) · 63a290967ef4b75f · report
eig2nL_subgraph kfoynt/LocalGraphClustering/localgraphclustering/algorithms/eig2_nL.py community (archive-listed) unverified MIT (permissive) · 3bc99562f219b3ab · report
fista_dinput_dense kfoynt/LocalGraphClustering/localgraphclustering/algorithms/fista_dinput_dense.py community (archive-listed) unverified MIT (permissive) · 15a57b247e8c53ae · report
mat_vec_with_Q kfoynt/LocalGraphClustering/localgraphclustering/algorithms/fista_dinput_dense.py community (archive-listed) unverified MIT (permissive) · fa5bf5f8919516b2 · report
sweepcut kfoynt/LocalGraphClustering/localgraphclustering/algorithms/sweepcut.py community (archive-listed) unverified MIT (permissive) · 4f49bc8e3863ab76 · report

Tasks

ClusteringCommunity DetectionGraph Clustering

Results from the paper archive 2025-07-28

No leaderboard rows for this paper in the archive.

Methods

SPEED

Report a problem or propose a change · a person checks every report against the paper or source before anything changes; decisions are listed on /corrections