Submodular Welfare Maximization with Budget Constraints in the Random-Order Model

📅 2026-06-21
📈 Citations: 0
Influential: 0
📄 PDF
🤖 AI Summary
This work studies the problem of monotone submodular welfare maximization under budget constraints in a multi-agent setting with items arriving in an online random order. It extends prior single-agent results to an arbitrary number of agents and proposes a $(1 - 1/e)$-approximation algorithm based on the multilinear extension, integrating offline subproblem solutions with an online decision-making mechanism. The approach achieves a competitive ratio of approximately $1/14.85$ in the general case and improves to $1/6.86$ under unit-cost assumptions, significantly outperforming existing methods.
📝 Abstract
We study an online item-allocation problem with budgets and a submodular objective. A set of $m$ agents is known in advance, and each agent $j$ has a known budget. A set of $n$ items arrives over time in a uniformly random order. When item $i$ arrives, its cost $c_{i,j}$ for each agent $j$ is revealed, and the algorithm must irrevocably assign $i$ to an agent without violating any budget constraint. The goal is to maximize a monotone submodular function defined over all possible assignments $[n] \times [m]$. At the time of decision, the algorithm has only oracle access to this submodular function restricted to items seen so far. This model subsumes welfare maximization with submodular valuations, agent-specific item costs, and agent-specific budgets. We measure the performance of an algorithm by its competitive ratio, i.e., the worst-case ratio between the algorithm's expected value and that of the offline optimum, which knows all item costs and the full submodular function in advance. Prior work only considered the case of a single agent and achieved a $1/54.4$-competitive algorithm. We generalize and improve this result to a polynomial-time $α$-competitive algorithm with $α\approx 1/14.85$ for an arbitrary number of agents. We also study the special case in which all item costs and all budgets equal $1$, which yields an online submodular matching problem. Prior work achieved a polynomial $1/9.66$-competitive algorithm for this problem; we improve this to a factor of $1/6.86$. Both our algorithms rely on repeatedly computing $(1 - 1/e)$-approximations of the multilinear extensions of offline variants of the subproblems. If super-polynomial runtime is allowed, these subproblems can be solved optimally, and our competitive ratios improve by this factor.
Problem

Research questions and friction points this paper is trying to address.

Submodular Welfare Maximization
Budget Constraints
Random-Order Model
Online Allocation
Competitive Ratio
Innovation

Methods, ideas, or system contributions that make the work stand out.

submodular welfare maximization
budget constraints
random-order model
competitive ratio
multilinear extension