LGSYFeb 21, 2025

Multi-agent Multi-armed Bandits with Minimum Reward Guarantee Fairness

arXiv:2502.15240v2h-index: 2AAMAS
Originality Incremental advance
AI Analysis

This addresses fairness constraints for agents in multi-armed bandit problems, but it is incremental as it builds on existing UCB techniques.

The paper tackles the problem of maximizing social welfare while ensuring fairness in a multi-agent multi-armed bandit setting, achieving instance-independent social welfare regret guarantees of $ ilde{O}(T^{1/2})$ and fairness regret upper bounds of $ ilde{O}(T^{3/4})$.

We investigate the problem of maximizing social welfare while ensuring fairness in a multi-agent multi-armed bandit (MA-MAB) setting. In this problem, a centralized decision-maker takes actions over time, generating random rewards for various agents. Our goal is to maximize the sum of expected cumulative rewards, a.k.a. social welfare, while ensuring that each agent receives an expected reward that is at least a constant fraction of the maximum possible expected reward. Our proposed algorithm, RewardFairUCB, leverages the Upper Confidence Bound (UCB) technique to achieve sublinear regret bounds for both fairness and social welfare. The fairness regret measures the positive difference between the minimum reward guarantee and the expected reward of a given policy, whereas the social welfare regret measures the difference between the social welfare of the optimal fair policy and that of the given policy. We show that RewardFairUCB algorithm achieves instance-independent social welfare regret guarantees of $\tilde{O}(T^{1/2})$ and a fairness regret upper bound of $\tilde{O}(T^{3/4})$. We also give the lower bound of $Ω(\sqrt{T})$ for both social welfare and fairness regret. We evaluate RewardFairUCB's performance against various baseline and heuristic algorithms using simulated data and real world data, highlighting trade-offs between fairness and social welfare regrets.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes