Envy-free item allocation

Envy-free (EF) item allocation is a fair item allocation problem, in which the fairness criterion is envy-freeness - each agent should receive a bundle that they believe to be at least as good as the bundle of any other agent.[1]:296–297

Since the items are indivisible, an EF assignment may not exist. The simplest case is when there is a single item and at least two agents: if the item is assigned to one agent, the other will envy. Therefore, the division procedures provide various kinds of relaxations.

Envy-free allocation with money

Envy-freeness becomes easier to attain when it is assumed that agents' valuations are quasilinear in money, and thus transferable across agents.

Demange, Gale and Sotomayor showed a natural ascending auction that achieves an envy-free allocation using monetary payments for unit demand bidders (where each bidder is interested in at most one item).[2]

Mu'alem shows Fair by Design - a general framework for optimization problems with envy-freeness guarantee that naturally extends fair item assignments using monetary payments.[3]

Cavallo[4] generalizes the traditional binary criteria of envy-freeness, proportionality, and efficiency (welfare) to measures of degree that range between 0 and 1. In the canonical fair division settings, under any allocatively-efficient mechanism the worst-case welfare rate is 0 and disproportionality rate is 1; in other words, the worst-case results are as bad as possible. This strongly motivates an average-case analysis. He looks for a mechanism that achieves high welfare, low envy, and low disproportionality in expectation across a spectrum of fair division settings. He shows that the VCG mechanism is not a satisfactory candidate, but the redistribution mechanism of Bailey[5] and Cavallo[6] is.

Rental harmony and Envy-free pricing are two variants in which envy-freeness is achieved by monetary payments.

Finding an envy-free allocation whenever it exists

Preference-orderings on bundles: envy-freeness

The undercut procedure finds a complete EF allocation for two agents, if-and-only-if such allocation exists. It requires the agents to rank bundles of items, but it does not require cardinal utility information. It works whenever the agents' preference relations are strictly monotone, but does not need to assume that they are responsive preferences. In the worst case, the agents may have to rank all possible bundles, so the run-time might be exponential in the number of items.

Preference-orderings on items: necessary/possible envy-freeness

It is usually easier for people to rank individual items than to rank bundles. Assuming all agents have responsive preferences, it is possible to lift the item-ranking to a partial bundle-ranking. For example, if the item-ranking is w>x>y>z, then responsiveness implies that {w,x}>{y,z} and {w,y}>{x,z}, but does not imply anything about the relation between {w,z} and {x,y}, between {x} and {y,z}, etc.

Given an item-ranking:

  • An allocation is necessarily envy-free (NEF) if it is envy-free according to all responsive bundle-rankings consistent with the item-ranking;
  • An allocation is possibly envy-free (PEF) if it is envy-free according to at least one responsive bundle-ranking consistent with the item-ranking;
  • An allocation is necessarily Pareto-optimal (NPE) if it is Pareto-optimal according to all responsive bundle-rankings consistent with the item-ranking;
  • An allocation is possibly Pareto-optimal (PPE) if it is Pareto-optimal according to at least one responsive bundle-ranking consistent with the item-ranking.

Bouveret and Endriss and Lang[7] study the algorithmic questions of finding a NEF/PEF allocation with an additional efficiency condition, particularly, completeness or NPE or PPE. In general, PEF is computationally easy while NEF is computationally hard.

Deciding whether an EF allocation exists

The empty allocation is always EF. But if we want some efficiency in addition to EF, then the decision problem becomes computationally hard:[1]:300–310

  • Deciding whether an EF and complete allocation exists is NP complete. This is true even when there are only two agents, and even when their utilities are additive and identical, since in this case finding an EF allocation is equivalent to solving the partition problem.[8]
  • Deciding whether a fair allocation exists requires exponential communication (in the number of goods) when there are more than two agents. When there are two agents, the communication complexiy depends on specific combinations of parameters.[9]
  • Deciding whether an EF and Pareto efficient allocation exists is above NP: it is -complete even with dichotomous utilities[10] and even with additive utilities.[11] ( is the class of problems that can be solved in nondeterministic time given an oracle that can solve any problem in NP).

The decision problem may become tractable when some parameters of the problem are considered fixed small constants:[12]

  • Considering the number of objects m as a parameter, the existence of a PE+EF allocation can be decided in time for additive or dichotomous utilities. When the utilities are binary and/or identical, the runtime drops to . Here, the notation hides expressions that are polynomial in the other parameters (e.g. number of agents).
  • Considering the number of agents n as a parameter, the existence of a PE+EF allocation remains hard. With dichotomous utilities, it is NP-hard even for n=2.[10] However, it is now in NP, and can be solved efficiently with an NP oracle (e.g. a SAT solver). With agents, it can be done with such oracles, and at least oracles are needed unless P=NP. With additive utilities, it is NP-hard even for n=2.[10] Moreover, it is W[1]-complete w.r.t. the number of agents even if all utilities are identical and encoded in unary.
  • Considering both the number of agents n and the largest utility V as parameters, the existence of a PE+EF allocation can be decided in time for additive utilities using dynamic programming.
  • Considering both the number of agents n and the number of utility levels z as parameters, the existence of a PE+EF allocation for identical additive utilities can be decided using an integer linear program with variables; Lenstra's algorithm allows solving such ILP in time .

Finding an allocation with a bounded level of envy

Many procedures find an allocation that is "almost" envy-free, i.e., the level of envy is bounded. There are various notions of "almost" envy-freeness:

EF1 - envy-free up to at most one item

An allocation is called EF1 if for every two agents A and B, if we remove at most one item from the bundle of B, then A does not envy B.[13] An EF1 allocation always exists and can be found efficiently by various procedures, particularly:

  • When all agents have weakly additive utilities, the round-robin protocol finds a complete EF1 allocation. Weak additivity is required since each agent should be able to pick, in each situation, a "best item".
  • In the more general case, when all agents have monotonically-increasing utilities, the envy-graph procedure finds a complete EF1 allocation. The only requirement is that the agents can rank bundles of items. If the agents' valuations are represented by a cardinal utility function, then the EF1 guarantee has an additional interpretation: the numeric envy-level of each agent is at most the maximal-marginal-utility - the largest marginal utility of a single item for that agent.
  • When agents have arbitrary utilities (not necessarily additive or monotone), the A-CEEI mechanism returns a partial EF1 allocation. The only requirement is that the agents can rank bundles of items. A small number of items might remain unallocated, and a small number of items may have to be added. The allocation is Pareto-efficient with respect to the allocated items.
  • The Maximum Nash Welfare algorithm selects a complete allocation that maximizes the product of utilities. It requires each agent to provide a numeric valuation of each item, and assumes that the agents' utilities are additive. The resulting allocation is both EF1 and Pareto-efficient.[14]
  • Various other algorithms return EF1 allocations that are also Pareto-efficient; see Efficient approximately-fair item allocation.
  • For two agents with arbitrary monotone valuations, or three agents with additive valuations, an EF1 allocation can be computed using a number of queries logarithmic in the number of items.[15]
  • For two agents with arbitrary utility functions (not necessarily monotone), an EF1 allocation can be found in polynomial time.[16]
  • For at most 4 agents with arbitrary monotone valuations, or n agents with identical monotone valuations, there always exists an EF1 allocation that is also connected (when items are pre-ordered on a line, such as houses in a street). The proof uses an algorithm similar to the Simmons–Su protocols. When there are n > 4 agents, it is not known whether a connected EF1 allocation exists, but a connected EF2 allocation always exists.[17]

EFx - envy-free up to at most any item

An allocation is called EFx if for every two agents A and B, if we remove any item from the bundle of B, then A does not envy B.[18] EFx is strictly stronger than EF1: EF1 lets us eliminate envy by removing the item most valuable (for A) from B's bundle; EFx requires that we eliminate envy by removing the item least valuable (for A). An EFx allocation is known to exist in some special cases:

  • When there are two agents, or when there are n agents with identical valuations. In this case, the leximin-optimal allocation is EFx and Pareto-optimal. However, it requires exponentially many queries to compute.[19][16]
  • When there are n agents with additive valuations, but there are at most two different values for goods. In this case, any max-Nash-welfare allocation is EFx. Moreover, there is an efficient algorithm for calculating an EFx allocation (though not necessarily max-Nash-welfare).[20]
  • IWhen there are n agents with additive valuations, but there are at most two different kinds of valuations.[21]
  • When there are three agents with additive valuations. In this case, a polynomial-time algorithm exists.[22]

Some approximations are known:

  • A 1/2-approximate EFx allocation (that also satisfies a different approximate-fairness notion called Maximin Aware) can be found in polynomial time.[23]
  • A 0.618-approximate EFx allocation (that is also EF1 and approximates other fairness notions called groupwise maximin share and pairwise maximin share) can be found in polynomial time.[24]
  • There always exists a partial EFx allocation, where the Nash welfare is at least half of the maximum possible Nash welfare. In other words, after donating some items to a charity, the remaining items can be allocated in an EFx way. This bound is the best possible. In large markets, where the valuations of an agent for every item is relatively small, the algorithm attains EFx with almost optimal Nash welfare.[25] It is sufficient to donate n-1 items, and no agent envies the set of donated items.[26]

It is an open question whether an EFx allocation exists in general. The smallest open case is 4 agents with additive valuations.

In contrast to EF1, which requires a number of queries logarithmic in the number of items, computing an EFx allocation may requires a linear number of queries even when there are two agents with identical additive valuations.[15]

Another difference between EF1 and EFx is that the number of EFX allocations can be as few as 2 (for any number of items), while the number of EF1 allocations is always exponential in the number of items.[27]

EFm - approximate envy-free for a mixture of divisible and indivisible items

Some division scenarios involve both divisible and indivisible items, such as divisible lands and indivisible houses. An allocation is called EFm if for every two agents A and B:[28]

  • If B's bundle contains some divisible goods, then A does not envy B (as in an EF allocation).
  • If B's bundle contains only indivisible goods, then A does not envy B after removing at most one item from B's bundle (as in an EF1 allocation).

An EFm allocation exists for any number of agents. However, finding it requires an oracle for exact division of a cake. Without this oracle, an EFm allocation can be computed in polynomial time in two special cases: two agents with general additive valuations, or any number of agents with piecewise-linear valuations.

In contrast to EF1, which is compatible with Pareto-optimality, EFm may be incompatible with it.

Minimizing the envy-ratio

Given an allocation X, define the envy ratio of i in j as:

so the ratio is 1 if i does not envy j, and it is larger when i envies j. Define the envy ratio of an assignment as:

The envy ratio minimization problem is the problem of finding an allocation X with smallest envy ratio.

General valuations

With general valuations, any deterministic algorithm that computes an alloсation with minimum envy-ratio requires a number of queries which is exponential in the number of goods in the worst case.[8]:3

Additive and identical valuations

With additive and identical valuations:[8]:4–6

  • The following greedy algorithm finds an allocation whose envy-ratio is at most 1.4 times the minimum:[29]
    1. Order the items by descending value;
    2. While there are more items, give the next item to an agent with the smallest total value.
  • There is a PTAS for envy-ratio minimization. Furthermore, when the number of players is constant, there is an FPTAS.

Additive and different valuations

With additive and different valuations:[30]

  • When the number of agents is part of the input, it is impossible to obtain in polynomial time an approximation factor better than 1.5, unless P=NP.
  • When the number of agents is constant, there is an FPTAS.
  • When the number of agents equals the number of items, there is a polynomial-time algorithm.

Finding a partial envy-free allocation

The AL procedure finds an EF allocation for two agents. It may discard some of the items, but, the final allocation is Pareto efficient in the following sense: no other EF allocation is better for one and weakly better for the other. The AL procedure only requires the agents to rank individual items. It assumes that the agents have responsive preferences and returns an allocation that is necessarily envy-free (NEF).

The Adjusted winner procedure returns a complete and efficient EF allocation for two agents, but it might have to cut a single item (alternatively, one item remains in shared ownership). It requires the agents to report a numeric value for each item, and assumes that they have additive utilities

Existence of EF allocations with random valuations

If the agents have additive utility functions that are drawn from probability distributions satisfying some independence criteria, and the number of items is sufficiently large relative to the number of agents, then an EF allocation exists with high probability. Particularly:[31]

  • If the number of items is sufficiently large: , then w.h.p. an EF allocation exists (the probability goes to 1 as m goes to infinity).
  • If the number of items is not sufficiently large, i.e., , then w.h.p. an EF allocation does not exist.

Envy-freeness vs. other fairness criteria

  • Every EF allocation is min-max-fair. This follows directly from the ordinal definitions and does not depend on additivity.
  • If all agents have additive utility functions, then an EF allocation is also proportional and max-min-fair. Otherwise, an EF allocation may be not proportional and even not max-min-fair.
  • Every allocation of a competitive equilibrium from equal incomes is also envy-free. This is true regardless of additivity.[13]
  • Every Nash-optimal allocation (allocation that maximizes the product of utilities) is EF1.[18]
  • Group-envy-freeness is a strengthening of envy-freeness, which is applicable to both divisible and indivisible objects.

See Fair item allocation for details and references.

Summary table

Below, the following shorthands are used:

  • = the number of agents participating in the division;
  • = the number of items to divide;
  • EF = envy-free, EF1 = envy-free except-1-item (weaker than EF), MEF1 = marginal-envy-free except-1-item (weaker than EF1).
  • PE = Pareto-efficient.
Name#partnersInputPreferences#queriesFairnessEfficiencyComments
Undercut2Bundle rankingStrictly monotoneEFCompleteIf-and-only-if a complete EF allocation exists
AL2Item rankingWeakly additiveNecessarily-EFPartial, but not Pareto-dominated by another NEF
Adjusted winner2Item valuationsAdditiveEF and equitablePEMight divide one item.
Round-robinItem rankingWeakly additiveNecessarily-EF1Complete
Envy-graphBundle rankingMonotoneEF1Complete
A-CEEIBundle rankingAny?EF1, and -maximin-sharePartial, but PE w.r.t. allocated itemsAlso approximately strategyproof when there are many agents.
Maximum-Nash-Welfare[18]Item valuationsAdditiveNP-hard (but there are approximations in special cases)EF1, and approximately--maximin-sharePE

With submodular utilities, allocation is PE and MEF1.

References

  1. Brandt, Felix; Conitzer, Vincent; Endriss, Ulle; Lang, Jérôme; Procaccia, Ariel D. (2016). Handbook of Computational Social Choice. Cambridge University Press. ISBN 9781107060432. (free online version)
  2. Demange G, Gale D, Sotomayor M (1986). "Multi-Item Auctions". Journal of Political Economy. 94 (4): 863–872. doi:10.1086/261411. JSTOR 1833206.
  3. Mu'alem A (2014). "Fair by design: Multidimensional envy-free mechanisms". Games and Economic Behavior. 88: 29–46. doi:10.1016/j.geb.2014.08.001.
  4. Ruggiero Cavallo (2012). Fairness and Welfare Through Redistribution When Utility is Transferable (PDF). AAAI-12.
  5. Bailey, Martin J. (1997). "The demand revealing process: To distribute the surplus". Public Choice. 91 (2): 107–126. doi:10.1023/A:1017949922773.
  6. Cavallo, Ruggiero (2006). "Optimal decision-making with minimal waste". Proceedings of the fifth international joint conference on Autonomous agents and multiagent systems - AAMAS '06. p. 882. doi:10.1145/1160633.1160790. ISBN 1595933034.
  7. Sylvain Bouveret, Ulle Endriss, Jérôme Lang (2010). Fair Division Under Ordinal Preferences: Computing Envy-Free Allocations of Indivisible Goods. ECAI 2010. pp. 387–392.CS1 maint: multiple names: authors list (link)
  8. Lipton, R. J.; Markakis, E.; Mossel, E.; Saberi, A. (2004). "On approximately fair allocations of indivisible goods". Proceedings of the 5th ACM conference on Electronic commerce - EC '04. p. 125. doi:10.1145/988772.988792. ISBN 1-58113-771-0.
  9. Plaut, Benjamin; Roughgarden, Tim (2020-01-01). "Communication Complexity of Discrete Fair Division". SIAM Journal on Computing. 49 (1): 206–243. arXiv:1711.04066. doi:10.1137/19M1244305. ISSN 0097-5397. S2CID 212667868.
  10. Bouveret, S.; Lang, J. (2008). "Efficiency and Envy-freeness in Fair Division of Indivisible Goods: Logical Representation and Complexity". Journal of Artificial Intelligence Research. 32: 525–564. doi:10.1613/jair.2467.
  11. De Keijzer, Bart; Bouveret, Sylvain; Klos, Tomas; Zhang, Yingqian (2009). "On the Complexity of Efficiency and Envy-Freeness in Fair Division of Indivisible Goods with Additive Preferences". Algorithmic Decision Theory. Lecture Notes in Computer Science. 5783. p. 98. doi:10.1007/978-3-642-04428-1_9. ISBN 978-3-642-04427-4.
  12. Bliem, Bernhard; Bredereck, Robert; Niedermeier, Rolf (2016-07-09). "Complexity of efficient and envy-free resource allocation: few agents, resources, or utility levels". Proceedings of the Twenty-Fifth International Joint Conference on Artificial Intelligence. IJCAI'16. New York, New York, USA: AAAI Press: 102–108. ISBN 978-1-57735-770-4.
  13. Budish, Eric (2011). "The Combinatorial Assignment Problem: Approximate Competitive Equilibrium from Equal Incomes". Journal of Political Economy. 119 (6): 1061–1103. CiteSeerX 10.1.1.357.9766. doi:10.1086/664613. S2CID 154703357.
  14. Caragiannis, Ioannis; Kurokawa, David; Moulin, Hervé; Procaccia, Ariel D.; Shah, Nisarg; Wang, Junxing (2016). The Unreasonable Fairness of Maximum Nash Welfare (PDF). Proceedings of the 2016 ACM Conference on Economics and Computation - EC '16. p. 305. doi:10.1145/2940716.2940726. ISBN 9781450339360.
  15. Oh, Hoon; Procaccia, Ariel D.; Suksompong, Warut (2019-07-17). "Fairly Allocating Many Goods with Few Queries". Proceedings of the AAAI Conference on Artificial Intelligence. 33 (1): 2141–2148. doi:10.1609/aaai.v33i01.33012141. ISSN 2374-3468. S2CID 51867780.
  16. Bérczi, Kristóf; Bérczi-Kovács, Erika R.; Boros, Endre; Gedefa, Fekadu Tolessa; Kamiyama, Naoyuki; Kavitha, Telikepalli; Kobayashi, Yusuke; Makino, Kazuhisa (2020-06-08). "Envy-free Relaxations for Goods, Chores, and Mixed Items". arXiv:2006.04428 [econ.TH].
  17. Bilò, Vittorio; Caragiannis, Ioannis; Flammini, Michele; Igarashi, Ayumi; Monaco, Gianpiero; Peters, Dominik; Vinci, Cosimo; Zwicker, William S. (2018-08-28). "Almost Envy-Free Allocations with Connected Bundles". arXiv:1808.09406 [cs.GT].
  18. Caragiannis, Ioannis; Kurokawa, David; Moulin, Hervé; Procaccia, Ariel D.; Shah, Nisarg; Wang, Junxing (2016). The Unreasonable Fairness of Maximum Nash Welfare (PDF). Proceedings of the 2016 ACM Conference on Economics and Computation - EC '16. p. 305. doi:10.1145/2940716.2940726. ISBN 9781450339360.
  19. Plaut, Benjamin; Roughgarden, Tim (2020-01-01). "Almost Envy-Freeness with General Valuations". SIAM Journal on Discrete Mathematics. 34 (2): 1039–1068. arXiv:1707.04769. doi:10.1137/19M124397X. ISSN 0895-4801.
  20. Amanatidis, Georgios; Birmpas, Georgios; Filos-Ratsikas, Aris; Hollender, Alexandros; Voudouris, Alexandros A. (2020-06-01). "Maximum Nash Welfare and Other Stories About EFX". arXiv:2001.09838 [cs.GT].
  21. Mahara, Ryoga (2020-08-20). "Existence of EFX for Two Additive Valuations". arXiv:2008.08798 [cs.GT].
  22. Chaudhury, Bhaskar Ray; Garg, Jugal; Mehlhorn, Kurt (2020-05-30). "EFX Exists for Three Agents". arXiv:2002.05119 [cs.GT].
  23. Chan, Hau; Chen, Jing; Li, Bo; Wu, Xiaowei (2019-10-25). "Maximin-Aware Allocations of Indivisible Goods". arXiv:1905.09969 [cs.GT].
  24. Amanatidis, Georgios; Ntokos, Apostolos; Markakis, Evangelos (2019-09-17). "Multiple Birds with One Stone: Beating $1/2$ for EFX and GMMS via Envy Cycle Elimination". arXiv:1909.07650 [cs.GT].
  25. Caragiannis, Ioannis; Gravin, Nick; Huang, Xin (2019-06-17). "Envy-Freeness Up to Any Item with High Nash Welfare: The Virtue of Donating Items". Proceedings of the 2019 ACM Conference on Economics and Computation. EC '19. Phoenix, AZ, USA: Association for Computing Machinery: 527–545. arXiv:1902.04319. doi:10.1145/3328526.3329574. ISBN 978-1-4503-6792-9. S2CID 60441171.
  26. Chaudhury, Bhaskar Ray; Kavitha, Telikepalli; Mehlhorn, Kurt; Sgouritsa, Alkmini (2019-12-23), "A Little Charity Guarantees Almost Envy-Freeness", Proceedings of the 2020 ACM-SIAM Symposium on Discrete Algorithms, Proceedings, Society for Industrial and Applied Mathematics, pp. 2658–2672, arXiv:1907.04596, doi:10.1137/1.9781611975994.162, ISBN 978-1-61197-599-4, S2CID 195874127, retrieved 2020-10-02
  27. Suksompong, Warut (2020-09-30). "On the number of almost envy-free allocations". Discrete Applied Mathematics. 284: 606–610. arXiv:2006.00178. doi:10.1016/j.dam.2020.03.039. ISSN 0166-218X. S2CID 215715272.
  28. Bei, Xiaohui; Li, Zihao; Liu, Jinyan; Liu, Shengxin; Lu, Xinhang (2020-03-05). "Fair Division of Mixed Divisible and Indivisible Goods". arXiv:1911.07048 [cs.GT].
  29. Graham, R. L. (1969). "Bounds on Multiprocessing Timing Anomalies". SIAM Journal on Applied Mathematics. 17 (2): 416–429. CiteSeerX 10.1.1.90.8131. doi:10.1137/0117039.
  30. Nguyen, Trung Thanh; Rothe, Jörg (2014). "Minimizing envy and maximizing average Nash social welfare in the allocation of indivisible goods". Discrete Applied Mathematics. 179: 54–68. doi:10.1016/j.dam.2014.09.010.
  31. John P. Dickerson; Jonathan Goldman; Jeremy Karp; Ariel D. Procaccia; Tuomas Sandholm (2014). The Computational Rise and Fall of Fairness. In Proceedings of the Twenty-Eighth AAAI Conference on Artificial Intelligence (2014). pp. 1405–1411. CiteSeerX 10.1.1.703.8413. ACM link
This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.