Presentation is loading. Please wait.

Presentation is loading. Please wait.

Fan Chung Graham University of California, San Diego.

Similar presentations


Presentation on theme: "Fan Chung Graham University of California, San Diego."— Presentation transcript:

1 Fan Chung Graham University of California, San Diego

2 A graph G = (V,E) vertex edge

3 Graph models Vertices cities people authors telephones web pages genes Edges flights pairs of friends coauthorship phone calls linkings regulatory aspects _____________________________

4 Graph Theory has 250 years of history. Leonhard Euler 1707-1783 The bridges of Königsburg Is it possible to walk over every bridge once and only once?

5 Real world large graphs Graph Theory has 250 years of history. Theory applications

6 Geometric graphs Algebraic graphs real graphs

7 Massive data Massive graphs WWW-graphs Call graphs Acquaintance graphs Graphs from any data a.base

8 The Opte project

9 An Internet routing (BGP) graph

10 A subgraph of the Hollywood graph.

11 An induced subgraph of the collaboration graph with authors of Erdös number ≤ 2.

12 Numerous questions arise in dealing with large realistic networks What are the basic structures of such xxgraphs? What principles dictate their behavior? How are these graphs formed? How are subgraphs related to the large xxhost graph? What are the main graph invariants xxcapturing the properties of such graphs?

13 New problems and directions Percolation on special graphs Correlation among vertices Classical random graph theory Graph coloring/routing Random graphs with any given degrees Percolation on general graphs Pagerank of a graph Network games

14 Several examples Diameter of random trees of a given graph Correlation between vertices xxxxxxxxxxxxThe pagerank of a graph Random graphs with specified degrees Graph coloring and network games Diameter of random power law graphs Percolation and giant components in a graph

15 Random graphs with specified degrees Random power law graphs Classical random graphs Same expected degree for all vertices

16 Some prevailing characteristics of large realistic networks Small world phenomenon Small diameter/average distance Clustering Power law degree distribution Sparse

17 Degree sequence: (4,4,4,3,3,2) Degree distribution: (0,0,1,2,3) vertex edge 4 4 4 2 3 3

18 A crucial observation power law Massive graphs satisfy the power law. Broder, Kleinberg, Kumar, Raghavan, Rajagopalan aaand Tomkins, 1999. Barabási, Albert and Jeung, 1999. M Faloutsos, P. Faloutsos and C. Faloutsos, 1999. Abello, Buchsbaum, Reeds and Westbrook, 1999. Aiello, Chung and Lu, 1999. Discovered by several groups independently.

19 The history of the power law Zipf’s law, 1949. (The n th most frequent word occurs at rate 1/n) Yule’s law, 1942. Lotka’s law, 1926. (Distribution of authors in chemical abstracts) Pareto, 1897 (Wealth distribution follows a power law.) 1907-1916 (City populations follow a power law.) Natural language Bibliometrics Social sciences Nature

20 Power law graphs The degree sequences satisfy a power law : Power decay degree distribution. The number of vertices of degree j is proportional to j -ß where ß is some constant ≥ 1.

21 Comparisons From simulationFrom real data

22 The distribution of the connected components in the Collaboration graph

23 The giant component

24 Examples of power law Inter Internet graphs. Call graphs. Collaboration graphs. Acquaintance graphs. Language usage Transportation networks

25 Faloutsos et al ‘99 Degree distribution of an Internet graph A power law graph with β = 2.2

26 Degree distribution of Call Graphs A power law graph with β = 2.1

27 The collaboration graph is a power law graph, based on data from Math Reviews with 337451 authors A power law graph with β = 2.25

28 The Collaboration graph (Math Reviews) 337,000 authors 496,000 edges Average 5.65 collaborations per person Average 2.94 collaborators per person Maximum degree 1416 The giant component of size 208,000 84,000 isolated vertices (Guess who?)

29 What is the `shape’ of a network ? experimental modeling

30 Massive Graphs Random graphs Similarities: Adding one (random) edge at a time. Differences:Random graphs almost regular. Massive graphs uneven degrees, correlations.

31 Random Graph Theory Graph Ramsey Theory How does a random graph behave? What are the unavoidable patterns?

32 Paul Erd Ö s and A. Rényi, On the evolution of random graphs Magyar Tud. Akad. Mat. Kut. Int. Kozl. 5 (1960) 17-61.

33 A random graph G(n,p) G has n vertices. For any two vertices u and v in G, a {u,v} is an edge with probability p.

34 What does a random graph look like?

35 Prob( G is connected)?

36 Prob( G is connected) = no. of connected graphs total no. of graphs

37 A random graph has property P Prob( G has property P) as

38 w i : expected degree at v i Random graphs with expected degrees w i Prob( i ~ j ) = w i w j p Erdos-Rényi model G(n,p) : The special case with same w i for all i. Choose p = 1/  w i, assuming max w i 2 <  w i.

39 Six degrees of separation Milgram 1967 Two web pages (in a certain portion of the Web) are 19 clicks away from each other. Barabasi 1999 / 39 Small world phenomenon Broder 2000

40 Distance d(u,v) = length of a shortest path joining u and v. Diameter diam(G) = max { d(u,v)}. u,v Average distance = ∑ d(u,v)/n 2. u,v where u and v are joined by a path.

41 Exponents for Large Networks P(k)~k -  NetworksWWWActorsCitation Index Power Grid Phone calls  ~2.1 (in) ~2.5 (out) ~2.3~3~4~2.1

42 Random power law graphs provided d > 1 and max deg `large’  > 3 average distance diameter c log n log n / log 2 <  < 3 average distance log log n diameter c log n Properties of Chung+Lu PNAS’02  = 3 average distance log n / log log n diameter c log n

43 The structure of random power law graphs core legs of length `Octopus’ log n 2 <  < 3 Core has width log log n

44 Yahoo IM graph

45 Several examples Diameter of random trees of a given graph Random graphs with any given degrees Diameter of random power law graphs Percolation and giant components in a graph Correlation between vertices xxxThe pagerank of a graphs Graph coloring and network games

46 Motivation 2008

47 Motivation Random spanning trees have large diameters.

48 Diameter of spanning trees Theorem (Rényi and Szekeres 1967): The diameter of a random spanning tree in a complete graph K n is of order. Theorem (Aldous 1990) : The diameter diam(T) of a random spanning tree in a regular graph with spectral bound  is

49 Adjacency matrixMany ways to define the spectrum of a graph How are the eigenvalues related to properties of graphs? properties of graphs? The spectrum of a graph

50 Combinatorial Laplacian diagonal degree matrix adjacency matrix Adjacency matrix Normalized Laplacian Random walks Rate of convergence The spectrum of a graph

51 For a path Discrete Laplace operator ∆ on f: V  R The spectrum of a graph

52 not symmetric in general Normalized Laplacian symmetric normalized {{ Discrete Laplace operator ∆ on f: V  R

53 Properties of Laplacian eigenvalues of a graph Spectral bound  : “ = “ holds iff G is disconnceted or bipartite.

54 Question What is the diameter of a random spanning tree of a given graph G ?

55 Some notation For a given graph G, n: the number of vertices, d x : the degree of vertex x, vol(G)=∑ x d x : the volume of G, d =vol(G)/n : the average degree, The second-order average degree  : the minimum degree,

56 Diameter of random spanning trees Chung, Horn and Lu 2008 If then with probability 1- , a random tree T in G has diameter diam( T ) satisfying Ifthen

57 Several examples Diameter of random trees of a given graph Random graphs with any given degrees Diameter of random power law graphs Percolation and giant components in a graph Correlation between vertices xxxxxxxxxxxThe pagerank of a graph Graph coloring and network games

58 A disease contact graph Jim Walker 2008

59 For a given graph G, retain each edge with probability p. Contact graph infection rate Percolation on G = a random subgraph of G. G p : Example: G=K n, G(n,p), Erdös-Rényi model Question: For what p, does G p have a giant xxxxxxxxxcomponent? Under what conditions will the disease spread to a large population?

60 Hammersley 1957, Fisher 1964 …… Percolation on graphs Erdös-Rényi 1959 History: Percolation on lattices d -regular expander graphs Ajtai, Komlos, Szemerédi 1982 hypercubes Cayley graphs Malon, Pak 2002 Bollobás et. al. 2008 Frieze et. al. 2004 dense graphs complete graphs Alon et. al. 2004

61 Percolation on general sparse graphs Percolation on special graphs or dense graphs

62 Percolation on general sparse graphs Theorem (Chung,Horn,Lu 2008) For a graph G, the critical probability for percolation graph G p is provided that the maximum degree of ∆ satisfies under some mild conditions.

63 Percolation on general sparse graphs Theorem (Chung+Horn +Lu) For a graph G, the percolation graph G p contains a giant component with volume provided that the maximum degree of ∆ satisfies under some mild conditions. Questions: Tighten the bounds? Double jumps?

64 Several examples Diameter of random trees of a given graph Random graphs with any given degrees Diameter of random power law graphs Percolation and giant components in a graph Correlation between vertices xxxxxxxxxxxxxThe pagerank of a graphs Graph coloring and network games

65

66 What is PageRank? PageRank is a well-defined operator on any given graph, introduced by Sergey Brin and Larry Page of Google in a paper of 1998. Answer #1: Answer #2: PageRank denotes quantitative correlation between pairs of vertices. See slices of last year’s talk at http://math.ucsd.edu/~fan

67 What does a sweep of PageRank look like?

68 Several examples Diameter of random trees of a given graph Random graphs with any given degrees Diameter of random power law graphs Percolation and giant components in a graph Graph coloring and network games Correlation between vertices xxxxxxxxxxxxxThe pagerank of a graphs

69 Michael Kearns’ experiments on coloring games 2006

70 Michael Kearns’ experiments on coloring games 2006

71 Coloring graphs in a greedy and selfish way Classical graph coloring Chromatic graph theory Coloring games on graphs

72 Applications of graph coloring games dynamics of social networks conflict resolution Internet economics on-line optimization + scheduling

73 A graph coloring game At each round, each player (vertex) chooses a color randomly from a set of colors unused by his/her neighbors. Best response myopic strategy Arcante, Jahari, Mannor 2008 Nash equilibrium: Each vertex has a different color from its neighbors. Question: How many rounds does it take to converge to Nash equilibrium?

74 A graph coloring game Theorem (Chaudhuri,Chung,Jamall 2008) ∆ : the maximum degree of G If ∆+2 colors are available, the coloring game converges in O(log n) rounds. If ∆+1 colors are available, the coloring game may not converge for some initial settings.

75 Improving existing methods Probabilistic methods, random graphs. Random walks and the convergence rate Lower bound techniques General Martingale methods Geometric methods Spectral methods

76 New directions in graph theory Diameter of random trees of a given graph Random graphs with any given degrees Diameter of random power law graphs Percolation and giant components in a graph Correlation between vertices xxxThe pagerank of a graphs Graph coloring and network games Many new directions and tools ….


Download ppt "Fan Chung Graham University of California, San Diego."

Similar presentations


Ads by Google