Download presentation
Presentation is loading. Please wait.
Published byImogen Stokes Modified over 9 years ago
1
Algorithmic Game Theory and Internet Computing Vijay V. Vazirani Georgia Tech New Market Models and Algorithms
2
How do we salvage the situation?? Algorithmic ratification of the “invisible hand of the market”
3
What is the “right” model??
4
Linear Fisher Market DPSV, 2002: First polynomial time algorithm Extend to separable, plc utilities??
5
What makes linear utilities easy? Weak gross substitutability: Increasing price of one good cannot decrease demand of another. Piecewise-linear, concave utilities do not satisfy this.
6
utility Piecewise linear, concave amount of j
7
rate rate = utility/unit amount of j amount of j Differentiate
8
rate amount of j rate = utility/unit amount of j money spent on j
9
rate rate = utility/unit amount of j money spent on j Spending constraint utility function $20$40 $60
10
Theorem (V., 2002): Spending constraint utilities: 1). Satisfy weak gross substitutability 2). Polynomial time algorithm for computing equilibrium 3). Equilibrium is rational.
11
An unexpected fallout!! Has applications to Google’s AdWords Market!
12
rate rate = utility/click money spent on keyword j Application to Adwords market $20$40 $60
13
Is there a convex program for this model? “We believe the answer to this question should be ‘yes’. In our experience, non-trivial polynomial time algorithms for problems are rare and happen for a good reason – a deep mathematical structure intimately connected to the problem.”
14
Devanur’s program for linear Fisher
15
C. P. for spending constraint!
16
EG convex program = Devanur’s program Fisher market with plc utilities Spending constraint market
18
Price discrimination markets Business charges different prices from different customers for essentially same goods or services. Goel & V., 2009: Perfect price discrimination market. Business charges each consumer what they are willing and able to pay.
19
plc utilities
20
Middleman buys all goods and sells to buyers, charging according to utility accrued. Given p, each buyer picks rate for accruing utility.
21
Middleman buys all goods and sells to buyers, charging according to utility accrued. Given p, each buyer picks rate for accruing utility. Equilibrium is captured by a rational convex program!
22
Generalization of EG program works!
23
V., 2010: Generalize to Continuously differentiable, quasiconcave (non-separable) utilities, satisfying non-satiation.
24
V., 2010: Generalize to Continuously differentiable, quasiconcave (non-separable) utilities, satisfying non-satiation. Compare with Arrow-Debreu utilities!! continuous, quasiconcave, satisfying non-satiation.
25
EG convex program = Devanur’s program Price discrimination market (plc utilities) Spending constraint market
26
EG convex program = Devanur’s program Price disc. market Spending constraint market Nash Bargaining V., 2008 Eisenberg-Gale Markets Jain & V., 2007 (Proportional Fairness) (Kelly, 1997)
27
A combinatorial market
30
Given: Network G = (V,E) (directed or undirected) Capacities on edges c(e) Agents: source-sink pairs with money m(1), … m(k) Find: equilibrium flows and edge prices
31
Flows and edge prices f(i): flow of agent i p(e): price/unit flow of edge e Satisfying: p(e)>0 only if e is saturated flows go on cheapest paths money of each agent is fully spent Equilibrium
32
Kelly’s resource allocation model, 1997 Mathematical framework for understanding TCP congestion control
33
Van Jacobson, 1988: AIMD protocol (Additive Increase Multiplicative Decrease)
34
Van Jacobson, 1988: AIMD protocol (Additive Increase Multiplicative Decrease) Why does it work so well?
35
Van Jacobson, 1988: AIMD protocol (Additive Increase Multiplicative Decrease) Why does it work so well? Kelly, 1977: Highly successful theory
36
TCP Congestion Control f(i): source rate prob. of packet loss (in TCP Reno) queueing delay (in TCP Vegas) p(e):
37
TCP Congestion Control f(i): source rate prob. of packet loss (in TCP Reno) queueing delay (in TCP Vegas) Low & Lapsley, 1999: AIMD + RED converges to equilibrium in limit p(e) :
38
TCP Congestion Control f(i): source rate prob. of packet loss (in TCP Reno) queueing delay (in TCP Vegas) Kelly: Equilibrium flows are proportionally fair: only way of adding 5% flow to someone is to decrease total of 5% flow from rest. p(e):
39
Kelly & V., 2002: Kelly’s model is a generalization of Fisher’s model.
40
Kelly & V., 2002: Kelly’s model is a generalization of Fisher’s model. Find combinatorial poly time algorithms!
41
Kelly & V., 2002: Kelly’s model is a generalization of Fisher’s model. Find combinatorial poly time algorithms! (May lead to new insights for TCP congestion control protocol)
42
Jain & V., 2005: Strongly polynomial combinatorial algorithm for single-source multiple-sink market
43
Single-source multiple-sink market Given: Network G = (V,E), s: source Capacities on edges c(e) Agents: sinks with money Find: equilibrium flows and edge prices
44
Flows and edge prices f(i): flow of agent i p(e): price/unit flow of edge e Satisfying: p(e)>0 only if e is saturated flows go on cheapest paths money of each agent is fully spent Equilibrium
46
$5
48
$10 $40 $30
49
Jain & V., 2005: Strongly polynomial combinatorial algorithm for single-source multiple-sink market Ascending price auction Buyers: sinks (fixed budgets, maximize flow) Sellers: edges (maximize price)
50
Auction of k identical goods p = 0; while there are >k buyers: raise p; end; sell to remaining k buyers at price p;
51
Find equilibrium prices and flows
52
cap(e)
53
min-cut separating from all the sinks 6060
54
6060
55
6060
56
Throughout the algorithm: c(i): cost of cheapest path from to sink demands flow
57
6060
58
Auction of edges in cut p = 0; while the cut is over-saturated: raise p; end; assign price p to all edges in the cut;
59
6060 5050
60
6060 5050
61
6060 5050 2020
62
6060 5050 2020
63
6060 5050 2020
64
nested cuts 6060 5050 2020
65
Flow and prices will: Saturate all red cuts Use up sinks’ money Send flow on cheapest paths
66
Exercise: Find the red cuts efficiently!
67
Convex Program for Kelly’s Model
68
JV Algorithm primal-dual alg. for nonlinear convex program “primal” variables: flows “dual” variables: prices of edges algorithm: primal & dual improvements Allocations Prices
69
Rational!!
70
Other resource allocation markets k source-sink pairs (directed/undirected)
71
Other resource allocation markets k source-sink pairs (directed/undirected) Branchings rooted at sources (agents) Spanning trees Network coding
72
Branching market (for broadcasting)
76
Given: Network G = (V, E), directed edge capacities sources, money of each source Find: edge prices and a packing of branchings rooted at sources s.t. p(e) > 0 => e is saturated each branching is cheapest possible money of each source fully used.
77
Eisenberg-Gale-type program for branching market s.t. packing of branchings
78
Eisenberg-Gale-Type Convex Program s.t. packing constraints
79
Eisenberg-Gale Market A market whose equilibrium is captured as an optimal solution to an Eisenberg-Gale-type program
80
Other resource allocation markets k source-sink pairs (directed/undirected) Branchings rooted at sources (agents) Spanning trees Network coding
81
Irrational for 2 sources & 3 sinks $1
82
Irrational for 2 sources & 3 sinks Equilibrium prices
83
Max-flow min-cut theorem!
84
Theorem: Strongly polynomial algs for following markets : 2 source-sink pairs, undirected (Hu, 1963) spanning tree (Nash-William & Tutte, 1961) 2 sources branching (Edmonds, 1967 + JV, 2005) 3 sources branching: irrational
85
Theorem: Strongly polynomial algs for following markets : 2 source-sink pairs, undirected (Hu, 1963) spanning tree (Nash-William & Tutte, 1961) 2 sources branching (Edmonds, 1967 + JV, 2005) 3 sources branching: irrational Open: (no max-min theorems): 2 source-sink pairs, directed 2 sources, network coding
86
EG[2]: Eisenberg-Gale markets with 2 agents Theorem: EG[2] markets are rational. Chakrabarty, Devanur & V., 2006:
87
EG[2]: Eisenberg-Gale markets with 2 agents Theorem: EG[2] markets are rational. Combinatorial EG[2] markets: polytope of feasible utilities can be described via combinatorial LP. Theorem: Strongly poly alg for Comb EG[2]. Chakrabarty, Devanur & V., 2006:
88
2 source-sink market in directed graphs
89
2 1
92
Polytope of feasible flows
93
LP’s corresponding to facets
98
$30 $60
99
Polytope of feasible flows 2 (1, 2) (0, 1) 1 0
100
Find the two (one) facets Exponentially many facets! Binary search on
101
$10 $5
102
Find relative ‘‘prices’’ of two facets, say Compute duals
105
Find relative ‘‘prices’’ of two facets, say Compute duals Compute
106
$5, each
107
10/2 = $5, each $10, each
108
$30 $60 $5 $10 $15
109
$30 $60 $5 $10 $15
110
$30=$15x2 $60=$20x3 $5 $10 $15
111
EG Rational Comb EG[2] SUA EG[2] 3-source branching Fisher 2 s-s undir 2 s-s dir Single-source
Similar presentations
© 2025 SlidePlayer.com. Inc.
All rights reserved.