Voting and Mechanism Design

Size: px
Start display at page:

Download "Voting and Mechanism Design"

Transcription

1 José M Vidal Department of Computer Science and Engineering, University of South Carolina March 26, 2010 Abstract Voting, Mechanism design, and distributed algorithmics mechanism design. Chapter 8.

2 Voting 1 Voting The Problem Solutions Summary 2 Problem Description An Example Problem and Solution The Groves-Clarke Mechanism The Vickrey-Clarke-Groves Mechanism 3 Distributed Mechanism Design 4 Conclusion

3 Voting Why Vote? Common way of aggregating agents preferences. Well understood. But, centralized.

4 Voting The Problem 1 Voting The Problem Solutions Summary 2 Problem Description An Example Problem and Solution The Groves-Clarke Mechanism The Vickrey-Clarke-Groves Mechanism 3 Distributed Mechanism Design 4 Conclusion

5 Voting The Problem The Voting Problem Beer Wine Milk Milk Wine Beer Plurality Runoff Pairwise Beer Wine Milk Wine Beer Milk

6 Voting The Problem The Voting Problem Beer Wine Milk Milk Wine Beer Beer Wine Milk Plurality Runoff Pairwise Wine Beer Milk

7 Voting The Problem The Voting Problem Beer Wine Milk Milk Wine Beer Beer Wine Milk Plurality Runoff 5,9 4 6,6 Pairwise Wine Beer Milk

8 Voting The Problem The Voting Problem Beer Wine Milk Milk Wine Beer Beer Wine Milk Plurality Runoff 5,9 4 6,6 Pairwise Wine Beer Milk

9 Voting Solutions 1 Voting The Problem Solutions Summary 2 Problem Description An Example Problem and Solution The Groves-Clarke Mechanism The Vickrey-Clarke-Groves Mechanism 3 Distributed Mechanism Design 4 Conclusion

10 Voting Solutions Symmetry Reflectional symmetry: If one agent prefers A to B and another one prefers B to A then their votes should cancel each other out. Rotational symmetry: If one agent prefers A,B,C and another one prefers B,C,A and another one prefers C,A,B then their votes should cancel out.

11 Voting Solutions Symmetry Reflectional symmetry: If one agent prefers A to B and another one prefers B to A then their votes should cancel each other out. Rotational symmetry: If one agent prefers A,B,C and another one prefers B,C,A and another one prefers C,A,B then their votes should cancel out. Plurality vote violates reflectional symmetry, so does runoff voting. Pairwise comparison violates rotational symmetry.

12 Voting Solutions Borda Count 1 With x candidates, each agent awards x to points to his first choice, x 1 points to his second choice, and so on. 2 The candidate with the most points wins. Jean-Charles de Borda Borda satisfies both reflectional and rotational symmetry.

13 Voting Solutions Formalization There is a set of A agents, and O outcomes. Each agent i has a preference function > i over the set of outcomes. Let > be the global set of social preferences. That is, what we want the outcome to be.

14 Voting Solutions Definition (Desirable Voting Outcome Conditions) 1 > exists for all possible inputs > i

15 Voting Solutions Definition (Desirable Voting Outcome Conditions) 1 > exists for all possible inputs > i 2 > exists for every pair of outcomes

16 Voting Solutions Definition (Desirable Voting Outcome Conditions) 1 > exists for all possible inputs > i 2 > exists for every pair of outcomes 3 > is asymmetric and transitive over the set of outcomes

17 Voting Solutions Definition (Desirable Voting Outcome Conditions) 1 > exists for all possible inputs > i 2 > exists for every pair of outcomes 3 > is asymmetric and transitive over the set of outcomes 4 > should be Pareto efficient.

18 Voting Solutions Definition (Desirable Voting Outcome Conditions) 1 > exists for all possible inputs > i 2 > exists for every pair of outcomes 3 > is asymmetric and transitive over the set of outcomes 4 > should be Pareto efficient. 5 The scheme used to arrive at > should be independent of irrelevant alternatives.

19 Voting Solutions Definition (Desirable Voting Outcome Conditions) 1 > exists for all possible inputs > i 2 > exists for every pair of outcomes 3 > is asymmetric and transitive over the set of outcomes 4 > should be Pareto efficient. 5 The scheme used to arrive at > should be independent of irrelevant alternatives. 6 No agent should be a dictator in the sense that > is always the same as > i, no matter what the other > j are.

20 Voting Solutions Theorem (Arrow s Impossibility) There is no social choice rule that satisfies the six conditions. Kenneth Arrow

21 Voting Solutions Theorem (Arrow s Impossibility) There is no social choice rule that satisfies the six conditions. Kenneth Arrow Plurality voting relaxes 3 and 5. Adding a third candidate can wreak havoc. Pairwise relaxes 5. Borda violates 5.

22 Voting Solutions Borda Example 1 a > b > c > d 2 b > c > d > a 3 c > d > a > b 4 a > b > c > d 5 b > c > d > a 6 c > d > a > b 7 a > b > c > d

23 Voting Solutions Borda Example 1 a > b > c > d 2 b > c > d > a 3 c > d > a > b 4 a > b > c > d 5 b > c > d > a 6 c > d > a > b 7 a > b > c > d 1 c gets 20 points 2 b gets 19 points 3 a gets 18 points 4 d gets 13 points

24 Voting Solutions Borda Example Let s get rid of d. 1 a > b > c > d 2 b > c > d > a 3 c > d > a > b 4 a > b > c > d 5 b > c > d > a 6 c > d > a > b 7 a > b > c > d

25 Voting Solutions Borda Example Let s get rid of d. 1 a > b > c 2 b > c > a 3 c > a > b 4 a > b > c 5 b > c > a 6 c > a > b 7 a > b > c

26 Voting Solutions Borda Example Let s get rid of d. 1 a > b > c 2 b > c > a 3 c > a > b 4 a > b > c 5 b > c > a 6 c > a > b 7 a > b > c 1 a gets 15 points 2 b gets 14 points 3 c gets 13 points

27 Voting Summary 1 Voting The Problem Solutions Summary 2 Problem Description An Example Problem and Solution The Groves-Clarke Mechanism The Vickrey-Clarke-Groves Mechanism 3 Distributed Mechanism Design 4 Conclusion

28 Voting Summary Voting Summary 1 Use Borda count whenever possible. 2 Practically, Borda requires calculating all preferences: often computationally hard.

29 1 Voting The Problem Solutions Summary 2 Problem Description An Example Problem and Solution The Groves-Clarke Mechanism The Vickrey-Clarke-Groves Mechanism 3 Distributed Mechanism Design 4 Conclusion

30 Problem Description 1 Voting The Problem Solutions Summary 2 Problem Description An Example Problem and Solution The Groves-Clarke Mechanism The Vickrey-Clarke-Groves Mechanism 3 Distributed Mechanism Design 4 Conclusion

31 Problem Description Painting the House Name Alice Bob Caroline Donald Emily Wants house painted? Yes No Yes Yes Yes

32 Problem Description Formal Definition Each agent i has a type θ i Θ i which is private.

33 Problem Description Formal Definition Each agent i has a type θ i Θ i which is private. θ = {θ 1, θ 2,..., θ A }.

34 Problem Description Formal Definition Each agent i has a type θ i Θ i which is private. θ = {θ 1, θ 2,..., θ A }. The protocol results in some outcome o O.

35 Problem Description Formal Definition Each agent i has a type θ i Θ i which is private. θ = {θ 1, θ 2,..., θ A }. The protocol results in some outcome o O. Each agent i gets a value v i (o, θ i ) for outcome o.

36 Problem Description Formal Definition Each agent i has a type θ i Θ i which is private. θ = {θ 1, θ 2,..., θ A }. The protocol results in some outcome o O. Each agent i gets a value v i (o, θ i ) for outcome o. The social choice function f (θ) tells us the outcome we want to achieve. For example, f (θ) = arg max o O n v i (o, θ i ) (1) i=1

37 Problem Description Painting the House Name Type (θ i ) v i (Paint, θ i ) v i (NoPaint, θ i ) Alice WantPaint 10 0 Bob DontNeedPaint 0 0 Caroline WantPaint 10 0 Donald WantPaint 10 0 Emily WantPaint 10 0

38 Problem Description Painting the House Name Type (θ i ) v i (Paint, θ i ) v i (NoPaint, θ i ) Alice WantPaint 10 0 Bob DontNeedPaint 0 0 Caroline WantPaint 10 0 Donald WantPaint 10 0 Emily WantPaint 10 0 Try this: Everyone votes Y/N. If majority votes Y then paint house. All pay 1/5 of cost (4 each).

39 Problem Description Painting the House Name Type (θ i ) v i (Paint, θ i ) v i (NoPaint, θ i ) Alice WantPaint 10 0 Bob DontNeedPaint 0 0 Caroline WantPaint 10 0 Donald WantPaint 10 0 Emily WantPaint 10 0 Try this: Everyone votes Y/N. If majority votes Y then paint house. All pay 1/5 of cost (4 each). Bob must pay for a paint job he didn t want.

40 Problem Description Painting the House Name Type (θ i ) v i (Paint, θ i ) v i (NoPaint, θ i ) Alice WantPaint 10 0 Bob DontNeedPaint 0 0 Caroline WantPaint 10 0 Donald WantPaint 10 0 Emily WantPaint 10 0 Try this: Everyone votes Y/N. Split cost among those who voted Y.

41 Problem Description Painting the House Name Type (θ i ) v i (Paint, θ i ) v i (NoPaint, θ i ) Alice WantPaint 10 0 Bob DontNeedPaint 0 0 Caroline WantPaint 10 0 Donald WantPaint 10 0 Emily WantPaint 10 0 Try this: Everyone votes Y/N. Split cost among those who voted Y. There is an incentive for all but Bob to lie.

42 Problem Description Definition (g Implements f ) A mechanism g : S 1 S A O implements social choice function f ( ) if there is an equilibrium strategy profile (S1 ( ),..., S A ( )) of the game induced by g such that g(s1 (θ 1),..., SA (θ A)) = f (θ 1,..., θ A ) for all θ Θ. Where we let S i (θ i ) be agent i s strategy given that it is of type θ i.

43 Problem Description Definition (Dominant Strategy Equilibrium) A strategy profile (S1 ( ),..., S A ( )) of the game induced by g is a dominant strategy equilibrium if for all i and all θ i, v i (g(s i (θ i ), s i ), θ i ) v i (g(s i, s i ), θ i ) for all s i S i and all s i S i.

44 Problem Description Definition (g Implements f ) A mechanism g : S 1 S A O implements social choice function f ( ) in dominant strategies if there is a dominant strategy equilibrium strategy profile (S1 ( ),..., S A ( )) of the game induced by g such that g(s1 (θ 1),..., SA (θ A)) = f (θ 1,..., θ A ) for all θ Θ.

45 Problem Description Definition (Strategy-Proof) The social choice function f ( ) is truthfully implementable in dominant strategies (or strategy-proof) if s i (θ i) = θ i (for all θ i Θ i and all i) is a dominant strategy equilibrium of the direct revelation mechanism f ( ). That is, if for all i and all θ i Θ i, v i (f (θ i, θ i ), θ i ) v i (f (ˆθ i, θ i ), θ i ) for all ˆθ i Θ i and all θ i Θ i.

46 Problem Description Theorem (Revelation Principle) If there exists a mechanism g that implements the social choice function f in dominant strategies then f is truthfully implementable in dominant strategies.

47 An Example Problem and Solution 1 Voting The Problem Solutions Summary 2 Problem Description An Example Problem and Solution The Groves-Clarke Mechanism The Vickrey-Clarke-Groves Mechanism 3 Distributed Mechanism Design 4 Conclusion

48 An Example Problem and Solution Selling Example θ i R: types are the valuations.

49 An Example Problem and Solution Selling Example θ i R: types are the valuations. o {1,..., n}: index of agent who gets the item.

50 An Example Problem and Solution Selling Example θ i R: types are the valuations. o {1,..., n}: index of agent who gets the item. v i (o, θ i ) = θ i if o = i, and 0 otherwise.

51 An Example Problem and Solution Selling Example θ i R: types are the valuations. o {1,..., n}: index of agent who gets the item. v i (o, θ i ) = θ i if o = i, and 0 otherwise. f (θ) = arg max i (θ i )

52 An Example Problem and Solution Selling Example θ i R: types are the valuations. o {1,..., n}: index of agent who gets the item. v i (o, θ i ) = θ i if o = i, and 0 otherwise. f (θ) = arg max i (θ i ) Each agent gets a p i (o) so that u i (o, θ i ) = v i (o, θ i ) + p i (o).

53 An Example Problem and Solution Selling Example θ i R: types are the valuations. o {1,..., n}: index of agent who gets the item. v i (o, θ i ) = θ i if o = i, and 0 otherwise. f (θ) = arg max i (θ i ) Each agent gets a p i (o) so that u i (o, θ i ) = v i (o, θ i ) + p i (o). Set p(o) such that the agent who wins must pay a tax equal to the second highest valuation. No one else pays/gets anything. { θi max u i (o, θ i ) = j i θ j if o = i 0 otherwise.

54 An Example Problem and Solution Truth-Telling is Dominant in Vickrey Payments Example. 1 Let b i (θ i ) be i s bid given that his true valuation is θ i.

55 An Example Problem and Solution Truth-Telling is Dominant in Vickrey Payments Example. 1 Let b i (θ i ) be i s bid given that his true valuation is θ i. 2 Let b = max j i b j (θ j ) be the highest bid amongst the rest.

56 An Example Problem and Solution Truth-Telling is Dominant in Vickrey Payments Example. 1 Let b i (θ i ) be i s bid given that his true valuation is θ i. 2 Let b = max j i b j (θ j ) be the highest bid amongst the rest. 3 If b < θ i then any bid b i (θ i ) > b is optimal since u i (i, θ i ) = θ i b > 0

57 An Example Problem and Solution Truth-Telling is Dominant in Vickrey Payments Example. 1 Let b i (θ i ) be i s bid given that his true valuation is θ i. 2 Let b = max j i b j (θ j ) be the highest bid amongst the rest. 3 If b < θ i then any bid b i (θ i ) > b is optimal since u i (i, θ i ) = θ i b > 0 4 If b > θ i then any bid b i (θ i ) < b is optimal since u i (i, θ i ) = 0

58 An Example Problem and Solution Truth-Telling is Dominant in Vickrey Payments Example. 1 Let b i (θ i ) be i s bid given that his true valuation is θ i. 2 Let b = max j i b j (θ j ) be the highest bid amongst the rest. 3 If b < θ i then any bid b i (θ i ) > b is optimal since u i (i, θ i ) = θ i b > 0 4 If b > θ i then any bid b i (θ i ) < b is optimal since u i (i, θ i ) = 0 5 Since we have that if b < θ i then i should bid > b and if b > θ i then i should bid < b, and we don t know b then i should bid θ i.

59 The Groves-Clarke Mechanism 1 Voting The Problem Solutions Summary 2 Problem Description An Example Problem and Solution The Groves-Clarke Mechanism The Vickrey-Clarke-Groves Mechanism 3 Distributed Mechanism Design 4 Conclusion

60 The Groves-Clarke Mechanism Theorem (Groves-Clarke Mechanism) If f (θ) = arg max o O then calculating the outcome using f ( θ) = arg max o O n v i (o, θ i ) i=1 n v i (o, θ i ) (where θ are reported types) and giving the agents payments of i=1 p i ( θ) = j i v j (f ( θ), θ j ) h i ( θ i ) (where h i (θ i ) is an arbitrary function) results in a strategy-proof mechanism.

61 The Groves-Clarke Mechanism Groves-Clarke Payments for House Painting Name v i (o, θ) v i (o, θ) + j i v j( θ) Alice = 5 Bob 0 0 = 0 Caroline = 5 Donald = 5 Emily = 5 Assuming all tell the truth.

62 The Groves-Clarke Mechanism Groves-Clarke Payments for House Painting Name v i (o, θ) v i (o, θ) + j i v j( θ) Alice = = 20 Bob 0 0 = = 20 Caroline = = 20 Donald = = 20 Emily = = 20 Assuming all tell the truth.

63 The Groves-Clarke Mechanism Groves-Clarke Payments for House Painting Name v i (o, θ) v i (o, θ) + j i v j( θ) Alice 0 0 = ( 10 3 Bob 0 0 = ( 10 3 Caroline = ( 10 3 Donald = ( 10 3 Emily = ( ) = 20 3) = 10 2) = 10 2) = 10 2) = 10 Alice lies.

64 The Vickrey-Clarke-Groves Mechanism 1 Voting The Problem Solutions Summary 2 Problem Description An Example Problem and Solution The Groves-Clarke Mechanism The Vickrey-Clarke-Groves Mechanism 3 Distributed Mechanism Design 4 Conclusion

65 The Vickrey-Clarke-Groves Mechanism Theorem (Vickrey-Clarke-Groves (VCG) Mechanism) If f (θ) = arg max o O then calculating the outcome using f ( θ) = arg max o O n v i (o, θ i ) i=1 n v i (o, θ i ) (where θ are reported types) and giving the agents payments of i=1 p i ( θ) = j i v j (f ( θ i ), θ j ) j i v j (f ( θ), θ j ) (where h i (θ i ) is an arbitrary function) results in a strategy-proof mechanism.

66 The Vickrey-Clarke-Groves Mechanism VCG Payments for House Painting Name v i (o, θ) j i v j(f ( θ i ), θ j ) j i v j( ) j i v j( ) Alice = 5 ( ) 3 = = 5 Bob 0 0 = 0 ( ) 4 = = 0 Caroline = 5 ( ) 3 = = 5 Donald = 5 ( ) 3 = = 5 Emily = 5 ( ) 3 = = 5 Alice tells the truth.

67 Distributed Mechanism Design 1 Voting The Problem Solutions Summary 2 Problem Description An Example Problem and Solution The Groves-Clarke Mechanism The Vickrey-Clarke-Groves Mechanism 3 Distributed Mechanism Design 4 Conclusion

68 Distributed Mechanism Design Distributed Algorithmic Mechanism Design Algorithmic mechanism design: make mechanism polynomial time Distributed algorithmic mechanism design: make mechanism distributed

69 Distributed Mechanism Design Inter-Domain Routing Problem Z c z = 4 D c d = 1 A c A = 5 Y c y = 3 X c x = 2 B c b = 2

70 Conclusion 1 Voting The Problem Solutions Summary 2 Problem Description An Example Problem and Solution The Groves-Clarke Mechanism The Vickrey-Clarke-Groves Mechanism 3 Distributed Mechanism Design 4 Conclusion

71 Conclusion Conclusion GC and VCG payment equations are useful ready-made solutions to many problems.

72 Conclusion Conclusion GC and VCG payment equations are useful ready-made solutions to many problems. But, we still need more research into how to distribute the mechanisms and how to make their calculation computationally tractable.

Voting. José M Vidal. September 29, Abstract. The problems with voting.

Voting. José M Vidal. September 29, Abstract. The problems with voting. Voting José M Vidal Department of Computer Science and Engineering, University of South Carolina September 29, 2005 The problems with voting. Abstract The Problem The Problem The Problem Plurality The

More information

Algorithmic Game Theory Introduction to Mechanism Design

Algorithmic Game Theory Introduction to Mechanism Design Algorithmic Game Theory Introduction to Mechanism Design Makis Arsenis National Technical University of Athens April 216 Makis Arsenis (NTUA) AGT April 216 1 / 41 Outline 1 Social Choice Social Choice

More information

APPLIED MECHANISM DESIGN FOR SOCIAL GOOD

APPLIED MECHANISM DESIGN FOR SOCIAL GOOD APPLIED MECHANISM DESIGN FOR SOCIAL GOOD JOHN P DICKERSON Lecture #3 09/06/2016 CMSC828M Tuesdays & Thursdays 12:30pm 1:45pm REMINDER: SEND ME TOP 3 PRESENTATION PREFERENCES! I LL POST THE SCHEDULE TODAY

More information

Vickrey Auction VCG Characterization. Mechanism Design. Algorithmic Game Theory. Alexander Skopalik Algorithmic Game Theory 2013 Mechanism Design

Vickrey Auction VCG Characterization. Mechanism Design. Algorithmic Game Theory. Alexander Skopalik Algorithmic Game Theory 2013 Mechanism Design Algorithmic Game Theory Vickrey Auction Vickrey-Clarke-Groves Mechanisms Characterization of IC Mechanisms Mechanisms with Money Player preferences are quantifiable. Common currency enables utility transfer

More information

CPS 173 Mechanism design. Vincent Conitzer

CPS 173 Mechanism design. Vincent Conitzer CPS 173 Mechanism design Vincent Conitzer conitzer@cs.duke.edu edu Mechanism design: setting The center has a set of outcomes O that she can choose from Allocations of tasks/resources, joint plans, Each

More information

Mechanism Design and Truthful Algorithms

Mechanism Design and Truthful Algorithms Mechanism Design and Truthful Algorithms Ocan Sankur 13/06/2013 Ocan Sankur (ULB) Mechanism Design and Truthful Algorithms June 13, 2013 1 / 25 Mechanism Design Mechanism design is about designing games

More information

Algorithmic Game Theory and Applications

Algorithmic Game Theory and Applications Algorithmic Game Theory and Applications Lecture 18: Auctions and Mechanism Design II: a little social choice theory, the VCG Mechanism, and Market Equilibria Kousha Etessami Reminder: Food for Thought:

More information

Vickrey Auction. Mechanism Design. Algorithmic Game Theory. Alexander Skopalik Algorithmic Game Theory 2013 Mechanism Design

Vickrey Auction. Mechanism Design. Algorithmic Game Theory. Alexander Skopalik Algorithmic Game Theory 2013 Mechanism Design Algorithmic Game Theory Vickrey Auction Vickrey-Clarke-Groves Mechanisms Mechanisms with Money Player preferences are quantifiable. Common currency enables utility transfer between players. Preference

More information

Lecture 4. 1 Examples of Mechanism Design Problems

Lecture 4. 1 Examples of Mechanism Design Problems CSCI699: Topics in Learning and Game Theory Lecture 4 Lecturer: Shaddin Dughmi Scribes: Haifeng Xu,Reem Alfayez 1 Examples of Mechanism Design Problems Example 1: Single Item Auctions. There is a single

More information

Mechanism Design II. Terence Johnson. University of Notre Dame. Terence Johnson (ND) Mechanism Design II 1 / 30

Mechanism Design II. Terence Johnson. University of Notre Dame. Terence Johnson (ND) Mechanism Design II 1 / 30 Mechanism Design II Terence Johnson University of Notre Dame Terence Johnson (ND) Mechanism Design II 1 / 30 Mechanism Design Recall: game theory takes the players/actions/payoffs as given, and makes predictions

More information

Lecture 10: Mechanism Design

Lecture 10: Mechanism Design Computational Game Theory Spring Semester, 2009/10 Lecture 10: Mechanism Design Lecturer: Yishay Mansour Scribe: Vera Vsevolozhsky, Nadav Wexler 10.1 Mechanisms with money 10.1.1 Introduction As we have

More information

Game Theory: Spring 2017

Game Theory: Spring 2017 Game Theory: Spring 2017 Ulle Endriss Institute for Logic, Language and Computation University of Amsterdam Ulle Endriss 1 Plan for Today In this second lecture on mechanism design we are going to generalise

More information

Mechanism Design. Christoph Schottmüller / 27

Mechanism Design. Christoph Schottmüller / 27 Mechanism Design Christoph Schottmüller 2015-02-25 1 / 27 Outline 1 Bayesian implementation and revelation principle 2 Expected externality mechanism 3 Review questions and exercises 2 / 27 Bayesian implementation

More information

Motivation. Game Theory 24. Mechanism Design. Setting. Preference relations contain no information about by how much one candidate is preferred.

Motivation. Game Theory 24. Mechanism Design. Setting. Preference relations contain no information about by how much one candidate is preferred. Motivation Game Theory 24. Mechanism Design Preference relations contain no information about by how much one candidate is preferred. Idea: Use money to measure this. Albert-Ludwigs-Universität Freiburg

More information

CS599: Algorithm Design in Strategic Settings Fall 2012 Lecture 7: Prior-Free Multi-Parameter Mechanism Design. Instructor: Shaddin Dughmi

CS599: Algorithm Design in Strategic Settings Fall 2012 Lecture 7: Prior-Free Multi-Parameter Mechanism Design. Instructor: Shaddin Dughmi CS599: Algorithm Design in Strategic Settings Fall 2012 Lecture 7: Prior-Free Multi-Parameter Mechanism Design Instructor: Shaddin Dughmi Outline 1 Multi-Parameter Problems and Examples 2 The VCG Mechanism

More information

Partial lecture notes THE PROBABILITY OF VIOLATING ARROW S CONDITIONS

Partial lecture notes THE PROBABILITY OF VIOLATING ARROW S CONDITIONS Partial lecture notes THE PROBABILITY OF VIOLATING ARROW S CONDITIONS 1 B. Preference Aggregation Rules 3. Anti-Plurality a. Assign zero points to a voter's last preference and one point to all other preferences.

More information

Mechanism Design. Terence Johnson. December 7, University of Notre Dame. Terence Johnson (ND) Mechanism Design December 7, / 44

Mechanism Design. Terence Johnson. December 7, University of Notre Dame. Terence Johnson (ND) Mechanism Design December 7, / 44 Mechanism Design Terence Johnson University of Notre Dame December 7, 2017 Terence Johnson (ND) Mechanism Design December 7, 2017 1 / 44 Market Design vs Mechanism Design In Market Design, we have a very

More information

Mechanism Design: Dominant Strategies

Mechanism Design: Dominant Strategies May 20, 2014 Some Motivation Previously we considered the problem of matching workers with firms We considered some different institutions for tackling the incentive problem arising from asymmetric information

More information

Extending characterizations of truthful mechanisms from subdomains to domains

Extending characterizations of truthful mechanisms from subdomains to domains Extending characterizations of truthful mechanisms from subdomains to domains Angelina Vidali University of Vienna, Department of Informatics December 2011 Angelina Vidali (Uni. Wien) Extending characterizations

More information

Recap Social Choice Fun Game Voting Paradoxes Properties. Social Choice. Lecture 11. Social Choice Lecture 11, Slide 1

Recap Social Choice Fun Game Voting Paradoxes Properties. Social Choice. Lecture 11. Social Choice Lecture 11, Slide 1 Social Choice Lecture 11 Social Choice Lecture 11, Slide 1 Lecture Overview 1 Recap 2 Social Choice 3 Fun Game 4 Voting Paradoxes 5 Properties Social Choice Lecture 11, Slide 2 Formal Definition Definition

More information

Vickrey-Clarke-Groves Mechanisms

Vickrey-Clarke-Groves Mechanisms Vickrey-Clarke-Groves Mechanisms Jonathan Levin 1 Economics 285 Market Design Winter 2009 1 These slides are based on Paul Milgrom s. onathan Levin VCG Mechanisms Winter 2009 1 / 23 Motivation We consider

More information

Mechanism Design: Basic Concepts

Mechanism Design: Basic Concepts Advanced Microeconomic Theory: Economics 521b Spring 2011 Juuso Välimäki Mechanism Design: Basic Concepts The setup is similar to that of a Bayesian game. The ingredients are: 1. Set of players, i {1,

More information

Module 18: VCG Mechanism

Module 18: VCG Mechanism Module 18: VCG Mechanism Information conomics c 515) George Georgiadis Society comprising of n agents. Set A of alternatives from which to choose. Agent i receives valuation v i x) if alternative x 2 A

More information

Sequential Bidding in the Bailey-Cavallo Mechanism

Sequential Bidding in the Bailey-Cavallo Mechanism Sequential Bidding in the Bailey-Cavallo Mechanism Krzysztof R. Apt 1,2 and Evangelos Markakis 2 1 CWI, Science Park 123, 1098 XG Amsterdam 2 Institute of Logic, Language and Computation, University of

More information

Mechanism Design for Multiagent Systems

Mechanism Design for Multiagent Systems Mechanism Design for Multiagent Systems Vincent Conitzer Assistant Professor of Computer Science and Economics Duke University conitzer@cs.duke.edu Introduction Often, decisions must be taken based on

More information

Game Theory. Lecture Notes By Y. Narahari. Department of Computer Science and Automation Indian Institute of Science Bangalore, India July 2012

Game Theory. Lecture Notes By Y. Narahari. Department of Computer Science and Automation Indian Institute of Science Bangalore, India July 2012 Game Theory Lecture Notes By Y. Narahari Department of Computer Science and Automation Indian Institute of Science Bangalore, India July 01 Incentive Compatibility and Revelation Theorem Note: This is

More information

Game Theory. Lecture Notes By Y. Narahari. Department of Computer Science and Automation Indian Institute of Science Bangalore, India July 2012

Game Theory. Lecture Notes By Y. Narahari. Department of Computer Science and Automation Indian Institute of Science Bangalore, India July 2012 Game Theory Lecture Notes By Y. Narahari Department of Computer Science and Automation Indian Institute of Science Bangalore, India July 2012 Myerson Optimal Auction Note: This is a only a draft version,

More information

Classic Mechanism Design (III)

Classic Mechanism Design (III) Parkes Mechanism Design 1 Classic Mechanism Design (III) David C. Parkes Division of Engineering and Applied Science, Harvard University CS 286r Spring 2002 Parkes Mechanism Design 2 Vickrey-Clarke-Groves

More information

2 Making the Exponential Mechanism Exactly Truthful Without

2 Making the Exponential Mechanism Exactly Truthful Without CIS 700 Differential Privacy in Game Theory and Mechanism Design January 31, 2014 Lecture 3 Lecturer: Aaron Roth Scribe: Aaron Roth Privacy as a Tool for Mechanism Design for arbitrary objective functions)

More information

CS 598RM: Algorithmic Game Theory, Spring Practice Exam Solutions

CS 598RM: Algorithmic Game Theory, Spring Practice Exam Solutions CS 598RM: Algorithmic Game Theory, Spring 2017 1. Answer the following. Practice Exam Solutions Agents 1 and 2 are bargaining over how to split a dollar. Each agent simultaneously demands share he would

More information

On Ascending Vickrey Auctions for Heterogeneous Objects

On Ascending Vickrey Auctions for Heterogeneous Objects On Ascending Vickrey Auctions for Heterogeneous Objects Sven de Vries James Schummer Rakesh Vohra (Zentrum Mathematik, Munich) (Kellogg School of Management, Northwestern) (Kellogg School of Management,

More information

On Decentralized Incentive Compatible Mechanisms for Partially Informed Environments

On Decentralized Incentive Compatible Mechanisms for Partially Informed Environments On Decentralized Incentive Compatible Mechanisms for Partially Informed Environments by Ahuva Mu alem June 2005 presented by Ariel Kleiner and Neil Mehta Contributions Brings the concept of Nash Implementation

More information

Mechanism Design Tutorial David C. Parkes, Harvard University Indo-US Lectures Week in Machine Learning, Game Theory and Optimization

Mechanism Design Tutorial David C. Parkes, Harvard University Indo-US Lectures Week in Machine Learning, Game Theory and Optimization 1 Mechanism Design Tutorial David C. Parkes, Harvard University Indo-US Lectures Week in Machine Learning, Game Theory and Optimization 2 Outline Classical mechanism design Preliminaries (DRMs, revelation

More information

Introduction to Mechanism Design

Introduction to Mechanism Design Introduction to Mechanism Design Xianwen Shi University of Toronto Minischool on Variational Problems in Economics September 2014 Introduction to Mechanism Design September 2014 1 / 75 Mechanism Design

More information

Mechanism Design: Bayesian Incentive Compatibility

Mechanism Design: Bayesian Incentive Compatibility May 30, 2013 Setup X : finite set of public alternatives X = {x 1,..., x K } Θ i : the set of possible types for player i, F i is the marginal distribution of θ i. We assume types are independently distributed.

More information

Algorithmic Mechanism Design

Algorithmic Mechanism Design Noam Nisan, Amir Ronen - 1st part - Seminar Talk by Andreas Geiger Fakultät für Informatik Universität Karlsruhe (TH) May 5, 2007 Overview Organization Introduction Motivation Introduction to Mechanism

More information

Welfare Maximization in Combinatorial Auctions

Welfare Maximization in Combinatorial Auctions Welfare Maximization in Combinatorial Auctions Professor Greenwald 2018-03-14 We introduce the VCG mechanism, a direct auction for multiple goods, and argue that it is both welfare-imizing and DSIC. 1

More information

Theory of Mechanism Design

Theory of Mechanism Design Theory of Mechanism Design Debasis Mishra 1 October 28, 2015 1 Economics and Planning Unit, Indian Statistical Institute, 7 Shahid Jit Singh Marg, New Delhi 110016, India, E-mail: dmishra@isid.ac.in 2

More information

APPLIED MECHANISM DESIGN FOR SOCIAL GOOD

APPLIED MECHANISM DESIGN FOR SOCIAL GOOD APPLIED MECHANISM DESIGN FOR SOCIAL GOOD JOHN P DICKERSON Lecture #21 11/8/2016 CMSC828M Tuesdays & Thursdays 12:30pm 1:45pm IMPOSSIBILITY RESULTS IN VOTING THEORY / SOCIAL CHOICE Thanks to: Tuomas Sandholm

More information

Redistribution Mechanisms for Assignment of Heterogeneous Objects

Redistribution Mechanisms for Assignment of Heterogeneous Objects Redistribution Mechanisms for Assignment of Heterogeneous Objects Sujit Gujar Dept of Computer Science and Automation Indian Institute of Science Bangalore, India sujit@csa.iisc.ernet.in Y Narahari Dept

More information

Computationally Feasible VCG Mechanisms

Computationally Feasible VCG Mechanisms Computationally Feasible VCG Mechanisms Noam Nisan Amir Ronen Abstract One of the major achievements of mechanism design theory is the family of truthful (incentive compatible) mechanisms often called

More information

Solution: Since the prices are decreasing, we consider all the nested options {1,..., i}. Given such a set, the expected revenue is.

Solution: Since the prices are decreasing, we consider all the nested options {1,..., i}. Given such a set, the expected revenue is. Problem 1: Choice models and assortment optimization Consider a MNL choice model over five products with prices (p1,..., p5) = (7, 6, 4, 3, 2) and preference weights (i.e., MNL parameters) (v1,..., v5)

More information

On the Impossibility of Black-Box Truthfulness Without Priors

On the Impossibility of Black-Box Truthfulness Without Priors On the Impossibility of Black-Box Truthfulness Without Priors Nicole Immorlica Brendan Lucier Abstract We consider the problem of converting an arbitrary approximation algorithm for a singleparameter social

More information

Coalitional Structure of the Muller-Satterthwaite Theorem

Coalitional Structure of the Muller-Satterthwaite Theorem Coalitional Structure of the Muller-Satterthwaite Theorem Pingzhong Tang and Tuomas Sandholm Computer Science Department Carnegie Mellon University {kenshin,sandholm}@cscmuedu Abstract The Muller-Satterthwaite

More information

On Random Sampling Auctions for Digital Goods

On Random Sampling Auctions for Digital Goods On Random Sampling Auctions for Digital Goods Saeed Alaei Azarakhsh Malekian Aravind Srinivasan Saeed Alaei, Azarakhsh Malekian, Aravind Srinivasan Random Sampling Auctions... 1 Outline Background 1 Background

More information

Intermediate public economics 6 Public goods Hiroaki Sakamoto

Intermediate public economics 6 Public goods Hiroaki Sakamoto Intermediate public economics 6 Public goods Hiroaki Sakamoto June 26, 2015 Contents 1. Definition and examples 2. Modeling public goods 2.1 Model 2.2 Efficient allocation and equilibrium 3. Lindahl mechanism

More information

Time slot allocation by auctions

Time slot allocation by auctions Bachelor Thesis Time slot allocation by auctions Author: Nathalie van Zeijl Supervisors: Dr. A.F. Gabor and Dr. Y. Zhang July 13, 2011 Abstract In this research we investigated what effects are of an auction

More information

Recap Social Choice Functions Fun Game Mechanism Design. Mechanism Design. Lecture 13. Mechanism Design Lecture 13, Slide 1

Recap Social Choice Functions Fun Game Mechanism Design. Mechanism Design. Lecture 13. Mechanism Design Lecture 13, Slide 1 Mechanism Design Lecture 13 Mechanism Design Lecture 13, Slide 1 Lecture Overview 1 Recap 2 Social Choice Functions 3 Fun Game 4 Mechanism Design Mechanism Design Lecture 13, Slide 2 Notation N is the

More information

Game Theory: introduction and applications to computer networks

Game Theory: introduction and applications to computer networks Game Theory: introduction and applications to computer networks Introduction Giovanni Neglia INRIA EPI Maestro February 04 Part of the slides are based on a previous course with D. Figueiredo (UFRJ) and

More information

NTU IO (I) : Auction Theory and Mechanism Design II Groves Mechanism and AGV Mechansim. u i (x, t i, θ i ) = V i (x, θ i ) + t i,

NTU IO (I) : Auction Theory and Mechanism Design II Groves Mechanism and AGV Mechansim. u i (x, t i, θ i ) = V i (x, θ i ) + t i, Meng-Yu Liang NTU O : Auction Theory and Mechanism Design Groves Mechanism and AGV Mechansim + 1 players. Types are drawn from independent distribution P i on [θ i, θ i ] with strictly positive and differentiable

More information

"Arrow s Theorem and the Gibbard-Satterthwaite Theorem: A Unified Approach", by Phillip Reny. Economic Letters (70) (2001),

Arrow s Theorem and the Gibbard-Satterthwaite Theorem: A Unified Approach, by Phillip Reny. Economic Letters (70) (2001), February 25, 2015 "Arrow s Theorem and the Gibbard-Satterthwaite Theorem: A Unified Approach", by Phillip Reny. Economic Letters (70) (2001), 99-105. Also recommended: M. A. Satterthwaite, "Strategy-Proof

More information

Query and Computational Complexity of Combinatorial Auctions

Query and Computational Complexity of Combinatorial Auctions Query and Computational Complexity of Combinatorial Auctions Jan Vondrák IBM Almaden Research Center San Jose, CA Algorithmic Frontiers, EPFL, June 2012 Jan Vondrák (IBM Almaden) Combinatorial auctions

More information

Game Theory. Lecture Notes By Y. Narahari. Department of Computer Science and Automation Indian Institute of Science Bangalore, India July 2012

Game Theory. Lecture Notes By Y. Narahari. Department of Computer Science and Automation Indian Institute of Science Bangalore, India July 2012 Game Theory Lecture Notes By Y. Narahari Department of Computer Science and Automation Indian Institute of Science Bangalore, India July 2012 The Vickrey-Clarke-Groves Mechanisms Note: This is a only a

More information

EECS 495: Combinatorial Optimization Lecture Manolis, Nima Mechanism Design with Rounding

EECS 495: Combinatorial Optimization Lecture Manolis, Nima Mechanism Design with Rounding EECS 495: Combinatorial Optimization Lecture Manolis, Nima Mechanism Design with Rounding Motivation Make a social choice that (approximately) maximizes the social welfare subject to the economic constraints

More information

Mechanism Design for Bounded Agents

Mechanism Design for Bounded Agents Chapter 8 Mechanism Design for Bounded Agents Any fool can tell the truth, but it requires a man of some sense to know how to lie well. Samuel Butler Mechanism design has traditionally taken the conservative

More information

3.1 Arrow s Theorem. We study now the general case in which the society has to choose among a number of alternatives

3.1 Arrow s Theorem. We study now the general case in which the society has to choose among a number of alternatives 3.- Social Choice and Welfare Economics 3.1 Arrow s Theorem We study now the general case in which the society has to choose among a number of alternatives Let R denote the set of all preference relations

More information

Economics and Computation

Economics and Computation Economics and Computation ECON 425/563 and CPSC 455/555 Professor Dirk Bergemann and Professor Joan Feigenbaum Combinatorial Auctions In case of any questions and/or remarks on these lecture notes, please

More information

Graph Theoretic Characterization of Revenue Equivalence

Graph Theoretic Characterization of Revenue Equivalence Graph Theoretic Characterization of University of Twente joint work with Birgit Heydenreich Rudolf Müller Rakesh Vohra Optimization and Capitalism Kantorovich [... ] problems of which I shall speak, relating

More information

Welfare Undominated Groves Mechanisms

Welfare Undominated Groves Mechanisms Welfare Undominated Groves Mechanisms Krzysztof Apt 1,2, Vincent Conitzer 3, Mingyu Guo 3, and Evangelos Markakis 1 1 Centre for Math and Computer Science (CWI, Amsterdam, The Netherlands {apt, vangelis}@cwi.nl

More information

Worst-Case Optimal Redistribution of VCG Payments in Multi-Unit Auctions

Worst-Case Optimal Redistribution of VCG Payments in Multi-Unit Auctions Worst-Case Optimal Redistribution of VCG Payments in Multi-Unit Auctions Mingyu Guo Duke University Dept. of Computer Science Durham, NC, USA mingyu@cs.duke.edu Vincent Conitzer Duke University Dept. of

More information

13 Social choice B = 2 X X. is the collection of all binary relations on X. R = { X X : is complete and transitive}

13 Social choice B = 2 X X. is the collection of all binary relations on X. R = { X X : is complete and transitive} 13 Social choice So far, all of our models involved a single decision maker. An important, perhaps the important, question for economics is whether the desires and wants of various agents can be rationally

More information

Multi-object auctions (and matching with money)

Multi-object auctions (and matching with money) (and matching with money) Introduction Many auctions have to assign multiple heterogenous objects among a group of heterogenous buyers Examples: Electricity auctions (HS C 18:00), auctions of government

More information

Theory of Auctions. Carlos Hurtado. Jun 23th, Department of Economics University of Illinois at Urbana-Champaign

Theory of Auctions. Carlos Hurtado. Jun 23th, Department of Economics University of Illinois at Urbana-Champaign Theory of Auctions Carlos Hurtado Department of Economics University of Illinois at Urbana-Champaign hrtdmrt2@illinois.edu Jun 23th, 2015 C. Hurtado (UIUC - Economics) Game Theory On the Agenda 1 Formalizing

More information

Game Theory. Monika Köppl-Turyna. Winter 2017/2018. Institute for Analytical Economics Vienna University of Economics and Business

Game Theory. Monika Köppl-Turyna. Winter 2017/2018. Institute for Analytical Economics Vienna University of Economics and Business Monika Köppl-Turyna Institute for Analytical Economics Vienna University of Economics and Business Winter 2017/2018 Static Games of Incomplete Information Introduction So far we assumed that payoff functions

More information

Notes on Mechanism Designy

Notes on Mechanism Designy Notes on Mechanism Designy ECON 20B - Game Theory Guillermo Ordoñez UCLA February 0, 2006 Mechanism Design. Informal discussion. Mechanisms are particular types of games of incomplete (or asymmetric) information

More information

6.207/14.15: Networks Lecture 24: Decisions in Groups

6.207/14.15: Networks Lecture 24: Decisions in Groups 6.207/14.15: Networks Lecture 24: Decisions in Groups Daron Acemoglu and Asu Ozdaglar MIT December 9, 2009 1 Introduction Outline Group and collective choices Arrow s Impossibility Theorem Gibbard-Satterthwaite

More information

CS364B: Frontiers in Mechanism Design Lecture #2: Unit-Demand Bidders and Walrasian Equilibria

CS364B: Frontiers in Mechanism Design Lecture #2: Unit-Demand Bidders and Walrasian Equilibria CS364B: Frontiers in Mechanism Design Lecture #2: Unit-Demand Bidders and Walrasian Equilibria Tim Roughgarden January 8, 2014 1 Bidders with Unit-Demand Valuations 1.1 The Setting Last lecture we discussed

More information

Fair Divsion in Theory and Practice

Fair Divsion in Theory and Practice Fair Divsion in Theory and Practice Ron Cytron (Computer Science) Maggie Penn (Political Science) Lecture 6-b: Arrow s Theorem 1 Arrow s Theorem The general question: Given a collection of individuals

More information

CS599: Algorithm Design in Strategic Settings Fall 2012 Lecture 1: Introduction and Class Overview. Instructor: Shaddin Dughmi

CS599: Algorithm Design in Strategic Settings Fall 2012 Lecture 1: Introduction and Class Overview. Instructor: Shaddin Dughmi CS599: Algorithm Design in Strategic Settings Fall 2012 Lecture 1: Introduction and Class Overview Instructor: Shaddin Dughmi Outline 1 Teaser 2 Course Goals and Administrivia 3 Algorithmic Mechanism Design

More information

Frugality and Truthfulness in Approximate Mechanism Design

Frugality and Truthfulness in Approximate Mechanism Design Diploma Thesis Frugality and Truthfulness in Approximate Mechanism Design Patrick Briest Diploma Thesis Department of Computer Science University of Dortmund November 2004 Supervisors: Dr. Piotr Krysta

More information

Lectures on Robust Mechanism Design at BU

Lectures on Robust Mechanism Design at BU Lectures on at BU Stephen Morris January 2009 Introduction I Mechanism Design and Implementation literatures are theoretical successes I mechanisms seem to complicated to use in practise... I successful

More information

CS599: Algorithm Design in Strategic Settings Fall 2012 Lecture 12: Approximate Mechanism Design in Multi-Parameter Bayesian Settings

CS599: Algorithm Design in Strategic Settings Fall 2012 Lecture 12: Approximate Mechanism Design in Multi-Parameter Bayesian Settings CS599: Algorithm Design in Strategic Settings Fall 2012 Lecture 12: Approximate Mechanism Design in Multi-Parameter Bayesian Settings Instructor: Shaddin Dughmi Administrivia HW1 graded, solutions on website

More information

A : a b c d a : B C A E B : d b c a b : C A B D E C : d c a c : E D B C D : a d b d : A D E B C E : a b d. A : a b c d a : B C A D E

A : a b c d a : B C A E B : d b c a b : C A B D E C : d c a c : E D B C D : a d b d : A D E B C E : a b d. A : a b c d a : B C A D E Microeconomics II( ECO 50) Questions on the comprehensive exam will be chosen from the list below( with possible minor variations) CALCULATORS ARE ALLOWED Matching. Consider the Gale-Shapley marriage problem

More information

Payment Rules for Combinatorial Auctions via Structural Support Vector Machines

Payment Rules for Combinatorial Auctions via Structural Support Vector Machines Payment Rules for Combinatorial Auctions via Structural Support Vector Machines Felix Fischer Harvard University joint work with Paul Dütting (EPFL), Petch Jirapinyo (Harvard), John Lai (Harvard), Ben

More information

A Strict Ex-post Incentive Compatible Mechanism for Interdependent Valuations

A Strict Ex-post Incentive Compatible Mechanism for Interdependent Valuations A Strict Ex-post Incentive Compatible Mechanism for Interdependent Valuations Swaprava Nath 1 and Onno Zoeter 2 1 Indian Institute of Science, Bangalore 2 Xerox Research Centre Europe, Meylan, France May

More information

theory of mechanism design has been applied in computational settings such as distributed resource and task allocation [16, 27, 26], communication net

theory of mechanism design has been applied in computational settings such as distributed resource and task allocation [16, 27, 26], communication net Computationally Feasible VCG Mechanisms Noam Nisan Λ Amir Ronen y Abstract One of the major achievements of mechanism design theory is the family of truthful (incentive compatible) mechanisms often called

More information

Lecture Slides - Part 4

Lecture Slides - Part 4 Lecture Slides - Part 4 Bengt Holmstrom MIT February 2, 2016. Bengt Holmstrom (MIT) Lecture Slides - Part 4 February 2, 2016. 1 / 65 Mechanism Design n agents i = 1,..., n agent i has type θ i Θ i which

More information

EconS Microeconomic Theory II Homework #9 - Answer key

EconS Microeconomic Theory II Homework #9 - Answer key EconS 503 - Microeconomic Theory II Homework #9 - Answer key 1. WEAs with market power. Consider an exchange economy with two consumers, A and B, whose utility functions are u A (x A 1 ; x A 2 ) = x A

More information

Mechanism Design without Money

Mechanism Design without Money Mechanism Design without Money MSc Thesis (Afstudeerscriptie) written by Sylvia Boicheva (born December 27th, 1986 in Sofia, Bulgaria) under the supervision of Prof Dr Krzysztof Apt, and submitted to the

More information

Nontransitive Dice and Arrow s Theorem

Nontransitive Dice and Arrow s Theorem Nontransitive Dice and Arrow s Theorem Undergraduates: Arthur Vartanyan, Jueyi Liu, Satvik Agarwal, Dorothy Truong Graduate Mentor: Lucas Van Meter Project Mentor: Jonah Ostroff 3 Chapter 1 Dice proofs

More information

SYMMETRIC MECHANISM DESIGN. October 19, 2015

SYMMETRIC MECHANISM DESIGN. October 19, 2015 SYMMETRIC MECHANISM DESIGN YARON AZRIELI AND RITESH JAIN Abstract. Designers of economic mechanisms often have goals that are inconsistent with fairness. This paper studies the extent to which regulators

More information

On Social Choice Theory

On Social Choice Theory On Social Choice Theory Jan van Eijck An economist is visiting the project. The weather continues to be excellent, permitting the project members and their guest to eat their meals outside on the NIAS

More information

Microeconomics II Lecture 4: Incomplete Information Karl Wärneryd Stockholm School of Economics November 2016

Microeconomics II Lecture 4: Incomplete Information Karl Wärneryd Stockholm School of Economics November 2016 Microeconomics II Lecture 4: Incomplete Information Karl Wärneryd Stockholm School of Economics November 2016 1 Modelling incomplete information So far, we have studied games in which information was complete,

More information

A Truthful Mechanism for Fair Load Balancing in Distributed Systems Λ

A Truthful Mechanism for Fair Load Balancing in Distributed Systems Λ A Truthful Mechanism for Fair Load Balancing in Distributed Systems Λ Daniel Grosu and Anthony T. Chronopoulos Department of Computer Science, University of Texas at San Antonio, 6900 N. Loop 1604 West,

More information

Lecture 6: Communication Complexity of Auctions

Lecture 6: Communication Complexity of Auctions Algorithmic Game Theory October 13, 2008 Lecture 6: Communication Complexity of Auctions Lecturer: Sébastien Lahaie Scribe: Rajat Dixit, Sébastien Lahaie In this lecture we examine the amount of communication

More information

The communication cost of selfishness

The communication cost of selfishness Journal of Economic Theory 144 2009) 1895 1920 www.elsevier.com/locate/jet The communication cost of selfishness Ronald Fadel a,ilyasegal b, a ABC Group, Lebanon b Department of Economics, Stanford University,

More information

Two-Sided Matching. Terence Johnson. December 1, University of Notre Dame. Terence Johnson (ND) Two-Sided Matching December 1, / 47

Two-Sided Matching. Terence Johnson. December 1, University of Notre Dame. Terence Johnson (ND) Two-Sided Matching December 1, / 47 Two-Sided Matching Terence Johnson University of Notre Dame December 1, 2017 Terence Johnson (ND) Two-Sided Matching December 1, 2017 1 / 47 Markets without money What do you do when you can t use money

More information

Randomized Truthful Auctions of Digital Goods are Randomizations over Truthful Auctions

Randomized Truthful Auctions of Digital Goods are Randomizations over Truthful Auctions Randomized Truthful Auctions of Digital Goods are Randomizations over Truthful Auctions Aranyak ehta Georgia Institute of Technology 802, Atlantic Dr. Atlanta, USA aranyak@cc.gatech.edu Vijay V. Vazirani

More information

Revenue Monotonicity in Combinatorial Auctions

Revenue Monotonicity in Combinatorial Auctions Revenue Monotonicity in Combinatorial Auctions Baharak Rastegari, Anne Condon and Kevin Leyton-Brown Department of Computer Science, University of British Columbia 2366 Main Mall, Vancouver, B.C., Canada,

More information

Incentive Compatible Regression Learning

Incentive Compatible Regression Learning Incentive Compatible Regression Learning Ofer Dekel 1 Felix Fischer 2 Ariel D. Procaccia 1 1 School of Computer Science and Engineering The Hebrew University of Jerusalem 2 Institut für Informatik Ludwig-Maximilians-Universität

More information

ROBUST IMPLEMENTATION: THE CASE OF DIRECT MECHANISMS. Dirk Bergemann and Stephen Morris. March 2006 COWLES FOUNDATION DISCUSSION PAPER NO.

ROBUST IMPLEMENTATION: THE CASE OF DIRECT MECHANISMS. Dirk Bergemann and Stephen Morris. March 2006 COWLES FOUNDATION DISCUSSION PAPER NO. ROBUST IMPLEMENTATION: THE CASE OF DIRECT MECHANISMS By Dirk Bergemann and Stephen Morris March 2006 COWLES FOUNDATION DISCUSSION PAPER NO. 1561 COWLES FOUNDATION FOR RESEARCH IN ECONOMICS YALE UNIVERSITY

More information

A Strict Ex-post Incentive Compatible Mechanism for Interdependent Valuations

A Strict Ex-post Incentive Compatible Mechanism for Interdependent Valuations A Strict Ex-post Incentive Compatible Mechanism for Interdependent Valuations Swaprava Nath a, Onno Zoeter b a Indian Institute of Science, Bangalore b Xerox Research Centre Europe, Meylan, France Abstract

More information

Hard-to-Manipulate Combinatorial Auctions

Hard-to-Manipulate Combinatorial Auctions Hard-to-Manipulate Combinatorial Auctions The Harvard community has made this article openly available. Please share how this access benefits you. Your story matters Citation Sanghvi, Saurabh, and David

More information

DEPARTMENT OF ECONOMICS YALE UNIVERSITY P.O. Box New Haven, CT

DEPARTMENT OF ECONOMICS YALE UNIVERSITY P.O. Box New Haven, CT DEPARTMENT OF ECONOMICS YALE UNIVERSITY P.O. Box 208268 New Haven, CT 06520-8268 http://www.econ.yale.edu/ Economics Department Working Paper No. 25 Cowles Foundation Discussion Paper No. 1619 Information

More information

EconS Advanced Microeconomics II Handout on Mechanism Design

EconS Advanced Microeconomics II Handout on Mechanism Design EconS 503 - Advanced Microeconomics II Handout on Mechanism Design 1. Public Good Provision Imagine that you and your colleagues want to buy a co ee machine for your o ce. Suppose that some of you may

More information

Fault Tolerant Mechanism Design

Fault Tolerant Mechanism Design Fault Tolerant Mechanism Design Ryan Porter Amir Ronen Yoav Shoham Moshe Tennenholtz June 10, 2008 Abstract We introduce the notion of fault tolerant mechanism design, which extends the standard game theoretic

More information

A Theory of Expressiveness in Mechanisms

A Theory of Expressiveness in Mechanisms A Theory of Expressiveness in Mechanisms Michael Benisch, Norman Sadeh, and Tuomas Sandholm December 2007 CMU-CS-07-178 School of Computer Science Carnegie Mellon University Pittsburgh, PA 15213 This work

More information

Limits on Computationally Efficient VCG-Based Mechanisms for Combinatorial Auctions and Public Projects

Limits on Computationally Efficient VCG-Based Mechanisms for Combinatorial Auctions and Public Projects Limits on Computationally Efficient VCG-Based Mechanisms for Combinatorial Auctions and Public Projects Thesis by David Buchfuhrer In Partial Fulfillment of the Requirements for the Degree of Doctor of

More information

Points-based rules respecting a pairwise-change-symmetric ordering

Points-based rules respecting a pairwise-change-symmetric ordering Points-based rules respecting a pairwise-change-symmetric ordering AMS Special Session on Voting Theory Karl-Dieter Crisman, Gordon College January 7th, 2008 A simple idea Our usual representations of

More information

Theories of justice. Harsanyi s approach, Rawls approach, Unification

Theories of justice. Harsanyi s approach, Rawls approach, Unification Theories of justice Section 6.4 in JR. The choice of one swf over another is ultimately a choice between alternative sets of ethical values. Two main approaches: Harsanyi s approach, Rawls approach, Unification

More information