Papers
Topics
Authors
Recent
Search
2000 character limit reached

On MMS, APS and XOS

Published 9 May 2026 in cs.GT | (2605.08859v1)

Abstract: We consider allocations of a set of $m$ indivisible goods to $n$ agents of equal entitlements that have valuations from the class XOS. A previous sequence of works showed allocations that obtain an $α$-approximation for the maximin share (MMS), for values of $α$ that gradually approach $\frac{1}{4}$ from below (the currently known ratio is $\frac{4}{17}$). In this work we attempt to obtain ratios better than $\frac{1}{4}$, and manage to do so for sufficiently large $n$. Our methodology is to first investigate the gap between the anyprice share (APS) and the MMS when all agents have the same XOS valuations, for which we design an allocation algorithm and prove that each agent receives at least $α> \frac{11}{40}$ times the APS. Then, we derive inspiration from this algorithm, and modify it so that it applies also when agents have different XOS valuations. Using this modified version, we show that for some sufficiently large $n_0$, there is an $α$-MMS allocation (in fact, an $α$-APS allocation) for every $n \geq n_0$.

Authors (2)

Summary

  • The paper introduces a novel potential-based and randomized method that surpasses the previous 1/4 MMS guarantee for XOS valuations.
  • It employs a greedy allocation combined with martingale concentration techniques to ensure fairness even with non-identical valuations.
  • The limiting MMS/APS ratio converges to approximately 0.2768 as the number of agents grows, improving theoretical guarantees for large markets.

Improved Approximate MMS and APS Allocations for XOS Valuations

Problem Statement and Fairness Frameworks

The paper considers the allocation of mm indivisible goods among nn agents with equal entitlements, where each agent’s valuation is XOS (fractionally subadditive). The core fairness concept is the Maximin Share (MMS) guarantee: for any agent ii, MMS is the maximum value she can guarantee herself if she divides the goods into nn bundles and receives the least-valued bundle. Since MMS allocations (where every agent attains at least her MMS) may not always exist, especially for general, non-additive valuations, attention turns to α\alpha-MMS allocations: allocations where each agent attains at least α\alpha times her MMS value.

A related, weaker relaxation is the Anyprice Share (APS), which leverages fractional allocations or price-based constraints; the APS is always at least the MMS. Existence of α\alpha-APS allocations thus implies existence of α\alpha-MMS allocations for the same α\alpha.

Summary of Prior State-of-the-Art

Prior to this work, for XOS agents, the leading existential guarantees were:

  • 14\frac{1}{4}-MMS allocations provably exist for all nn0
  • This ratio was matched for APS allocations
  • The main proof technique is the sequential allocation approach, giving away bundles of high value items, then recursively handling the remainder

Substantially improving the approximation ratio beyond nn1 has been elusive. Moreover, current techniques for both MMS and APS share similar limitations, appearing to hit a natural barrier at nn2.

Methodological Contributions

This work develops a distinct algorithmic and analytical framework, advancing both existential results and algorithmic understanding for large nn3:

  1. Identical XOS Valuations—APS/MMS Gap Analysis: The authors first tackle the special case where all agents have the identical XOS valuation. They show, via a greedy allocation algorithm coupled with a carefully defined “potential function” (as a weighted sum over the APS fractional partition), that the minimal guaranteed approximation (minimum-over-agent value over all steps) can be pushed strictly above nn4 as nn5. The analysis relies on tracing how this potential function decreases with each allocation, upper bounding the per-step item reallocation “probabilities” via combinatorial arguments and LP duality.
  2. General (Non-Identical) Valuations for Large nn6:

The main technical challenge is that APS fractional partitions differ for each agent, and thus removing an item for one agent can drastically reduce the potential for others. The authors circumvent this by: - Developing a randomized allocation protocol, analyzing martingale concentration over the per-agent potential functions along the allocation process. - Handling problematic cases via a “stealing” mechanism: if a bundle allocated to one agent causes substantial value loss to another, the latter can “steal” a subset, ensuring the total devaluation is tightly controlled. - Addressing the presence of large items (with value at least nn7). The combinatorics of large items are handled via structural lemmas on matchings in bipartite graphs, partitioning agents and items so that large items can be allocated directly, and reducing the remainder to the small item setting.

  1. Analytic Approach and Concentration: For large nn8, the stepwise analysis of potential drop can be approximated by a differential equation, yielding a limiting value for the attainable ratio nn9. The authors show that as ii0 increases, the limiting ii1 approaches approximately ii2, governed by an explicit transcendental equation.
  2. Algorithmic Implementation: The allocation algorithms are polynomial-time assuming the availability of value and "anyprice" oracles (the latter arising from the alternative, price-based APS definition and implementable via the ellipsoid method), despite the underlying problem being APX-hard via value queries alone.

Main Theorems and Performance Guarantees

The central formal claims are:

  • Existence of ii3-MMS and ii4-APS Allocations for All Large ii5:

There exists ii6 and ii7 such that for ii8, there is an allocation where every agent gets at least ii9 times her MMS (resp. APS). The value nn0 improves with nn1, and converges to a precise analytic value satisfying

nn2

which numerically yields nn3.

The proofs show that, as nn4, the potential function can be kept above nn5 through the entire allocation process, for both the identical and nonidentical valuation cases.

  • Tight Multiplicative Gap Between APS and MMS for XOS:

For all nn6 and XOS nn7, nn8, with the above nn9.

  • Algorithmic Properties:

The algorithms are randomized and, given access to value and anyprice oracles, run in expected polynomial time. The method is constructive except for the inherent query complexity obstacles dictated by the hardness of computing MMS/APS for XOS via value queries alone.

Numerical Implications, Bounds, and Contrasts

  • The improvement over α\alpha0 is explicit: α\alpha1, and for massive α\alpha2 can reach approximately α\alpha3.
  • Achieving α\alpha4 requires α\alpha5, situating these results firmly in the large-market regime.
  • The previous proof techniques are fundamentally unable to beat the α\alpha6-MMS/APX bound, whereas the new analysis leverages potential-based recursion and stochastic process concentration, generalizing greedy principles to the fractional (APS) context in ways not accessible before.

Theoretical and Practical Implications

  • Theoretical Implications:

This result provides a new upper bound on the best-possible fraction of MMS or APS achievable under general XOS valuations as the number of agents grows. It also underscores the subtle gap between analyses based solely on partitioning versus those exploiting refined probabilistic and potential-based arguments in the space of subadditive combinatorial valuations.

The implications extend to a tight understanding of the approximation landscape: while matching lower bounds for XOS do not exist beyond the α\alpha7 barrier, this work demonstrates that there is provable slack above α\alpha8.

  • Algorithmic Significance:

The approach introduces a martingale-based method for allocation under independence constraints, with high-probability guarantees rather than worst-case bounds, an advancement compared to deterministic methods. The "stealing" mechanism for bundles ensures robust value preservation for all agents in the face of highly diverse and overlapping valuations.

  • Practical Aspects:

The algorithms are implementable in large-scale settings where anyprice queries are accessible (e.g., when price-based oracle access is realizable), and thus have implications for automated resource division in digital and economic multi-agent systems where XOS preferences arise.

  • Wider Applicability and Future Research:

The methods and structural results for the handling of large items and matching-based allocation partitions could find applications in other combinatorial allocation settings. The martingale concentration toolkit developed may inspire new existence proofs in fair division and beyond, particularly for other valuation hierarchies and extended notions of fairness.

Conclusion

This paper surpasses previous existential and constructive guarantees for fair allocation of indivisible goods to XOS agents, specifically for the large-agent regime. By developing new potential-based and stochastic analytical tools, it establishes a strictly higher approximation threshold than was previously thought attainable for MMS and APS allocations. These results reveal both the limitations of classical greedy/partitioning approaches and the added value of probabilistic process analysis in the context of combinatorial fair division. Future directions include strengthening the bounds for moderate α\alpha9, extending the techniques to broader valuation classes, and further bridging the gap between existential, algorithmic, and hardness results for fair division.

Paper to Video (Beta)

No one has generated a video about this paper yet.

Whiteboard

No one has generated a whiteboard explanation for this paper yet.

Open Problems

We haven't generated a list of open problems mentioned in this paper yet.

Collections

Sign up for free to add this paper to one or more collections.