paper-with-me

Papers

Fair Kernel Learning

2017-10-16 · Adrián Pérez-Suay, Valero Laparra, Gonzalo Mateo-García, Jordi Muñoz-Marí, Luis Gómez-Chova, Gustau Camps-Valls

New social and economic activities massively exploit big data and machine learning algorithms to do inference on people's lives. Applications include automatic curricula evaluation, wage determination, and risk assessment for credits and loans. Recently, many governments and institutions have raised concerns about the lack of fairness, equity and ethics in machine learning to treat these problems. It has been shown that not including sensitive features that bias fairness, such as gender or race, is not enough to mitigate the discrimination when other related features are included. Instead, including fairness in the objective function has been shown to be more efficient. We present novel fair regression and dimensionality reduction methods built on a previously proposed fair classification framework. Both methods rely on using the Hilbert Schmidt independence criterion as the fairness term. Unlike previous approaches, this allows us to simplify the problem and to use multiple sensitive variables simultaneously. Replacing the linear formulation by kernel functions allows the methods to deal with nonlinear problems. For both linear and nonlinear formulations the solution reduces to solving simple matrix inversions or generalized eigenvalue problems. This simplifies the evaluation of the solutions for different trade-off values between the predictive error and fairness terms. We illustrate the usefulness of the proposed methods in toy examples, and evaluate their performance on real world datasets to predict income using gender and/or race discrimination as sensitive variables, and contraceptive method prediction under demographic and socio-economic sensitive descriptors.

📄 PDF Abstract BibTeX arXiv:1710.05578

Code (0)

등록된 구현이 없습니다.

Tasks

BIG-bench Machine LearningDimensionality ReductionEthicsFairness

Similar Papers 제목 키워드 기반

Fair Kernel Regression via Fair Feature Embedding in Kernel Space

2019-07-04 · Austin Okray, Hui Hu, Chao Lan

In recent years, there have been significant efforts on mitigating unethical demographic biases in machine learning methods. However, very little is done for kernel methods. In this paper, we propose a new fair kernel re…

BIG-bench Machine Learningfeature selectionregression

Global Group Fairness in Federated Learning via Function Tracking

2025-03-19 · Yves Rychener, Daniel Kuhn, Yifan Hu

We investigate group fairness regularizers in federated learning, aiming to train a globally fair model in a distributed setting. Ensuring global fairness in distributed training presents unique challenges, as fairness r…

FairnessFederated Learning

Learning Fair Representations for Kernel Models

2019-06-27 · Zilong Tan, Samuel Yeom, Matt Fredrikson, Ameet Talwalkar

Fair representations are a powerful tool for establishing criteria like statistical parity, proxy non-discrimination, and equality of opportunity in learned models. Existing techniques for learning these representations …

Dimensionality ReductionFairness

Efficient fair PCA for fair representation learning

2023-02-26 · Matthäus Kleindessner, Michele Donini, Chris Russell, Muhammad Bilal Zafar

We revisit the problem of fair principal component analysis (PCA), where the goal is to learn the best low-rank linear approximation of the data that obfuscates demographic information. We propose a conceptually simple a…

Representation Learning

Toward a better trade-off between performance and fairness with kernel-based distribution matching

2019-10-25 · Flavien Prost, Hai Qian, Qiuwen Chen, Ed H. Chi 외

As recent literature has demonstrated how classifiers often carry unintended biases toward some subgroups, deploying machine learned models to users demands careful consideration of the social consequences. How should we…

Fairness