Fast maximal clique enumeration in weighted temporal networks
Hanjo D. Boekhout, Frank W. Takes

TL;DR
This paper presents a highly efficient algorithm for enumerating maximal cliques in weighted temporal networks, significantly improving speed and extending applicability compared to previous methods.
Contribution
It introduces a new algorithm that extends gamma constraints to weights, improves the initial phase to linear complexity, and enhances pruning in the second phase, outperforming existing methods.
Findings
Achieves several orders of magnitude speed-up on real-world datasets.
Outperforms state-of-the-art methods in temporal network clique enumeration.
Extends applicability to weighted networks.
Abstract
Cliques, groups of fully connected nodes in a network, are often used to study group dynamics of complex systems. In real-world settings, group dynamics often have a temporal component. For example, conference attendees moving from one group conversation to another. Recently, maximal clique enumeration methods have been introduced that add temporal (and frequency) constraints, to account for such phenomena. These methods enumerate so called (delta,gamma)-maximal cliques. In this work, we introduce an efficient (delta,gamma)-maximal clique enumeration algorithm, that extends gamma from a frequency constraint to a more versatile weighting constraint. Additionally, we introduce a definition of (delta,gamma)-cliques, that resolves a problem of existing definitions in the temporal domain. Our approach, which was inspired by a state-of-the-art two-phase approach, introduces a more efficient…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsTopological and Geometric Data Analysis · Advanced Graph Neural Networks · Complex Network Analysis Techniques
