paper-with-me

Papers

Hyper-parameter Tuning for Fair Classification without Sensitive Attribute Access

2023-02-02 · Akshaj Kumar Veldanda, Ivan Brugere, Sanghamitra Dutta, Alan Mishler, Siddharth Garg

Fair machine learning methods seek to train models that balance model performance across demographic subgroups defined over sensitive attributes like race and gender. Although sensitive attributes are typically assumed to be known during training, they may not be available in practice due to privacy and other logistical concerns. Recent work has sought to train fair models without sensitive attributes on training data. However, these methods need extensive hyper-parameter tuning to achieve good results, and hence assume that sensitive attributes are known on validation data. However, this assumption too might not be practical. Here, we propose Antigone, a framework to train fair classifiers without access to sensitive attributes on either training or validation data. Instead, we generate pseudo sensitive attributes on the validation data by training a biased classifier and using the classifier's incorrectly (correctly) labeled examples as proxies for minority (majority) groups. Since fairness metrics like demographic parity, equal opportunity and subgroup accuracy can be estimated to within a proportionality constant even with noisy sensitive attribute information, we show theoretically and empirically that these proxy labels can be used to maximize fairness under average accuracy constraints. Key to our results is a principled approach to select the hyper-parameters of the biased classifier in a completely unsupervised fashion (meaning without access to ground truth sensitive attributes) that minimizes the gap between fairness estimated using noisy versus ground-truth sensitive labels.

📄 PDF Abstract BibTeX arXiv:2302.01385

Code (0)

등록된 구현이 없습니다.

Tasks

AttributeFairness

Similar Papers 제목 키워드 기반

Benchmarking Bias Mitigation Toward Fairness Without Harm from Vision to LVLMs

2026-02-03 · Xuwei Tan, Ziyu Hu, Xueru Zhang arxiv

Machine learning models trained on real-world data often inherit and amplify biases against certain social groups, raising urgent concerns about their deployment at scale. While numerous bias mitigation methods have been…

High Per Parameter: A Large-Scale Study of Hyperparameter Tuning for Machine Learning Algorithms

2022-07-13 · Moshe Sipper

Hyperparameters in machine learning (ML) have received a fair amount of attention, and hyperparameter tuning has come to be regarded as an important step in the ML pipeline. But just how useful is said tuning? While smal…

Using mixup as regularization and tuning hyper-parameters for ResNets

2021-11-23 · Venkata Bhanu Teja Pallakonda

While novel computer vision architectures are gaining traction, the impact of model architectures is often related to changes or exploring in training methods. Identity mapping-based architectures ResNets and DenseNets h…

Data Augmentationimage-classificationImage Classification

ACE: Adaptive Constraint-aware Early Stopping in Hyperparameter Optimization

2022-08-04 · Yi-Wei Chen, Chi Wang, Amin Saied, Rui Zhuang

Deploying machine learning models requires high model quality and needs to comply with application constraints. That motivates hyperparameter optimization (HPO) to tune model configurations under deployment constraints. …

FairnessHyperparameter Optimization

FairPilot: An Explorative System for Hyperparameter Tuning through the Lens of Fairness

2023-04-10 · Francesco Di Carlo, Nazanin Nezami, Hadis Anahideh, Abolfazl Asudeh

Despite the potential benefits of machine learning (ML) in high-risk decision-making domains, the deployment of ML is not accessible to practitioners, and there is a risk of discrimination. To establish trust and accepta…

Decision MakingFairness