Zum Hauptinhalt springen

Showing 1–50 of 84 results for author: Lambiotte, R

Searching in archive cs. Search in all archives.
.
  1. arXiv:2407.19288  [pdf, other

    cs.SI physics.data-an physics.soc-ph

    SignedLouvain: Louvain for signed networks

    Authors: John N. Pougué-Biyong, Renaud Lambiotte

    Abstract: In this article, we consider the problem of community detection in signed networks. We propose SignedLouvain, an adaptation of the Louvain method to maximise signed modularity, efficiently taking advantage of the structure induced by signed relations. We begin by identifying the inherent limitations of applying the standard Louvain algorithm to signed networks, before introducing a novel variant s… ▽ More

    Submitted 27 July, 2024; originally announced July 2024.

  2. arXiv:2406.08034  [pdf, other

    physics.soc-ph cs.LG cs.SI math.DS

    Strong and Weak Random Walks on Signed Networks

    Authors: Shazia'Ayn Babul, Yu Tian, Renaud Lambiotte

    Abstract: Random walks play an important role in probing the structure of complex networks. On traditional networks, they can be used to extract community structure, understand node centrality, perform link prediction, or capture the similarity between nodes. On signed networks, where the edge weights can be either positive or negative, it is non-trivial to design a random walk which can be used to extract… ▽ More

    Submitted 12 June, 2024; originally announced June 2024.

  3. arXiv:2405.20166  [pdf, other

    cs.SI

    An approximation for return time distributions of random walks on sparse networks

    Authors: Erik Hormann, Renaud Lambiotte, George T. Cantwell

    Abstract: We propose an approximation for the first return time distribution of random walks on undirected networks. We combine a message-passing solution with a mean-field approximation, to account for the short- and long-term behaviours respectively. We test this approximation on several classes of large graphs and find excellent agreement between our approximations and the true distributions. While the s… ▽ More

    Submitted 30 May, 2024; originally announced May 2024.

  4. arXiv:2403.17954  [pdf, other

    cs.LG physics.chem-ph q-bio.BM

    Sort & Slice: A Simple and Superior Alternative to Hash-Based Folding for Extended-Connectivity Fingerprints

    Authors: Markus Dablander, Thierry Hanser, Renaud Lambiotte, Garrett M. Morris

    Abstract: Extended-connectivity fingerprints (ECFPs) are a ubiquitous tool in current cheminformatics and molecular machine learning, and one of the most prevalent molecular feature extraction techniques used for chemical prediction. Atom features learned by graph neural networks can be aggregated to compound-level representations using a large spectrum of graph pooling methods; in contrast, sets of detecte… ▽ More

    Submitted 10 March, 2024; originally announced March 2024.

    Comments: Submitted to Journal of Cheminformatics

  5. arXiv:2402.09272  [pdf, other

    cs.SI

    Insights and caveats from mining local and global temporal motifs in cryptocurrency transaction networks

    Authors: Naomi A. Arnold, Peijie Zhong, Cheick Tidiane Ba, Ben Steer, Raul Mondragon, Felix Cuadrado, Renaud Lambiotte, Richard G. Clegg

    Abstract: Distributed ledger technologies have opened up a wealth of fine-grained transaction data from cryptocurrencies like Bitcoin and Ethereum. This allows research into problems like anomaly detection, anti-money laundering, pattern mining and activity clustering (where data from traditional currencies is rarely available). The formalism of temporal networks offers a natural way of representing this da… ▽ More

    Submitted 14 February, 2024; originally announced February 2024.

  6. arXiv:2401.08818  [pdf, other

    cs.SI cs.IR cs.LG physics.soc-ph

    Link Me Baby One More Time: Social Music Discovery on Spotify

    Authors: Shazia'Ayn Babul, Desislava Hristova, Antonio Lima, Renaud Lambiotte, Mariano Beguerisse-Díaz

    Abstract: We explore the social and contextual factors that influence the outcome of person-to-person music recommendations and discovery. Specifically, we use data from Spotify to investigate how a link sent from one user to another results in the receiver engaging with the music of the shared artist. We consider several factors that may influence this process, such as the strength of the sender-receiver r… ▽ More

    Submitted 7 May, 2024; v1 submitted 16 January, 2024; originally announced January 2024.

  7. arXiv:2311.06047  [pdf, other

    physics.soc-ph cs.SI

    Fast unfolding of communities in large networks: 15 years later

    Authors: Vincent Blondel, Jean-Loup Guillaume, Renaud Lambiotte

    Abstract: The Louvain method was proposed 15 years ago as a heuristic method for the fast detection of communities in large networks. During this period, it has emerged as one of the most popular methods for community detection, the task of partitioning vertices of a network into dense groups, usually called communities or clusters. Here, after a short introduction to the method, we give an overview of the… ▽ More

    Submitted 10 November, 2023; originally announced November 2023.

  8. arXiv:2307.04613  [pdf, other

    cs.SI math.DS physics.soc-ph

    Encapsulation Structure and Dynamics in Hypergraphs

    Authors: Timothy LaRock, Renaud Lambiotte

    Abstract: Hypergraphs have emerged as a powerful modeling framework to represent systems with multiway interactions, that is systems where interactions may involve an arbitrary number of agents. Here we explore the properties of real-world hypergraphs, focusing on the encapsulation of their hyperedges, which is the extent that smaller hyperedges are subsets of larger hyperedges. Building on the concept of l… ▽ More

    Submitted 10 July, 2023; originally announced July 2023.

  9. arXiv:2307.01813  [pdf, other

    cs.SI cs.LG math.DS math.SP physics.soc-ph

    Structural Balance and Random Walks on Complex Networks with Complex Weights

    Authors: Yu Tian, Renaud Lambiotte

    Abstract: Complex numbers define the relationship between entities in many situations. A canonical example would be the off-diagonal terms in a Hamiltonian matrix in quantum physics. Recent years have seen an increasing interest to extend the tools of network science when the weight of edges are complex numbers. Here, we focus on the case when the weight matrix is Hermitian, a reasonable assumption in many… ▽ More

    Submitted 4 July, 2023; originally announced July 2023.

    Comments: 32 pages, 14 figures

    MSC Class: 05C22; 05C50; 05C81; 37E25; 39A06; 91D30; 94C15

  10. arXiv:2306.16309  [pdf, other

    cs.SI

    Raphtory: The temporal graph engine for Rust and Python

    Authors: Ben Steer, Naomi Arnold, Cheick Tidiane Ba, Renaud Lambiotte, Haaroon Yousaf, Lucas Jeub, Fabian Murariu, Shivam Kapoor, Pedro Rico, Rachel Chan, Louis Chan, James Alford, Richard G. Clegg, Felix Cuadrado, Matthew Russell Barnes, Peijie Zhong, John N. Pougué Biyong, Alhamza Alnaimi

    Abstract: Raphtory is a platform for building and analysing temporal networks. The library includes methods for creating networks from a variety of data sources; algorithms to explore their structure and evolution; and an extensible GraphQL server for deployment of applications built on top. Raphtory's core engine is built in Rust, for efficiency, with Python interfaces, for ease of use. Raphtory is develop… ▽ More

    Submitted 3 January, 2024; v1 submitted 28 June, 2023; originally announced June 2023.

  11. arXiv:2306.06474  [pdf, ps, other

    math.CO cs.DM math.MG

    Augmentations of Forman's Ricci Curvature and their Applications in Community Detection

    Authors: Lukas Fesser, Sergio Serrano de Haro Iváñez, Karel Devriendt, Melanie Weber, Renaud Lambiotte

    Abstract: The notion of curvature on graphs has recently gained traction in the networks community, with the Ollivier-Ricci curvature (ORC) in particular being used for several tasks in network analysis, such as community detection. In this work, we choose a different approach and study augmentations of the discretization of the Ricci curvature proposed by Forman (AFRC). We empirically and theoretically inv… ▽ More

    Submitted 22 July, 2024; v1 submitted 10 June, 2023; originally announced June 2023.

    Comments: 25 pages, 14 figures

    MSC Class: 05C82; 05C10 (Primary) 53C21; 68R10; 05C75 (Secondary)

  12. Safeguarding Physical Sneaker Sale Through a Decentralized Medium

    Authors: Marwan Zeggari, Aydin Abadi, Renaud Lambiotte, Mohamad Kassab

    Abstract: Sneakers were designated as the most counterfeited fashion item online, with three times more risk in a trade than any other fashion purchase. As the market expands, the current sneaker scene displays several vulnerabilities and trust flaws, mostly related to the legitimacy of assets or actors. In this paper, we investigate various blockchain-based mechanisms to address these large-scale trust iss… ▽ More

    Submitted 9 June, 2023; v1 submitted 20 May, 2023; originally announced June 2023.

    Comments: 27 pages, 6 figures, 7 tables

  13. arXiv:2303.11181  [pdf, other

    cs.SI

    Non-Markovian paths and cycles in NFT trades

    Authors: Haaroon Yousaf, Naomi A. Arnold, Renaud Lambiotte, Timothy LaRock, Richard G. Clegg, Peijie Zhong, Alhamza Alnaimi, Ben Steer

    Abstract: Recent years have witnessed the availability of richer and richer datasets in a variety of domains, where signals often have a multi-modal nature, blending temporal, relational and semantic information. Within this context, several works have shown that standard network models are sometimes not sufficient to properly capture the complexity of real-world interacting systems. For this reason, differ… ▽ More

    Submitted 20 March, 2023; originally announced March 2023.

    Comments: Abstract accepted as a workshop presentation at Complex Data Blocks, a satellite of the 2022 Conference of Complex Systems

  14. arXiv:2302.07129  [pdf, other

    physics.soc-ph cs.SI math.SP

    SHEEP: Signed Hamiltonian Eigenvector Embedding for Proximity

    Authors: Shazia'Ayn Babul, Renaud Lambiotte

    Abstract: We introduce a spectral embedding algorithm for finding proximal relationships between nodes in signed graphs, where edges can take either positive or negative weights. Adopting a physical perspective, we construct a Hamiltonian which is dependent on the distance between nodes, such that relative embedding distance results in a similarity metric between nodes. The Hamiltonian admits a global minim… ▽ More

    Submitted 14 February, 2023; originally announced February 2023.

    Comments: 20 pages, 36 figures

  15. arXiv:2301.13644  [pdf, other

    cs.LG q-bio.BM stat.ML

    Exploring QSAR Models for Activity-Cliff Prediction

    Authors: Markus Dablander, Thierry Hanser, Renaud Lambiotte, Garrett M. Morris

    Abstract: Pairs of similar compounds that only differ by a small structural modification but exhibit a large difference in their binding affinity for a given target are known as activity cliffs (ACs). It has been hypothesised that quantitative structure-activity relationship (QSAR) models struggle to predict ACs and that ACs thus form a major source of prediction error. However, a study to explore the AC-pr… ▽ More

    Submitted 31 January, 2023; originally announced January 2023.

    Comments: Submitted to Journal of Cheminformatics

    Journal ref: Journal of Cheminformatics 15.1 (2023): 47

  16. arXiv:2212.10158  [pdf, other

    cs.SI math.DS math.SP physics.soc-ph

    Spreading and Structural Balance on Signed Networks

    Authors: Yu Tian, Renaud Lambiotte

    Abstract: Two competing types of interactions often play an important part in shaping system behavior, such as activatory or inhibitory functions in biological systems. Hence, signed networks, where each connection can be either positive or negative, have become popular models over recent years. However, the primary focus of the literature is on the unweighted and structurally unbalanced ones, where all cyc… ▽ More

    Submitted 7 January, 2024; v1 submitted 20 December, 2022; originally announced December 2022.

    Comments: 32 pages, 9 figures

    MSC Class: 05C22; 05C50; 05C81; 37E25; 39A06; 91D30; 94C15

    Journal ref: SIAM J. Appl. Dyn. Syst., 23(1), 50 - 80 (2024)

  17. arXiv:2211.07616  [pdf, other

    cs.CY cs.SI physics.soc-ph

    Between News and History: Identifying Networked Topics of Collective Attention on Wikipedia

    Authors: Patrick Gildersleve, Renaud Lambiotte, Taha Yasseri

    Abstract: The digital information landscape has introduced a new dimension to understanding how we collectively react to new information and preserve it at the societal level. This, together with the emergence of platforms such as Wikipedia, has challenged traditional views on the relationship between current events and historical accounts of events, with an ever-shrinking divide between "news" and "history… ▽ More

    Submitted 12 May, 2023; v1 submitted 14 November, 2022; originally announced November 2022.

  18. arXiv:2210.08372  [pdf, other

    cs.GT cs.CR

    An Efficient and Decentralized Blockchain-based Commercial Alternative (Full Version)

    Authors: Marwan Zeggari, Renaud Lambiotte, Aydin Abadi, Louise Axon, Mohamad Kassab

    Abstract: While online interactions and exchanges have grown exponentially over the past decade, most commercial infrastructures still operate through centralized protocols, and their success essentially depends on trust between different economic actors. Digital advances such as blockchain technology has led to a massive wave of \textit{Decentralized Ledger Technology} (\textit{DLT}) initiatives, protocols… ▽ More

    Submitted 5 November, 2022; v1 submitted 15 October, 2022; originally announced October 2022.

    Comments: 62 pages, 9 figures, 19 tables

  19. arXiv:2209.15497  [pdf, other

    physics.soc-ph cs.DS

    Local dominance unveils clusters in networks

    Authors: Dingyi Shi, Fan Shang, Bingsheng Chen, Paul Expert, Linyuan Lü, H. Eugene Stanley, Renaud Lambiotte, Tim S. Evans, Ruiqi Li

    Abstract: Clusters or communities can provide a coarse-grained description of complex systems at multiple scales, but their detection remains challenging in practice. Community detection methods often define communities as dense subgraphs, or subgraphs with few connections in-between, via concepts such as the cut, conductance, or modularity. Here we consider another perspective built on the notion of local… ▽ More

    Submitted 29 March, 2024; v1 submitted 30 September, 2022; originally announced September 2022.

    Journal ref: Communications Physics, 2024, 7: 170

  20. arXiv:2207.12123  [pdf, other

    cs.SI cond-mat.stat-mech physics.data-an

    Entropy-based random models for hypergraphs

    Authors: Fabio Saracco, Giovanni Petri, Renaud Lambiotte, Tiziano Squartini

    Abstract: Network theory has primarily focused on pairwise relationships, disregarding many-body interactions: neglecting them, however, can lead to misleading representations of complex systems. Hypergraphs represent an increasingly popular alternative for describing polyadic interactions: our innovation lies in leveraging the representation of hypergraphs based on the incidence matrix for extending the en… ▽ More

    Submitted 14 June, 2024; v1 submitted 21 July, 2022; originally announced July 2022.

    Comments: 27 pages, 11 figures, 4 tables

  21. arXiv:2205.04974  [pdf, other

    physics.soc-ph cs.SI

    Gromov Centrality: A Multi-Scale Measure of Network Centrality Using Triangle Inequality Excess

    Authors: Shazia'Ayn Babul, Karel Devriendt, Renaud Lambiotte

    Abstract: Centrality measures quantify the importance of a node in a network based on different geometric or diffusive properties, and focus on different scales. Here, we adopt a geometrical viewpoint to define a multi-scale centrality in networks. Given a metric distance between the nodes, we measure the centrality of a node by its tendency to be close to geodesics between nodes in its neighborhood, via th… ▽ More

    Submitted 10 May, 2022; originally announced May 2022.

    Comments: 17 pages, 38 figures

  22. arXiv:2201.06421  [pdf, other

    physics.soc-ph cond-mat.stat-mech cs.MA nlin.AO

    Consensus from group interactions: An adaptive voter model on hypergraphs

    Authors: Nikos Papanikolaou, Giacomo Vaccario, Erik Hormann, Renaud Lambiotte, Frank Schweitzer

    Abstract: We study the effect of group interactions on the emergence of consensus in a spin system. Agents with discrete opinions $\{0,1\}$ form groups. They can change their opinion based on their group's influence (voter dynamics), but groups can also split and merge (adaptation). In a hypergraph, these groups are represented by hyperedges of different sizes. The heterogeneity of group sizes is controlled… ▽ More

    Submitted 17 January, 2022; originally announced January 2022.

  23. arXiv:2112.01465  [pdf, other

    cs.SI math.DS math.OC physics.soc-ph

    Unifying information propagation models on networks and influence maximization

    Authors: Yu Tian, Renaud Lambiotte

    Abstract: Information propagation on networks is a central theme in social, behavioral, and economic sciences, with important theoretical and practical implications, such as the influence maximization problem for viral marketing. Here, we consider a model that unifies the classical independent cascade models and the linear threshold models, and generalise them by considering continuous variables and allowin… ▽ More

    Submitted 22 September, 2022; v1 submitted 2 December, 2021; originally announced December 2021.

    Comments: 28 pages, 22 figures

    MSC Class: 91D30; 90B10; 90C35; 90C56

  24. arXiv:2109.04985  [pdf, other

    physics.soc-ph cs.SI math.DS

    Consensus dynamics on temporal hypergraphs

    Authors: Leonie Neuhäuser, Renaud Lambiotte, Michael T. Schaub

    Abstract: We investigate consensus dynamics on temporal hypergraphs that encode network systems with time-dependent, multi-way interactions. We compare this dynamics with that on appropriate projections of this higher-order network representation that flatten the temporal, the multi-way component, or both. For linear average consensus dynamics, we find that the convergence of a randomly switching time-varyi… ▽ More

    Submitted 10 September, 2021; originally announced September 2021.

    Journal ref: Leonie Neuhäuser, Renaud Lambiotte, and Michael T. Schaub. 2021. Consensus dynamics on temporal hypergraphs. Physical Review E 104, 6 (December 2021), 064305. Publisher: American Physical Society

  25. Brexit and bots: characterizing the behaviour of automated accounts on Twitter during the UK election

    Authors: Matteo Bruno, Renaud Lambiotte, Fabio Saracco

    Abstract: Online Social Networks represent a novel opportunity for political campaigns, revolutionising the paradigm of political communication. Nevertheless, many studies uncovered the presence of d/misinformation campaigns or of malicious activities by genuine or automated users, putting at severe risk the credibility of online platforms. This phenomenon is particularly evident during crucial political ev… ▽ More

    Submitted 29 July, 2021; originally announced July 2021.

    Comments: 18 pages, 13 figures

    Journal ref: EPJ Data Sci. 11, 17 (2022)

  26. arXiv:2105.10900  [pdf, other

    cs.SI cs.CY physics.soc-ph

    Modeling Collective Anticipation and Response on Wikipedia

    Authors: Ryota Kobayashi, Patrick Gildersleve, Takeaki Uno, Renaud Lambiotte

    Abstract: The dynamics of popularity in online media are driven by a combination of endogenous spreading mechanisms and response to exogenous shocks including news and events. However, little is known about the dependence of temporal patterns of popularity on event-related information, e.g. which types of events trigger long-lasting activity. Here we propose a simple model that describes the dynamics around… ▽ More

    Submitted 23 May, 2021; originally announced May 2021.

    Comments: Proceedings of the 15th International AAAI Conference on Web and Social Media (ICWSM 2021)

  27. arXiv:2105.01369  [pdf, other

    physics.soc-ph cs.SI eess.SY

    Consensus Dynamics and Opinion Formation on Hypergraphs

    Authors: Leonie Neuhäuser, Renaud Lambiotte, Michael T. Schaub

    Abstract: In this chapter, we derive and analyse models for consensus dynamics on hypergraphs. As we discuss, unless there are nonlinear node interaction functions, it is always possible to rewrite the system in terms of a new network of effective pairwise node interactions, regardless of the initially underlying multi-way interaction structure. We thus focus on dynamics based on a certain class of non-line… ▽ More

    Submitted 11 January, 2022; v1 submitted 4 May, 2021; originally announced May 2021.

    Comments: arXiv admin note: text overlap with arXiv:1910.09226

  28. arXiv:2103.02042  [pdf, other

    cs.SI econ.EM physics.soc-ph

    Extracting Complements and Substitutes from Sales Data: A Network Perspective

    Authors: Yu Tian, Sebastian Lautz, Alisdiar O. G. Wallis, Renaud Lambiotte

    Abstract: The complementarity and substitutability between products are essential concepts in retail and marketing. Qualitatively, two products are said to be substitutable if a customer can replace one product by the other, while they are complementary if they tend to be bought together. In this article, we take a network perspective to help automatically identify complements and substitutes from sales tra… ▽ More

    Submitted 20 August, 2021; v1 submitted 1 March, 2021; originally announced March 2021.

    Comments: 41 pages, 17 figures

    MSC Class: 62P20; 91B02; 90C35

    Journal ref: EPJ Data Sci. 10, 45 (2021)

  29. arXiv:2101.06131  [pdf, other

    physics.soc-ph cs.SI math.DS physics.data-an

    Flow stability for dynamic community detection

    Authors: Alexandre Bovet, Jean-Charles Delvenne, Renaud Lambiotte

    Abstract: Many systems exhibit complex temporal dynamics due to the presence of different processes taking place simultaneously. An important task in such systems is to extract a simplified view of their time-dependent network of interactions. Community detection in temporal networks usually relies on aggregation over time windows or consider sequences of different stationary epochs. For dynamics-based meth… ▽ More

    Submitted 20 May, 2022; v1 submitted 15 January, 2021; originally announced January 2021.

    Comments: 54 pages, 14 figures. Accepted version by Science Advances

    Journal ref: Science Advances, 8(19), p. eabj3063

  30. arXiv:2010.14355  [pdf, other

    cond-mat.stat-mech cs.SI math.DS physics.soc-ph

    Random walks and community detection in hypergraphs

    Authors: Timoteo Carletti, Duccio Fanelli, Renaud Lambiotte

    Abstract: We propose a one parameter family of random walk processes on hypergraphs, where a parameter biases the dynamics of the walker towards hyperedges of low or high cardinality. We show that for each value of the parameter the resulting process defines its own hypergraph projection on a weighted network. We then explore the differences between them by considering the community structure associated to… ▽ More

    Submitted 27 October, 2020; originally announced October 2020.

  31. arXiv:2007.09391  [pdf, other

    physics.soc-ph cs.SI

    Modelling Non-Linear Consensus Dynamics on Hypergraphs

    Authors: Rohit Sahasrabuddhe, Leonie Neuhäuser, Renaud Lambiotte

    Abstract: The basic interaction unit of many dynamical systems involves more than two nodes. In such situations where networks are not an appropriate modelling framework, it has recently become increasingly popular to turn to higher-order models, including hypergraphs. In this paper, we explore the non-linear dynamics of consensus on hypergraphs, allowing for interactions within hyperedges of any cardinalit… ▽ More

    Submitted 26 November, 2020; v1 submitted 18 July, 2020; originally announced July 2020.

    Journal ref: Rohit Sahasrabuddhe et al 2021 J. Phys. Complex. 2 025006

  32. arXiv:2003.12347  [pdf

    cs.CY

    Mobile phone data and COVID-19: Missing an opportunity?

    Authors: Nuria Oliver, Emmanuel Letouzé, Harald Sterly, Sébastien Delataille, Marco De Nadai, Bruno Lepri, Renaud Lambiotte, Richard Benjamins, Ciro Cattuto, Vittoria Colizza, Nicolas de Cordes, Samuel P. Fraiberger, Till Koebe, Sune Lehmann, Juan Murillo, Alex Pentland, Phuong N Pham, Frédéric Pivetta, Albert Ali Salah, Jari Saramäki, Samuel V. Scarpino, Michele Tizzoni, Stefaan Verhulst, Patrick Vinck

    Abstract: This paper describes how mobile phone data can guide government and public health authorities in determining the best course of action to control the COVID-19 pandemic and in assessing the effectiveness of control measures such as physical distancing. It identifies key gaps and reasons why this kind of data is only scarcely used, although their value in similar epidemics has proven in a number of… ▽ More

    Submitted 27 March, 2020; originally announced March 2020.

  33. arXiv:1901.07933  [pdf, other

    physics.soc-ph cs.SI physics.data-an

    Extracting significant signal of news consumption from social networks: the case of Twitter in Italian political elections

    Authors: Carolina Becatti, Guido Caldarelli, Renaud Lambiotte, Fabio Saracco

    Abstract: According to the Eurobarometer report about EU media use of May 2018, the number of European citizens who consult on-line social networks for accessing information is considerably increasing. In this work we analyze approximately $10^6$ tweets exchanged during the last Italian elections. By using an entropy-based null model discounting the activity of the users, we first identify potential politic… ▽ More

    Submitted 23 January, 2019; originally announced January 2019.

    Journal ref: Palgrave Commun 5, 91 (2019)

  34. arXiv:1812.06596  [pdf, ps, other

    physics.soc-ph cs.SI

    Rock-Paper-Scissors Random Walks on Temporal Multilayer Networks

    Authors: Martin Gueuning, Sibo Cheng, Renaud Lambiotte, Jean-Charles Delvenne

    Abstract: We study diffusion on a multilayer network where the contact dynamics between the nodes is governed by a random process and where the waiting time distribution differs for edges from different layers. We study the impact on a random walk of the competition that naturally emerges between the edges of the different layers. In opposition to previous studies which have imposed a priori inter-layer com… ▽ More

    Submitted 14 December, 2018; originally announced December 2018.

    Comments: 8 pages, 5 figures

  35. The anatomy of Reddit: An overview of academic research

    Authors: Alexey N. Medvedev, Renaud Lambiotte, Jean-Charles Delvenne

    Abstract: Online forums provide rich environments where users may post questions and comments about different topics. Understanding how people behave in online forums may shed light on the fundamental mechanisms by which collective thinking emerges in a group of individuals, but it has also important practical applications, for instance to improve user experience, increase engagement or automatically identi… ▽ More

    Submitted 4 June, 2020; v1 submitted 25 October, 2018; originally announced October 2018.

    Comments: 21 pages, 7 figures, 2 tables

    Journal ref: In: Ghanbarnejad F., Saha Roy R., Karimi F., Delvenne JC., Mitra B. (eds) Dynamics On and Of Complex Networks III. DOOCN 2017. Springer Proceedings in Complexity. Springer, Cham

  36. arXiv:1808.06079  [pdf, other

    cs.SI cs.LG physics.soc-ph

    Community detection in networks without observing edges

    Authors: Till Hoffmann, Leto Peel, Renaud Lambiotte, Nick S. Jones

    Abstract: We develop a Bayesian hierarchical model to identify communities in networks for which we do not observe the edges directly, but instead observe a series of interdependent signals for each of the nodes. Fitting the model provides an end-to-end community detection algorithm that does not extract information as a sequence of point estimates but propagates uncertainties from the raw data to the commu… ▽ More

    Submitted 11 February, 2020; v1 submitted 18 August, 2018; originally announced August 2018.

    Comments: 16 pages, 7 figures

    Journal ref: Science Advances 6(4) eaav1478, 2020

  37. arXiv:1808.00810  [pdf, other

    physics.soc-ph cs.SI

    Identifying exogenous and endogenous activity in social media

    Authors: Kazuki Fujita, Alexey Medvedev, Shinsuke Koyama, Renaud Lambiotte, Shigeru Shinomoto

    Abstract: The occurrence of new events in a system is typically driven by external causes and by previous events taking place inside the system. This is a general statement, applying to a range of situations including, more recently, to the activity of users in Online social networks (OSNs). Here we develop a method for extracting from a series of posting times the relative contributions of exogenous, e.g.… ▽ More

    Submitted 2 August, 2018; originally announced August 2018.

    Comments: 5 figures

    Journal ref: Phys. Rev. E 98, 052304 (2018)

  38. arXiv:1806.05977  [pdf, other

    physics.soc-ph cond-mat.dis-nn cs.SI physics.data-an

    Understanding Complex Systems: From Networks to Optimal Higher-Order Models

    Authors: Renaud Lambiotte, Martin Rosvall, Ingo Scholtes

    Abstract: To better understand the structure and function of complex systems, researchers often represent direct interactions between components in complex systems with networks, assuming that indirect influence between distant components can be modelled by paths. Such network models assume that actual paths are memoryless. That is, the way a path continues as it passes through a node does not depend on whe… ▽ More

    Submitted 13 June, 2018; originally announced June 2018.

    Comments: 8 pages, 4 figures

  39. arXiv:1804.06268  [pdf, other

    cs.SI cs.MA physics.soc-ph

    Structured networks and coarse-grained descriptions: a dynamical perspective

    Authors: Michael T. Schaub, Jean-Charles Delvenne, Renaud Lambiotte, Mauricio Barahona

    Abstract: This chapter discusses the interplay between structure and dynamics in complex networks. Given a particular network with an endowed dynamics, our goal is to find partitions aligned with the dynamical process acting on top of the network. We thus aim to gain a reduced description of the system that takes into account both its structure and dynamics. In the first part, we introduce the general mathe… ▽ More

    Submitted 17 April, 2018; originally announced April 2018.

    Comments: 21 pages; 7 figures; To appear as a chapter in "Advances in Network Clustering and Blockmodeling" edited by P. Doreian, V. Batagelj & A. Ferligoj (Wiley, New York, 2018)

    Journal ref: Advances in Network Clustering and Blockmodeling, Ed.P. Doreian, V. Batagelj, and A. Ferligoj John Wiley & Sons, Ltd, 2019, ch.12, pp. 333-361

  40. arXiv:1804.03733  [pdf, other

    cs.SI eess.SY physics.soc-ph

    Multiscale dynamical embeddings of complex networks

    Authors: Michael T. Schaub, Jean-Charles Delvenne, Renaud Lambiotte, Mauricio Barahona

    Abstract: Complex systems and relational data are often abstracted as dynamical processes on networks. To understand, predict and control their behavior, a crucial step is to extract reduced descriptions of such networks. Inspired by notions from Control Theory, we propose a time-dependent dynamical similarity measure between nodes, which quantifies the effect a node-input has on the network. This dynamical… ▽ More

    Submitted 24 June, 2019; v1 submitted 10 April, 2018; originally announced April 2018.

    Comments: 13 pages; 7 pages SI; 8 Figures

    Journal ref: Phys. Rev. E 99, 062308 (2019)

  41. arXiv:1804.01964  [pdf, other

    cs.SI math.PR physics.data-an physics.soc-ph

    Relating modularity maximization and stochastic block models in multilayer networks

    Authors: A. Roxana Pamfil, Sam D. Howison, Renaud Lambiotte, Mason A. Porter

    Abstract: Characterizing large-scale organization in networks, including multilayer networks, is one of the most prominent topics in network science and is important for many applications. One type of mesoscale feature is community structure, in which sets of nodes are densely connected internally but sparsely connected to other dense sets of nodes. Two of the most popular approaches for community detection… ▽ More

    Submitted 6 December, 2018; v1 submitted 5 April, 2018; originally announced April 2018.

    Comments: 29 pages, 10 figures, 2 tables, 1 algorithm float; updated Sec. V and moved some material to the appendix

  42. arXiv:1803.04410  [pdf, other

    physics.soc-ph cs.DL math.HO

    Co-occurrence simplicial complexes in mathematics: identifying the holes of knowledge

    Authors: Vsevolod Salnikov, Daniele Cassese, Renaud Lambiotte, Nick S. Jones

    Abstract: In the last years complex networks tools contributed to provide insights on the structure of research, through the study of collaboration, citation and co-occurrence networks. The network approach focuses on pairwise relationships, often compressing multidimensional data structures and inevitably losing information. In this paper we propose for the first time a simplicial complex approach to word… ▽ More

    Submitted 11 March, 2018; originally announced March 2018.

    Comments: 24 pages, 12 figures

  43. Modelling structure and predicting dynamics of discussion threads in online boards

    Authors: Alexey N. Medvedev, Jean-Charles Delvenne, Renaud Lambiotte

    Abstract: Internet boards are platforms for online discussions about a variety of topics. On these boards, individuals may start a new thread on a specific matter, or leave comments in an existing discussion. The resulting collective process leads to the formation of `discussion trees', where nodes represent a post and comments, and an edge represents a `reply-to' relation. The structure of discussion trees… ▽ More

    Submitted 4 June, 2020; v1 submitted 30 January, 2018; originally announced January 2018.

    Comments: 16 pages (2 pages appendix incl.), 10 figures (8 in main text + 2 in appendix)

    MSC Class: 90B18; 60K35; 60G55; 82C99

    Journal ref: Journal of Complex Networks, Volume 7, Issue 1, February 2019, Pages 67-82

  44. arXiv:1712.06468  [pdf, other

    cs.SI physics.data-an physics.soc-ph

    Different approaches to community detection

    Authors: Martin Rosvall, Jean-Charles Delvenne, Michael T. Schaub, Renaud Lambiotte

    Abstract: A precise definition of what constitutes a community in networks has remained elusive. Consequently, network scientists have compared community detection algorithms on benchmark networks with a particular form of community structure and classified them based on the mathematical techniques they employ. However, this comparison can be misleading because apparent similarities in their mathematical ma… ▽ More

    Submitted 18 December, 2017; originally announced December 2017.

    Comments: 14 pages, 2 figures. Written as a chapter for forthcoming Advances in network clustering and blockmodeling, and based on an extended version of The many facets of community detection in complex networks, Appl. Netw. Sci. 2: 4 (2017) by the same authors

    Journal ref: Advances in Network Clustering and Blockmodeling, Ed.P. Doreian, V. Batagelj, and A. Ferligoj John Wiley & Sons, Ltd, 2019, ch.4, pp. 105-119

  45. arXiv:1708.01236  [pdf, other

    cs.SI physics.data-an physics.soc-ph

    Multiscale mixing patterns in networks

    Authors: Leto Peel, Jean-Charles Delvenne, Renaud Lambiotte

    Abstract: Assortative mixing in networks is the tendency for nodes with the same attributes, or metadata, to link to each other. It is a property often found in social networks manifesting as a higher tendency of links occurring between people with the same age, race, or political belief. Quantifying the level of assortativity or disassortativity (the preference of linking to nodes with different attributes… ▽ More

    Submitted 18 April, 2018; v1 submitted 3 August, 2017; originally announced August 2017.

    Comments: 11 pages, 7 figures

    Journal ref: Proceedings of the National Academy of Sciences USA 115(16) 4057-4062, 2018

  46. arXiv:1701.04208  [pdf, other

    cs.CY

    Developing and Deploying a Taxi Price Comparison Mobile App in the Wild: Insights and Challenges

    Authors: Anastasios Noulas, Vsevolod Salnikov, Desislava Hristova, Cecilia Mascolo, Renaud Lambiotte

    Abstract: As modern transportation systems become more complex, there is need for mobile applications that allow travelers to navigate efficiently in cities. In taxi transport the recent proliferation of Uber has introduced new norms including a flexible pricing scheme where journey costs can change rapidly depending on passenger demand and driver supply. To make informed choices on the most appropriate pro… ▽ More

    Submitted 16 January, 2017; originally announced January 2017.

  47. arXiv:1612.03281  [pdf, other

    physics.soc-ph cond-mat.dis-nn cs.SI

    Random walks and diffusion on networks

    Authors: Naoki Masuda, Mason A. Porter, Renaud Lambiotte

    Abstract: Random walks are ubiquitous in the sciences, and they are interesting from both theoretical and practical perspectives. They are one of the most fundamental types of stochastic processes; can be used to model numerous phenomena, including diffusion, interactions, and opinions among humans and animals; and can be used to extract information about important entities or dense groups of entities in a… ▽ More

    Submitted 9 April, 2020; v1 submitted 10 December, 2016; originally announced December 2016.

    Comments: 12 figures, 2 tables; [v3] reflects the corrections we made in the two corrigenda (Physics Reports, 745, 96 (2018) and ibid., 851, 37-39 (2020))

    Journal ref: Physics Reports, 716-717, 1-58 (2017)

  48. arXiv:1611.07769  [pdf, other

    cs.SI physics.data-an physics.soc-ph

    The many facets of community detection in complex networks

    Authors: Michael T. Schaub, Jean-Charles Delvenne, Martin Rosvall, Renaud Lambiotte

    Abstract: Community detection, the decomposition of a graph into essential building blocks, has been a core research topic in network science over the past years. Since a precise notion of what constitutes a community has remained evasive, community detection algorithms have often been compared on benchmark graphs with a particular form of assortative community structure and classified based on the mathemat… ▽ More

    Submitted 15 February, 2017; v1 submitted 23 November, 2016; originally announced November 2016.

    Comments: 8 Pages, 1 Figure

    Journal ref: Schaub, M.T., Delvenne, JC., Rosvall, M. et al. Appl Netw Sci (2017) 2: 4

  49. arXiv:1608.04283  [pdf, other

    physics.soc-ph cs.SI eess.SY nlin.CD

    Graph partitions and cluster synchronization in networks of oscillators

    Authors: Michael T. Schaub, Neave O'Clery, Yazan N. Billeh, Jean-Charles Delvenne, Renaud Lambiotte, Mauricio Barahona

    Abstract: Synchronization over networks depends strongly on the structure of the coupling between the oscillators. When the coupling presents certain regularities, the dynamics can be coarse-grained into clusters by means of External Equitable Partitions of the network graph and their associated quotient graphs. We exploit this graph-theoretical concept to study the phenomenon of cluster synchronization, in… ▽ More

    Submitted 16 August, 2016; v1 submitted 15 August, 2016; originally announced August 2016.

    Comments: 16 pages, 8 Figures

    Journal ref: Chaos, 26, 094821 (2016)

  50. arXiv:1603.09449  [pdf, ps, other

    cs.SI physics.soc-ph

    TiDeH: Time-Dependent Hawkes Process for Predicting Retweet Dynamics

    Authors: Ryota Kobayashi, Renaud Lambiotte

    Abstract: Online social networking services allow their users to post content in the form of text, images or videos. The main mechanism driving content diffusion is the possibility for users to re-share the content posted by their social connections, which may then cascade across the system. A fundamental problem when studying information cascades is the possibility to develop sound mathematical models, who… ▽ More

    Submitted 31 March, 2016; originally announced March 2016.

    Comments: The manuscript has been accepted in the 10th International AAAI Conference on Web and Social Media (ICWSM 2016)