1 / 31

A Network Connection Game

A Network Connection Game. Elliot Anshelevich Anirban Dasgupta Éva Tardos Tom Wexler Cornell University. Model. s 1. t 3. s 2. t 2. s 3. t 1. G = (V,E) is an undirected graph with edge costs c(e) . There are k players.

oralee
Download Presentation

A Network Connection Game

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. A Network Connection Game Elliot Anshelevich Anirban Dasgupta Éva Tardos Tom Wexler Cornell University

  2. Model s1 t3 s2 t2 s3 t1 G = (V,E)is an undirected graph with edge costs c(e). There are k players. Each player i has a source si and a sink ti he wants to have connected.

  3. Model (cont’) s1 t3 s2 t2 s3 t1 Player i picks payment pi(e) for each edge e. e is bought if total payments ≥c(e). Note: any player can use bought edges

  4. The Game s1 t3 Each player i has only 2 concerns: 1) Must be a bought path from si to ti s2 t2 bought edges s3 t1

  5. The Game s1 t3 Each player i has only 2 concerns: 1) Must be a bought path from si to ti 2) Given this requirement, i wants to pays as little as possible. s2 t2 s3 t1

  6. Nash Equilibrium s1 t3 A Nash Equilibium (NE) is set of payments for players such that no player wants to deviate. Note: player i doesn’t care whether other players connect. s2 t2 s3 t1

  7. An Example c(e) = 1 s1…sk t1…tk c(e) = k One NE: Each player pays 1/k to top edge. Another NE: Each player pays 1 to bottom edge. Note: No notion of “fairness”; many NE that pay unevenly for the cheap edge.

  8. Three Observations 1) The bought edges in a NE form a forest. 2) Players only contribute to edges on their si-ti path in this forest. 3) The total payment for any edge e is either c(e) or 0.

  9. Example 2: No Nash s1 t2 a all edges cost 1 d b c s2 t1

  10. Example 2: No Nash s1 t2 a all edges cost 1 d b c s2 t1 We know that any NE must be a tree: WLOG assume the tree is a,b,c.

  11. Example 2: No Nash s1 t2 a all edges cost 1 d b c s2 t1 • We know that any NE must be a tree: WLOG assume the tree is a,b,c. • Only player 1 can contribute to a.

  12. Example 2: No Nash s1 t2 a all edges cost 1 d b c s2 t1 • We know that any NE must be a tree: WLOG assume the tree is a,b,c. • Only player 1 can contribute to a. • Only player 2 can contribute to c.

  13. Example 2: No Nash s1 t2 a all edges cost 1 d b c s2 t1 • We know that any NE must be a tree: WLOG assume the tree is a,b,c. • Only player 1 can contribute to a. • Only player 2 can contribute to c. • Neither player can contribute to b, since d is tempting deviation.

  14. Evaluating Outcomes:The Price of Anarchy cost(worst NE) cost(OPT) Traditional P. of A. = [Papadimitriou] [Roughgarden, Tardos] (Min cost Steiner forest) 1 s1…sk t1…tk k cost(best NE) cost(OPT) Optimistic P. of A. =

  15. Related Work • Generalized Steiner tree [Goemans, Williamson;…] • Centralized problem: connect pairs • Cost sharing[Jain, Vazirani;…] • Get players to pay for a tree • Players don’t specify edge payment • Price of Anarchy[Papadimitriou; Koutsoupias, P; Roughgarden, Tardos;…] • Network creation game[Fabrikant, Luthra, Maneva, Papadimitriou, Shenker] • Players always purchase 1 edge • Players care about distances

  16. Outline • Introduction • Definitions • Two examples • Optimistic price of anarchy • Single source games • General games (briefly) • A few extensions

  17. Single Source Games • (si= s for all i) • Thm: In any single source game, there is always a NE that buys OPT. • meaning 2 things… • There is always a NE • The Price of Anarchy is 1! • Note: Existence result… we’ll be able to extend this to an approximation algorithm.

  18. Simple Case: MST It’s easy if all nodes are terminals… Playersbuy edge above them in OPT. Claim: This is a Nash Equilibrium. i unhappy => can build cheaper tree Typically we will have Steiner nodes. Who buys the edge above these?

  19. Attempting to Buy Edges 1) Can we get a single player to pay? Both players must help buy top edge. 3 5 5 3 3 2) Can we split edge costs evenly? Second node won’t pay more than 5 in total. 4 4 4 4 4 4 5

  20. Idea for Algorithm In both examples, players were limited by possible deviations. e Pay for edges in OPT from the bottom up, greedily, as constrained by deviations. If we buy all edges, we’re done!

  21. Idea for Proof • If greedy doesn’t pay for e, we’ll try to show that the tree is not OPT. • All players have poss. deviations. • Deviations and current payments must be equal. • If all players deviate, all connect, but pay less. e

  22. A Possible Pitfall Suppose greedy alg. can’t pay for e. e e’ 1 2 3 4 Further, suppose 1 & 2 share cost(e’) Consider 1 & 2 both deviating… Player 1 stops contributing to e’ Danger: 2 still needs this edge!

  23. Safely Selecting Paths e e’ 1 2 3 4 Shouldn’t allow player 1 to deviate. If only 2 deviates, all players reach the source. Idea: should use the “highest” deviating paths first.

  24. Safely Selecting Paths (cont’) e We may have to select multiple alternate paths. Remember: Not trying to find a NE, just a contradiction.

  25. Recap If greedy doesn’t pay for some edge e, we can make cheaper tree. This is a contradiction! Therefore, the algorithm: Greedily buy edges from bottom up finds a NE that buys OPT. …but we may not have OPT on hand…

  26. Single Source in Polytime Thm: For single source, can find a (1+ε)-approx. NE in polytime on an α-approx. Steiner tree. α= best Steiner tree approx. (1.55) ε > 0, running time depends on ε. Pf Sketch: Alg. basically the same… Since tree α-approx, might not be able to pay for all of an edge. If we can’t buy >ε of an edge, use deviations to build a cheaper tree.

  27. Outline • Introduction • Definitions • Two examples • Optimistic price of anarchy • Single source games • General games (briefly) • A few extensions

  28. General Games (An Example of High PoA) Saw a game on a 4-cycle with no NE. If NE exist, is the best NE cheap? s1 O(k) s3…sk ε ε s2 t2 1 ε ε t3…tk O(k) t1 OPT costs ~1, but it’s not a NE. The only NE costs O(k), so optimistic price of anarchy is almost k.

  29. Result for General Games We know we might not have any NE, so we’re going to have to settle for approximate NE. How bad an approximation must we have if we insist on buying OPT? Thm: For any game, there exists a 3-approx. NE. that buys OPT.

  30. Proof Idea Break tree up into chunks. Use optimality of tree to show that any player buying a single chunk has no incentive to deviate. Ensure that every chunk is paid for, and each player gets at most 3. a c b b c a c

  31. Extensions Thm: For any game, we can find a (3 + ε)-approx. NE on a 2-approx to OPT in polytime. Result generalizes to game where player i has > 2 terminals to connect. Results for single source game extend to directed graphs. All results can handle addition of max(i), a price beyond which player i would rather not connect at all.

More Related