paper-with-me

Papers

Faster maximal clique enumeration in large real-world link streams

2023-02-01 · Alexis Baudin, Clémence Magnien, Lionel Tabourier

Link streams offer a good model for representing interactions over time. They consist of links $(b,e,u,v)$, where $u$ and $v$ are vertices interacting during the whole time interval $[b,e]$. In this paper, we deal with the problem of enumerating maximal cliques in link streams. A clique is a pair $(C,[t_0,t_1])$, where $C$ is a set of vertices that all interact pairwise during the full interval $[t_0,t_1]$. 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 $t$ to the maximal cliques of the link stream. We prove its validity and compute its complexity, which is better than the state-of-the art ones in many cases of interest. We also study the output-sensitive complexity, which is close to the output size, thereby showing that our algorithm is efficient. To confirm this, we perform experiments on link streams used in the state of the art, and on massive link streams, up to 100 million links. In all cases our algorithm is faster, mostly by a factor of at least 10 and up to a factor of $10^4$. Moreover, it scales to massive link streams for which the existing algorithms are not able to provide the solution.

📄 PDF Abstract BibTeX arXiv:2302.00360

Code (1)

https://gitlab.lip6.fr/baudin/maxcliques-linkstream 공식 구현

Similar Papers 제목 키워드 기반

BBK: a simpler, faster algorithm for enumerating maximal bicliques in large sparse bipartite graphs

2024-05-07 · Alexis Baudin, Clémence Magnien, Lionel Tabourier

Bipartite graphs are a prevalent modeling tool for real-world networks, capturing interactions between vertices of two different types. Within this framework, bicliques emerge as crucial structures when studying dense su…

Scaling Higher-Order Graph Learning with Maximal Clique Complexes

2026-05-29 · Antoine Vialle, Aref Einizade, Fragkiskos D. Malliaros, Jhony H. Giraldo arxiv

Graph neural networks (GNNs) are limited to modeling pairwise interactions, while higher-order models based on cell complexes achieve greater expressivity but often suffer from poor scalability. We introduce simplified a…

Computational EfficiencyGraph Learning

Node Classification via Simplicial Interaction with Augmented Maximal Clique Selection

2025-09-28 · Eunho Koo, Tongseok Lim arxiv

Considering higher-order interactions allows for a more comprehensive understanding of network structures beyond simple pairwise connections. While leveraging all cliques in a network to handle higher-order interactions …

Node Classification

CLIPPER+: A Fast Maximal Clique Algorithm for Robust Global Registration

2024-02-23 · Kaveh Fathian, Tyler Summers

We present CLIPPER+, an algorithm for finding maximal cliques in unweighted graphs for outlier-robust global registration. The registration problem can be formulated as a graph and solved by finding its maximum clique. T…

Point Cloud Registration

TurboReg: TurboClique for Robust and Efficient Point Cloud Registration

2025-07-02 · Shaocheng Yan, Pengcheng Shi, Zhenjun Zhao, Kaixin Wang 외 arxiv

Robust estimation is essential in correspondence-based Point Cloud Registration (PCR). Existing methods using maximal clique search in compatibility graphs achieve high recall but suffer from exponential time complexity,…

Point Cloud Registration