Pith. sign in

REVIEW 1 cited by

A Starting Point for Dynamic Community Detection with Leiden Algorithm

Not yet reviewed by Pith; the record is open.

This paper has not been read by Pith yet. Machine review is queued; the pith claim, tier, and objections will appear here once it completes.

SPECIMEN: schema-true, not a live event

T0 review · schema-true

One-sentence machine reading of the paper's core claim.

pith:XXXXXXXX · record.json · timestamp

arxiv 2405.11658 v4 pith:HRRJMB5C submitted 2024-05-19 cs.DC cs.SI

A Starting Point for Dynamic Community Detection with Leiden Algorithm

classification cs.DC cs.SI
keywords dynamicleidenalgorithmapproachescommunitydetectiongraphsachieve
verification ladder T0 review T1 audit T2 compute T3 formal T4 reserved
0 comments
read the original abstract

Real-world graphs often evolve over time, making community or cluster detection a crucial task. In this technical report, we extend three dynamic approaches - Naive-dynamic (ND), Delta-screening (DS), and Dynamic Frontier (DF) - to our multicore implementation of the Leiden algorithm, known for its high-quality community detection. Our experiments, conducted on a server with a 64-core AMD EPYC-7742 processor, show that ND, DS, and DF Leiden achieve average speedups of 1.37x, 1.47x, and 1.98x on large graphs with random batch updates, compared to the Static Leiden algorithm - while scaling at a rate of 1.6x for every doubling of threads. To our knowledge, this is the first attempt to apply dynamic approaches to the Leiden algorithm. We hope these early results pave the way for further development of dynamic approaches for evolving graphs.

discussion (0)

Sign in with ORCID, Apple, or X to comment. Anyone can read and Pith papers without signing in.

Forward citations

Cited by 1 Pith paper

Reviewed papers in the Pith corpus that reference this work. Sorted by Pith novelty score.

  1. Maintaining Leiden Communities in Large Dynamic Graphs

    cs.SI 2026-01 conditional novelty 6.0

    HIT-Leiden maintains Leiden communities in dynamic graphs incrementally by updating only affected regions of a maintained hierarchy, achieving large speedups over full recomputation.