Section 8.2: Shortest path and small world effect

Slides:



Advertisements
Similar presentations
Peer-to-Peer and Social Networks Power law graphs Small world graphs.
Advertisements

Complex Network Theory
Complex Networks Advanced Computer Networks: Part1.
‘Small World’ Networks (An Introduction) Presenter : Vishal Asthana
Small-world networks.
Collective Dynamics of ‘Small World’ Networks C+ Elegans: Ilhan Savut, Spencer Telford, Melody Lim 29/10/13.
Algorithmic and Economic Aspects of Networks Nicole Immorlica.
Milgram-Routing in Social Networks
Emergence of Scaling in Random Networks Albert-Laszlo Barabsi & Reka Albert.
Analysis and Modeling of Social Networks Foudalis Ilias.
It’s a Small World by Jamie Luo. Introduction Small World Networks and their place in Network Theory An application of a 1D small world network to model.
VL Netzwerke, WS 2007/08 Edda Klipp 1 Max Planck Institute Molecular Genetics Humboldt University Berlin Theoretical Biophysics Networks in Metabolism.
Information Networks Small World Networks Lecture 5.
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.
Networks. Graphs (undirected, unweighted) has a set of vertices V has a set of undirected, unweighted edges E graph G = (V, E), where.
Small-World Graphs for High Performance Networking Reem Alshahrani Kent State University.
Small Worlds Presented by Geetha Akula For the Faculty of Department of Computer Science, CALSTATE LA. On 8 th June 07.
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.
Small World Networks Somsubhra Sharangi Computing Science, Simon Fraser University.
1 Algorithms for Large Data Sets Ziv Bar-Yossef Lecture 7 May 14, 2006
Topic 13 Network Models Credits: C. Faloutsos and J. Leskovec Tutorial
Section 8 – Ec1818 Jeremy Barofsky March 31 st and April 1 st, 2010.
Network properties Slides are modified from Networks: Theory and Application by Lada Adamic.
Small World Social Networks With slides from Jon Kleinberg, David Liben-Nowell, and Daniel Bilar.
Small-world networks. What is it? Everyone talks about the small world phenomenon, but truly what is it? There are three landmark papers: Stanley Milgram.
School of Information Sciences University of Pittsburgh TELCOM2125: Network Science and Analysis Konstantinos Pelechrinis Spring 2013 Figures are taken.
Gennaro Cordasco - How Much Independent Should Individual Contacts be to Form a Small-World? - 19/12/2006 How Much Independent Should Individual Contacts.
3. SMALL WORLDS The Watts-Strogatz model. Watts-Strogatz, Nature 1998 Small world: the average shortest path length in a real network is small Six degrees.
Neural Network of C. elegans is a Small-World Network Masroor Hossain Wednesday, February 29 th, 2012 Introduction to Complex Systems.
Lecture 10: Network models CS 765: Complex Networks Slides are modified from Networks: Theory and Application by Lada Adamic.
Most of contents are provided by the website Network Models TJTSD66: Advanced Topics in Social Media (Social.
1 Friends and Neighbors on the Web Presentation for Web Information Retrieval Bruno Lepri.
March 3, 2009 Network Analysis Valerie Cardenas Nicolson Assistant Adjunct Professor Department of Radiology and Biomedical Imaging.
Small World Social Networks With slides from Jon Kleinberg, David Liben-Nowell, and Daniel Bilar.
Performance Evaluation Lecture 1: Complex Networks Giovanni Neglia INRIA – EPI Maestro 10 December 2012.
Transport in weighted networks: optimal path and superhighways Collaborators: Z. Wu, Y. Chen, E. Lopez, S. Carmi, L.A. Braunstein, S. Buldyrev, H. E. Stanley.
Class 4: It’s a Small World After All Network Science: Small World February 2012 Dr. Baruch Barzel.
Network Science Overview (2)
Network (graph) Models
Structures of Networks
Hiroki Sayama NECSI Summer School 2008 Week 2: Complex Systems Modeling and Networks Network Models Hiroki Sayama
Lecture 1: Complex Networks
Empirical analysis of Chinese airport network as a complex weighted network Methodology Section Presented by Di Li.
Peer-to-Peer and Social Networks
How Do “Real” Networks Look?
Section 8.6: Clustering Coefficients
Network Science (Overview, part 2)
Network Science: A Short Introduction i3 Workshop
Section 8.6 of Newman’s book: Clustering Coefficients
The Watts-Strogatz model
How Do “Real” Networks Look?
How Do “Real” Networks Look?
Models of networks (synthetic networks or generative models): Erdős-Rényi Random model, Watts-Strogatz Small-world, Barabási-Albert Preferential attachment,
Shortest path and small world effect
Centralities (4) Ralucca Gera,
Small World Networks Scotty Smith February 7, 2007.
How Do “Real” Networks Look?
Department of Computer Science University of York
Network Science: A Short Introduction i3 Workshop
Topology and Dynamics of Complex Networks
Clustering Coefficients
Section 8.3: Degree Distribution
Local Clustering Coefficient
Lecture 9: Network models CS 765: Complex Networks
Models of networks (synthetic networks or generative models)
Degree Distribution Ralucca Gera,
Network Science: A Short Introduction i3 Workshop
Other Random Graph Models
Advanced Topics in Data Mining Special focus: Social Networks
Presentation transcript:

Section 8.2: Shortest path and small world effect By: Ralucca Gera, NPS Most pictures are from Newman’s textbook

The small world effect The typical network average distances between vertices are surprisingly small in real life networks: coined as small world effect Recall Stanley Milgram’s letter-passing experiment had an average of 6 hops (in the inferred network). In math terms the small world effect is a hypothesis that the mean distance 𝑙 is “small” Recall from Chapter 7 that 𝑙= 𝑖, 𝑗 𝑑(𝑖,𝑗) 𝑛 2 , setting 𝑑 𝑖,𝑗 =0, if there is no 𝑖𝑗 path (𝑖 and 𝑗 belong to different components)

Stanley Milgram’s experiment

Funneling was observed by Milgram in his experiment: The small world effect Funneling was observed by Milgram in his experiment: Most of the shortest paths to a sink vertex i go through one of its neighbors, so there is this funneling towards the destination

The small world effect In math terms the small world effect is a hypothesis that the mean distance 𝑙 is “small” Typically networks have been found to have mean distance less than 20 – or in many cases less than 10 – even though the networks themselves have millions of nodes This has implications such as rumor spread in a social networks, response time in the Internet disease spreading in social networks What is 𝑙 for your networks? Thus it is no surprise that real networks have a small 𝑙

Statistics for real networks 𝑙 is the average distance

The small world effect Mathematical models for networks try to mimic: small average path length 𝑙 and high clustering Observed: 𝑙 increases slowly with the number 𝑛 of vertices in the network: 𝑙 ~ log 𝑛 log <𝑘> The diameter of a network is relatively small as well: 𝑑𝑖𝑎𝑚 ~ log 𝑛 (in scale free 𝑑𝑖𝑎𝑚 ~ log ( log 𝑛 ) High average clustering coefficient Average degree Reuven Cohen and Shlomo Havlin Phys. Rev. Lett. 90, 058701 – Published 4 February 2003

How to construct Small-words? This is a model introduced by Watts-Strogatz: Networks that share properties of both regular and random graphs (Watts and his advisor Strogatz) Regular/lattice Small world Random graphs clustering coefficient High Low average path length p = probability of rewiring edges of the lattice Source: Watts, DJ; Strogatz, S H. 1998. Collective dynamics of 'small-world' networks, NATURE 393(668).

Example small word Avg path Avg clust From Ernesto Estrada

Example small word Avg path Avg clust From Ernesto Estrada

Example small word Avg path Avg clust From Ernesto Estrada