paper-with-me

Papers

Average Individual Fairness: Algorithms, Generalization and Experiments

2019-05-25 · NeurIPS 2019 12 · Michael Kearns, Aaron Roth, Saeed Sharifi-Malvajerdi

We propose a new family of fairness definitions for classification problems that combine some of the best properties of both statistical and individual notions of fairness. We posit not only a distribution over individuals, but also a distribution over (or collection of) classification tasks. We then ask that standard statistics (such as error or false positive/negative rates) be (approximately) equalized across individuals, where the rate is defined as an expectation over the classification tasks. Because we are no longer averaging over coarse groups (such as race or gender), this is a semantically meaningful individual-level constraint. Given a sample of individuals and classification problems, we design an oracle-efficient algorithm (i.e. one that is given access to any standard, fairness-free learning heuristic) for the fair empirical risk minimization task. We also show that given sufficiently many samples, the ERM solution generalizes in two directions: both to new individuals, and to new classification tasks, drawn from their corresponding distributions. Finally we implement our algorithm and empirically verify its effectiveness.

📄 PDF Abstract BibTeX arXiv:1905.10607

Code (1)

SaeedSharifiMa/AIF 공식 구현

Tasks

ClassificationFairnessGeneral Classification

Similar Papers 제목 키워드 기반

Feature-based Individual Fairness in k-Clustering

2021-09-09 · Debajyoti Kar, Mert Kosan, Debmalya Mandal, Sourav Medya 외

Ensuring fairness in machine learning algorithms is a challenging and essential task. We consider the problem of clustering a set of points while satisfying fairness constraints. While there have been several attempts to…

ClusteringFairness

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 similari…

FairnessFormGeneral ClassificationOpen-Ended Question Answering

Constant Approximation for Individual Preference Stable Clustering

2023-09-28 · NeurIPS 2023 11

Individual preference (IP) stability, introduced by Ahmadi et al. (ICML 2022), is a natural clustering objective inspired by stability and fairness constraints. A clustering is $\alpha$-IP stable if the average distance …

ClusteringFairness

Probably Approximately Metric-Fair Learning

2018-03-08 · ICML 2018 7 · Guy N. Rothblum, Gal Yona

The seminal work of Dwork {\em et al.} [ITCS 2012] introduced a metric-based notion of individual fairness. Given a task-specific similarity metric, their notion required that every pair of similar individuals should be …

Fairness

Unleashing Linear Optimizers for Group-Fair Learning and Optimization

2018-04-11 · Daniel Alabi, Nicole Immorlica, Adam Tauman Kalai

Most systems and learning algorithms optimize average performance or average loss -- one reason being computational complexity. However, many objectives of practical interest are more complex than simply average loss. Th…

Fairness