paper-with-me

홈 › Papers

Fair Algorithm Design: Fair and Efficacious Machine Scheduling

2022-04-13 · April Niu, Agnes Totschnig, Adrian Vetta

Motivated by a plethora of practical examples where bias is induced by automated-decision making algorithms, there has been strong recent interest in the design of fair algorithms. However, there is often a dichotomy between fairness and efficacy: fair algorithms may proffer low social welfare solutions whereas welfare optimizing algorithms may be very unfair. This issue is exemplified in the machine scheduling problem where, for $n$ jobs, the social welfare of any fair solution may be a factor $\Omega(n)$ worse than the optimal welfare. In this paper, we prove that this dichotomy between fairness and efficacy can be overcome if we allow for a negligible amount of bias: there exist algorithms that are both "almost perfectly fair" and have a constant factor efficacy ratio, that is, are guaranteed to output solutions that have social welfare within a constant factor of optimal welfare. Specifically, for any $\epsilon>0$, there exist mechanisms with efficacy ratio $\Theta(\frac{1}{\epsilon})$ and where no agent is more than an $\epsilon$ fraction worse off than they are in the fairest possible solution (given by an algorithm that does not use personal or type data). Moreover, these bicriteria guarantees are tight and apply to both the single machine case and the multiple machine case. The key to our results are the use of Pareto scheduling mechanisms. These mechanisms, by the judicious use of personal or type data, are able to exploit Pareto improvements that benefit every individual; such Pareto improvements would typically be forbidden by fair scheduling algorithms designed to satisfy standard statistical measures of group fairness. We anticipate this paradigm, the judicious use of personal data by a fair algorithm to greatly improve performance at the cost of negligible bias, has wider application.

📄 PDF Abstract BibTeX arXiv:2204.06438

Code (0)

등록된 구현이 없습니다.

Tasks

Decision MakingFairnessScheduling

Similar Papers 제목 키워드 기반

Counterfactually Fair Reinforcement Learning via Sequential Data Preprocessing

2025-01-10 · Jitao Wang, Chengchun Shi, John D. Piette, Joshua R. Loftus 외

When applied in healthcare, reinforcement learning (RL) seeks to dynamically match the right interventions to subjects to maximize population benefit. However, the learned policy may disproportionately allocate efficacio…

Causal InferencecounterfactualDecision MakingFairness+4

Weak Proxies are Sufficient and Preferable for Fairness with Missing Sensitive Attributes

2022-10-06 · Zhaowei Zhu, Yuanshun Yao, Jiankai Sun, Hang Li 외

Evaluating fairness can be challenging in practice because the sensitive attributes of data are often inaccessible due to privacy constraints. The go-to approach that the industry frequently adopts is using off-the-shelf…

Fairness

Are There Exceptions to Goodhart's Law? On the Moral Justification of Fairness-Aware Machine Learning

2022-02-17 · Hilde Weerts, Lambèr Royakkers, Mykola Pechenizkiy

Fairness-aware machine learning (fair-ml) techniques are algorithmic interventions designed to ensure that individuals who are affected by the predictions of a machine learning model are treated fairly. The problem is of…

EthicsFairness

Exploring Accuracy-Fairness Trade-off in Large Language Models

2024-11-21 · Qingquan Zhang, Qiqi Duan, Bo Yuan, Yuhui Shi 외

Large Language Models (LLMs) have made significant strides in the field of artificial intelligence, showcasing their ability to interact with humans and influence human cognition through information dissemination. Howeve…

Fairness

SenSeI: Sensitive Set Invariance for Enforcing Individual Fairness

2020-06-25 · ICLR 2021 1 · Mikhail Yurochkin, Yuekai Sun

In this paper, we cast fair machine learning as invariant machine learning. We first formulate a version of individual fairness that enforces invariance on certain sensitive sets. We then design a transport-based regular…

BIG-bench Machine LearningFairness