paper-with-me

홈 › Papers

fairml: A Statistician's Take on Fair Machine Learning Modelling

2023-05-03 · Marco Scutari

The adoption of machine learning in applications where it is crucial to ensure fairness and accountability has led to a large number of model proposals in the literature, largely formulated as optimisation problems with constraints reducing or eliminating the effect of sensitive attributes on the response. While this approach is very flexible from a theoretical perspective, the resulting models are somewhat black-box in nature: very little can be said about their statistical properties, what are the best practices in their applied use, and how they can be extended to problems other than those they were originally designed for. Furthermore, the estimation of each model requires a bespoke implementation involving an appropriate solver which is less than desirable from a software engineering perspective. In this paper, we describe the fairml R package which implements our previous work (Scutari, Panero, and Proissl 2022) and related models in the literature. fairml is designed around classical statistical models (generalised linear models) and penalised regression results (ridge regression) to produce fair models that are interpretable and whose properties are well-known. The constraint used to enforce fairness is orthogonal to model estimation, making it possible to mix-and-match the desired model family and fairness definition for each application. Furthermore, fairml provides facilities for model estimation, model selection and validation including diagnostic plots.

📄 PDF Abstract BibTeX arXiv:2305.02009

Code (0)

등록된 구현이 없습니다.

Tasks

DiagnosticFairnessModel Selectionregression

Similar Papers 제목 키워드 기반

AIM: Attributing, Interpreting, Mitigating Data Unfairness

2024-06-13 · Zhining Liu, Ruizhong Qiu, Zhichen Zeng, Yada Zhu 외

Data collected in the real world often encapsulates historical discrimination against disadvantaged groups and individuals. Existing fair machine learning (FairML) research has predominantly focused on mitigating discrim…

Fairness

A Human-in-the-Loop Fairness-Aware Model Selection Framework for Complex Fairness Objective Landscapes

2024-10-17 · Jake Robertson, Thorsten Schmidt, Frank Hutter, Noor Awad

Fairness-aware Machine Learning (FairML) applications are often characterized by complex social objectives and legal requirements, frequently involving multiple, potentially conflicting notions of fairness. Despite the w…

FairnessModel SelectionNavigate

FairML: A Julia Package for Fair Classification

2024-12-02 · Jan Pablo Burgard, João Vitor Pamplona

In this paper, we propose FairML.jl, a Julia package providing a framework for fair classification in machine learning. In this framework, the fair learning process is divided into three stages. Each stage aims to reduce…

Classification

The Fragility of Fairness: Causal Sensitivity Analysis for Fair Machine Learning

2024-10-12 · Jake Fawkes, Nic Fishman, Mel Andrews, Zachary C. Lipton

Fairness metrics are a core tool in the fair machine learning literature (FairML), used to determine that ML models are, in some sense, "fair". Real-world data, however, are typically plagued by various measurement biase…

FairnessInformativenessSensitivity

The Unfairness of Fair Machine Learning: Levelling down and strict egalitarianism by default

2023-02-05 · Brent Mittelstadt, Sandra Wachter, Chris Russell

In recent years fairness in machine learning (ML) has emerged as a highly active area of research and development. Most define fairness in simple terms, where fairness means reducing gaps in performance or outcomes betwe…

FairnessJurisprudence