Temporal fair division

Last updated

Temporal fair division [1] [2] is a sequence of fair division instances among the same set of agents. Some examples are:

Contents

The standard fair division setting considers a one-shot division; but in reality, the same set of agents usually participate in several consecutive fair division instances. This adds more complexity to the fairness requirements.

In some cases, the resources to allocate are not known in advance. Each day, a new resource (or set of resources) arrives, and must be immediately and irrevocably allocated. Fairness becomes much harder to attain, as the allocator might make an allocation decision that will in hindsight appear very unfair. This setting is explained in the page on online fair division.

This article focuses on the setting in which the resources to allocate are all known in advance: we know exactly what is going to arrive and when. The challenge here is that, in a sequence of fair division instances, people have higher fairness expectations. While they agree to tolerate a slightly unfair allocation in a single day, they expect the fairness to be restored in following days. This gives rise to stronger fairness notions, that take the temporal nature of the problem into consideration.

Terminology

Rounds

It is common to call each instance in the sequence a "round" or a "day", though of course it is possible that the instances occur at different time-intervals.

Fairness notions

Fairness notions. Let F be any fairness notion defined for a one-shot division setting. For example, F can be envy-freeness (EF), envy-freeness up to one item (EF1), proportionality (PROP), and so on. F can be generalized to temporal fair division in three different ways: [1]

Note that Cumulative-F impies Overall-F. However, Local-F is independent of these two. Local-F alone and Overall-F alone can be obtained by any standard (non-temporal) allocation that obtains F; the challenges are threefold:

  1. Guarantee Local-F and Overall-F simultaneously;
  2. Guarantee Cumulative-F alone or in combination with Local-F;
  3. Guarantee Overall-F when F itself cannot be attained.

Remark. When studying cumulative fairness, it is usually assumed that there is a single item per day. [2] :Lem.3.1This is because, for any instance with e.g. k items per day, one can create an instance with a single item per day (essentially "split" each day into k consecutive days), and if the new instance admits a cumulative-F allocation, then so does the original instance.

Identical days: Repeated fair division

Repeated fair division [3] is a special case of temporal fair division in which the items are the same in each period. This setting allows for stronger fairness guarantees.

Repeated matching

Repeated matching [4] is a special case of repeated fair division in which there are n items in each round, and each agent should exactly one item per round. An example of this setting is housechore allocation: each day, each housemate must do exactly one chore, and the chores are the same each day. Some fairness notions are easy to attain in this setting:

Time-dependent valuations and Overall-EF1

Caragiannis and Narang [4] study a generalized repeated matching setting in which the value of an agent for an item may depend on the number of rounds the item was previously used by the same agent. In this setting, attaining overall-EF1 becomes more challenging, and the round-robin technique does not work. For example, suppose there are two agents, two items and three rounds. Suppose that:

  • Alice always values x at 2; she values the first use of y at 1, and the second and third uses at 10.
  • George always values y at 2; he values the first use of x at 1, and the second and third uses at 10.

In round-robin, Alice will choose three copies of x and George will choose three copies of y; both agents end up envying each other, and the overall allocation is not even EF1. They show that:

  • Computing a utilitarian item allocation (maximizing the sum of utilities) is NP-hard for T ≥ 3, by reduction from 3-dimensional matching (for T=1 it is equivalent to maximum-weight perfect matching, which is polynomial). However, when the valuations are monotone w.r.t. time (i.e., vi(g,t) either increases with t or decreases with t), it can be solved in polynomial time, even with mixtures of goods and bads, by reduction to b-matching. [4] :Sec.3
  • For agents with identical non-negative valuations, there is a polytime algorithm that computes an overall-EF1 allocation. [4] :Alg.1
  • For agents with general non-negative valuations, when T mod n is in {0, 1, 2, n-1}, there is a polytime algorithm that computes an overall-EF1 allocation. [4] :Alg.2,3 In particular, this holds for every instance with at most 4 agents. The existence of overall-EF1 allocations for n≥5 agents remains open.
  • Even with constant valuations, it is NP-hard to approximate the optimal utilitarian welfare of overall-EF1 allocations to a factor better than O(min(n1/3T)), by reduction from maximum independent set. [4] :Sec.5
  • WIth a mixture of goods and bads, EF1 might be impossible to satisfy in a matching, so they relax it to swap-envy-freeness. They prove that, with identical valuations, their Algorithm 1 compues an overall-swapEF allocation. For general valuations, when T mod n is in {0, 1, 2, n-2, n-1}, there is a polytime algorithm that computes an overall-swapEF allocation. In particular, this holds for every instance with at most 5 agents. The existence of overall-swapEF allocations for n≥6 agents remains open. [4] :Sec.6

Past allocations, Cumulative-EF1 and Pareto-efficiency

Micheel and Wilczynski [6] also study repeated matching (which they call "repeated house allocation"). They assume that agents have ordinal preferences over the houses, which do not change between rounds. They measure the cumulative envy - the envy after each time-step (not just at the end). They also require that the allocation at each round be Pareto efficient. They also take into account past rounds - rounds that occurred before the algorithm starts. They study three fairness notions:

  • Mirrored envy: [6] :Sec.4 if some agent envies another agent a certain number of times, then the latter envied them the same number of times. They prove that, if there is only one future step (in addition to any number of past steps), then deciding whether a mirror-EF and PO allocation exists is polynomial. The same holds if there are at most two future steps (in addition to any number of past steps), and the agents have the same preferences. But if there are two or more future steps (even with no past steps), and agents have different preferences, then the decision problem is NP-complete, by reduction from exact-3-cover.
  • Equal treatment of equals (ETE): [6] :Sec.5 agents with the same preferences get exactly the same received objects. They prove that an ETE and PO allocation always exists when the past is empty and the size of every equivalence class of agents divides the number of future rounds. In that case, a solution can be found in polytime. But in general, deciding whether an ETE allocation exists, even with no past, is NP-complete (by reduction from the partition problem). But if there is no past, and the number of equivalence classes, then the problem can be solved in pseudo-polynomial time.
  • Minimizing the number of times an agent is envious [6] :Sec.6: If there are T future rounds, then there is always an allocation in which the maximum number of times each agent is envious is at most ceiling(T/2). We can find it by running round robin item allocation for ceiling(T/2) rounds in one order, and for floor(T/2) rounds in the opposite order. This bound is tight, as if agents have identical strict preferences, for every pair of agents there is one agent who envies the other one for at least ceiling(T/2) rounds. Deciding if there exists an allocation with max number of envious rounds at most T/3 is NP-hard (in particular, if there are 3 future rounds, then deciding if there exists an allocation with max number of envious rounds at most 1 is NP-hard), by reduction from exact-3-cover.

It remains open whether a cumulative-EF1 allocation always exists. Interestingly, in some cases there exists a cumulative-EF1 allocation but no repetitive cumulative-EF1 allocation. For any n≥3, it is NP-hard to decide whether there exists a repetitive cumulative-EF1 allocation, even for T=2 rounds, by reduction from Multiway number partitioning. [2] :Thm.5.2

Repeated allocation

In the more general repeated allocation setting, there can be more or fewer than n items each day, and every agent may receive any number of items each day.

Igarashi, Lackner, Nardi and Novaro [3] study both overall fairness and per-round (local) fairness. They consider two settings: the number of rounds can be either fixed in advance, or variable (can be chosen by the algorithm). The prove that:

Cookson, Ebadian and Shah [1] strengthen their results to ordinal fairness (fairness that holds for any utility functions compatible with the rankings). They show polynomial time algorithms that guarantee the following combinations:

Different days

The more general case of temporal division is when the items in each day may be different (but it still known in advance what items are coming). Cumulative-EF1 is the main fairness notion.

A first solution that comes to mind is to use the envy-graph procedure, that is, each day, the daily item is allocated to an unenvied agent. The partial allocation is always EF1. However, in case there is envy-cycle, we must exchange bundles along the cycle, which destroys the cumulative-EF1 guarantee.[ clarification needed ] Still, the envy-graph procedure works when agents have identical valuations, as in this case no envy-cycles are formed.

He, Procaccia and Psomas [7] show a polytime algorithm that attains cumulative-EF1 for two agents with positive valuations (goods). It is similar to the envy-graph algorithm except that, when envy-cycles occur, only partial bundles are exchanged, in a way that maintains the cumulative-EF1 guarantee. An analogous algorithm works with negative valuations (chores). [2] :Sec.3.1

With three or more agents, it may be impossible to attain cumulative-EF1 without reallocating previously-allocating items (moreover, Ω(T) reallocations might be required). [7] There is an example with three agents and 23 goods; the example does not extend to chores, so the case of chores and 3 or more agents remains open. [2] :App.A

Elkind, Lam, Latifian, Neoh and Teh [2] :Sec.3.2 show some more cases (in addition to the case of two agents) in which a cumulative-EF1 (TEF1) allocation always exists, and can be found in polytime:

On the other hand, they show that a cumulative-EFx allocation might not exist for either goods or chores, even for two agents with identical valuations and two types of items, and even when the values are increasing with time (for goods) or decreasing with time (for chores). [2] :Sec.3.1

For the general case, they prove several hardness results regarding cumulative-EF1: [2] :Sec.3.3

There are also several hardness results regarding combining cumulative-EF1 with Pareto-efficiency: [2] :Sec.4

Cookson, Ebadian and Shah [1] study temporal fair division with an additional requirements of ordinal fairness (which means that the fairness notion should hold for any additive utility function that is compatible with the ranking). They show polytime algorithms for the following combinations of features:

Summary of results

The following table summarizes results for indivisible item allocation. Results are presented by the characteristics of the single-day problem (what is done each day), and the temporal aspects (what relates problems solved in different days).

Information on future can be:

The Adversary models are based on Zeng and Psomas: [14]

Name+CiteSingle-day problemTemporal aspectsComments
#Items#AgentsValuationsPer-day fairnessInformation

on future

Identical days?AdversaryOverall fairness at round TCumulative

fairness

LIKE [15] 1nBinary-1 Max value0 Different5 Adaptiveex-ante EF.Truthful.

Not ex-post EFc for any c.

BALANCED

LIKE [15]

1nBinary-1 Max value0 Different5 Adaptiveex-ante EF,

ex-post EF1.

Truthful for n≥2 but not for n≥3.
Derandomized LIKE [16] 1nAdditive-1 Max value0 Different5 AdaptiveEnvy ≤ sqrt(T/n).-Envy bound is tight.
Derandomized LIKE with batches [16] [17] :Sec.3.1-3.2mnAdditive-1 Max value0 Different5 AdaptiveEnvy ≤ sqrt(T/(mn)).-Envy bound is tight.
Online Stripe Discrepancy [18] 12Additive-1 Max value0 Different1 IID Envy ≤ T^(const/log log T), w.h.p. -Holds even for ordinal envy.
Clique Rounding [14] :Alg.3 [17] :Sec.41nAdditive-1 Max value0 Different3 Correlated (hence also 1,2)Ex-post PE; every pair (i,j) satisfies either EF1, or EF w.h.p. -Fairness guarantee cannot be improved even for adversary 1 (IID).
***

[Incompatibility result] [14] :Sec.5 [17] :Sec.3.3

1nAdditive-1 Max value0 Different4 Non-adaptive (hence also 5)Envy in o(T); 1/n-PE.-Impossible.
Envy Balancing [19] :Alg.212Additive-3 Complete0 Different5 AdaptiveEF1-Requires no adjustments.
Fractional Item Rounding [19] :Alg.112Additive-0 None0 Different5 AdaptiveEF1-Requires at most T adjustments.
Double Round Robin [19] :Alg.31nAdditive-0 None0 Different5 AdaptiveEF1-Requires O(T3/2) adjustments.
***

[Impossibility result] [19] :Thm.4.2

1nAdditive-3 Complete (hence also 0,1,2)0 Different4 Non-adaptive (hence also 5)EF1-Requires Omega(T) adjustments.
Repeated fair allocation for two agents [20] :Sec.4m2AdditiveWeak-EF13 Complete1 Identical-EF+PE (when T is even).Per-round EF1 for T=2 days
Repeated fair allocation for n agents [20] :Sec.3mnAdditiveNone3 Complete1 Identical-EF or PROP+PE (when T is a multiple of n).Impossible when T is not a multiple of n.

EF+PE impossible for n>2.

Repeated matching - time-dependent valuations [21] nnAdditive; Item value for i can depend on number of times it is used by i.EF1 (trivial)3 Complete1 Identical-EF1None
Repeated matching [21] nnAdditiveEF1 (trivial)3 Complete1 Identical-EF1NoneBiswas-Barman algorithm for partition-matroid constraints
Envy-graph [2] :Sec.3.2mnAdditive, Generalized-binaryNone0 None (hence also 1, 2, 3)0 Different-EF1There is always an unenvied agent; no need to remove cycles.
*** [Impossibility result] [22] :Sec.31≥ 2Additive-0 None0 Different5 AdaptiveEF1-Any multiplicative approximation of EF1 is impossible
*** [Impossibility result] [22] :Sec.312Additive-0 None0 Different5 AdaptivePROP1-PROP1 is impossible
Satisficing algorithm [22] :Sec.41nAdditive-1 Sum values0 Different5 AdaptivePROP1; EF1 for n=2-EFx impossible for n≥2; EF1 impossible for n≥3.
Picking-sequence algorithm [22] :Sec.51nAdditive-2 Multiset0 Different5 AdaptiveEvery share-based notion; and EFx for n=2-Cannot guarantee EFx for n≥3.

References

  1. 1 2 3 4 5 6 7 8 9 10 Cookson, Benjamin; Ebadian, Soroush; Shah, Nisarg (2025-04-11). "Temporal Fair Division". Proceedings of the AAAI Conference on Artificial Intelligence. 39 (13): 13727–13734. doi: 10.1609/aaai.v39i13.33500 . ISSN   2374-3468.
  2. 1 2 3 4 5 6 7 8 9 10 11 Elkind, Edith; Lam, Alexander; Latifian, Mohamad; Neoh, Tzeh Yuan; Teh, Nicholas (2024-10-18), Temporal Fair Division of Indivisible Items, To appear in the Proceedings of AAMAS 2025, arXiv: 2410.14593 {{citation}}: CS1 maint: location (link) CS1 maint: location missing publisher (link)
  3. 1 2 Igarashi, Ayumi; Lackner, Martin; Nardi, Oliviero; Novaro, Arianna (2024-03-24). "Repeated Fair Allocation of Indivisible Items". Proceedings of the AAAI Conference on Artificial Intelligence. 38 (9): 9781–9789. arXiv: 2304.01644 . doi:10.1609/aaai.v38i9.28837. ISSN   2374-3468.
  4. 1 2 3 4 5 6 7 8 Caragiannis, Ioannis; Narang, Shivika (2024-01-04). "Repeatedly matching items to agents fairly and efficiently". Theoretical Computer Science. 981 114246. arXiv: 2207.01589 . doi:10.1016/j.tcs.2023.114246. ISSN   0304-3975.
  5. Cole, Richard; Ost, Kirstin; Schirra, Stefan (2001-01-01). "Edge-Coloring Bipartite Multigraphs in O(E logD) Time" . Combinatorica. 21 (1): 5–12. doi:10.1007/s004930170002. ISSN   1439-6912.
  6. 1 2 3 4 Micheel, Karl Jochen; Wilczynski, Anaëlle (October 2024). "Fairness in Repeated House Allocation". 27th European Conference on Artificial Intelligence (ECAI 2024). Frontiers in Artificial Intelligence and Applications. IOS Press. doi: 10.3233/faia240909 . ISBN   978-1-64368-548-9.
  7. 1 2 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. ISBN   978-0-9992411-4-1.
  8. Igarashi, Ayumi; Kamiyama, Naoyuki; Suksompong, Warut; Yuen, Sheung Man (2024-12-01). "Reachability of Fair Allocations via Sequential Exchanges". Algorithmica. 86 (12): 3653–3683. arXiv: 2312.07241 . doi:10.1007/s00453-024-01271-y. ISSN   1432-0541.
  9. Elkind, Edith; Obraztsova, Svetlana; Teh, Nicholas (2024-03-24). "Temporal Fairness in Multiwinner Voting". Proceedings of the AAAI Conference on Artificial Intelligence. 38 (20): 22633–22640. doi: 10.1609/aaai.v38i20.30273 . ISSN   2374-3468.
  10. Bampis, Evripidis; Escoffier, Bruno; Mladenovic, Sasa (July 2018). "Fair resource allocation over time". AAMAS 2018 - 17th International Conference on Autonomous Agents and MultiAgent Systems. Stockholm, Sweden: International Foundation for Autonomous Agents and Multiagent Systems. pp. 766–773.
  11. Sinclair, Sean R.; Banerjee, Siddhartha; Yu, Christina Lee (2022-07-07). "Sequential Fair Allocation: Achieving the Optimal Envy-Efficiency Tradeoff Curve" . ACM SIGMETRICS Performance Evaluation Review. 50 (1): 95–96. doi:10.1145/3547353.3526951. ISSN   0163-5999.
  12. Friedman, Eric; Psomas, Christos-Alexandros; Vardi, Shai (2015-06-15). "Dynamic Fair Division with Minimal Disruptions". Proceedings of the Sixteenth ACM Conference on Economics and Computation. New York, NY, USA: Association for Computing Machinery. pp. 697–713. doi:10.1145/2764468.2764495. ISBN   978-1-4503-3410-5.
  13. Kawase, Yasushi; Roy, Bodhayan; Sanpui, Mohammad Azharuddin (2025-01-11), Resource Allocation under the Latin Square Constraint, arXiv: 2501.06506
  14. 1 2 3 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.
  15. 1 2 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.
  16. 1 2 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.
  17. 1 2 3 Benadè, Gerdus; Kazachkov, Aleksandr M.; Procaccia, Ariel D.; Psomas, Alexandros; Zeng, David (July 2024). "Fair and Efficient Online Allocations" . Operations Research. 72 (4): 1438–1452. doi:10.1287/opre.2022.0332. ISSN   0030-364X.
  18. 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].
  19. 1 2 3 4 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. ISBN   978-0-9992411-4-1.
  20. 1 2 Igarashi, Ayumi; Lackner, Martin; Nardi, Oliviero; Novaro, Arianna (2024-03-24). "Repeated Fair Allocation of Indivisible Items". Proceedings of the AAAI Conference on Artificial Intelligence. 38 (9): 9781–9789. arXiv: 2304.01644 . doi:10.1609/aaai.v38i9.28837. ISSN   2374-3468.
  21. 1 2 Caragiannis, Ioannis; Narang, Shivika (2024-01-04). "Repeatedly matching items to agents fairly and efficiently". Theoretical Computer Science. 981 114246. arXiv: 2207.01589 . doi:10.1016/j.tcs.2023.114246. ISSN   0304-3975.
  22. 1 2 3 4 Neoh, Tzeh Yuan; Peters, Jannik; Teh, Nicholas (2025-05-30), Online Fair Division with Additional Information, arXiv: 2505.24503