Online Fair Division with Contextual Bandits

Read original: arXiv:2408.12845 - Published 8/26/2024 by Arun Verma, Indrajit Saha, Makoto Yokoo, Bryan Kian Hsiang Low
Total Score

0

Online Fair Division with Contextual Bandits

Sign in to get full access

or

If you already have an account, we'll log you in

Overview

  • The research paper discusses an online fair division problem using contextual bandits, a machine learning approach for sequential decision-making.
  • It proposes an algorithm to allocate resources fairly among competing agents while maximizing the overall reward.
  • The paper evaluates the proposed method through simulations and real-world experiments.

Plain English Explanation

The paper tackles the problem of fairly dividing resources or rewards among different parties or "agents" in an online setting. This could be relevant in scenarios like online advertising, where advertisers compete for ad slots, or resource allocation in cloud computing.

The key idea is to use a contextual bandit approach, which is a machine learning technique for sequential decision-making. This allows the system to adapt its decisions based on the "context" or characteristics of the agents and the resources being allocated.

The proposed algorithm aims to maximize the overall reward while ensuring a fair distribution of the resources among the competing agents. This is an important balance, as a purely greedy approach might optimize for total reward but neglect fairness.

Technical Explanation

The paper introduces an online fair division problem where a central authority must allocate resources to competing agents in each round, based on the agents' contextual information (e.g., their preferences, budgets, or other attributes).

The authors propose an algorithm that uses contextual bandits to balance maximizing the total reward and ensuring fairness in the resource allocation. The algorithm models the fairness objective as a regularization term in the optimization problem.

The paper evaluates the proposed method through simulations and real-world experiments, demonstrating its effectiveness in achieving a good balance between total reward and fairness.

Critical Analysis

The paper provides a thorough theoretical analysis of the proposed algorithm, including regret bounds and fairness guarantees. However, the real-world experiments are relatively limited in scope, and the authors acknowledge the need for further empirical validation in more diverse and complex scenarios.

Additionally, the fairness measure used in the paper is a specific mathematical formulation, and there may be alternative fairness notions that could be explored in future work.

Conclusion

This paper presents a novel approach to the online fair division problem using contextual bandits, which can have important applications in areas like online advertising and resource allocation. The proposed algorithm demonstrates the ability to balance total reward and fairness, and the theoretical and experimental analyses provide a solid foundation for further research in this area.



This summary was produced with help from an AI and may contain inaccuracies - check out the links to read the original source documents!

Follow @aimodelsfyi on 𝕏 →

Related Papers

Online Fair Division with Contextual Bandits
Total Score

0

Online Fair Division with Contextual Bandits

Arun Verma, Indrajit Saha, Makoto Yokoo, Bryan Kian Hsiang Low

This paper considers a novel online fair division problem involving multiple agents in which a learner observes an indivisible item that has to be irrevocably allocated to one of the agents while satisfying a fairness and efficiency constraint. Existing algorithms assume a small number of items with a sufficiently large number of copies, which ensures a good utility estimation for all item-agent pairs. However, such an assumption may not hold in many real-life applications, e.g., an online platform that has a large number of users (items) who only use the platform's service providers (agents) a few times (a few copies of items), which makes it difficult to estimate the utility for all item-agent pairs. To overcome this challenge, we model the online fair division problem using contextual bandits, assuming the utility is an unknown function of the item-agent features. We then propose algorithms for online fair division with sub-linear regret guarantees. Our experimental results also verify the different performance aspects of the proposed algorithms.

Read more

8/26/2024

🛸

Total Score

0

Honor Among Bandits: No-Regret Learning for Online Fair Division

Ariel D. Procaccia, Benjamin Schiffer, Shirley Zhang

We consider the problem of online fair division of indivisible goods to players when there are a finite number of types of goods and player values are drawn from distributions with unknown means. Our goal is to maximize social welfare subject to allocating the goods fairly in expectation. When a player's value for an item is unknown at the time of allocation, we show that this problem reduces to a variant of (stochastic) multi-armed bandits, where there exists an arm for each player's value for each type of good. At each time step, we choose a distribution over arms which determines how the next item is allocated. We consider two sets of fairness constraints for this problem: envy-freeness in expectation and proportionality in expectation. Our main result is the design of an explore-then-commit algorithm that achieves $tilde{O}(T^{2/3})$ regret while maintaining either fairness constraint. This result relies on unique properties fundamental to fair-division constraints that allow faster rates of learning, despite the restricted action space. We also prove a lower bound of $tilde{Omega}(T^{2/3})$ regret for our setting, showing that our results are tight.

Read more

8/20/2024

Neural Dueling Bandits
Total Score

0

Neural Dueling Bandits

Arun Verma, Zhongxiang Dai, Xiaoqiang Lin, Patrick Jaillet, Bryan Kian Hsiang Low

Contextual dueling bandit is used to model the bandit problems, where a learner's goal is to find the best arm for a given context using observed noisy preference feedback over the selected arms for the past contexts. However, existing algorithms assume the reward function is linear, which can be complex and non-linear in many real-life applications like online recommendations or ranking web search results. To overcome this challenge, we use a neural network to estimate the reward function using preference feedback for the previously selected arms. We propose upper confidence bound- and Thompson sampling-based algorithms with sub-linear regret guarantees that efficiently select arms in each round. We then extend our theoretical results to contextual bandit problems with binary feedback, which is in itself a non-trivial contribution. Experimental results on the problem instances derived from synthetic datasets corroborate our theoretical results.

Read more

7/25/2024

🤯

Total Score

0

Federated Combinatorial Multi-Agent Multi-Armed Bandits

Fares Fourati, Mohamed-Slim Alouini, Vaneet Aggarwal

This paper introduces a federated learning framework tailored for online combinatorial optimization with bandit feedback. In this setting, agents select subsets of arms, observe noisy rewards for these subsets without accessing individual arm information, and can cooperate and share information at specific intervals. Our framework transforms any offline resilient single-agent $(alpha-epsilon)$-approximation algorithm, having a complexity of $tilde{mathcal{O}}(frac{psi}{epsilon^beta})$, where the logarithm is omitted, for some function $psi$ and constant $beta$, into an online multi-agent algorithm with $m$ communicating agents and an $alpha$-regret of no more than $tilde{mathcal{O}}(m^{-frac{1}{3+beta}} psi^frac{1}{3+beta} T^frac{2+beta}{3+beta})$. This approach not only eliminates the $epsilon$ approximation error but also ensures sublinear growth with respect to the time horizon $T$ and demonstrates a linear speedup with an increasing number of communicating agents. Additionally, the algorithm is notably communication-efficient, requiring only a sublinear number of communication rounds, quantified as $tilde{mathcal{O}}left(psi T^frac{beta}{beta+1}right)$. Furthermore, the framework has been successfully applied to online stochastic submodular maximization using various offline algorithms, yielding the first results for both single-agent and multi-agent settings and recovering specialized single-agent theoretical guarantees. We empirically validate our approach to a stochastic data summarization problem, illustrating the effectiveness of the proposed framework, even in single-agent scenarios.

Read more

5/10/2024