DECAF: Learning to be Fair in Multi-agent Resource Allocation
Ashwin Kumar, William Yeoh
TL;DR
This work introduces DECAF, a fairness-enabled extension to the DECA framework for multi-agent resource allocation, where a central ILP allocator coordinates constrained actions based on learned utilities and a fairness objective. It proposes three learning strategies—Joint Optimization (JO), Split Optimization (SO), and Fair-Only Optimization (FO)—implemented on top of Double Deep Q-Learning to balance collective utility and fairness via a per-step fairness reward R_f and a trade-off parameter β in the objective $ (1-β)U_T + βF_T $. Empirically, DECAF methods Pareto-dominate prior fair-MARL baselines across five diverse resource-allocation environments, with SO offering strong online adaptability and FO enabling robust black-box utility integration. The results demonstrate that flexible, decomposed fairness signals can guide long-horizon, constraint-aware decisions and that SO can generalize well to unseen trade-offs, enabling practical real-time fairness-utility tuning in centralized-constrained MARL settings.
Abstract
A wide variety of resource allocation problems operate under resource constraints that are managed by a central arbitrator, with agents who evaluate and communicate preferences over these resources. We formulate this broad class of problems as Distributed Evaluation, Centralized Allocation (DECA) problems and propose methods to learn fair and efficient policies in centralized resource allocation. Our methods are applied to learning long-term fairness in a novel and general framework for fairness in multi-agent systems. We show three different methods based on Double Deep Q-Learning: (1) A joint weighted optimization of fairness and utility, (2) a split optimization, learning two separate Q-estimators for utility and fairness, and (3) an online policy perturbation to guide existing black-box utility functions toward fair solutions. Our methods outperform existing fair MARL approaches on multiple resource allocation domains, even when evaluated using diverse fairness functions, and allow for flexible online trade-offs between utility and fairness.
