Price of anarchy

Price of anarchy

The price of anarchy is a concept from game theory that describes the difference in maximum social utility and the utility of an equilibrium point of the game.

Definition

Given a game G=(N,A,u), it is natural to consider the "social welfare", i.e. how to maximize the utility to all players. There are many possible social welfare functions including the following

"Utilitarian" function:w(a) = sum_{i=1}^N u_i(a)

"Egalitarian" function,:w(a) = min_i u_i(a)

The "social optimum" maximizes w(a) over all possible action profiles, a in A.

Typically, the social optimum is not reached, because each of the players is only interested in their outcome.

The "price of anarchy" (PoA) is a measure of how well people do when they play selfishly (Nash equilibrium) versus choosing the social optimum. The PoA is defined as the ratio of the social optimum welfare to the welfare of the worst Nash equilibrium. In other words, it is the ratio of the largest social welfare achievable to the least social welfare achieved at any Nash equilibrium.

The "pure" price of anarchy considers only "pure" Nash equilibria, i.e., Nash equilibria in which all players play pure strategies (no randomization or mixed strategies). Of course, this equilibrium may not always exist.

The term "price of anarchy" (PoA) was invented by Papadimitriou and has been recognized by computer scientists as an important game theoretic concept. Although it is not inherently a computer science term, it is one of the recent contributions of computer science to game theory. The price of anarchy provides a new measure for the quality of an equilibrium.

Example: price of anarchy in job scheduling

An example of the price of anarchy is job scheduling. In this setting, there are N jobs (players) and M machines. Each machine has a speed s_1,ldots,s_M>0. Each job has a weight w_1,ldots,w_N>0.A player picks a machine to run his or her job on. So, the actions of each player are A_i={1,2,ldots,M}.

Define the "load" on machine j to be:

:L_j(a)=frac{sum_{i:a_i=j} w_i}{s_j}.

The utility for player i is u_i(a)=-L_{a_i}(a), i.e., the negative load of the machine she chose. For notational ease, we will define costs c_i=-u_i so we can talk about positive costs instead of negative utilities.So c_i(a)=L_{a_i}(a). In this case, we will consider the egalitarian welfare, i.e., try to minimize the maximum load. This quantity mbox{MS}(a)=max_j L_j(a) is called the "makespan."

For this problem, which involves costs, we will consider the PoA to be the ratio of the largest MS for any Nash equilibria to the smallest possible MS. It should be clear that mixed PoA ≥ pure PoA, because any pure Nash equilibrium is also a mixed Nash equilibrium (this inequality can be strict: e.g. when N=2, w_1=w_2=1, M=2, and s_1=s_2=1, the mixed strategies sigma_1=sigma_2=(1/2,1/2) achieve an average makespan of 1.5, while any pure-strategy PoA in this setting is leq 4/3). First we need to argue that there exist pure Nash equilibria.

Claim. For each job scheduling game, there exists at least one pure-strategy Nash equilibrium.

Proof. We would like to take a socially optimal action profile a^*. This would mean simply an action profile whose makespan is minimum. However, this will not be enough. There may be several such action profiles leading to a variety of different loads distributions (all having the same maximum load). Among these, we further restrict ourselves to one that has a minimum second-largest load. Again, this results in a set of possible load distributions, and we repeat until the Mth-largest (i.e., smallest) load, where there can only be one distribution of loads (unique up to permutation). This would also be called the "lexicographic" smallest sorted load vector.

We claim that this is a pure-strategy nash equilibrium. Suppose not. Suppose that some player i could strictly improve by moving from machine j to machine k. This means that the larger of the two loads must go down, because i must have been using the machine with larger load in both cases. But this violates the lexicographic minimality of a. "Q.E.D."

Claim. For each job scheduling game, the pure PoA is at most M.

Proof. It is easy to upper-bound the welfare obtained at any mixed-strategy Nash equilibrium sigma by

:w(sigma) leq frac{sum_i{w_i{max_j{s_j.

Consider, for clarity of exposition, any pure-strategy action profile a: clearly

:w(a) geq frac{sum_i{w_i{sum_j{s_j geq frac{sum_i{w_i{M cdot max_j{s_j.

Since the above holds for the social optimum as well, correlating the ratios w(sigma) and w(a) proves the claim. "Q.E.D"

Price of anarchy in routing

Braess' paradox

Consider a road network in which a fixed number of drivers need to move from a common source to a common destination; assume that each driver chooses its route selfishly, and that the time to traverse a road depends linearly on the number of drivers choosing that road. We can formalize this setting as a routing problem in a directed, connected graph G=(V, E), in which we want to send one unit of flow from a source node s in V to a destination node t in V (imagine the flow to be composed of the travel decisions of the different drivers). In particular, let the flow be a function f: E mapsto Re assigning to each edge a non-negative real number, and consider the set of linear functions L = { l_e(f_e) = a cdot f_e + b ; | ; e in E, ; a geq 0, ; b geq 0} that map the flow traversing each edge to the latency to traverse the edge. Let's also define the social welfare of a flow f as w(f) = sum_e{f_e cdot l_e(f_e)}

Consider the example in the figure: if the dashed road is not available, the mixed-strategy Nash equilibrium happens when each player chooses the top route and the bottom route with the same probability: this equilibrium has social welfare 1.5, and it takes 1.5 units of time to each driver to go from s to t. Hoping to improve the performance of the network, a legislator could decide to make the dashed, low-latency edge available to the drivers: in this case, the only Nash equilibrium would happen when every driver uses the new road, therefore the social welfare would increase to 2 and now it would take 2 units of time to each player to go from s to t.

Generalized routing problem

The routing problem introduced in the Braess' paradox can be generalized to many different flows traversing the same graph at the same time.

Definition (Generalized flow). Let G=(V, E), L and w be as defined above, and suppose that we want to route the quantities R = { r_1, r_2, dots, r_k, ; | ; r_i > 0} through each distinct pair of nodes in Gamma = {(s_1,t_1), (s_2,t_2), dots, (s_k,t_k) } subseteq (V imes V).A "flow" f_{Gamma, R} is defined as an assignment p mapsto Re of a real, nonnegative number to each "path" p going from s_i to t_i in Gamma, with the constraint that

:sum_{p: , s_i ightarrow t_i}{f_p} = r_i ; ; forall (s_i,t_i) in Gamma.

The flow traversing a specific edge of G is defined as

:f_{e,Gamma, R}=sum_{p: , e in p}{f_p}.

For succinctness, we write f_e when Gamma,R are clear from context.

Definition (Nash-equilibrium flow). A flow f_{Gamma, R} is a "Nash-equilibrium flow" iff forall (s_i, t_i) in Gamma and forall p, q from s_i to t_i

:f_{p}>0 Rightarrow sum_{e in p}{l_e(f_e)} leq sum_{e in q}{l_e(f_e)}.

This definition is closely related to what we said about the support of mixed-strategy Nash equilibria in normal-form games.

Definition (Conditional welfare of a flow). Let f_{Gamma, R} and f_{Gamma, R}^{*} be two flows in G associated with the same sets Gamma and R. In what follows, we will drop the subscript to make the notation clearer. Assume to fix the latencies induced by f on the graph: the "conditional welfare" of f^{*} with respect to f is defined as :w^{f}(f^{*}) = sum_{e in E}{f^{*}_e cdot l_{e}(f_{e})}

Fact 1. Given a Nash-equilibrium flow f and any other flow f^{*}, w(f) = w^{f}(f) leq w^{f}(f^{*}).

Proof (By contradiction). Assume that w^{f}(f^{*}) < w^{f}(f). By definition,:sum_{i=1}^{k} sum_{p: s_i ightarrow t_i} f_p^{*} cdot sum_{e in p} l_e(f_e) < sum_{i=1}^{k} sum_{p: s_i ightarrow t_i} f_p cdot sum_{e in p} l_e(f_e). Since f and f^{*} are associated with the same sets Gamma, R, we know that

:sum_{p: s_i ightarrow t_i}f_p = sum_{p: s_i ightarrow t_i} f_p^{*} = r_i ; ; forall i.

Therefore, there must be a pair (s_i, t_i) and two paths p, q from s_i to t_i such that f_p^{*} > f_p, f_q^{*} < f_q, and

:sum_{e in p}l_e(f_e) < sum_{e in q}l_e(f_e).

In other words, the flow f^{*} can achieve a lower welfare than f only if there are two paths from s_i to t_i having different costs, and if f^{*} reroutes some flow of f from the higher-cost path to the lower-cost path. This situation is clearly incompatible with the assumption that f is a Nash-equilibrium flow. "Q.E.D."

Note that Fact 1 does not assume any particular structure on the set L.

Fact 2. Given any two real numbers x and y, x cdot y leq x^2 + y^{2}/4.

Proof. This is another way to express the true inequality (x-y/2)^2 geq 0. "Q.E.D."

Theorem. The pure PoA of any generalized routing problem (G, L) with linear latencies is leq 4/3.

Proof. Note that this theorem is equivalent to saying that for each Nash-equilibrium flow f, w(f) leq (4/3) cdot min_{f^{* { w(f^{*}) }, where f^{*} is any other flow. By definition,

:w^{f}(f^{*}) = sum_{e in E} f_e^{*}(a_e cdot f_e + b_e)

:= sum_{e}(a_{e}f_{e}f_{e}^{*}) + sum_{e in E}f_e^{*}b_e.

By using Fact 2, we have that

:w^{f}(f^{*}) leq sum_{e in E} left( a_e cdot left( (f_e^{*})^2 + (f_e)^{2}/4 ight) ight) + sum_{e in E} f_e^{*} cdot b_e

:= left( sum_{e in E} a_e(f_e^{*})^2 + f_e^{*}b_e ight) + sum_{e in E} a_{e}(f_e)^{2}/4

:leq w(f^{*}) + frac{w(f)}{4},

since

:(1/4) cdot w(f) = (1/4) cdot sum_{e in E}f_e(a_{e}f_{e}+b_{e})

:= (1/4) cdot sum_{e in E}(f_{e})^2 + underbrace{(1/4) cdot sum_{e in E}f_{e}b_{e_{geq 0}.

We can conclude that w^{f}(f^{*}) leq w(f^{*}) + w(f)/4, and prove the thesis using Fact 1. "Q.E.D."

Note that in the proof we have made extensive use of the assumption that the functions in L are linear. Actually, a more general fact holds.

Theorem. Given a generalized routing problem with graph G and nonnegative, nondecreasing, polynomial latency functions of degree d, the pure PoA is leq d+1.

Note that the PoA can grow with d. Consider the example shown in the following figure, where we assume unit flow: the Nash-equilibrium flows have social welfare 1; however, the best welfare is achieved when x=1-1/{sqrt{d+1, in which case

:w = left( 1-frac{1}{sqrt{d+1 ight)^d cdot left( 1-frac{1}{sqrt{d+1 ight) + 1 cdot frac{1}{sqrt{d+1

:=left(left( 1-frac{1}{sqrt{d+1 ight)^{sqrt{d+1 ight)^sqrt{d+1}+frac{1}{sqrt{d+1

:leq e^{-sqrt{d+1 + frac{1}{sqrt{d+1.

This quantity tends to zero when d tends to infinity.


Wikimedia Foundation. 2010.

Игры ⚽ Поможем написать реферат

Look at other dictionaries:

  • Anarchy in the U.K. — Anarchy in the U.K. Saltar a navegación, búsqueda «Anarchy in the U.K.» Sencillo de Sex Pistols del álbum Never Mind the Bollocks, Here s the Sex Pistols Publicación 26 de noviembre de 1976 1 de octubre de 2007 (30º aniversario, nueva… …   Wikipedia Español

  • Anarchy, State, and Utopia — is a work of political philosophy written by Robert Nozick in 1974. This libertarian book was the winner of the 1975 National Book Award. It has been translated into 11 languages and was named one of the 100 most influential books since the war… …   Wikipedia

  • Anarchy In The U.K. — Anarchy in the U.K. Anarchy in the U.K. Chanson par Sex Pistols extrait de l’album de l album Never Mind the Bollocks, Here s the Sex Pistols Pays  Royaume Uni …   Wikipédia en Français

  • Anarchy In The UK — Anarchy in the U.K. Anarchy in the U.K. Chanson par Sex Pistols extrait de l’album de l album Never Mind the Bollocks, Here s the Sex Pistols Pays  Royaume Uni …   Wikipédia en Français

  • Anarchy in the u.k. — Anarchy in the U.K. Anarchy in the U.K. Chanson par Sex Pistols extrait de l’album de l album Never Mind the Bollocks, Here s the Sex Pistols Pays  Royaume Uni …   Wikipédia en Français

  • Anarchy in the U.K. — Anarchy in the U.K. Chanson par Sex Pistols extrait de l’album de l album Never Mind the Bollocks, Here s the Sex Pistols Pays  Royaum …   Wikipédia en Français

  • Anarchy in the U.K. — Infobox Single | Name = Anarchy in the U.K. Artist = Sex Pistols from Album = Never Mind the Bollocks, Here s the Sex Pistols B side = I Wanna Be Me Released = November 26, 1976 October 1 2007 (30th anniversary re issue) Format = 7 single… …   Wikipedia

  • Anarchy in Somalia — [ Siad Barre regime.] Somalia, from 1991 to present, is cited as a real world example of a stateless society and legal system.cite web url=http://www.mises.org/story/2701 title=The Rule of Law Without the State accessdate=2007 10 03… …   Wikipedia

  • Anarchy Rulz — ECW Anarchy Rulz was a professional wrestling pay per view from Extreme Championship Wrestling. It was also the basis of an ECW video game from Acclaim.Results1999Infobox Wrestling event name=Anarchy Rulz 1999 promotion=Extreme Championship… …   Wikipedia

  • Anarchy Magazine — Infobox Newspaper name = Anarchy Magazine caption = type = Political philosophy format = foundation = ceased publication = price = owners = publisher = editor = chiefeditor = assoceditor = staff = language = English political = Anarchism… …   Wikipedia

Share the article and excerpts

Direct link
Do a right-click on the link above
and select “Copy Link”