English

On Allocating Goods to Maximize Fairness

Data Structures and Algorithms 2009-01-05 v1

Abstract

Given a set of mm agents and a set of nn items, where agent AA has utility uA,iu_{A,i} for item ii, our goal is to allocate items to agents to maximize fairness. Specifically, the utility of an agent is the sum of its utilities for items it receives, and we seek to maximize the minimum utility of any agent. While this problem has received much attention recently, its approximability has not been well-understood thus far: the best known approximation algorithm achieves an O~(m)\tilde{O}(\sqrt{m})-approximation, and in contrast, the best known hardness of approximation stands at 2. Our main result is an approximation algorithm that achieves an O~(n\eps)\tilde{O}(n^{\eps}) approximation for any \eps=Ω(loglogn/logn)\eps=\Omega(\log\log n/\log n) in time nO(1/\eps)n^{O(1/\eps)}. In particular, we obtain poly-logarithmic approximation in quasi-polynomial time, and for any constant \eps>0\eps > 0, we obtain O(n\eps)O(n^{\eps}) approximation in polynomial time. An interesting aspect of our algorithm is that we use as a building block a linear program whose integrality gap is Ω(m)\Omega(\sqrt m). We bypass this obstacle by iteratively using the solutions produced by the LP to construct new instances with significantly smaller integrality gaps, eventually obtaining the desired approximation. We also investigate the special case of the problem, where every item has a non-zero utility for at most two agents. We show that even in this restricted setting the problem is hard to approximate upto any factor better tha 2, and show a factor (2+\eps)(2+\eps)-approximation algorithm running in time poly(n,1/\eps)poly(n,1/\eps) for any \eps>0\eps>0. This special case can be cast as a graph edge orientation problem, and our algorithm can be viewed as a generalization of Eulerian orientations to weighted graphs.

Keywords

Cite

@article{arxiv.0901.0205,
  title  = {On Allocating Goods to Maximize Fairness},
  author = {Deeparnab Chakrabarty and Julia Chuzhoy and Sanjeev Khanna},
  journal= {arXiv preprint arXiv:0901.0205},
  year   = {2009}
}

Comments

35 pages

R2 v1 2026-06-21T11:57:05.483Z