Fast maximal clique enumeration in weighted temporal networks
Hanjo D. Boekhout, Frank W. Takes
TL;DR
This work tackles the scalable enumeration of $(\delta,\gamma)$-maximal cliques in weighted temporal networks by reformulating the temporal clique definitions to bound time intervals by actual edge occurrences and to use a cumulative weight threshold $\gamma$. It introduces a two-phase algorithm with a linear-time stretching phase and a pruning-enhanced bulking phase, along with a custom node labeling that reduces duplicate exploration and memory usage. The method achieves substantial speedups over prior approaches on large real-world datasets, often by orders of magnitude, and extends applicability to weighted networks. The weighted extension enables more nuanced group connectivity analyses, capturing both temporal and strength-based constraints on clique formation. Overall, the approach improves interpretability, scalability, and practical relevance for dynamic network analysis.
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 initial (stretching) phase. Specifically, we reduce the time complexity of this phase to be linear with respect to the number of temporal edges. Furthermore, we introduce a new approach to the second (bulking) phase, which allows us to efficiently prune search tree branches. Consequently, in experiments we observe speed-ups, often by several order of magnitude, on various (large) real-world datasets. Our algorithm vastly outperforms the existing state-of-the-art methods for temporal networks, while also extending applicability to weighted networks.
