Information Networks Power Laws and Network Models Lecture 3.

Slides:



Advertisements
Similar presentations
Algorithmic and Economic Aspects of Networks Nicole Immorlica.
Advertisements

Power Laws By Cameron Megaw 3/11/2013. What is a Power Law?
Analysis and Modeling of Social Networks Foudalis Ilias.
VL Netzwerke, WS 2007/08 Edda Klipp 1 Max Planck Institute Molecular Genetics Humboldt University Berlin Theoretical Biophysics Networks in Metabolism.
Information Networks Generative processes for Power Laws and Scale-Free networks Lecture 4.
Advanced Topics in Data Mining Special focus: Social Networks.
Λ14 Διαδικτυακά Κοινωνικά Δίκτυα και Μέσα Network Measurements.
CS 599: Social Media Analysis University of Southern California1 The Basics of Network Analysis Kristina Lerman University of Southern California.
CSE 522 – Algorithmic and Economic Aspects of the Internet Instructors: Nicole Immorlica Mohammad Mahdian.
Complex Networks Third Lecture TexPoint fonts used in EMF. Read the TexPoint manual before you delete this box.: AA TexPoint fonts used in EMF. Read the.
Network Models Social Media Mining. 2 Measures and Metrics 2 Social Media Mining Network Models Why should I use network models? In may 2011, Facebook.
CS 728 Lecture 4 It’s a Small World on the Web. Small World Networks It is a ‘small world’ after all –Billions of people on Earth, yet every pair separated.
Alon Arad Alon Arad Hurst Exponent of Complex Networks.
Peer-to-Peer and Grid Computing Exercise Session 3 (TUD Student Use Only) ‏
Common Properties of Real Networks. Erdős-Rényi Random Graphs.
Estimation of parameters. Maximum likelihood What has happened was most likely.
On Power-Law Relationships of the Internet Topology CSCI 780, Fall 2005.
Advanced Topics in Data Mining Special focus: Social Networks.
CSE 522 – Algorithmic and Economic Aspects of the Internet Instructors: Nicole Immorlica Mohammad Mahdian.
1 Algorithms for Large Data Sets Ziv Bar-Yossef Lecture 7 May 14, 2006
TELCOM2125: Network Science and Analysis
Network analysis and applications Sushmita Roy BMI/CS 576 Dec 2 nd, 2014.
Statistical Properties of Massive Graphs (Networks) Networks and Measurements.
Computer Science 1 Web as a graph Anna Karpovsky.
Some standard univariate probability distributions
Peer-to-Peer and Social Networks Random Graphs. Random graphs E RDÖS -R ENYI MODEL One of several models … Presents a theory of how social webs are formed.
Moment Generating Functions 1/33. Contents Review of Continuous Distribution Functions 2/33.
Random Graph Models of Social Networks Paper Authors: M.E. Newman, D.J. Watts, S.H. Strogatz Presentation presented by Jessie Riposo.
The Erdös-Rényi models
(Social) Networks Analysis III Prof. Dr. Daning Hu Department of Informatics University of Zurich Oct 16th, 2012.
Topic 13 Network Models Credits: C. Faloutsos and J. Leskovec Tutorial
Models and Algorithms for Complex Networks Networks and Measurements Lecture 3.
Biological Networks Lectures 6-7 : February 02, 2010 Graph Algorithms Review Global Network Properties Local Network Properties 1.
Moment Generating Functions
Models and Algorithms for Complex Networks Power laws and generative processes.
COLOR TEST COLOR TEST. Social Networks: Structure and Impact N ICOLE I MMORLICA, N ORTHWESTERN U.
Random-Graph Theory The Erdos-Renyi model. G={P,E}, PNP 1,P 2,...,P N E In mathematical terms a network is represented by a graph. A graph is a pair of.
School of Information Sciences University of Pittsburgh TELCOM2125: Network Science and Analysis Konstantinos Pelechrinis Spring 2013 Figures are taken.
Part 1: Biological Networks 1.Protein-protein interaction networks 2.Regulatory networks 3.Expression networks 4.Metabolic networks 5.… more biological.
Physics of Flow in Random Media Publications/Collaborators: 1) “Postbreakthrough behavior in flow through porous media” E. López, S. V. Buldyrev, N. V.
Percolation Processes Rajmohan Rajaraman Northeastern University, Boston May 2012 Chennai Network Optimization WorkshopPercolation Processes1.
Lecture 10: Network models CS 765: Complex Networks Slides are modified from Networks: Theory and Application by Lada Adamic.
IE 300, Fall 2012 Richard Sowers IESE. 8/30/2012 Goals: Rules of Probability Counting Equally likely Some examples.
Online Social Networks and Media Network Measurements.
Sampling and estimation Petter Mostad
How Do “Real” Networks Look?
Performance Evaluation Lecture 1: Complex Networks Giovanni Neglia INRIA – EPI Maestro 10 December 2012.
School of Information Sciences University of Pittsburgh TELCOM2125: Network Science and Analysis Konstantinos Pelechrinis Spring 2013 Figures are taken.
Network (graph) Models
Review of Probability Theory
Topics In Social Computing (67810)
How Do “Real” Networks Look?
Network Science: A Short Introduction i3 Workshop
How Do “Real” Networks Look?
How Do “Real” Networks Look?
How Do “Real” Networks Look?
Department of Computer Science University of York
Network Science: A Short Introduction i3 Workshop
Degree Distributions.
Section 8.3: Degree Distribution
Lecture 9: Network models CS 765: Complex Networks
Chapter 3 : Random Variables
Modelling and Searching Networks Lecture 5 – Random graphs
Modelling and Searching Networks Lecture 6 – PA models
Degree Distribution Ralucca Gera,
Discrete Mathematics and its Applications Lecture 5 – Random graphs
Network Models Michael Goodrich Some slides adapted from:
Advanced Topics in Data Mining Special focus: Social Networks
Discrete Mathematics and its Applications Lecture 6 – PA models
Advanced Topics in Data Mining Special focus: Social Networks
Presentation transcript:

Information Networks Power Laws and Network Models Lecture 3

Erdös-Renyi Random Graphs  For each pair of vertices (i,j), generate the edge (i,j) independently with probability p  degree sequence: Binomial  in the limit: Poisson  real life networks: power-law distribution  Low clustering coefficient: C = z/n  Short paths, but not easy to navigate  Too random… p(k) = Ck -α

Departing from the ER model  We need models that better capture the characteristics of real graphs  degree sequences  clustering coefficient  short paths

Graphs with given degree sequences  Assume that we are given the degree sequence [d 1,d 2,…,d n ]  Create d i copies of node i  Take a random matching (pairing) of the copies  self-loops and multiple edges are allowed  Uniform distribution over the graphs with the given degree sequence

The giant component  The phase transition for this model happens when  The clustering coefficient is given by p k : fraction of nodes with degree k

Power-law graphs  The critical value for the exponent α is  The clustering coefficient is  When α<7/3 the clustering coefficient increases with n

A different approach  Given a degree sequence [d 1,d 2,…,d n ], where d 1 ≥d 2 ≥…≥d n, there exists a simple graph with this sequence (the sequence is realizable) if and only if  There exists a connected graph with this sequence if and only if

Getting a random graph  Perform a random walk on the space of all possible simple connected graphs  at each step swap the endpoints of two randomly picked edges

Graphs with given degree sequence  The problem is that these graphs are too contrived  It would be more interesting if the network structure emerged as a side product of a stochastic process

Power Laws  Two quantities y and x are related by a power law if  A (continuous) random variable X follows a power-law distribution if it has density function  Cumulative function

Normalization constant  Assuming a minimum value x min  The density function becomes

Pareto distribution  Pareto distribution is pretty much the same but we have  and we usually we require

Zipf’s Law  A random variable X follows Zipf’s law if the r-th largest value x r satisfies  Same as requiring a Pareto distribution

Power laws are ubiquitous

But not everything is power law

Measuring power laws Simple log-log plot gives poor estimate

Logarithmic binning  Bin the observations in bins of exponential size

Cumulative distribution

Computing the exponent  Least squares fit of a line  Maximum likelihood estimate

Power-law properties  First moment  Second moment

Scale Free property  A power law holds in all scale  f(bx) = g(b)p(x)

The 80/20 rule  Cumulative distribution is top-heavy

The discrete case

References  M. E. J. Newman, The structure and function of complex networks, SIAM Reviews, 45(2): , 2003  M. E. J. Newman, Power laws, Pareto distributions and Zipf's law, Contemporary Physics  M. Mitzenmacher, A Brief History of Generative Models for Power Law and Lognormal Distributions, Internet Mathematics  M. Mihail, N. Vishnoi,On Generating Graphs with Prescribed Degree Sequences for Complex Network Modeling Applications, Position Paper, ARACNE (Approx. and Randomized Algorithms for Communication Networks) 2002, Rome, IT, 2002.