English
Related papers

Related papers: Computing maximal cliques in link streams

200 papers

Link streams model interactions over time, and a clique in a link stream is defined as a set of nodes and a time interval such that all pairs of nodes in this set interact permanently during this time interval. This notion was introduced…

Data Structures and Algorithms · Computer Science 2018-02-14 Tiphaine Viard , Clémence Magnien , Matthieu Latapy

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…

Data Structures and Algorithms · Computer Science 2024-05-27 Alexis Baudin , Clémence Magnien , Lionel Tabourier

A temporal network is a mathematical way of precisely representing a time varying relationship among a group of agents. In this paper, we introduce the notion of $(\Delta, \gamma)$-Cliques of a temporal network, where every pair of vertices…

Data Structures and Algorithms · Computer Science 2018-05-01 Suman Banerjee , Bithika Pal

A link stream is a collection of triplets $(t,u,v)$ indicating that an interaction occurred between $u$ and $v$ at time $t$. Link streams model many real-world situations like email exchanges between individuals, connections between…

Social and Information Networks · Computer Science 2015-12-17 Noé Gaumont , Tiphaine Viard , Raphaël Fournier-S'niehotta , Qinna Wang , Matthieu Latapy

Given a temporal network $\mathcal{G}(\mathcal{V}, \mathcal{E}, \mathcal{T})$, $(\mathcal{X},[t_a,t_b])$ (where $\mathcal{X} \subseteq \mathcal{V}(\mathcal{G})$ and $[t_a,t_b] \subseteq \mathcal{T}$) is said to be a $(\Delta,…

Data Structures and Algorithms · Computer Science 2020-07-10 Suman Banerjee , Bithika Pal

A \emph{Temporal Network} (also known as \emph{Link Stream} or \emph{Time-Varying Graph}) is often used to model a time-varying relationship among a group of agents. It is typically represented as a collection of triplets of the form…

Data Structures and Algorithms · Computer Science 2020-04-14 Suman Banerjee , Bithika Pal

A link stream is a set of possibly weighted triplets (t, u, v) modeling that u and v interacted at time t. Link streams offer an effective model for datasets containing both temporal and relational information, making their proper analysis…

Signal Processing · Electrical Eng. & Systems 2023-11-21 Esteban Bautista , Matthieu Latapy

Many dynamic networks coming from real-world contexts are link streams, i.e. a finite collection of triplets $(u,v,t)$ where $u$ and $v$ are two nodes having a link between them at time $t$. A very large number of studies on these objects…

Social and Information Networks · Computer Science 2018-05-17 Yannick Léo , Christophe Crespelle , Eric Fleury

A link stream is a sequence of pairs of the form $(t,\{u,v\})$, where $t\in\mathbb N$ represents a time instant and $u\neq v$. Given an integer $\gamma$, the $\gamma$-edge between vertices $u$ and $v$, starting at time $t$, is the set of…

Data Structures and Algorithms · Computer Science 2019-02-08 Julien Baste , Binh-Minh Bui-Xuan , Antoine Roux

A \emph{clique} is a set of pairwise adjacent vertices in a graph. We determine the maximum number of cliques in a graph for the following graph classes: (1) graphs with $n$ vertices and $m$ edges; (2) graphs with $n$ vertices, $m$ edges,…

Combinatorics · Mathematics 2010-06-17 David R. Wood

A link stream is a set of triplets $(t, u, v)$ indicating that $u$ and $v$ interacted at time $t$. Link streams model numerous datasets and their proper study is crucial in many applications. In practice, raw link streams are often…

Signal Processing · Electrical Eng. & Systems 2023-11-27 Esteban Bautista , Matthieu Latapy

A $k$-clique is a dense graph, consisting of $k$ fully-connected nodes, that finds numerous applications, such as community detection and network analysis. In this paper, we study a new problem, that finds a maximum set of disjoint…

Social and Information Networks · Computer Science 2025-04-15 Wenqing Lin , Xin Chen , Haoxuan Xie , Sibo Wang , Siqiang Luo

Let $k_r(n,\delta)$ be the minimum number of $r$-cliques in graphs with $n$ vertices and minimum degree $\delta$. We evaluate $k_r(n,\delta)$ for $\delta \leq 4n/5$ and some other cases. Moreover, we give a construction, which we conjecture…

Combinatorics · Mathematics 2010-09-28 Allan Lo

Maximal clique enumeration appears in various real-world networks, such as social networks and protein-protein interaction networks for different applications. For general graph inputs, the number of maximal cliques can be up to…

Discrete Mathematics · Computer Science 2023-03-14 Hodaka Yamaji

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…

Social and Information Networks · Computer Science 2024-12-04 Hanjo D. Boekhout , Frank W. Takes

Many real-world networks evolve over time, that is, new contacts appear and old contacts may disappear. They can be modeled as temporal graphs where interactions between vertices (which represent people in the case of social networks) are…

Data Structures and Algorithms · Computer Science 2019-07-29 Matthias Bentert , Anne-Sophie Himmel , Hendrik Molter , Marco Morik , Rolf Niedermeier , René Saitenmacher

Dynamics of interactions play an increasingly important role in the analysis of complex networks. A modeling framework to capture this are temporal graphs which consist of a set of vertices (entities in the network) and a set of…

Data Structures and Algorithms · Computer Science 2017-05-03 Anne-Sophie Himmel , Hendrik Molter , Rolf Niedermeier , Manuel Sorge

Multiple interval graphs are variants of interval graphs where instead of a single interval, each vertex is assigned a set of intervals on the real line. We study the complexity of the MAXIMUM CLIQUE problem in several classes of multiple…

Discrete Mathematics · Computer Science 2012-03-12 Mathew C. Francis , Daniel Gonçalves , Pascal Ochem

The maximum clique problem finds applications in computer vision, bioinformatics, and network analysis, many of which involve the construction of correspondence graphs to find similarities between two given objects. cliquematch is a Python…

Mathematical Software · Computer Science 2021-12-03 Gautham Venkatasubramanian

Quasi-cliques are dense incomplete subgraphs of a graph that generalize the notion of cliques. Enumerating quasi-cliques from a graph is a robust way to detect densely connected structures with applications to bio-informatics and social…

Data Structures and Algorithms · Computer Science 2020-02-04 Seyed-Vahid Sanei-Mehri , Apurba Das , Srikanta Tirthapura
‹ Prev 1 2 3 10 Next ›