Faster maximal clique enumeration in large real-world link streams
Alexis Baudin, Cl\'emence Magnien, Lionel Tabourier

TL;DR
This paper introduces a faster algorithm for enumerating maximal cliques in large link streams, significantly outperforming existing methods and scaling to massive datasets with up to 100 million links.
Contribution
A novel algorithm based on the Bron-Kerbosch approach that improves efficiency and scalability for maximal clique enumeration in large, real-world link streams.
Findings
Algorithm is at least 10 times faster than previous methods.
Scales to link streams with up to 100 million links.
Outperforms state-of-the-art algorithms in various large datasets.
Abstract
Link streams offer a good model for representing interactions over time. They consist of links , where and are vertices interacting during the whole time interval . In this paper, we deal with the problem of enumerating maximal cliques in link streams. A clique is a pair , where is a set of vertices that all interact pairwise during the full interval . It is maximal when neither its set of vertices nor its time interval can be increased. Some of the main works solving this problem are based on the famous Bron-Kerbosch algorithm for enumerating maximal cliques in graphs. We take this idea as a starting point to propose a new algorithm which matches the cliques of the instantaneous graphs formed by links existing at a given time to the maximal cliques of the link stream. We prove its validity and compute its complexity, which is…
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.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsComplex Network Analysis Techniques · Advanced Graph Theory Research · Topological and Geometric Data Analysis
