ROMAFeb 11, 2021

Fair Robust Assignment using Redundancy

arXiv:2102.06265v27 citations
AI Analysis

This addresses fairness in multi-agent task allocation for applications like robotics, but it is incremental as it builds on existing redundant assignment methods.

The paper tackles the problem of fairly assigning redundant agents to tasks for robustness, by formulating it as optimizing worst-case task costs under a cardinality constraint and proposing a polynomial-time near-optimal solution. Empirically, the algorithm outperforms benchmarks, scales well, and improves fairness and average utility in simulations with robots on transport networks.

We study the consideration of fairness in redundant assignment for multi-agent task allocation. It has recently been shown that redundant assignment of agents to tasks provides robustness to uncertainty in task performance. However, the question of how to fairly assign these redundant resources across tasks remains unaddressed. In this paper, we present a novel problem formulation for fair redundant task allocation, which we cast as the optimization of worst-case task costs under a cardinality constraint. Solving this problem optimally is NP-hard. We exploit properties of supermodularity to propose a polynomial-time, near-optimal solution. In supermodular redundant assignment, the use of additional agents always improves task costs. Therefore, we provide a solution set that is $α$ times larger than the cardinality constraint. This constraint relaxation enables our approach to achieve a super-optimal cost by using a sub-optimal assignment size. We derive the sub-optimality bound on this cardinality relaxation, $α$. Additionally, we demonstrate that our algorithm performs near-optimally without the cardinality relaxation. We show simulations of redundant assignments of robots to goal nodes on transport networks with uncertain travel times. Empirically, our algorithm outperforms benchmarks, scales to large problems, and provides improvements in both fairness and average utility.

Foundations

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

Your Notes