1 / 106

Algorithmic Game Theory and Internet Computing

Algorithms for the Linear Case, and Beyond …. Algorithmic Game Theory and Internet Computing. Vijay V. Vazirani Georgia Tech. Irving Fisher, 1891. Defined a fundamental market model Special case of Walras’ model.

indiya
Télécharger la présentation

Algorithmic Game Theory and Internet Computing

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. Algorithms for the Linear Case, and Beyond … Algorithmic Game Theoryand Internet Computing Vijay V. Vazirani Georgia Tech

  2. Irving Fisher, 1891 • Defined a fundamental market model • Special case of Walras’ model

  3. Several buyers with different utility functions and moneys.Find equilibrium prices!!

  4. Linear Fisher Market • Assume: • Buyer i’s total utility, • mi: money of buyer i. • One unit of each good j. • Findmarket clearing prices!

  5. Eisenberg-Gale Program, 1959

  6. Eisenberg-Gale Program, 1959 prices pj

  7. Convex programs thatcapture market equilibria • Underly all “efficient” markets (so far). • Rational convex programs for many markets! • Algorithms: • combinatorial, for rational (primal-dual) • continuous (ellipsoid/interior point)

  8. Combinatorial algorithms for rational convex programs Natural extension of field of combinatorial optimization!

  9. Combinatorial algorithms for rational convex programs Natural extension of field of combinatorial optimization! Central aspect of C.O. – efficient algorithms for solving integral LP’s, e.g. matching, flow.

  10. Combinatorial Algorithm for Linear Case of Fisher’s Model • Devanur, Papadimitriou, Saberi & V., 2002 By extending the primal-dual paradigm to the setting of convex programs & KKT conditions

  11. Combinatorial algorithms Yield deep structural insights. Preferable for applications.

  12. Auction for Google’s TV ads N. Nisan et. al, 2009: • Used market equilibrium based approach. • Combinatorial algorithms for linear case provided “inspiration”.

  13. Primal-Dual Paradigm • Highly successful algorithm design technique from exact and approximation algorithms

  14. Exact Algorithms for Cornerstone Problems in P: • Matching (general graph) • Network flow • Shortest paths • Minimum spanning tree • Minimum branching

  15. Approximation Algorithms set cover facility location Steiner tree k-median Steiner network multicut k-MST feedback vertex set scheduling . . .

  16. Yin & Yang

  17. An easier question • Given prices p, are they equilibrium prices? • If so, find equilibrium allocations.

  18. An easier question • Given prices p, are they equilibrium prices? • If so, find equilibrium allocations. • Equilibrium prices are unique!

  19. Bang-per-buck • At prices p, buyer i’s most desirable goods, Si = • Any goods from Siworth m(i) constitute i’s optimal bundle

  20. For each buyer, most desirable goods, i.e. m(1) p(1) m(2) p(2) m(3) p(3) m(4) p(4)

  21. Network N(p) p(1) m(1) p(2) m(2) t s p(3) m(3) m(4) p(4) infinite capacities

  22. Max flow in N(p) p(1) m(1) p(2) m(2) p(3) m(3) m(4) p(4) p: equilibrium prices iff both cuts saturated

  23. Idea of algorithm • “primal” variables: allocations • “dual” variables: prices of goods • Approach equilibrium prices from below: • start with very low prices; buyers have surplus money • iteratively keep raising prices and decreasing surplus

  24. An important consideration • The price of a good never exceeds its equilibrium price • Invariant: s is a min-cut

  25. Invariant: s is a min-cut in N(p) p(1) m(1) p(2) m(2) s p(3) m(3) m(4) p(4) p: low prices

  26. AllocationsPrices Idea of algorithm • Iterations: execute primal & dual improvements

  27. How is primal-dual paradigm adapted to nonlinear setting?

  28. Fundamental difference betweenLP’s and convex programs • Complementary slackness conditions: involve primal or dual variables, not both. • KKT conditions: involve primal and dual variables simultaneously.

  29. KKT conditions

  30. KKT conditions

  31. Primal-dual algorithms so far(i.e., LP-based) • Raise dual variables greedily. (Lot of effort spent on designing more sophisticated dual processes.)

  32. Primal-dual algorithms so far • Raise dual variables greedily. (Lot of effort spent on designing more sophisticated dual processes.) • Only exception: Edmonds, 1965: algorithm for max weight matching.

  33. Primal-dual algorithms so far • Raise dual variables greedily. (Lot of effort spent on designing more sophisticated dual processes.) • Only exception: Edmonds, 1965: algorithm for max weight matching. • Otherwise primal objects go tight and loose. Difficult to account for these reversals -- in the running time.

  34. Our algorithm • Dual variables (prices) are raised greedily • Yet, primal objects go tight and loose • Because of enhanced KKT conditions

  35. Our algorithm • Dual variables (prices) are raised greedily • Yet, primal objects go tight and loose • Because of enhanced KKT conditions • New algorithmic ideas needed!

  36. Key Algorithmic Idea • Dual variables (prices) are raised greedily • Yet, primal objects go tight and loose • Because of enhanced KKT conditions • Balanced Flows: For limiting no. of such events

  37. Max-flow in N p m s t i W.r.t. a max-flow f, surplus(i) = m(i) – f(i,t)

  38. Max-flow in N p m i surplus vector = vector of surpluses w.r.t. f

  39. Obvious potential function • Total surplus money = l1 norm of surplus vector • Reduce l1 norm of surplus vector by inverse polynomial fraction in each iteration

  40. Balanced flow • A max-flow that minimizes l2 norm of surplus vector. • Makes surpluses as equal as possible.

  41. Balanced flow • A max-flow that minimizes l2 norm of surplus vector. • Makes surpluses as equal as possible. • All balanced flows have same surplus vector.

  42. Our algorithm • Reduces l2 norm of surplus vector by inverse polynomial fraction in each iteration.

  43. Property 1 • f: max-flow in N. • R: residual graph w.r.t. f. • If surplus (i) < surplus(j) then there is no pathfrom i to j in R.

  44. Property 1 R: i j surplus(i) < surplus(j)

  45. Property 1 R: i j surplus(i) < surplus(j)

  46. Property 1 R: i j Circulation gives a more balanced flow.

  47. Property 1 • Theorem: A max-flow is balanced iff it satisfies Property 1.

More Related