Fair Division 2 Relations of Fairness Properties
Objective: Investigate relations between several fairness properties and their approximations.
Activities: Read and present the paper Multiple birds with one stone (2020).
Abstract
Algorithm proposed, achieves -EFX and -GMMS. ()
Previous work: -EFX. -GMMS. EF1 + -PMMS.
GMMS PMMS EFX allocation always exist when # of goods # of agents.
Introduction
Relaxation of fairness notion: EF → EFX, EF1
Approximation of relaxed fairness notion: -EFX…
A good approximation of any one of EF1, EFX, MMS, PMMS doesn’t necessarily imply particularly strong guarantees for any of the others. Thus it’s desirable to achieve approximation of several fairness notions simultaneously.
Main Contribution
Algorithm proposed in this paper:
- -EFX
- -GMMS
- EF1
- -PMMS
Algorithm is based on draft algorithm, envy-cycle elimination. (parametric version)
GMMS PMMS EFX always exist and can be found efficiently when # of goods # of agents. non-trivial problem
Related Work
Skipped here
Preliminaries
set of agents.
set of indivisible items.
Valuation function should be monotone and additive: and (\forall i\in N)\and(\forall g\in M),v_i(g)\ge0.
Assume that we have already know the valuation function for each agent.
All the goods should be allocated, i.e., no free disposal.
Allocation: where and .
- is the bundle allocated to agent ,
: set of all partitions of a set into bundles.
Fairness Concepts (Review)
Family of Envy-freeness
EF, EF1, EFX, -EFX
EF → EFX
Family of Maximin Share (worst-case guarantee)
Maximin Share
To find an allocation s.t., for each agent it maximizes
-MMS
-P(Pairwise)MMS: For each pair
-G(Groupwise)MMS: For each subset ,
Thus, GMMSMMS, MMSPMMS (GMMS is for all the subset of agents, MMS is only for all the agents)
Known EF1 Algorithms
Envy-cycle Elimination Algorithm
Partial allocation .
Envy graph where iff agent currently envies agent .
In each step, an agent that no one envies receives the next available good.
Tie-breaking: lexicographically order.
❗🤔Theorem 1: Let be any EF1 partial allocation and . Then,
(a) At the end of each iteration of the for loop, the resulting partial allocation is EF1. Thus the algorithm terminates with EF1 allocation.
(b) Fix an agent , let be the bundle assigned to at the end of some iteration of the for loop. If is assigned to at the end of a future iteration, then MONOTONICITY!
(Proof by additive and monotone valuation function.)
Pseudo code for Envy-cycle Elimination denotes set of unallocated goods.
Construct the envy graph .
for every , in lexicographic order do
While there is no node of in-degree 0 in do
- Find a cycle in
- for to do
- .
// find a envy-cycle and eliminate it iteratively.
Let be a node of in-degree
Update
return
Round Robin Algorithm
Round-robin also outputs EF1 allocation: denotes an order of , denotes number of steps
while and do
In the while loop, each round player get currently the maximal value of good.
return
Draft and Eliminate Algorithm
Draft and Eliminate also outputs EF1 allocation: Combination of ECE & RR
- Preprocessing
- Let with for each
- Round-robin
- Reverse :
- Round-robin
- Envy-cycle Elimination
- return
❗🤔Theorem 2
Let be any ordering of and , Round-robin algorithm produces an EF1 allocation in polynomial time.
✋Time complexity analysis:
Number of loop iterative is
is ,
The rest part in the loop should be .
Thus total complexity should be
A Simple Universally Fair Algorithm
Draft and Eliminate Algorithm. It suffices to run only two rounds of the round-robin algorithm, once w.r.t. and once w.r.t. reverse of . (WHY?) Finally it runs the envy-cycle elimination algorithm on the remaining instance.
Preprocessing
Preprocessing step is facilitate the presentation and the analysis of the algorithm:
// contains the agents that get to pick first in 1st round-robin at the expense of not choosing a second good in 2nd round-robin.
while do
Let be the lexicographically first agent of
Let
if then here:
//If an agent envies someone that chose before her by a factor grater than , then she is moved to a position of high priority in the ordering that is created.
//The agents moved to the first positions during this process are guaranteed a good of high value in first round-robin. To counterbalance their advantage, they are not allowed to pick a second good later in second round-robin.
else
for every in order of increasing time stamp do
return
❓ After preprocessing, have we ?
This preprocessing part reorders so that the first few agents are quite happy with their pick in the first round of the round-robin subroutine. For the remaining agents, we make sure that they get a second good before we move to the envy-cycle elimination algorithm. To do so in a balanced way, these agents pick goods in reverse order.
The resulting partial allocation, where everyone receives one or two goods, turns out to have all the fairness properties we want to achieve at the end e.g. it’s -EFX w.r.t. currently allocated goods. Starting from there and then applying the envy-cycle elimination algorithm on the remaining instance maintains these properties.
Fairness Guarantees of Draft-and-Eliminate
About Preprocessing Step
❗🤔Lemma 1: At the end of the execution of preprocessing with input , each agent is associated with a single good , so that
a) , for any and .
Fix some and consider the last iteration of the while loop where was the lexicographically first agent of . During which was added to .
The initial good associated with : during this iteration.
The final good associated with : .
was added to eventually. condition “” was true, i.e.,
’s favorite good among the ones associated to an agent not in , say , was more than times more valuable than , we have for any good that was not associated to an agent at the time.
Number of unassociated goods during the execution only decreases, thus the last inequality also holds for any good that was not associated to any agent till the end.
By , we conclude that .
b) for any .
Fix some . Note that both may be considered multiple times during preprocessing, i.e., they may be removed and added back to in several times.
Consider 2 cases:
- Last time was considered before last time was considered ( at the end)
the desire inequality is obvious as agent is associated with her favorite good among the available goods, , before agent , i.e., .
- Last time was considered after last time was considered ( at the end)
suppose that . Then during the last iteration that was considered, the if statement is true and would be irrevocably added to , which contradicts the choice of .
Q. E. D.
❗🤔Lemma 2: The partial allocation produced in first round-robin is , where s are in Lemma 1.
The preprocessing step can be combined with 1st round-robin!
Observation: is used in first round-robin subroutine is not the same with the order that goods get assigned to agents during the preprocessing step, even when one takes into account that moving agents into is similar to changing their order.
First, using induction, we show that agents in get assigned to them the same goods they would if there were to choose first according to .
For agents in . First observe that, on termination, agents in all have distinct time stamp assigned in second round-robin.
By time stamp of agent , name the final value of . Now fix some .
In preprocessing, agent gets assigned her favorite good available if we exclude the goods assigned to some agents in , and to all the agents in with time stamp less than .
In round-robin, agent receives her favorite good available if we exclude the goods allocated to all the agents in , and to all the agents in with time stamp less than . However, in this scenario the extra agents from that pick before choose goods that does not find attractive enough. Indeed those goods are available in the first scenario, yet does not prefer them to .
Therefore, in this scenario also picks and after first round-robin.
🤔Proposition: Draft-and-elimination returns an EF1 allocation.
By Theorem 2, it suffices to show that the partial allocation produced after second round-robin is EF1. Fix two distinct agents . If , then . Clearly, . On the other hand, if , then . Since agent picked when was still available, . So we have .
Envy-freeness up to Any Good
❗🤔Theorem 3: The allocation returned by Draft-and-elimination is a -EFX allocation. ⚠️
Consider the allocation returned by algorithm, and fix two distinct agents . If , then clearly, .
So assume that and let be the last good added to . At time this happened, may belonged to an agent other than . Finally, let be bundles of and respectively, right before was allocated. (i.e. at first)
Note that may not necessarily be a subset of due to the possible swaps imposed by envy-cycle elimination. But part (b) of theorem 1 implies .
We consider 4 cases, depending on whether and on the type of step during which was added to .
- and added in second round-robin.
We have , as well as and . This immediately implies that . Thus .
- and added in envy-cycle elimination.
By the way that envy-cycle-elimination chooses who to give the next good to, we know that right before was added, no one envied . In particular, . We further have , where the last inequality directly follows from part (a) of lemma 1. Putting everything together,
- and added in second round-robin.
We have and . If , then we proceed in a way similar to case 1:
So, assume that . This means . We have
where the third inequality directly follows from part (b) from lemma 1.
- and added in envy-cycle elimination.
Arguing like in case 2, we have . Moreover, by the way round-robin works, we know that . In particular, . Putting things together, we have
The analysis is tight.
Groupwise Maximin Share Fairness
Every exact EFX allocation is also a -GMMS allocation. (Amanatidis et al.)
❗🤔Lemma 3: Suppose is an -maximin share defining partition for agent . Then, for any set of goods , such that there exists some with , it holds that .
❗🤔Theorem 4: The allocation returned by Draft and Eliminate Algorithm is a -GMMS allocation.
To difficult for me!😭Omitted
❗🤔 Theorem 5: Suppose we modified Draft and Eliminate Algorithm by changing in preprocessing to . Then the resulting allocation is a -GMMS allocation. It is also a -EFX, -PMMS, and EF1 allocation.
To difficult for me!😭Omitted
Analysis are probably not tight, because both theorems is heavily based on EF and EFX guarantees we get in the various different cases.
❓Suspect: modified draft and eliminate algorithm produces -GMMS.
Pairwise Maximin Share Fairness
❗🤔Theorem 6: The allocation returned by Draft and Eliminate Algorithm is a -PMMS allocation.
Proof based on proof of theorem 3.
factor is tight. But if we manipulate envy-graph as following, the approximation ratio goes up to : Detail omitted
❗🤔Theorem 7: Supposed we modified Draft and Eliminate Algorithm by using the -adjusted envy graph in Envy-graph Elimination. Then the resulting allocation is a -PMMS and a -EF1 allocation. Moreover, the theorem 3 and theorem 4 are not affected.
Proof omitted.
GMMS, PMMS, and EFX with a few Goods
For the exact versions of fairness notions,
Draft Pack and Eliminate Pseudo Code
- Let and
- Round-Robin
- Create 2 virtual goods , s.t. and
- Allocate to agent
- Envy-Cycle Elimination
- Give to the final owner of her two favorite goods from and to the final owner of the remaining good
- return .
❗🤔Theorem 8: For instances with , a GMMS allocation always exists and can be efficiently computed.
When , we arbitrarily allocate one good to each agent, till there are no goods left, to produce . Fix a subset of agents, and let . Then combined bundle of all agents in either contains strictly less than goods or exactly goods.
In the first case, we trivially have .
In the second case, we have .
In both cases, we have , and is a GMMS allocation.
For , there are some simple observations.
❗🤔Lemma 4: Let and s.t. . Then, for any , we have .
By the pigeonhole principle, in any possible partition of in parts, at least one bundle will have at most goods. So, in any -maximin share partition of for an agent , her worst bundle’s worth is upper bounded by .
❗🤔Lemma 5: Let and s.t. . Then
Long proof…
Corollary: When , we can efficiently find PMMS and EFX allocations.
Proof omitted…
What should I get from this paper?
EF1EFXPMMS, GMMS
EF1: Always exist.
EFX:
PMMS:
GMMS: Not always exist.
We are trying to relax the properties as less as possible so that a single allocation satisfies all relaxation, and if possible, with allocation computed is polynomial time.