Online_fair_division

Online fair division

Online fair division

Fair division class using unique allocation methods


Online fair division is a class of fair division problems in which the resources, or the people to whom they should be allocated, or both, are not all available when the allocation decision is made.[1] Some situations in which not all resources are available include:

  • Allocating food donations to charities (the "food bank" problem). Each donation must be allocated immediately when it arrives, before future donations arrive.
  • Allocating donated blood or organs to patients. Again, each donation must be allocated immediately, and it is not known when and what future donations will be.

Some situations in which not all participants are available include:

  • Dividing a cake among people in a party. Some people come early and want to get a cake when they arrive, but other people may come later.
  • Dividing the rent and rooms among tenants in a rented apartment, when one or more of them are not available during the allocation.

The online nature of the problem requires different techniques and fairness criteria than in the classic, offline fair division.

Online arrival of people

The party cake-cutting problem

Walsh[2] studies an online variant of fair cake-cutting, in which agents arrive and depart during the division process, like in a party. Well-known fair division procedures like divide and choose and the Dubins-Spanier moving-knife procedure can be adapted to this setting. They guarantee online variants of proportionality and envy-freeness. The online version of divide-and-choose is more robust to collusion, and has better empirical performance.

The secretive agent problem

Several authors studied fair division problems in which one agent is "secretive", i.e., unavailable during the division process. When this agent arrives, he is allowed to choose any part of the resource, and the remaining n-1 parts should be divided among the remaining n-1 agents such that the division is fair. Note that divide and choose satisfies these requirements for n=2 agents, but extending this to 3 or more agents is non-trivial. The following extensions are known:

  • Meunier and Su[3] show that there always exists an envy-free cake-cutting among any number of agents, when there is a single secretive agent.
  • Frick, Houston-Edwards and Meunier[4] show that there always exists an envy-free allocation of rooms and rent (also called rental harmony) when there is a single secretive agent. The result holds for very general class of the tenants' preferences, including quasilinear valuations, "miserly tenants", and more.[5]
  • Cheze[6] shows a polynomial-time algorithm for connected proportional cake-cutting among any number of agents, when there is a single secretive agent. The algorithm is based on the Even–Paz protocol and uses O(n log n) queries.
  • Arunachaleswaran, Barman and Rathi[7] show a polynomial-time algorithm for rental harmony when there are n-1 agents with quasilinear utilities, and the n-th agent is secretive. They also show efficient algorithms for almost envy-free (EF1) item allocation and ε-approximate envy-free cake-cutting.

The cake redivision problem

The cake redivision problem[8] is a variant of fair cake-cutting in which the cake is already divided in an unfair way (e.g. among a subset of the agents), and it should be re-divided in a fair way (among all the agents) while letting the incumbent owners keep a substantial fraction of their present value. The model problem is land reform.

Online arrival of resources

The food bank problem

The food bank problem is an online variant of fair allocation of indivisible goods. Each time, a single item arrives; each agent declares his/her value for this item; and the mechanism should decide which of the agents should receive it. The model application is a central food bank, which receives food donations and has to allocate each donation to one of the charities who want it. The donations are consumed immediately, and it is not known what donations are going to come next, so the decision must be made based only on the previous donations.

Binary valuations

Working with Foodbank Australia, Aleksandrov, Aziz, Gaspers and Walsh[9] have initiated the study of the food bank problem when all agents have binary valuations {0,1}, that is, for each arriving item, every agent states whether he likes the item or not. The mechanism should decide which of the agents who like the item should receive it. They study two simple mechanisms for this setting:

  • LIKE: each item is given uniformly at random to one of the agents who likes it. It is strategyproof and envy-free ex-ante, but does not guarantee even approximate envy-free ex-post. With binary valuations, it attains the optimal egalitarian and utilitarian social welfare. With additive valuations, its expected egalitarian and utilitarian social welfare are least 1/n of the optimal values attainable by an offline algorithm. The same is true whether the agents are sincere or strategic (i.e., its price of anarchy is n).
  • BALANCED-LIKE: each item is given uniformly at random to one of the agents who likes it, from among those who received the least number of items so far. It is envy-free ex-ante, and guarantees EF1 ex-post when all agents have binary valuations. It is strategyproof for two agents with binary valuations, but not strategyproof for three or more agents even with binary valuations. When agents bid sincerely, with binary valuations, it attains the optimal egalitarian and utilitarian social welfare. With additive valuations, its expected egalitarian and utilitarian social welfare do not attain any constant-factor approximation of the offline optimal values, even with two agents. When agents bid strategically, even with binary valuations, its price of anarchy is n.

Additive valuations

In a more general case of the food bank problem, agents can have additive valuations, which are normalized to [0,1].

Due to the online nature of the problem, it may be impossible to attain some fairness and efficiency guarantees that are possible in the offline setting. In particular, Kahana and Hazon[10] prove that no online algorithm always finds a PROP1 (proportional up to at most one good) allocation, even for two agents with additive valuations. Moreover, no online algorithm always finds any positive approximation of RRS (round-robin share).

To explain this, define the envy of agent i at agent j as the amount by which i believes that j's bundle is better, that is, . The max-envy of an allocation is the maximum of the envy among all ordered agent pairs. Suppose the values of all items are normalized to [0,1]. Then, in the offline setting, it is easy to attain an allocation in which the max-envy is at most 1, for example, by the round-robin item allocation (this condition is called EF1). However, in the online setting, the envy might grow with the number of items (T). Therefore, instead of EF1, some algorithms aim to attain vanishing envy—the expected value of the max-envy of the allocation of T items should be sublinear in T (assuming the value of every item is between 0 and 1).

Benade, Kazachkov, Procaccia and Psomas[11] show that the LIKE algorithm (allocating each item uniformly at random) attains vanishing envy - the envy after T items is in . They also present a deterministic algorithm with a similar envy-bound, using the method of pessimistic estimators. They show that this envy-bound is asymptotically optimal (up to logarithmic factors) in the worst case, when the valuations are chosen by an adaptive adversary (an adversary who chooses an item after seeing the allocation at time T-1). In particular, in contrast to the case of binary valuations, no algorithm can guarantee EF1. They also study a more general setting in which the items come in batches of m each time, rather than 1 at a time. In this case, there is a deterministic algorithm with envy in .

Jiang, Kulkarni and Singla[12] improve their envy bound using an algorithm for online two-dimensional discrepancy minimization.

Zeng and Psomas[13] study the trade-off between efficiency and fairness under five adversary models, from weak to strong. Below, vit denotes the value of the item arriving at time t to agent i.

  1. Identical independent agents: the adversary picks a probability distribution D0. On each round t, vit is drawn independently from D0.
  2. Different independent agents: The adversary picks a probability distribution Di for each agent i. On each round t, vit is drawn independently from Di.
  3. Correlated agents: The adversary picks a joint probability distribution D. On each round t, the vector (v1t, ..., vnt) is drawn independently from D.
  4. Non-adaptive adversary: After seeing the algorithm code, the adversary picks the valuations of all n agents to all T items.
  5. Adaptive adversary: After seeing the algorithm code, and after seeing the allocation of the first t-1 items, the adversary picks the valuations of item t (In [13] this is the model).

For adversary 3 (hence also 2 and 1), they show an allocation strategy that guarantees, to each pair of agents, either EF1, or EF with high probability, and in addition, guarantees ex-post Pareto efficiency. They show that the "EF1 or EF w.h.p." guarantee cannot be improved even for adversary 1 (hence also for 2 and 3). For adversary 4 (hence also 5), they show that every algorithm attaining vanishing envy can be at most 1/n ex-ante Pareto-efficient.

Sinclair, Bannerjee and Yu[14] present an algorithm that attains the optimal fairness-efficiency threshold.

The costly reallocation problem

In some cases, items that were previously allocated may be reallocated, but reallocation is costly, so the number of adjustments should be as small as possible. An example is the allocation of expensive scientific equipment among different university departments. Each piece of equipment is allocated as soon as it arrives, but some previously allocated equipment may be reallocated in order to attain a fairer overall allocation.

He, Procaccia and Psomas[15] show that, with two agents, algorithms that are informed about values of future items can attain EF1 without any adjustments, whereas uninformed algorithms require Θ(T) adjustments. With three or more agents, even informed algorithms must use Ω(T) adjustments, and there is an uninformed algorithm that attains EF1 with O(T3/2) adjustments.

Uncertain supply

In many fair division problems, such as production of energy from solar cells, the exact amount of available resource may not be known at the time the allocation is decided. Buermann, Gerding and Rastegari[16] study fair division of a homogeneous divisible resource, such as electricity, where the available amount is given by a probability distribution, and the agents' valuations are not linear (for example, each agent has a cap on the amount of the resource he can use; above this cap, his utility does not increase by getting more of the resource). They compare two fairness criteria: ex-post envy-freeness and ex-ante envy-freeness. The latter criterion is weaker (since envy-freeness holds only in expectation), but it allows a higher social welfare. The price of ex-ante envy-freeness is still high: it is at least Ø(n), where n is the number of agents. Moreover, maximizing ex-ante social welfare subject to ex-ante envy-freeness is strongly NP-hard, but there is an integer program to calculate the optimal ex-ante envy-free allocation for a special class of valuation functions - linear functions with a saturation cap.

Uncertain demand

In many fair division problems, there are agents or groups of agents whose demand for resources is not known when the resources are allocated. For example,[17] suppose there are two villages who are susceptible to power outages. Each village has a different probability distribution over storms:

  • In village A, with probability 40%, two houses are hit;
  • In village B, with probability 70%, three houses are hit.

The government has two generators, each of which can supply electricity to a single house. It has to decide how to allocate the generators between the villages. Two important considerations are utilization and fairness:

  • Utilization is defined as the expected number of houses who need a generator and get it. The utilization is maximized (at 1.4) when both generators are given to village B.
  • Fairness is defined as equalizing the difference between the fraction of served houses between the two villages. Here, the fairest allocation is giving a single generator to each village; the fraction is 1/2 in village A and 1/3 in village B, so the difference is 1/6.

Donahue and Kleinberg[17] prove upper and lower bounds on the price of fairness—the maximum possible utilization, divided by the maximum utilization of a fair allocation. The bounds are weak in general, but stronger bounds are possible for some specific probability distributions that are commonly used to model demand.

Other applications with uncertain demands are allocation of orders in service supply chains,[18] allocation of aircraft to routes,[19] allocation of doctors to surgeries,[20] and more.[21][22][23][24]

Uncertain value

Morgan[25] studies a partnership dissolution setting, where the partnership assets have the same value for all partners, but this value is not known. Each partner has a noisy signal about the value, but the signals are different. He shows that Divide and choose is not fair - it favors the chooser. He presents another mechanism that can be considered fair in this setting.

See also

  • Fair resource allocation in a volatile marketplace.[26]
  • Resource monotonicity—a property of division rules, guaranteeing that if the same rule is applied to a larger cake and the same population, then all agents are better-off.
  • Population monotonicity—a property of division rules, guaranteeing that if the same rule is applied to a smaller population and the same cake, then all agents are better-off.

References

  1. Aleksandrov, Martin; Walsh, Toby (2020-04-03). "Online Fair Division: A Survey". Proceedings of the AAAI Conference on Artificial Intelligence. 34 (9): 13557–13562. arXiv:1911.09488. doi:10.1609/aaai.v34i09.7081. ISSN 2374-3468.
  2. Walsh, Toby (2011). Brafman, Ronen I.; Roberts, Fred S.; Tsoukiàs, Alexis (eds.). "Online Cake Cutting". Algorithmic Decision Theory. Lecture Notes in Computer Science. 6992. Berlin, Heidelberg: Springer: 292–305. doi:10.1007/978-3-642-24873-3_22. ISBN 978-3-642-24873-3. S2CID 501890.
  3. Meunier, Frédéric; Su, Francis Edward (2019-01-01). "Multilabeled Versions of Sperner's and Fan's Lemmas and Applications". SIAM Journal on Applied Algebra and Geometry. 3 (3): 391–411. arXiv:1801.02044. doi:10.1137/18M1192548. S2CID 3762597.
  4. Frick, Florian; Houston-Edwards, Kelsey; Meunier, Frédéric (2019-01-02). "Achieving Rental Harmony with a Secretive Roommate". The American Mathematical Monthly. 126 (1): 18–32. arXiv:1702.07325. doi:10.1080/00029890.2019.1528127. ISSN 0002-9890. S2CID 119601896.
  5. Segal-Halevi, Erel (2022). "Generalized Rental Harmony". The American Mathematical Monthly. 129 (5): 403–414. arXiv:1912.13249. doi:10.1080/00029890.2022.2037988. S2CID 211678363.
  6. Chèze, Guillaume (2019-07-01). "How to share a cake with a secret agent". Mathematical Social Sciences. 100: 13–15. arXiv:1810.06913. doi:10.1016/j.mathsocsci.2019.04.001. ISSN 0165-4896. S2CID 53115454.
  7. Arunachaleswaran, Eshwar Ram; Barman, Siddharth; Rathi, Nidhi (2019-07-17). "Fair Division with a Secretive Agent". Proceedings of the AAAI Conference on Artificial Intelligence. 33 (1): 1732–1739. arXiv:1811.10859. doi:10.1609/aaai.v33i01.33011732. ISSN 2374-3468.
  8. Segal-Halevi, Erel (2022). "Redividing the cake". Proceedings of the 27th International Joint Conference on Artificial Intelligence. IJCAI'18. 36. Stockholm, Sweden: AAAI Press: 498–504. arXiv:1603.00286. doi:10.1007/s10458-022-09545-x. ISBN 978-0-9992411-2-7. S2CID 246493020.
  9. Aleksandrov, Martin; Aziz, Haris; Gaspers, Serge; Walsh, Toby (2015-07-25). "Online fair division: analysing a food bank problem". Proceedings of the 24th International Conference on Artificial Intelligence. IJCAI'15. Buenos Aires, Argentina: AAAI Press: 2540–2546. arXiv:1502.07571. ISBN 978-1-57735-738-4.
  10. Kahana, Ido; Hazon, Noam (2023), "The Leximin Approach for a Sequence of Collective Decisions", ECAI 2023, IOS Press, pp. 1198–1206, arXiv:2305.18024, doi:10.3233/faia230396, retrieved 2023-12-17
  11. Benade, Gerdus; Kazachkov, Aleksandr M.; Procaccia, Ariel D.; Psomas, Christos-Alexandros (2018-06-11). "How to Make Envy Vanish over Time". Proceedings of the 2018 ACM Conference on Economics and Computation. EC '18. Ithaca, NY, USA: Association for Computing Machinery. pp. 593–610. doi:10.1145/3219166.3219179. ISBN 978-1-4503-5829-3. S2CID 3340196.
  12. Jiang, Haotian; Kulkarni, Janardhan; Singla, Sahil (2019-10-02). "Online Geometric Discrepancy for Stochastic Arrivals with Applications to Envy Minimization". arXiv:1910.01073 [cs.DS].
  13. Zeng, David; Psomas, Alexandros (2020-07-13). "Fairness-Efficiency Tradeoffs in Dynamic Fair Division". Proceedings of the 21st ACM Conference on Economics and Computation. EC '20. Virtual Event, Hungary: Association for Computing Machinery. pp. 911–912. arXiv:1907.11672. doi:10.1145/3391403.3399467. ISBN 978-1-4503-7975-5. S2CID 198953099.
  14. Sinclair, Sean R.; Banerjee, Siddhartha; Yu, Christina Lee (2021-10-29). "Sequential Fair Allocation: Achieving the Optimal Envy-Efficiency Tradeoff Curve". arXiv:2105.05308 [cs.GT].
  15. He, Jiafan; Procaccia, Ariel D.; Psomas, Alexandros; Zeng, David (2019). "Achieving a Fairer Future by Changing the Past". In Kraus, Sarit (ed.). Proceedings of the Twenty-Eighth International Joint Conference on Artificial Intelligence, IJCAI 2019, Macao, China, August 10-16, 2019. pp. 343–349. doi:10.24963/IJCAI.2019/49.
  16. Buermann, Jan; Gerding, Enrico H.; Rastegari, Baharak (2020-05-05). "Fair Allocation of Resources with Uncertain Availability". Proceedings of the 19th International Conference on Autonomous Agents and MultiAgent Systems. AAMAS '20. Auckland, New Zealand: International Foundation for Autonomous Agents and Multiagent Systems: 204–212. ISBN 978-1-4503-7518-4.
  17. Donahue, Kate; Kleinberg, Jon (2020-01-27). "Fairness and utilization in allocating resources with uncertain demand". Proceedings of the 2020 Conference on Fairness, Accountability, and Transparency. FAT* '20. Barcelona, Spain: Association for Computing Machinery. pp. 658–668. arXiv:1906.09050. doi:10.1145/3351095.3372847. ISBN 978-1-4503-6936-7.
  18. Wang, Di; Liu, Weihua; Shen, Xinran; Wei, Wanying (2019-10-01). "Service order allocation under uncertain demand: Risk aversion, peer competition, and relationship strength". Transportation Research Part E: Logistics and Transportation Review. 130: 293–311. doi:10.1016/j.tre.2019.09.005. ISSN 1366-5545. S2CID 204451097.
  19. Ferguson, Allen R.; Dantzig, George B. (1956-10-01). "The Allocation of Aircraft to Routes—An Example of Linear Programming Under Uncertain Demand". Management Science. 3 (1): 45–73. doi:10.1287/mnsc.3.1.45. ISSN 0025-1909.
  20. Gerchak, Yigal; Gupta, Diwakar; Henig, Mordechai (1996-03-01). "Reservation Planning for Elective Surgery Under Uncertain Demand for Emergency Surgery". Management Science. 42 (3): 321–334. doi:10.1287/mnsc.42.3.321. ISSN 0025-1909.
  21. Chen, Yefen; Zhao, Xiaobo (2015). "Decision Bias in Capacity Allocation Games with Uncertain Demand". Production and Operations Management. 24 (4): 634–646. doi:10.1111/poms.12257. ISSN 1937-5956.
  22. Banks, Jeffrey S.; Ledyard, John O.; Porter, David P. (1989). "Allocating Uncertain and Unresponsive Resources: An Experimental Approach". The RAND Journal of Economics. 20 (1): 1–25. doi:10.2307/2555648. ISSN 0741-6261. JSTOR 2555648. PMID 10296624.
  23. Xue, Jingyi (2018-06-01). "Fair division with uncertain needs". Social Choice and Welfare. 51 (1): 105–136. doi:10.1007/s00355-018-1109-5. ISSN 1432-217X. S2CID 48362407.
  24. Elzayn, Hadi; Jabbari, Shahin; Jung, Christopher; Kearns, Michael; Neel, Seth; Roth, Aaron; Schutzman, Zachary (2019-01-29). "Fair Algorithms for Learning in Allocation Problems". Proceedings of the Conference on Fairness, Accountability, and Transparency. FAT* '19. Atlanta, GA, USA: Association for Computing Machinery. pp. 170–179. arXiv:1808.10549. doi:10.1145/3287560.3287571. ISBN 978-1-4503-6125-5. S2CID 52143168.
  25. Morgan, John (2004-05-01). "Dissolving a partnership (un)fairly". Economic Theory. 23 (4): 909–923. doi:10.1007/s00199-003-0409-9. ISSN 1432-0479. S2CID 153828369.
  26. Bateni, MohammadHossein; Chen, Yiwei; Ciocan, Dragos Florin; Mirrokni, Vahab (2022). "Fair resource allocation in a volatile marketplace". Operations Research. 70 (1): 288–308. doi:10.1287/opre.2020.2049. MR 4379584. SSRN 2789380.

Share this article:

This article uses material from the Wikipedia article Online_fair_division, and is written by contributors. Text is available under a CC BY-SA 4.0 International License; additional terms may apply. Images, videos and audio are available under their respective licenses.