Papers
Topics
Authors
Recent
Search
2000 character limit reached

Binary XOS Valuations

Updated 21 January 2026
  • Binary XOS valuations are set functions defined as the maximum over binary additive clauses, ensuring 0-1 marginal increments and complement-free preferences.
  • They enable efficient approximations for Nash social welfare and fairness metrics, underpinning robust mechanism design in allocation problems.
  • Key properties like non-wasteful extractability and gradual truthfulness facilitate practical, algorithmic approaches despite potential exponential clause complexity.

A binary XOS valuation is a set function v:2MZ+v:2^M \rightarrow \mathbb{Z}_+ on a ground set MM of mm goods, defined by expressing vv as the pointwise maximum over (possibly exponentially many) additive clauses with binary item weights. Binary XOS valuations constitute a broad, complement-free class that generalizes both binary additive and matroid-rank valuations and play a central role in fair division, mechanism design, and complexity analyses of allocation problems. They exhibit strong combinatorial structure—bounded, integral marginals and subadditivity—but notably need not be submodular. This entry surveys definitions, structural properties, placement within valuation hierarchies, mechanism design implications, and algorithmic aspects.

1. Formal Definitions and Representation

A set function v:2MZ+v:2^M\to\mathbb{Z}_+ is a binary XOS valuation if it admits any of the following (equivalent) representations:

  • Clause form: There exists a family F2M\mathcal{F}\subseteq 2^M such that for every SMS\subseteq M,

v(S)=maxFFFSv(S) = \max_{F\in\mathcal{F}}\,|F\cap S|

Each FFF\in\mathcal{F} is called an additive “clause,” with value given by simple cardinality on intersection with SS.

  • Additive maximum form: There is a (possibly exponential-sized) collection of additive functions {}=1L\{\ell_{\ell}\}_{\ell=1}^L with weights w,j{0,1}w_{\ell,j}\in\{0,1\} so that for all SMS\subseteq M,

v(S)=max1L  jSw,jv(S) = \max_{1\leq\ell\leq L}\;\sum_{j\in S} w_{\ell,j}

  • Binary marginals property: For every SMS\subseteq M and gSg\notin S,

v(S{g})v(S){0,1}v(S\cup \{g\})\, -\, v(S) \in \{0,1\}

  • Extractability property: For every SMS\subseteq M, there exists XSX\subseteq S with v(X)=X=v(S)v(X)=|X|=v(S).

Each of these explicitly appears and is shown equivalent in (Barman et al., 2021) and (Barman et al., 2021). These canonical representations are critical for structural and algorithmic arguments.

2. Placement in Valuation Hierarchies

Binary XOS valuations strictly generalize several familiar classes:

Class Definition Containment in Binary XOS
Additive v(S)=gSwgv(S)=\sum_{g\in S}w_g, wg{0,1}w_g\in\{0,1\} Special case (one clause per g:wg=1g:w_g=1)
Matroid-rank Submodular, $0$–$1$ marginals; v(S)v(S) = matroid rank of SS Special case (F\mathcal{F} = independent sets)
General XOS v(S)=maxjSw,jv(S)=\max_{\ell}\sum_{j\in S}w_{\ell,j}, w,j0w_{\ell,j}\ge 0 Binary XOS imposes w,j{0,1}w_{\ell,j}\in\{0,1\}
Binary subadditive S,g\forall S,g: v(S{g})v(S){0,1}v(S\cup\{g\})-v(S)\in\{0,1\} and subadditive Binary XOS is strictly contained

Matroid-rank (i.e., binary submodular) valuations are precisely those binary XOS valuations that are submodular; their hereditary structure implies powerful combinatorial properties not shared by all binary XOS functions (Barman et al., 2021, Kulkarni et al., 2023).

3. Structural Properties

Key structural results include:

  • Nonnegativity and monotonicity: Immediate from the form as a max of nonnegative, monotonic clauses.
  • Subadditivity: Holds since XOS (fractionally subadditive) implies v(AB)v(A)+v(B)v(A\cup B) \leq v(A)+ v(B).
  • Binary marginals: The value jump on adding any good is $0$ or $1$.
  • Non-wasteful extractability (doubling): For any SS, one can find XSX\subseteq S with v(X)=X=v(S)v(X)=|X|=v(S); new goods can always be split off efficiently, a property heavily exploited algorithmically (Barman et al., 2021).
  • Closure under restriction: Restricting vv to any XMX\subseteq M (intersecting every clause FF with XX) yields a new binary XOS function.
  • Not closed under union: Arbitrary unions of binary XOS functions may lose clause structure.
  • Potential exponential clause size: An arbitrary binary XOS function may need exponentially many clauses in mm for explicit representation, in contrast to the polynomial representability of matroid-rank functions via independence oracles.

4. Distinction from Matroid-Rank Functions

All matroid-rank valuations (binary, submodular with $0$–$1$ marginals) are binary XOS, but the converse fails: binary XOS functions need not be submodular.

Counterexample: On M={1,2}M=\{1,2\}, vv with clauses F1={1},F2={2}F_1 = \{1\}, F_2 = \{2\} yields v({1})=v({2})=1v(\{1\})=v(\{2\})=1, v({1,2})=1v(\{1,2\})=1, violating submodularity at (,{1})(\emptyset,\{1\}) (Barman et al., 2021, Kulkarni et al., 2023).

Matroid-rank functions possess additional hereditary clause structure, enabling strong results such as equality of AnyPrice Share (APS) and Maximin Share (MMS) (Kulkarni et al., 2023). This equality collapses generically in the larger binary XOS class.

5. Mechanism Design and Characterization of Truthfulness

For allocation of indivisible goods among agents with binary XOS valuations (without money), a full characterization of truthful (strategy-proof) mechanisms is available (Barman et al., 2021):

  • Gradualness definition: A non-wasteful deterministic mechanism ff is gradual if, for every agent ii, profile v\vec{v}, and assigned bundle AiA_i:
    • (C₁) For any good gg, removing gg from viv_i reduces bundle size by at most $1$.
    • (C₂) For any XAiX \supseteq A_i, restricting viv_i to XX retains the same bundle size.
  • Theorem: ff is truthful if and only if it is gradual.

The proof employs binary marginals to tie value to bundle cardinality, enabling a chain of local operations (removals/restrictions) to bound possible improvements from misreporting. This result extends all matroid-rank–based fair division mechanisms to the entire binary XOS class, provided one can access the requisite (possibly exponential) clause structure.

From a complexity perspective, checking strategy-proofness for arbitrary allocation rules remains coNP-hard even for simpler classes, but this characterization offers a sufficient (syntactic) test for binary XOS if the mechanism is explicit.

6. Algorithmic and Complexity Aspects

  • Nash Social Welfare (NSW): For nn agents with binary XOS valuations, a polynomial-time constant-factor (specifically, $1/288$) approximation algorithm for maximizing NSW is available in the value-oracle model (Barman et al., 2021). The allocation simultaneously provides O(1)O(1)-approximation to total welfare and groupwise maximin share (GMMS), using only non-wasteful bundles and “doubling” to find value-extracting subsets.
  • APX-hardness: Exact NSW maximization is APX-hard for binary XOS, even with identical valuations, and stronger (polynomial-factor) approximations are impossible unless P=NP.
  • Fairness metrics:
    • APS vs. MMS: In the matroid-rank (i.e., binary submodular) case, APS = MMS and both can be maximized efficiently (Kulkarni et al., 2023). For general binary XOS, MMSAPS2MMS+1MMS \leq APS \leq 2 \cdot MMS + 1, and there exist instances achieving APS arbitrarily close to 2MMS2\cdot MMS (Kulkarni et al., 2023).
    • APS approximation: No approximation better than $1/2$ is possible, and a $0.1222$-APS allocation can be computed in polynomial time using a reduction to hereditary set systems (Kulkarni et al., 2023).
    • AnyPrice Share (APS) under asymmetric entitlements: For asymmetric agents, a $1/2$-APS guarantee is best-possible and can be obtained in polynomial time, closing a previous gap for general XOS (Chen et al., 14 Jan 2026).
    • Weighted maximin share: A $1/n$-WMMS allocation always exists for binary XOS; this is tight, in contrast to the binary additive case where exact WMMS allocation is possible in polynomial time (Chen et al., 14 Jan 2026).
  • Representation and query access: Efficient algorithms often rely on value-oracle access due to potentially exponential clauses; explicit representations are infeasible in general (Barman et al., 2021). The “extractability” property enables subroutine primitives such as extracting non-wasteful bundles of prescribed size in O(m)O(m) time given a value oracle (Barman et al., 2021).
Task Binary XOS Complexity Matroid-rank/ Additive
NSW approximation (constant factor) Poly-time (Barman et al., 2021) Poly-time, optimal possible
Exact NSW APX-hard Poly-time (matroid-rank only)
APS approx (symmetric/asymmetric) $0.1222$ / $1/2$ poly-time $1$ (exact), poly-time
WMMS guarantee $1/n$, tight $1/n$, tight
Explicit representation Exponential (in general) Poly-time/compact

7. Implications and Open Directions

Binary XOS valuations provide a robust, combinatorially tractable framework for complement-free preferences that is strictly more expressive than matroid-rank but remains structurally amenable to constant-factor approximations for Nash welfare and various fairness criteria. The binary marginal property enables strong algorithmic primitives—non-wasteful bundle extraction, doubling, gradualness—that collapse in more general XOS or subadditive settings.

Nevertheless, significant gaps remain between algorithmic upper bounds and existential lower bounds for some metrics (such as APS approximability), and computationally efficient, simple representations remain elusive outside the matroid-rank fragment. Truthfulness characterization via gradualness extends powerful mechanism design paradigms but is only practical for explicit or oracle-represented mechanisms.

Recent work demonstrates that the binary-marginal restriction sharply delineates the frontier of tractability and fairness guarantees in fair allocation—stringent enough to admit strong guarantees, but weak enough to capture essential combinatorial hardness phenomena (Barman et al., 2021, Barman et al., 2021, Kulkarni et al., 2023, Chen et al., 14 Jan 2026).

Topic to Video (Beta)

No one has generated a video about this topic yet.

Whiteboard

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

Follow Topic

Get notified by email when new papers are published related to Binary XOS Valuations.