paper-with-me

홈 › Papers

Metric-Free Individual Fairness in Online Learning

2020-02-13 · NeurIPS 2020 12 · Yahav Bechavod, Christopher Jung, Zhiwei Steven Wu

We study an online learning problem subject to the constraint of individual fairness, which requires that similar individuals are treated similarly. Unlike prior work on individual fairness, we do not assume the similarity measure among individuals is known, nor do we assume that such measure takes a certain parametric form. Instead, we leverage the existence of an auditor who detects fairness violations without enunciating the quantitative measure. In each round, the auditor examines the learner's decisions and attempts to identify a pair of individuals that are treated unfairly by the learner. We provide a general reduction framework that reduces online classification in our model to standard online classification, which allows us to leverage existing online learning algorithms to achieve sub-linear regret and number of fairness violations. Surprisingly, in the stochastic setting where the data are drawn independently from a distribution, we are also able to establish PAC-style fairness and accuracy generalization guarantees (Rothblum and Yona [2018]), despite only having access to a very restricted form of fairness feedback. Our fairness generalization bound qualitatively matches the uniform convergence bound of Rothblum and Yona [2018], while also providing a meaningful accuracy generalization guarantee. Our results resolve an open question by Gillen et al. [2018] by showing that online learning under an unknown individual fairness constraint is possible even without assuming a strong parametric form of the underlying similarity measure.

📄 PDF Abstract BibTeX arXiv:2002.05474

Code (0)

등록된 구현이 없습니다.

Tasks

FairnessFormGeneral ClassificationOpen-Ended Question Answering

Similar Papers 제목 키워드 기반

Metric-Free Individual Fairness with Cooperative Contextual Bandits

2020-11-13 · Qian Hu, Huzefa Rangwala

Data mining algorithms are increasingly used in automated decision making across all walks of daily life. Unfortunately, as reported in several studies these algorithms inject bias from data and environment leading to in…

Decision MakingFairnessMulti-Armed Bandits

Online Learning with an Unknown Fairness Metric

2018-02-20 · NeurIPS 2018 12 · Stephen Gillen, Christopher Jung, Michael Kearns, Aaron Roth

We consider the problem of online learning in the linear contextual bandits setting, but in which there are also strong individual fairness constraints governed by an unknown similarity metric. These constraints demand t…

FairnessMulti-Armed Bandits

Metric Learning for Individual Fairness

2019-06-01 · Christina Ilvento

There has been much discussion recently about how fairness should be measured or enforced in classification. Individual Fairness [Dwork, Hardt, Pitassi, Reingold, Zemel, 2012], which requires that similar individuals be …

FairnessMetric Learning

Preference-Informed Fairness

2019-04-03 · Michael P. Kim, Aleksandra Korolova, Guy N. Rothblum, Gal Yona

We study notions of fairness in decision-making systems when individuals have diverse preferences over the possible outcomes of the decisions. Our starting point is the seminal work of Dwork et al. which introduced a not…

Decision MakingFairness

Operationalizing Individual Fairness via Gradient Descent and Bradley-Terry Models

2026-05-22 · Conlan Olson, Linjun Zhang, Zhun Deng, Pragya Sur arxiv

Individual fairness, the notion that "similar individuals should be treated similarly," provides a strong and flexible fairness guarantee for algorithmic decision makers. However, a barrier to implementing individual fai…