Papers › Local Algorithms for Finding Densely Connected Clusters

Local Algorithms for Finding Densely Connected Clusters

9 Jun 2021arXiv:2106.05245archive 2025-07-28

Peter Macgregor, He Sun

Local graph clustering is an important algorithmic technique for analysing massive graphs, and has been widely applied in many research fields of data science. While the objective of most (local) graph clustering algorithms is to find a vertex set of low conductance, there has been a sequence of recent studies that highlight the importance of the inter-connection between clusters when analysing real-world datasets. Following this line of research, in this work we study local algorithms for finding a pair of vertex sets defined with respect to their inter-connection and their relationship with the rest of the graph. The key to our analysis is a new reduction technique that relates the structure of multiple sets to a single vertex set in the reduced graph. Among many potential applications, we show that our algorithms successfully recover densely connected clusters in the Interstate Disputes Dataset and the US Migration Dataset.

PaperPDFCodeCode Syntology ran

In Syntology View this paper on Syntology: its repositories, every harvested function with whether it ran, its licence and the call to fetch it.

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="2106.05245")

Code

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

By repository: official repository: 15 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.

pmacg/local-densely-connected-clusters officialmentioned in paperMIT 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

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

15unverified

Licence: 0 of the 15 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 pmacg/local-densely-connected-clusters. “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 pmacg/local-densely-connected-clusters/localgraphclustering/MQI.py official repository unverified MIT (permissive) · e1737d8b1e0223d9 · report
MQI_weighted pmacg/local-densely-connected-clusters/localgraphclustering/MQI_weighted.py official repository unverified MIT (permissive) · a3be98a2ac73b7e5 · report
SimpleLocal pmacg/local-densely-connected-clusters/localgraphclustering/SimpleLocal.py official repository unverified MIT (permissive) · f3ee78284e072922 · report
SimpleLocal_weighted pmacg/local-densely-connected-clusters/localgraphclustering/SimpleLocal_weighted.py official repository unverified MIT (permissive) · 5b7985e7d25d8368 · report
acl_list pmacg/local-densely-connected-clusters/localgraphclustering/algorithms/acl_list.py official repository unverified MIT (permissive) · 25afa867451dfa44 · report
compute_embedding pmacg/local-densely-connected-clusters/localgraphclustering/find_clusters.py official repository unverified MIT (permissive) · 8bebfc6664287a78 · report
compute_embedding_and_improve pmacg/local-densely-connected-clusters/localgraphclustering/find_clusters.py official repository unverified MIT (permissive) · 2f40ada12f80b4c5 · report
eig2nL_subgraph pmacg/local-densely-connected-clusters/localgraphclustering/algorithms/eig_nL.py official repository unverified MIT (permissive) · 3bc99562f219b3ab · report
eig_nL pmacg/local-densely-connected-clusters/localgraphclustering/algorithms/eig_nL.py official repository unverified MIT (permissive) · 0bd42037d5751844 · report
evo_cut_directed pmacg/local-densely-connected-clusters/localgraphclustering/find_bipartite_clusters.py official repository unverified MIT (permissive) · 240e3c7e162a8bd2 · report
find_clusters pmacg/local-densely-connected-clusters/localgraphclustering/find_clusters.py official repository unverified MIT (permissive) · 56e5317203aecca6 · report
idx_from_cluster_idx pmacg/local-densely-connected-clusters/localgraphclustering/stochastic_block_model.py official repository unverified MIT (permissive) · 2a003b58e847d218 · report
local_bipartite_dc pmacg/local-densely-connected-clusters/localgraphclustering/find_bipartite_clusters.py official repository unverified MIT (permissive) · 921c9fe10dabbcfd · report
lp_almost_bipartite pmacg/local-densely-connected-clusters/localgraphclustering/find_bipartite_clusters.py official repository unverified MIT (permissive) · 4c8c39f3a5fdcba7 · report
simplify pmacg/local-densely-connected-clusters/example.py official repository unverified MIT (permissive) · e6d355edc09c35ec · report

Tasks

ClusteringGraph Clustering

Results from the paper archive 2025-07-28

No leaderboard rows for this paper in the archive.

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