paper-with-me

홈 › Papers

Introducing the Expohedron for Efficient Pareto-optimal Fairness-Utility Amortizations in Repeated Rankings

2022-02-07 · Till Kletti, Jean-Michel Renders, Patrick Loiseau

We consider the problem of computing a sequence of rankings that maximizes consumer-side utility while minimizing producer-side individual unfairness of exposure. While prior work has addressed this problem using linear or quadratic programs on bistochastic matrices, such approaches, relying on Birkhoff-von Neumann (BvN) decompositions, are too slow to be implemented at large scale. In this paper we introduce a geometrical object, a polytope that we call expohedron, whose points represent all achievable exposures of items for a Position Based Model (PBM). We exhibit some of its properties and lay out a Carath\'eodory decomposition algorithm with complexity $O(n^2\log(n))$ able to express any point inside the expohedron as a convex sum of at most $n$ vertices, where $n$ is the number of items to rank. Such a decomposition makes it possible to express any feasible target exposure as a distribution over at most $n$ rankings. Furthermore we show that we can use this polytope to recover the whole Pareto frontier of the multi-objective fairness-utility optimization problem, using a simple geometrical procedure with complexity $O(n^2\log(n))$. Our approach compares favorably to linear or quadratic programming baselines in terms of algorithmic complexity and empirical runtime and is applicable to any merit that is a non-decreasing function of item relevance. Furthermore our solution can be expressed as a distribution over only $n$ permutations, instead of the $(n-1)^2 + 1$ achieved with BvN decompositions. We perform experiments on synthetic and real-world datasets, confirming our theoretical results.

📄 PDF Abstract BibTeX arXiv:2202.03237

Code (1)

naver/expohedron 공식 구현

Tasks

Fairness

Similar Papers 제목 키워드 기반

Towards Efficient Pareto-optimal Utility-Fairness between Groups in Repeated Rankings

2024-02-22 · Phuong Dinh Mai, Duc-Trong Le, Tuan-Anh Hoang, Dung D. Le

In this paper, we tackle the problem of computing a sequence of rankings with the guarantee of the Pareto-optimal balance between (1) maximizing the utility of the consumers and (2) minimizing unfairness between producer…

Fairness

Pareto-Optimal Fairness-Utility Amortizations in Rankings with a DBN Exposure Model

2022-05-16 · Till Kletti, Jean-Michel Renders, Patrick Loiseau

In recent years, it has become clear that rankings delivered in many areas need not only be useful to the users but also respect fairness of exposure for the item producers. We consider the problem of finding ranking pol…

FairnessOpen-Ended Question Answering

Toward Pareto Efficient Fairness-Utility Trade-off inRecommendation through Reinforcement Learning

2022-01-01 · Yingqiang Ge, Xiaoting Zhao, Lucia Yu, Saurabh Paul 외

The issue of fairness in recommendation is becoming increasingly essential as Recommender Systems touch and influence more and more people in their daily lives. In fairness-aware recommendation, most of the existing algo…

FairnessMulti-Objective Reinforcement LearningRecommendation Systemsreinforcement-learning+1

Fairness vs Performance: Characterizing the Pareto Frontier of Algorithmic Decision Systems

2026-05-11 · Mieke Wilms, Christoph Heitz arxiv

Designing fair algorithmic decision systems requires balancing model performance with fairness toward affected individuals: More fairness might require sacrificing some performance and vice versa, yet the space of possib…

Decision Making

Trading Utility for Dynamic Fairness in Multiple Resource Division with Sequential Demand

2026-06-09 · Kaiqi Jiang, Karim El Husseini, Wenzhe Fan, Xinhua Zhang arxiv

Dynamic multi-resource allocation is a central problem in shared computing environments, where users' demands arrive sequentially and resources must be distributed fairly without knowledge of future demands. Existing met…