paper-with-me

홈 › Papers

Fair Meta-Learning: Learning How to Learn Fairly

2019-11-06 · Dylan Slack, Sorelle Friedler, Emile Givental

Data sets for fairness relevant tasks can lack examples or be biased according to a specific label in a sensitive attribute. We demonstrate the usefulness of weight based meta-learning approaches in such situations. For models that can be trained through gradient descent, we demonstrate that there are some parameter configurations that allow models to be optimized from a few number of gradient steps and with minimal data which are both fair and accurate. To learn such weight sets, we adapt the popular MAML algorithm to Fair-MAML by the inclusion of a fairness regularization term. In practice, Fair-MAML allows practitioners to train fair machine learning models from only a few examples when data from related tasks is available. We empirically exhibit the value of this technique by comparing to relevant baselines.

📄 PDF Abstract BibTeX arXiv:1911.04336

Code (0)

등록된 구현이 없습니다.

Tasks

AttributeFairnessMeta-Learning

Methods 이 논문이 사용한 방법론

MAML 설명 없음

Similar Papers 제목 키워드 기반

Fairness Warnings and Fair-MAML: Learning Fairly with Minimal Data

2019-08-24 · Dylan Slack, Sorelle Friedler, Emile Givental

Motivated by concerns surrounding the fairness effects of sharing and transferring fair machine learning tools, we propose two algorithms: Fairness Warnings and Fair-MAML. The first is a model-agnostic algorithm that pro…

FairnessMeta-Learning

Loss meta-learning for forecasting

2021-09-29 · Alan Collet, Antonio Bazco-Nogueras, Albert Banchs, Marco Fiore

Meta-learning of loss functions for supervised learning has been used to date for classification tasks, or as a way to enable few-shot learning. In this paper, we show how a fairly simple loss meta-learning approach can …

Few-Shot LearningMeta-LearningregressionTime Series+1

A Primal-Dual Subgradient Approachfor Fair Meta Learning

2020-09-26 · Chen Zhao, Feng Chen, Zhuoyi Wang, Latifur Khan

The problem of learning to generalize to unseen classes during training, known as few-shot classification, has attracted considerable attention. Initialization based methods, such as the gradient-based model agnostic met…

FairnessFew-Shot LearningMeta-Learning

FairlyUncertain: A Comprehensive Benchmark of Uncertainty in Algorithmic Fairness

2024-10-02 · Lucas Rosenblatt, R. Teal Witter

Fair predictive algorithms hinge on both equality and trust, yet inherent uncertainty in real-world data challenges our ability to make consistent, fair, and calibrated decisions. While fairly managing predictive error h…

Fairness

The Curse of Low Task Diversity: On the Failure of Transfer Learning to Outperform MAML and Their Empirical Equivalence

2022-08-02 · Brando Miranda, Patrick Yu, Yu-Xiong Wang, Sanmi Koyejo

Recently, it has been observed that a transfer learning solution might be all we need to solve many few-shot learning benchmarks -- thus raising important questions about when and how meta-learning algorithms should be d…

DiversityFew-Shot LearningMeta-LearningTransfer Learning