locality lower bounds
play

Locality Lower Bounds Stefan Schmid @ T-Labs, 2011 Vertex Coloring: - PowerPoint PPT Presentation

Foundations of Distributed Systems: Locality Lower Bounds Stefan Schmid @ T-Labs, 2011 Vertex Coloring: Results so far? E.g., on trees in log*(n) time, down to 6 colors... ... and then shift-down: down to 3 colors (same complexity). Stefan


  1. Foundations of Distributed Systems: Locality Lower Bounds Stefan Schmid @ T-Labs, 2011

  2. Vertex Coloring: Results so far? E.g., on trees in log*(n) time, down to 6 colors... ... and then shift-down: down to 3 colors (same complexity). Stefan Schmid @ T-Labs Berlin, 2012 2

  3. From trees to rings... How to color a ring? 1 5 4 2 6 3 Stefan Schmid @ T-Labs Berlin, 2012 3

  4. Ring Coloring Possible output: 1 5 4 2 6 3 Algo for trees can be adapted! [Exercise.] So log*(n) time...! Stefan Schmid @ T-Labs Berlin, 2012 4

  5. Lower Bounds: First Thoughts and Outlook Assume unique node IDs: Lower bound for # colors without communication? n Lower bound for # colors with one communication round? log n Lower bound for # colors with two communication rounds? log log n Lower bound for # colors with log* n communication rounds? O(1) Stefan Schmid @ T-Labs Berlin, 2012 5

  6. Lower Bounds: For simple ring, not tree.... 3-color a ring: log*(n) time is optimal! How to prove? Class of algos? Need assumptions! 1. synchronous, directed ring 1 (communication in both directions and nodes can differentiate between clockwise and counter- 5 4 clockwise) 2. IDs from 1...n (not in order, otherwise trivial!) 3. unbounded message size The stronger assumptions for which the lower bound is still high the better for us! 2 6 Remember „local algorithm“ is symmetric: each node executes the same code! We will see: dan differentiate only in terms of neighborhoods... 3 Stefan Schmid @ T-Labs Berlin, 2012 6

  7. Canonical Form of Distributed Algorithm? What can a distributed algorithm do or learn in r rounds? 1. Initially, all nodes only know their own ID 2. As information needs at least r rounds to travel r hops, a node can only learn about r-hop neighborhood! Note that any local r-round algorithm can be brought into canonical form! Canonical Form 1. First, in r rounds: send initial state to nodes at distance r 2. Then: compute output based on complete information about r-hop neighborhood Example „leader election“: Whether nodes only forward highest In other words: we can emulate any local algorithm by making all ID so far or whether all information communication first and then do all local computations! Why? is collected first and later selected does not make a difference! Stefan Schmid @ T-Labs Berlin, 2012 7

  8. No Deterministic Local Algorithms Can Do More... We can do all communication first and then do all local computations! How to prove this? Let A be any r-round algorithm. We can show that the canonical form algorithm C can compute all possible messages that A may r send as well. By induction over distance of nodes...: if we can compute messages of first i rounds in (r-i+1)-neighborhood, we have all information to compute first (i+1) round messages in (r-i)-neighborhood. So first trivial: Can compute all first messages in r-neighborhood. Then: Can compute all second messages in next round. (But don’t know what arrived externally...) Etc. See „Skript“. ☺ Stefan Schmid @ T-Labs Berlin, 2012 8

  9. Implication? Takeaway A local coloring algorithm can be seen as a function which takes neighborhoods and outputs colors. Set of neighborhoods Local coloring algo Vertex coloring Stefan Schmid @ T-Labs Berlin, 2012 9

  10. Local Views This motivates the following definition: r-Hop View We call the collection of the initial states of all nodes in the r-neighborhood of a node v the „r-hop view of v“. Due to our canonical form lemma, this means that: Deterministic r-Round Algo A deterministic r-round algorithm A is a function that maps every possible r-hop view to the set of possible outputs. Implication for nodes with same view? Must produce same output, in any algorithm! Stefan Schmid @ T-Labs Berlin, 2012 10

  11. Roadmap So if any local algorithm can be emulated by a canonic algorithm, the question remains: How good can a canonic algorithm maximally be? Stefan Schmid @ T-Labs Berlin, 2012 11

  12. Rings How do r-hop views of our rings look like? E.g., 1-hop view of 4? 1 5 4 2 6 3 Stefan Schmid @ T-Labs Berlin, 2012 12

  13. Rings How do r-hop views of our rings look like? E.g., 1-hop view of 4? 1 5 4 2 6 3 Stefan Schmid @ T-Labs Berlin, 2012 13

  14. Rings How do r-hop views of our rings look like? E.g., 2-hop view of 4? 1 5 4 2 6 3 Stefan Schmid @ T-Labs Berlin, 2012 14

  15. Rings How do r-hop views of our rings look like? E.g., 1-hop view of 4? 1 5 4 2 6 3 Stefan Schmid @ T-Labs Berlin, 2012 15

  16. Ring Colorings How do r-hop views of our rings look like? Generally: The r-hop view of a ring is a (2r+1) tuple: 4 (l -r , l -r+1 , ..., l 0 , ..., l r ) ALG r-hop view where l 0 is ID/label of considered node v. 4 A deterministic coloring algorithm maps these tuples to colors! Question: why tuple and not set? Sense of orientation! ☺ Stefan Schmid @ T-Labs Berlin, 2012 16

  17. Ring Colorings When is a coloring valid? Consider two r-hop views: (l -r , l -r+1 , ..., l 0 , ..., l r ) and (l‘ -r , l‘ -r+1 , ..., l‘ 0 , ..., l‘ r ) where l‘ i =l i+1 for –r ≤ i ≤ r-1 and l‘ r ≠ l i for –r ≤ i ≤ r, so what? Then the two views can originate from adjacent nodes in the ring! So? So every algorithm needs to assign different colors to the two views! 1-hop view of 2: 1-hop view of 1: 1 1 2 2 4 4 (1,2,3) and (4,1,2) must give different 3 3 colors (for 1 and 2, Stefan Schmid @ T-Labs, 2011 respectively!)

  18. Neighborhood Graphs? What if we define a neighborhood graph: neighborhoods are nodes, and connected if they are conflicting (i.e., views may originate from two adjacent nodes)? Assume we color the neighborhood graph as follows: „view node“ has color of the node the neighborhood is computed from by deterministic local r-round algo. How does the coloring of the neighborhood graph look like then? Same neighborhood = same color, and? Stefan Schmid @ T-Labs Berlin, 2012 18

  19. Neighborhood Graphs? Given collected neighborhoods, canonic coloring ALG colors adjacent nodes differently: ALG 4 ALG 4 4 7 7 7 So corresponding views/nodes in neighorhood graph must have different colors too, so valid coloring for neighborhood graph: 4 4 7 7 19

  20. Neighborhood Graph „Formal“ definition: Neighborhood Graph The r-neighborhood graph N r (G) consists of all r-hop views of G (for all nodes) which are connected iff they could originate from two adjacent nodes. This lemma motivates the concept: Lemma There is an r-round algorithm that colors graphs G with c colors iff the chromatic number of the neighborhood graph is χ (N r (G)) ≤ χ χ χ ≤ ≤ ≤ c . Proof? Stefan Schmid @ T-Labs Berlin, 2012 20

  21. Neighborhood Graph Lemma There is an r-round algorithm that colors graphs G with c colors iff the chromatic number of the neighborhood graph is χ χ χ χ (N r (G)) ≤ ≤ c . ≤ ≤ Proof: Because r-round algorithm defines legal coloring on neighbhorhood graph! (Everything else could yield conflict: neighborhood graph contains all possible conflicts.) We know: local coloring algo is a function that maps r-hop view to color, so to every node of N r (G)... This coloring is legal: by the definition of r-hop neighborhood graphs, adjacent nodes of N r (G) must have different colors, since the corresponding nodes in the underlying graph are also adjacent. (But maybe slightly more than c colors are needed, so “ ≤ “...) QED So how do neighborhood graphs of rings look like? How to color them? And how to exploit the lemma to get a lower bound? Stefan Schmid @ T-Labs, 2011 21

  22. Roadmap How to find a good lower bound with this lemma? We have to show that χ χ χ χ (N r (G)) is small only for a large r... So how does N r (G) of a ring look like? For example of our initial ring graph? Stefan Schmid @ T-Labs Berlin, 2012 22

  23. N r (Given Ring)? 0-hop neighborhood graph? 1-hop neighborhood graph? χ( G) = 2 or 3 156 415 563 χ( G) = 2 or 3 241 632 2-hop neighborhood graph? 324 15632 So 0 or 1 round to 3-color?!? 41563 56324 χ( G) = Attention: We are interested in 2 or 3 24156 neighborhood graphs of 63241 32415 families of graphs / rings! A given graph is easy (neighborhoods trivial)! ☺ ☺ ☺ ☺ Stefan Schmid @ T-Labs, 2011

  24. N r (Ring)? r-hop neighborhood graph for ring family (n=6 known)? N 0 = ? Complete graph: every node could be neighbor 1 6 2 of every other node 5 χ( χ ( N 0 ) = ? χ χ ( ( 3 Any 0-local algorithm 4 can only choose its ID = n as a color...: n colors N 1 = ? 635 631 χ χ( ( N 1 )=??? χ χ ( ( 156 415 563 634 324 Not easy although 241 quite regular... 632 342 324 Stefan Schmid @ T-Labs, 2011

  25. N r (Ring)? What happens for larger neighborhoods? 635 631 Intuitively, the larger the considered 156 neighborhood, the less conflicts 415 563 634 are possible! Chromoatic number 324 241 declines for larger r... (We will see: 632 342 in logarithmically „per hop“!) 324 At some point, the graph family member is clear! Stefan Schmid @ T-Labs Berlin, 2012 25

  26. Roadmap Main question now: What is χ χ χ χ (N r (Ring))?? Difficult... So let‘s focus on a graph which is similar, but has less conflicts and hence its chromatic number can be used instead for the lower bound! What graphs are good then? E.g., subgraphs...: less conflicts, so weaker lower bound when applying our lemma! Stefan Schmid @ T-Labs Berlin, 2012 26

Download Presentation
Download Policy: The content available on the website is offered to you 'AS IS' for your personal information and use only. It cannot be commercialized, licensed, or distributed on other websites without prior consent from the author. To download a presentation, simply click this link. If you encounter any difficulties during the download process, it's possible that the publisher has removed the file from their server.

Recommend


More recommend