ECS 289 F / MAE 298, Lecture 15 May 20, Diffusion, Cascades and Influence

Size: px
Start display at page:

Download "ECS 289 F / MAE 298, Lecture 15 May 20, Diffusion, Cascades and Influence"

Transcription

1 ECS 289 F / MAE 298, Lecture 15 May 20, 2014 Diffusion, Cascades and Influence

2 Diffusion and cascades in networks (Nodes in one of two states) Viruses (human and computer) contact processes epidemic thresholds Adoption of new technologies Winner take all Benefit of first to market Benefit of second to market Political or social beliefs and societal norms A long history of study, now trying to add impact of underlying network structure.

3 Diffusion, Cascade behaviors, and influential nodes Part I: Ensemble models Generating functions / Master equations / giant components Contact processes / more similar to biological epidemic spreading Heterogeneity due to node degree (not due to different node preferences) Pastor-Satorras and Vespignani (SIR and SIS on power law networks) Epidemic spreading: Newman, Ancel Meyers, Eric Volz Social nets: Watts PNAS (threshold model; no global cascade region)

4 Diffusion, Cascade behaviors, and influential nodes Part II: Contact processes with individual node preferences Long history of empirical / qualitative study in the social sciences (Peyton Young, Granovetter, Martin Nowak...; diffusion of innovation; societal norms) Recent theorems: network coordination games (bigger payout if connected nodes in the same state) (Kleinberg, Kempe, Tardos, Dodds, Watts, Domingos) Finding the influential set of nodes, or the k most influential Often NP-hard and not amenable to approximation algorithms Key distinction: thresholds of activation (leads to unpredictable behaviors) diminishing returns (submodular functions nicer)

5 Diffusion, Cascade behaviors, and influential nodes Part III: Markov chains and mixing times New game-theoretic approaches (general coordination games) Results in an Ising model. Montanari and Saberi PNAS Techniques from Parts I and II suggest: Innovations spread quickly in highly connected networks. Long-range links benefit spreading. High-degree nodes quite influential (enhance spreading). Techniques from Part III suggest: Innovations spread quickly in locally connected networks. Local spatial coordination enhances spreading (having a spatial metric; graph embeddable in small dimension). High-degree nodes slow down spreading.

6 Plain old diffusion: The graph Laplacian Diffusion of a substance φ on a network with Adjacency Matrix A dφ i dt = C j A ij(φ j φ i ) = C j A ijφ j Cφ i j A ij = C j A ijφ j Cφ i k i = C j (A ijφ j δ ij k i ) φ j. In matrix form: dφ dt = C(A D)φ = CLφ Graph Laplacian: L, where matrix D has zero entries except for diagonal with is degree of node: D ij = k i if i = j and 0 otherwise.

7 Plain old diffusion The graph Laplacian L has real positive eigenvalues 0 = λ 1 λ 2 λ N. Number of eigenvalues equal to 0 is the number of distinct, disconnected components of a graph (for the column-normalized state transition vector (i.e., randomwalk), it is the number of λ s equal to 1). If λ 2 0 the graph is fully connected. The bigger the value of λ 2 the more connected (less modular) the graph.

8 Part I. Ensemble approaches A. Network configuration model B. Generating functions C. Master equations

9 A. Network Configuration Model... Bollobas 1980; Molloy and Reed 1995, Build a random network with a specified degree sequence. Assign each node a degree at the beginning. Random stub-matching until all half-edges are partnered. Self-loops and multiple edges possible, but less likely as network size increases. HW 3b build a configuration model and analyze percolation and spreading.

10 B. Generating functions Determining properties of the ensemble of all graphs with a given degree distribution, P k. The basic generating function: G 0 (x) = k P kx k. Note, G 0 (1) = k P k =... The moments of P k can be obtained from derivatives of G 0 (x): d dx G 0(x) = k kp kx (k 1) d and dx G 0(x) x=1 = k kp k First moment (average k): k = k kp k = d dx G 0(x) x=1 G 0(1) n th moment: k n = k kn P k = ( x d n dx) G0 (x) x=1

11 Generating functions for the giant component Newman, Watts, Strogatz PRE 64 (2001) With the basic generating function in place, can build on it to calculate properties of more interesting distributions. 1. G.F. for connectivity of a node at edge of randomly chosen edge. 2. G.F. for size of the component to which that node belongs. 3. G.F. for size of the component to which an arbitrary node belongs.

12 Following a random edge k times more likely to follow edge to a node of degree k than a node of degree 1: q k = kp k / k kp k. There are k 1 other edges outgoing from this node. Each one of those k 1 edges has probability q k node of degree k. of leading to (Circles denote isolated nodes, squares components of unknown size.)

13 For convenience, define the GF for random edge following (Build up more complex from simpler) Recall prob of following random edge to node of degree k: q k = kp k / k kp k = kp k / k. Define a corresponding GF called G 1 (x): G 1 (x) = k q kx k = k kp kx k / k = x d dx ( k P kx k )/ d dx G 0(x) x=1 = x d dx G 0(x)/ d dx G 0(x) x=1 xg 0(x)/G 0(1). (Recall the most basic GF: G 0 (x) = k P kx k )

14 H 1 (x), Generating function for distribution in component sizes reached by following random edge H 1 (x) = xq 0 + xq 1 H 1 (x) + xq 2 [H 1 (x)] 2 + xq 3 [H 1 (x)] 3 (A self-consistency equation) (Note here we used the Powers property, that a random variable k summed over m independent realizations of the object is generated by the mth power of that generating function, hence the [H 1 (x)] m factors above.)

15 Aside: Powers property GF for a random variable k summed over m independent realizations of the object is generated by the mth power of that generating function. Easiest to see if m = 2 (sum over two realizations) [G 0 (x)] 2 = [ k P kx k] 2 = jk p jp k x j+k = p 0 p 0 x 0 + (p 0 p 1 + p 1 p 0 )x + (p 0 p 2 + p 1 p 1 + p 2 p 0 )x 2 + The coefficient multiplying power n is the sum of all products p i p j such that i + j = n.

16 H 0 (x), Generating function for distribution in component sizes starting from arbitrary node H 0 (x) = xp 0 + xp 1 H 1 (x) + xp 2 [H 1 (x)] 2 + xp 3 [H 1 (x)] 3 = xg 0 (H 1 (x)). Can take derivatives of H 0 (x) to find moments of component sizes! Note we have assumed a tree-like topology.

17 The expected size of a component starting from arbitrary edge s = d dx H 0(x) x=1 = d dx xg 0(H 1 (x)) x=1 = G 0 (H 1 (1)) + d dx G 0(H 1 (1)) d dx H 1(1) From H 1 (x) definition find that s = 1 + G 0 (1) 1 G 1 (1) = 1 + k 2 2 k k 2 Most important, s when 2 k = k 2. This marks the onset of the giant component!

18 Emergence of the giant component s This happens when: 2 k = k 2, which can also be written as k = ( k 2 k ) This means expected number of nearest neighbors k, first equals expected number of second nearest neighbors ( k 2 k ). Can also be written as k 2 2 k = 0, which is the famous Molloy and Reed criteria*, giant emerges when: k k (k 2) P k = 0. *GF approach is easier than Molloy Reed!

19 GFs widely used in network epidemiology Fragility of Power Law Random Graphs to targeted node removal / Robustness to random removal Callaway PRL 2000 Cohen PRL 2000 Onset of epidemic threshold: C Moore, MEJ Newman, Physical Review E, 2000 MEJ Newman - Physical Review E, 2002 Lauren Ancel Meyers, M.E.J. Newmanb, Babak Pourbohlou, Journal of Theoretical Biology, 2006 JC Miller - Physical Review E, 2007 Information flow in social networks F Wu, BA Huberman, LA Adamic, Physica A, Cascades on random networks Watts PNAS 2002.

20 Global Cascades on Random Networks Watts PNAS 2002 Each node can be in one of two states, say {+1, 1}. Start with almost all nodes in { 1}, but just one node (or a small fraction of nodes) in {+1}. Nodes update state asynchronously. For node j if the fraction of its neighbors in state +1 is greater than a threshold function Φ j, j switches to +1 and stays in that state forever. The thresholds Φ j are drawn at random from a distribution f(φ) which is normalized in the usual way: 1 f(φ)dφ = 1. 0 Local dependence, fractional threshold Φ j, heterogeneous degree make this model differ from contact processes.

21 Global cascades? Question: for what kinds of networks and thresholds will a small perturbation (of even one node) cause a fraction of all nodes to flip? (i.e. a global cascade). Some terms: Innovator The first node(s) flipped to +1. Early adopter / vulnerable A neighbor of innovator who flips right away. Early adopter much have threshold Φ j 1/k j, or equivalently degree k j K j = 1/Φ j

22 Using GFs can reduce a complicated dynamics to a static percolation problem As usual, degree distribution P k. A node is vulnerable / early adopter if it s threshold Φ 1/k. The probability a given node of degree k is vulnerable is thus ρ k = P [Φ 1/k] = 1/k 0 f(φ)dφ. The probability a node drawn uniformly at random from all nodes has 1) degree k, and 2) is vulnerable is thus: ρ k P k. Generating function for this (our base GF) G 0 (x) = k ρ kp k x k.

23 Propagation of a cascade is edge following from a vulnerable node As with the basic framework, probability of following edge to node of degree k is proportional to k. GF for following a random edge to a vulnerable node of degree k. (Again, observe building up process.): G 1 (x) = k (kρ kp k ) / k kp k = G 0(x)/ k = G 0(x)/G 0(1)

24 GF for size of component made of vulnerable nodes found by following initial edge: H 1 (x) = [1 G 1 (1)] + xg 1 (H 1 (x)).

25 GF for size of component made of vulnerable nodes found by choosing arbitrary node: H 0 (x) = [1 G 0 (1)] + xg 0 (H 1 (x)). This leads to the cascade condition: k k(k 1)ρ kp k > k

26 Results: Theory and simulation Uniform thresholds on random graph where all nodes have degree z (a z-regular random graph)

27 Results: Theory and simulation (a) Normally distributed thresholds with std dev σ, on z-regular random graph. (b) Uniform threshold on regular vs power law random graph. Heterogeneous thresholds seem to enhance global cascades. Heterogeneous node degrees seem to reduce global cascades.

28 Part I. C. Master Equation approaches SIS and SIR dynamics on networks Rather then thresholds, each infected neighbor has a probability of infecting a healthy

29 Following Pastor-Satorras and A. Vespignani ρ k (t) is density of infected nodes of degree k at time t. (Hence [1 ρ k (t)] is probability a node of degree k is NOT infected.) λ = β/γ, the effective spreading rate. Set γ = 1. (Recall β is infection rate, γ is recovery.) The time evolution (a master equation ): dρ k (t) dt = ρ k (t) + λk [1 ρ k (t)] Θ(ρ(t)) First term: nodes recover with unit rate (γ = 1) Second term: Infection rate λ, times number of neighbors k, times prob node of degree k is healthy, times prob of being connected to an infected node Θ(ρ(t)).

30 Steady state of master eqn, dρ k dt = 0 implies: ρ k = λ k Θ 1 + λ Θ Inserting into expression for Θ: Θ = 1 k k k p k λ k Θ 1 + λ Θ (Note Θ = 0 always satisfies, but is quite dull!... ρ k = 0)

31 Searching for more solutions to last equation, in interval 0 < Θ 1 A 1 B 1 y 2 (Θ) y 2 (Θ) Slope < 1 1 Θ Θ 1 Θ

32 Searching for more solutions to last equation, in interval 0 < Θ 1 Taking derivative w.r.t. Θ of both sides of last equation: d dθ [ 1 k p k k solving this: 1 k k ] λ k Θ 1 + λ Θ Θ=0 k p k λ c k = k λ c = k k 2 k 2 = 1, at λ = λ c k λ c = 1 If k 2 but k finite, then λ c 0. Unlike a threshold model, they find node heterogeniety greatly enhances onset of global cascade

33 Next time: Coordination games and cascades) Threshold models : flip behavior once a certain number or fraction of neighbors adopt new behavior. Diminishing returns : Each neighbor that adopts new behavior enhances you to adopt it, but with less increase for each neighbor. Some empirical observations of cascades of adoption in blogs and online communities.

34 Due to thresholds/ critical mass In general NP-hard to find optimal set S. NP-hard to even find a approximate optimal set (optimal to within factor η 1 ɛ where n is network size and ɛ > 0. ( inapproximability ) Due to thresholds (esp if each node can have its own) might have a tiny activated final set of nodes but it jumps abruptly if just a few more nodes or, moreover, the right nodes activated. Knife edge property

ECS 253 / MAE 253, Lecture 13 May 15, Diffusion, Cascades and Influence Mathematical models & generating functions

ECS 253 / MAE 253, Lecture 13 May 15, Diffusion, Cascades and Influence Mathematical models & generating functions ECS 253 / MAE 253, Lecture 13 May 15, 2018 Diffusion, Cascades and Influence Mathematical models & generating functions Last week: spatial flows and game theory on networks Optimal location of facilities

More information

ECS 253 / MAE 253, Lecture 15 May 17, I. Probability generating function recap

ECS 253 / MAE 253, Lecture 15 May 17, I. Probability generating function recap ECS 253 / MAE 253, Lecture 15 May 17, 2016 I. Probability generating function recap Part I. Ensemble approaches A. Master equations (Random graph evolution, cluster aggregation) B. Network configuration

More information

ECS 289 / MAE 298, Lecture 7 April 22, Percolation and Epidemiology on Networks, Part 2 Searching on networks

ECS 289 / MAE 298, Lecture 7 April 22, Percolation and Epidemiology on Networks, Part 2 Searching on networks ECS 289 / MAE 298, Lecture 7 April 22, 2014 Percolation and Epidemiology on Networks, Part 2 Searching on networks 28 project pitches turned in Announcements We are compiling them into one file to share

More information

ECS 289 / MAE 298, Lecture 16 May 22, Diffusion, Cascades and Influence, Part II

ECS 289 / MAE 298, Lecture 16 May 22, Diffusion, Cascades and Influence, Part II ECS 289 / MAE 298, Lecture 16 May 22, 2014 Diffusion, Cascades and Influence, Part II Announcements Homeworks HW3 and HW3b now due Tues May 27 HW3a (project progress report) due Fri May 30 NetSci 2014

More information

Epidemics in Complex Networks and Phase Transitions

Epidemics in Complex Networks and Phase Transitions Master M2 Sciences de la Matière ENS de Lyon 2015-2016 Phase Transitions and Critical Phenomena Epidemics in Complex Networks and Phase Transitions Jordan Cambe January 13, 2016 Abstract Spreading phenomena

More information

Diffusion of Innovation and Influence Maximization

Diffusion of Innovation and Influence Maximization Diffusion of Innovation and Influence Maximization Leonid E. Zhukov School of Data Analysis and Artificial Intelligence Department of Computer Science National Research University Higher School of Economics

More information

Epidemics and information spreading

Epidemics and information spreading Epidemics and information spreading Leonid E. Zhukov School of Data Analysis and Artificial Intelligence Department of Computer Science National Research University Higher School of Economics Social Network

More information

Social Influence in Online Social Networks. Epidemiological Models. Epidemic Process

Social Influence in Online Social Networks. Epidemiological Models. Epidemic Process Social Influence in Online Social Networks Toward Understanding Spatial Dependence on Epidemic Thresholds in Networks Dr. Zesheng Chen Viral marketing ( word-of-mouth ) Blog information cascading Rumor

More information

The Spreading of Epidemics in Complex Networks

The Spreading of Epidemics in Complex Networks The Spreading of Epidemics in Complex Networks Xiangyu Song PHY 563 Term Paper, Department of Physics, UIUC May 8, 2017 Abstract The spreading of epidemics in complex networks has been extensively studied

More information

Lecture VI Introduction to complex networks. Santo Fortunato

Lecture VI Introduction to complex networks. Santo Fortunato Lecture VI Introduction to complex networks Santo Fortunato Plan of the course I. Networks: definitions, characteristics, basic concepts in graph theory II. III. IV. Real world networks: basic properties

More information

Diffusion of Innovation

Diffusion of Innovation Diffusion of Innovation Leonid E. Zhukov School of Data Analysis and Artificial Intelligence Department of Computer Science National Research University Higher School of Economics Social Network Analysis

More information

KINETICS OF SOCIAL CONTAGION. János Kertész Central European University. SNU, June

KINETICS OF SOCIAL CONTAGION. János Kertész Central European University. SNU, June KINETICS OF SOCIAL CONTAGION János Kertész Central European University SNU, June 1 2016 Theory: Zhongyuan Ruan, Gerardo Iniguez, Marton Karsai, JK: Kinetics of social contagion Phys. Rev. Lett. 115, 218702

More information

CSCI 3210: Computational Game Theory. Cascading Behavior in Networks Ref: [AGT] Ch 24

CSCI 3210: Computational Game Theory. Cascading Behavior in Networks Ref: [AGT] Ch 24 CSCI 3210: Computational Game Theory Cascading Behavior in Networks Ref: [AGT] Ch 24 Mohammad T. Irfan Email: mirfan@bowdoin.edu Web: www.bowdoin.edu/~mirfan Course Website: www.bowdoin.edu/~mirfan/csci-3210.html

More information

Probability Models of Information Exchange on Networks Lecture 6

Probability Models of Information Exchange on Networks Lecture 6 Probability Models of Information Exchange on Networks Lecture 6 UC Berkeley Many Other Models There are many models of information exchange on networks. Q: Which model to chose? My answer good features

More information

A BINOMIAL MOMENT APPROXIMATION SCHEME FOR EPIDEMIC SPREADING IN NETWORKS

A BINOMIAL MOMENT APPROXIMATION SCHEME FOR EPIDEMIC SPREADING IN NETWORKS U.P.B. Sci. Bull., Series A, Vol. 76, Iss. 2, 2014 ISSN 1223-7027 A BINOMIAL MOMENT APPROXIMATION SCHEME FOR EPIDEMIC SPREADING IN NETWORKS Yilun SHANG 1 Epidemiological network models study the spread

More information

Lecture 10. Under Attack!

Lecture 10. Under Attack! Lecture 10 Under Attack! Science of Complex Systems Tuesday Wednesday Thursday 11.15 am 12.15 pm 11.15 am 12.15 pm Feb. 26 Feb. 27 Feb. 28 Mar.4 Mar.5 Mar.6 Mar.11 Mar.12 Mar.13 Mar.18 Mar.19 Mar.20 Mar.25

More information

Epidemics on networks

Epidemics on networks Epidemics on networks Leonid E. Zhukov School of Data Analysis and Artificial Intelligence Department of Computer Science National Research University Higher School of Economics Network Science Leonid

More information

Growing a Network on a Given Substrate

Growing a Network on a Given Substrate Growing a Network on a Given Substrate 1 Babak Fotouhi and Michael G. Rabbat Department of Electrical and Computer Engineering McGill University, Montréal, Québec, Canada Email: babak.fotouhi@mail.mcgill.ca,

More information

Maximizing the Spread of Influence through a Social Network. David Kempe, Jon Kleinberg, Éva Tardos SIGKDD 03

Maximizing the Spread of Influence through a Social Network. David Kempe, Jon Kleinberg, Éva Tardos SIGKDD 03 Maximizing the Spread of Influence through a Social Network David Kempe, Jon Kleinberg, Éva Tardos SIGKDD 03 Influence and Social Networks Economics, sociology, political science, etc. all have studied

More information

Modeling, Analysis, and Control of Information Propagation in Multi-layer and Multiplex Networks. Osman Yağan

Modeling, Analysis, and Control of Information Propagation in Multi-layer and Multiplex Networks. Osman Yağan Modeling, Analysis, and Control of Information Propagation in Multi-layer and Multiplex Networks Osman Yağan Department of ECE Carnegie Mellon University Joint work with Y. Zhuang and V. Gligor (CMU) Alex

More information

Cascading Behavior in Networks: Algorithmic and Economic Issues

Cascading Behavior in Networks: Algorithmic and Economic Issues CHAPTER 24 Cascading Behavior in Networks: Algorithmic and Economic Issues Jon Kleinberg Abstract The flow of information or influence through a large social network can be thought of as unfolding with

More information

TELCOM2125: Network Science and Analysis

TELCOM2125: Network Science and Analysis School of Information Sciences University of Pittsburgh TELCOM2125: Network Science and Analysis Konstantinos Pelechrinis Spring 2015 Figures are taken from: M.E.J. Newman, Networks: An Introduction 2

More information

arxiv:cond-mat/ v2 [cond-mat.stat-mech] 24 Apr 2004

arxiv:cond-mat/ v2 [cond-mat.stat-mech] 24 Apr 2004 Behavior of susceptible inf ected susceptible epidemics on arxiv:cond-mat/0402065v2 [cond-mat.stat-mech] 24 Apr 2004 heterogeneous networks with saturation Jaewook Joo Department of Physics, Rutgers University,

More information

Contagion. Complex Networks CSYS/MATH 303, Spring, Prof. Peter Dodds

Contagion. Complex Networks CSYS/MATH 303, Spring, Prof. Peter Dodds Complex Networks CSYS/MATH 33, Spring, 211 Basic Social Prof. Peter Dodds Department of Mathematics & Statistics Center for Complex Systems Vermont Advanced Computing Center University of Vermont Licensed

More information

Network models: random graphs

Network models: random graphs Network models: random graphs Leonid E. Zhukov School of Data Analysis and Artificial Intelligence Department of Computer Science National Research University Higher School of Economics Structural Analysis

More information

Quarantine generated phase transition in epidemic spreading. Abstract

Quarantine generated phase transition in epidemic spreading. Abstract Quarantine generated phase transition in epidemic spreading C. Lagorio, M. Dickison, 2 * F. Vazquez, 3 L. A. Braunstein,, 2 P. A. Macri, M. V. Migueles, S. Havlin, 4 and H. E. Stanley Instituto de Investigaciones

More information

Mini course on Complex Networks

Mini course on Complex Networks Mini course on Complex Networks Massimo Ostilli 1 1 UFSC, Florianopolis, Brazil September 2017 Dep. de Fisica Organization of The Mini Course Day 1: Basic Topology of Equilibrium Networks Day 2: Percolation

More information

Networks as a tool for Complex systems

Networks as a tool for Complex systems Complex Networs Networ is a structure of N nodes and 2M lins (or M edges) Called also graph in Mathematics Many examples of networs Internet: nodes represent computers lins the connecting cables Social

More information

Spreading and Opinion Dynamics in Social Networks

Spreading and Opinion Dynamics in Social Networks Spreading and Opinion Dynamics in Social Networks Gyorgy Korniss Rensselaer Polytechnic Institute 05/27/2013 1 Simple Models for Epidemiological and Social Contagion Susceptible-Infected-Susceptible (SIS)

More information

Complex Networks, Course 303A, Spring, Prof. Peter Dodds

Complex Networks, Course 303A, Spring, Prof. Peter Dodds Complex Networks, Course 303A, Spring, 2009 Prof. Peter Dodds Department of Mathematics & Statistics University of Vermont Licensed under the Creative Commons Attribution-NonCommercial-ShareAlike 3.0 License.

More information

Networks: Lectures 9 & 10 Random graphs

Networks: Lectures 9 & 10 Random graphs Networks: Lectures 9 & 10 Random graphs Heather A Harrington Mathematical Institute University of Oxford HT 2017 What you re in for Week 1: Introduction and basic concepts Week 2: Small worlds Week 3:

More information

Supplementary Information Activity driven modeling of time varying networks

Supplementary Information Activity driven modeling of time varying networks Supplementary Information Activity driven modeling of time varying networks. Perra, B. Gonçalves, R. Pastor-Satorras, A. Vespignani May 11, 2012 Contents 1 The Model 1 1.1 Integrated network......................................

More information

Comparative analysis of transport communication networks and q-type statistics

Comparative analysis of transport communication networks and q-type statistics Comparative analysis of transport communication networs and -type statistics B. R. Gadjiev and T. B. Progulova International University for Nature, Society and Man, 9 Universitetsaya Street, 498 Dubna,

More information

Time varying networks and the weakness of strong ties

Time varying networks and the weakness of strong ties Supplementary Materials Time varying networks and the weakness of strong ties M. Karsai, N. Perra and A. Vespignani 1 Measures of egocentric network evolutions by directed communications In the main text

More information

Emergent Phenomena on Complex Networks

Emergent Phenomena on Complex Networks Chapter 1 Emergent Phenomena on Complex Networks 1.0.1 More is different When many interacting elements give rise to a collective behavior that cannot be explained or predicted by considering them individually,

More information

Network Science: Principles and Applications

Network Science: Principles and Applications Network Science: Principles and Applications CS 695 - Fall 2016 Amarda Shehu,Fei Li [amarda, lifei](at)gmu.edu Department of Computer Science George Mason University 1 Outline of Today s Class 2 Robustness

More information

THRESHOLDS FOR EPIDEMIC OUTBREAKS IN FINITE SCALE-FREE NETWORKS. Dong-Uk Hwang. S. Boccaletti. Y. Moreno. (Communicated by Mingzhou Ding)

THRESHOLDS FOR EPIDEMIC OUTBREAKS IN FINITE SCALE-FREE NETWORKS. Dong-Uk Hwang. S. Boccaletti. Y. Moreno. (Communicated by Mingzhou Ding) MATHEMATICAL BIOSCIENCES http://www.mbejournal.org/ AND ENGINEERING Volume 2, Number 2, April 25 pp. 317 327 THRESHOLDS FOR EPIDEMIC OUTBREAKS IN FINITE SCALE-FREE NETWORKS Dong-Uk Hwang Istituto Nazionale

More information

On the Submodularity of Influence in Social Networks

On the Submodularity of Influence in Social Networks On the Submodularity of Influence in Social Networks Elchanan Mossel Dept. of Statistics U.C. Berkeley mossel@stat.berkeley.edu Sebastien Roch Dept. of Statistics U.C. Berkeley sroch@stat.berkeley.edu

More information

CS224W: Analysis of Networks Jure Leskovec, Stanford University

CS224W: Analysis of Networks Jure Leskovec, Stanford University Announcements: Please fill HW Survey Weekend Office Hours starting this weekend (Hangout only) Proposal: Can use 1 late period CS224W: Analysis of Networks Jure Leskovec, Stanford University http://cs224w.stanford.edu

More information

A new centrality measure for probabilistic diffusion in network

A new centrality measure for probabilistic diffusion in network ACSIJ Advances in Computer Science: an International Journal, Vol. 3, Issue 5, No., September 204 ISSN : 2322-557 A new centrality measure for probabilistic diffusion in network Kiyotaka Ide, Akira Namatame,

More information

Opinion Dynamics on Triad Scale Free Network

Opinion Dynamics on Triad Scale Free Network Opinion Dynamics on Triad Scale Free Network Li Qianqian 1 Liu Yijun 1,* Tian Ruya 1,2 Ma Ning 1,2 1 Institute of Policy and Management, Chinese Academy of Sciences, Beijing 100190, China lqqcindy@gmail.com,

More information

Virgili, Tarragona (Spain) Roma (Italy) Zaragoza, Zaragoza (Spain)

Virgili, Tarragona (Spain) Roma (Italy) Zaragoza, Zaragoza (Spain) Int.J.Complex Systems in Science vol. 1 (2011), pp. 47 54 Probabilistic framework for epidemic spreading in complex networks Sergio Gómez 1,, Alex Arenas 1, Javier Borge-Holthoefer 1, Sandro Meloni 2,3

More information

Toward Understanding Spatial Dependence on Epidemic Thresholds in Networks

Toward Understanding Spatial Dependence on Epidemic Thresholds in Networks Toward Understanding Spatial Dependence on Epidemic Thresholds in Networks Zesheng Chen Department of Computer Science Indiana University - Purdue University Fort Wayne, Indiana 4685 Email: chenz@ipfw.edu

More information

Numerical evaluation of the upper critical dimension of percolation in scale-free networks

Numerical evaluation of the upper critical dimension of percolation in scale-free networks umerical evaluation of the upper critical dimension of percolation in scale-free networks Zhenhua Wu, 1 Cecilia Lagorio, 2 Lidia A. Braunstein, 1,2 Reuven Cohen, 3 Shlomo Havlin, 3 and H. Eugene Stanley

More information

Data Mining and Analysis: Fundamental Concepts and Algorithms

Data Mining and Analysis: Fundamental Concepts and Algorithms Data Mining and Analysis: Fundamental Concepts and Algorithms dataminingbook.info Mohammed J. Zaki 1 Wagner Meira Jr. 2 1 Department of Computer Science Rensselaer Polytechnic Institute, Troy, NY, USA

More information

MAE 298, Lecture 8 Feb 4, Web search and decentralized search on small-worlds

MAE 298, Lecture 8 Feb 4, Web search and decentralized search on small-worlds MAE 298, Lecture 8 Feb 4, 2008 Web search and decentralized search on small-worlds Search for information Assume some resource of interest is stored at the vertices of a network: Web pages Files in a file-sharing

More information

Chaos, Complexity, and Inference (36-462)

Chaos, Complexity, and Inference (36-462) Chaos, Complexity, and Inference (36-462) Lecture 21 Cosma Shalizi 3 April 2008 Models of Networks, with Origin Myths Erdős-Rényi Encore Erdős-Rényi with Node Types Watts-Strogatz Small World Graphs Exponential-Family

More information

CS 322: (Social and Information) Network Analysis Jure Leskovec Stanford University

CS 322: (Social and Information) Network Analysis Jure Leskovec Stanford University CS 322: (Social and Inormation) Network Analysis Jure Leskovec Stanord University Initially some nodes S are active Each edge (a,b) has probability (weight) p ab b 0.4 0.4 0.2 a 0.4 0.2 0.4 g 0.2 Node

More information

arxiv: v1 [physics.soc-ph] 30 Sep 2015

arxiv: v1 [physics.soc-ph] 30 Sep 2015 Single-Seed Cascades on Clustered Networks John K. McSweeney Rose-Hulman Institute of Technology arxiv:1510.00056v1 [physics.soc-ph] 30 Sep 2015 October 21, 2018 Abstract We consider a dynamic network

More information

Complex networks: an introduction Alain Barrat

Complex networks: an introduction Alain Barrat Complex networks: an introduction Alain Barrat CPT, Marseille, France ISI, Turin, Italy http://www.cpt.univ-mrs.fr/~barrat http://cxnets.googlepages.com Plan of the lecture I. INTRODUCTION I. Networks:

More information

Social Networks- Stanley Milgram (1967)

Social Networks- Stanley Milgram (1967) Complex Networs Networ is a structure of N nodes and 2M lins (or M edges) Called also graph in Mathematics Many examples of networs Internet: nodes represent computers lins the connecting cables Social

More information

Contagion and coordination in random networks

Contagion and coordination in random networks Contagion and coordination in random networks Dunia López-Pintado September 9, 2005 Abstract We study the problem of spreading a particular behavior among agents located in a random social network. In

More information

Adventures in random graphs: Models, structures and algorithms

Adventures in random graphs: Models, structures and algorithms BCAM January 2011 1 Adventures in random graphs: Models, structures and algorithms Armand M. Makowski ECE & ISR/HyNet University of Maryland at College Park armand@isr.umd.edu BCAM January 2011 2 Complex

More information

Random Networks. Complex Networks, CSYS/MATH 303, Spring, Prof. Peter Dodds

Random Networks. Complex Networks, CSYS/MATH 303, Spring, Prof. Peter Dodds Complex Networks, CSYS/MATH 303, Spring, 2010 Prof. Peter Dodds Department of Mathematics & Statistics Center for Complex Systems Vermont Advanced Computing Center University of Vermont Licensed under

More information

Improved Bounds on the Epidemic Threshold of Exact SIS Models on Complex Networks

Improved Bounds on the Epidemic Threshold of Exact SIS Models on Complex Networks Improved Bounds on the Epidemic Threshold of Exact SIS Models on Complex Networks Navid Azizan Ruhi, Christos Thrampoulidis and Babak Hassibi Abstract The SIS (susceptible-infected-susceptible) epidemic

More information

A Note on Maximizing the Spread of Influence in Social Networks

A Note on Maximizing the Spread of Influence in Social Networks A Note on Maximizing the Spread of Influence in Social Networks Eyal Even-Dar 1 and Asaf Shapira 2 1 Google Research, Email: evendar@google.com 2 Microsoft Research, Email: asafico@microsoft.com Abstract.

More information

Chaos, Complexity, and Inference (36-462)

Chaos, Complexity, and Inference (36-462) Chaos, Complexity, and Inference (36-462) Lecture 21: More Networks: Models and Origin Myths Cosma Shalizi 31 March 2009 New Assignment: Implement Butterfly Mode in R Real Agenda: Models of Networks, with

More information

Analytically tractable processes on networks

Analytically tractable processes on networks University of California San Diego CERTH, 25 May 2011 Outline Motivation 1 Motivation Networks Random walk and Consensus Epidemic models Spreading processes on networks 2 Networks Motivation Networks Random

More information

Link Operations for Slowing the Spread of Disease in Complex Networks. Abstract

Link Operations for Slowing the Spread of Disease in Complex Networks. Abstract PACS: 89.75.Hc; 88.80.Cd; 89.65.Ef Revision 1: Major Areas with Changes are Highlighted in Red Link Operations for Slowing the Spread of Disease in Complex Networks Adrian N. Bishop and Iman Shames NICTA,

More information

Research Article Effects of Resource Limitations and Cost Influences on Computer Virus Epidemic Dynamics and Tipping Points

Research Article Effects of Resource Limitations and Cost Influences on Computer Virus Epidemic Dynamics and Tipping Points Discrete Dynamics in Nature and Society Volume 12, Article ID 473136, 15 pages doi:.1155/12/473136 Research Article Effects of Resource Limitations and Cost Influences on Computer Virus Epidemic Dynamics

More information

Synchronization Transitions in Complex Networks

Synchronization Transitions in Complex Networks Synchronization Transitions in Complex Networks Y. Moreno 1,2,3 1 Institute for Biocomputation and Physics of Complex Systems (BIFI) University of Zaragoza, Zaragoza 50018, Spain 2 Department of Theoretical

More information

Exact solution of site and bond percolation. on small-world networks. Abstract

Exact solution of site and bond percolation. on small-world networks. Abstract Exact solution of site and bond percolation on small-world networks Cristopher Moore 1,2 and M. E. J. Newman 2 1 Departments of Computer Science and Physics, University of New Mexico, Albuquerque, New

More information

Complex contagions and hybrid phase transitions

Complex contagions and hybrid phase transitions Journal of Complex Networks Advance Access published August 14, 2015 Journal of Complex Networks (2014) Page 1 of 23 doi:10.1093/comnet/cnv021 Complex contagions and hybrid phase transitions Joel C. Miller

More information

Kristina Lerman USC Information Sciences Institute

Kristina Lerman USC Information Sciences Institute Rethinking Network Structure Kristina Lerman USC Information Sciences Institute Università della Svizzera Italiana, December 16, 2011 Measuring network structure Central nodes Community structure Strength

More information

Diffusion of Innovations in Social Networks

Diffusion of Innovations in Social Networks Daron Acemoglu Massachusetts Institute of Technology, Department of Economics, Cambridge, MA, 02139, daron@mit.edu Diffusion of Innovations in Social Networks Asuman Ozdaglar Massachusetts Institute of

More information

Epidemics on networks

Epidemics on networks Epidemics on networks Leonid E. Zhukov School of Data Analysis and Artificial Intelligence Department of Computer Science National Research University Higher School of Economics Structural Analysis and

More information

Learning to Predict Opinion Share in Social Networks

Learning to Predict Opinion Share in Social Networks Proceedings of the Twenty-Fourth AAAI Conference on Artificial Intelligence AAAI-10 Learning to Predict Opinion Share in Social Networks Masahiro Kimura Department of Electronics and Informatics Ryukoku

More information

Any live cell with less than 2 live neighbours dies. Any live cell with 2 or 3 live neighbours lives on to the next step.

Any live cell with less than 2 live neighbours dies. Any live cell with 2 or 3 live neighbours lives on to the next step. 2. Cellular automata, and the SIRS model In this Section we consider an important set of models used in computer simulations, which are called cellular automata (these are very similar to the so-called

More information

Lecture 1 and 2: Introduction and Graph theory basics. Spring EE 194, Networked estimation and control (Prof. Khan) January 23, 2012

Lecture 1 and 2: Introduction and Graph theory basics. Spring EE 194, Networked estimation and control (Prof. Khan) January 23, 2012 Lecture 1 and 2: Introduction and Graph theory basics Spring 2012 - EE 194, Networked estimation and control (Prof. Khan) January 23, 2012 Spring 2012: EE-194-02 Networked estimation and control Schedule

More information

arxiv: v2 [cond-mat.stat-mech] 9 Dec 2010

arxiv: v2 [cond-mat.stat-mech] 9 Dec 2010 Thresholds for epidemic spreading in networks Claudio Castellano 1 and Romualdo Pastor-Satorras 2 1 Istituto dei Sistemi Complessi (CNR-ISC), UOS Sapienza and Dip. di Fisica, Sapienza Università di Roma,

More information

arxiv: v1 [physics.soc-ph] 7 Jul 2015

arxiv: v1 [physics.soc-ph] 7 Jul 2015 Epidemic spreading and immunization strategy in multiplex networks Lucila G. Alvarez Zuzek, 1, Camila Buono, 1 and Lidia A. Braunstein 1, 2 1 Departamento de Física, Facultad de Ciencias Exactas y Naturales,

More information

Machine Learning for Data Science (CS4786) Lecture 11

Machine Learning for Data Science (CS4786) Lecture 11 Machine Learning for Data Science (CS4786) Lecture 11 Spectral clustering Course Webpage : http://www.cs.cornell.edu/courses/cs4786/2016sp/ ANNOUNCEMENT 1 Assignment P1 the Diagnostic assignment 1 will

More information

Web Structure Mining Nodes, Links and Influence

Web Structure Mining Nodes, Links and Influence Web Structure Mining Nodes, Links and Influence 1 Outline 1. Importance of nodes 1. Centrality 2. Prestige 3. Page Rank 4. Hubs and Authority 5. Metrics comparison 2. Link analysis 3. Influence model 1.

More information

Machine Learning and Modeling for Social Networks

Machine Learning and Modeling for Social Networks Machine Learning and Modeling for Social Networks Olivia Woolley Meza, Izabela Moise, Nino Antulov-Fatulin, Lloyd Sanders 1 Spreading and Influence on social networks Computational Social Science D-GESS

More information

SIS epidemics on Networks

SIS epidemics on Networks SIS epidemics on etworks Piet Van Mieghem in collaboration with Eric Cator, Ruud van de Bovenkamp, Cong Li, Stojan Trajanovski, Dongchao Guo, Annalisa Socievole and Huijuan Wang 1 EURADOM 30 June-2 July,

More information

arxiv: v4 [cond-mat.dis-nn] 16 May 2011

arxiv: v4 [cond-mat.dis-nn] 16 May 2011 Direct, physically-motivated derivation of the contagion condition for spreading processes on generalized random networks arxiv:1101.5591v4 [cond-mat.dis-nn] 16 May 2011 Peter Sheridan Dodds, 1,2, Kameron

More information

Generating Functions for Random Networks

Generating Functions for Random Networks for Random Networks Complex Networks CSYS/MATH 303, Spring, 2011 Prof. Peter Dodds Department of Mathematics & Statistics Center for Complex Systems Vermont Advanced Computing Center University of Vermont

More information

Percolation in Complex Networks: Optimal Paths and Optimal Networks

Percolation in Complex Networks: Optimal Paths and Optimal Networks Percolation in Complex Networs: Optimal Paths and Optimal Networs Shlomo Havlin Bar-Ilan University Israel Complex Networs Networ is a structure of N nodes and 2M lins (or M edges) Called also graph in

More information

A note on modeling retweet cascades on Twitter

A note on modeling retweet cascades on Twitter A note on modeling retweet cascades on Twitter Ashish Goel 1, Kamesh Munagala 2, Aneesh Sharma 3, and Hongyang Zhang 4 1 Department of Management Science and Engineering, Stanford University, ashishg@stanford.edu

More information

arxiv:cond-mat/ v2 [cond-mat.stat-mech] 7 Jan 2000

arxiv:cond-mat/ v2 [cond-mat.stat-mech] 7 Jan 2000 Epidemics and percolation in small-world networks Cristopher Moore 1,2 and M. E. J. Newman 1 1 Santa Fe Institute, 1399 Hyde Park Road, Santa Fe, New Mexico 87501 2 Departments of Computer Science and

More information

KINETICS OF COMPLEX SOCIAL CONTAGION. János Kertész Central European University. Pohang, May 27, 2016

KINETICS OF COMPLEX SOCIAL CONTAGION. János Kertész Central European University. Pohang, May 27, 2016 KINETICS OF COMPLEX SOCIAL CONTAGION János Kertész Central European University Pohang, May 27, 2016 Theory: Zhongyuan Ruan, Gerardo Iniguez, Marton Karsai, JK: Kinetics of social contagion Phys. Rev. Lett.

More information

Saturation of Information Exchange in Locally Connected Pulse-Coupled Oscillators

Saturation of Information Exchange in Locally Connected Pulse-Coupled Oscillators Saturation of Information Exchange in Locally Connected Pulse-Coupled Oscillators Will Wagstaff School of Computer Science, Georgia Institute of Technology, Atlanta, Georgia 30332, USA (Dated: 13 December

More information

Info-Cluster Based Regional Influence Analysis in Social Networks

Info-Cluster Based Regional Influence Analysis in Social Networks Info-Cluster Based Regional Influence Analysis in Social Networks Chao Li,2,3, Zhongying Zhao,2,3,JunLuo, and Jianping Fan Shenzhen Institutes of Advanced Technology, Chinese Academy of Sciences, Shenzhen

More information

Diffusion of Behavior and Equilibrium Properties in Network Games

Diffusion of Behavior and Equilibrium Properties in Network Games Diffusion of Behavior and Equilibrium Properties in Network Games By Matthew O. Jackson and Leeat Yariv* Situations in which agents choices depend on choices of those in close proximity, be it social or

More information

Random Networks. Complex Networks CSYS/MATH 303, Spring, Prof. Peter Dodds

Random Networks. Complex Networks CSYS/MATH 303, Spring, Prof. Peter Dodds Complex Networks CSYS/MATH 303, Spring, 2011 Prof. Peter Dodds Department of Mathematics & Statistics Center for Complex Systems Vermont Advanced Computing Center University of Vermont Licensed under the

More information

MULTI-PARAMETER MODELS OF INNOVATION DIFFUSION ON COMPLEX NETWORKS

MULTI-PARAMETER MODELS OF INNOVATION DIFFUSION ON COMPLEX NETWORKS SIAM J. APPLIED DYNAMICAL SYSTEMS Vol. xx, pp. x c xxxx Society for Industrial and Applied Mathematics x x MULTI-PARAMETER MODELS OF INNOVATION DIFFUSION ON COMPLEX NETWORKS N. J. McCullen, A. M. Rucklidge,

More information

Diffusion of information and social contagion

Diffusion of information and social contagion Diffusion of information and social contagion Leonid E. Zhukov School of Data Analysis and Artificial Intelligence Department of Computer Science National Research University Higher School of Economics

More information

8.1 Concentration inequality for Gaussian random matrix (cont d)

8.1 Concentration inequality for Gaussian random matrix (cont d) MGMT 69: Topics in High-dimensional Data Analysis Falll 26 Lecture 8: Spectral clustering and Laplacian matrices Lecturer: Jiaming Xu Scribe: Hyun-Ju Oh and Taotao He, October 4, 26 Outline Concentration

More information

Epidemic spreading is always possible on regular networks

Epidemic spreading is always possible on regular networks Epidemic spreading is always possible on regular networks Charo I. del Genio Warwick Mathematics Institute Centre for Complexity Science Warwick Infectious Disease Epidemiology Research (WIDER) Centre

More information

1 Mechanistic and generative models of network structure

1 Mechanistic and generative models of network structure 1 Mechanistic and generative models of network structure There are many models of network structure, and these largely can be divided into two classes: mechanistic models and generative or probabilistic

More information

3.2 Configuration model

3.2 Configuration model 3.2 Configuration model 3.2.1 Definition. Basic properties Assume that the vector d = (d 1,..., d n ) is graphical, i.e., there exits a graph on n vertices such that vertex 1 has degree d 1, vertex 2 has

More information

Multi-Stage Complex Contagions in Random Multiplex Networks

Multi-Stage Complex Contagions in Random Multiplex Networks Multi-Stage Complex Contagions in Random Multiplex Networks Yong Zhuang and Osman Yağan Department of ECE, Carnegie Mellon University, Pittsburgh, PA 523, USA (Dated: July 4, 28) In this work, we aim to

More information

Spreading of infectious diseases on complex networks with non-symmetric transmission probabilities

Spreading of infectious diseases on complex networks with non-symmetric transmission probabilities Spreading of infectious diseases on complex networks with non-symmetric transmission probabilities Britta Daudert a, BaiLian Li a,b a Department of Mathematics University of California of Riverside Riverside,

More information

CS242: Probabilistic Graphical Models Lecture 7B: Markov Chain Monte Carlo & Gibbs Sampling

CS242: Probabilistic Graphical Models Lecture 7B: Markov Chain Monte Carlo & Gibbs Sampling CS242: Probabilistic Graphical Models Lecture 7B: Markov Chain Monte Carlo & Gibbs Sampling Professor Erik Sudderth Brown University Computer Science October 27, 2016 Some figures and materials courtesy

More information

Controlling Spreading Processes in Networks

Controlling Spreading Processes in Networks Controlling Spreading Processes in Networks (or how to rapidly spread mutants throughout a geographic region) Lorenzo Zino DISMA Weekly Seminar (Seminari Cadenzati - Progetto Eccellenza) July, 08 Why to

More information

CS 6604: Data Mining Large Networks and Time-series. B. Aditya Prakash Lecture #8: Epidemics: Thresholds

CS 6604: Data Mining Large Networks and Time-series. B. Aditya Prakash Lecture #8: Epidemics: Thresholds CS 6604: Data Mining Large Networks and Time-series B. Aditya Prakash Lecture #8: Epidemics: Thresholds A fundamental ques@on Strong Virus Epidemic? 2 example (sta@c graph) Weak Virus Epidemic? 3 Problem

More information

5.3 METABOLIC NETWORKS 193. P (x i P a (x i )) (5.30) i=1

5.3 METABOLIC NETWORKS 193. P (x i P a (x i )) (5.30) i=1 5.3 METABOLIC NETWORKS 193 5.3 Metabolic Networks 5.4 Bayesian Networks Let G = (V, E) be a directed acyclic graph. We assume that the vertices i V (1 i n) represent for example genes and correspond to

More information

Latent voter model on random regular graphs

Latent voter model on random regular graphs Latent voter model on random regular graphs Shirshendu Chatterjee Cornell University (visiting Duke U.) Work in progress with Rick Durrett April 25, 2011 Outline Definition of voter model and duality with

More information

Die-out Probability in SIS Epidemic Processes on Networks

Die-out Probability in SIS Epidemic Processes on Networks Die-out Probability in SIS Epidemic Processes on etworks Qiang Liu and Piet Van Mieghem Abstract An accurate approximate formula of the die-out probability in a SIS epidemic process on a network is proposed.

More information

Lecture: Local Spectral Methods (2 of 4) 19 Computing spectral ranking with the push procedure

Lecture: Local Spectral Methods (2 of 4) 19 Computing spectral ranking with the push procedure Stat260/CS294: Spectral Graph Methods Lecture 19-04/02/2015 Lecture: Local Spectral Methods (2 of 4) Lecturer: Michael Mahoney Scribe: Michael Mahoney Warning: these notes are still very rough. They provide

More information