scispace - formally typeset
Open AccessPosted Content

Data Decisions and Theoretical Implications when Adversarially Learning Fair Representations

Reads0
Chats0
TLDR
An adversarial training procedure is used to remove information about the sensitive attribute from the latent representation learned by a neural network, and the data distribution empirically drives the adversary's notion of fairness.
Abstract
How can we learn a classifier that is "fair" for a protected or sensitive group, when we do not know if the input to the classifier belongs to the protected group? How can we train such a classifier when data on the protected group is difficult to attain? In many settings, finding out the sensitive input attribute can be prohibitively expensive even during model training, and sometimes impossible during model serving. For example, in recommender systems, if we want to predict if a user will click on a given recommendation, we often do not know many attributes of the user, e.g., race or age, and many attributes of the content are hard to determine, e.g., the language or topic. Thus, it is not feasible to use a different classifier calibrated based on knowledge of the sensitive attribute. Here, we use an adversarial training procedure to remove information about the sensitive attribute from the latent representation learned by a neural network. In particular, we study how the choice of data for the adversarial training effects the resulting fairness properties. We find two interesting results: a small amount of data is needed to train these adversarial models, and the data distribution empirically drives the adversary's notion of fairness.

read more

Citations
More filters
Journal Article

Inherent Limitations of Multi-Task Fair Representations

TL;DR: In this paper , it was shown that for tasks sharing the same marginal distribution, except for trivial cases, no representation can guarantee Equalized Odds fairness for any two different tasks while enabling accurate label predictions for both.

G eneralized d emographic p arity for g roup f airness

TL;DR: This work proposes Generalized Demographic Parity (GDP), a group fairness metric for continuous and discrete attributes, and shows the understanding of GDP from the probability perspective and theoretically reveal the connection between GDP regularizer and adversarial debiasing.
Journal ArticleDOI

On Disentangled and Locally Fair Representations

Yaron Gurovich, +2 more
- 05 May 2022 - 
TL;DR: This work disentangles the embedding space into two representations, one correlated with the sensitive attribute while the second is not, and learns a locally fair representation, such that, under the learned representation, the neighborhood of each sample is balanced in terms of thesensitive attribute.

Exploring Spurious Learning in Self-Supervised Representations

TL;DR: In this article , the authors explore whether self-supervised learning (SSL) methods would produce representations which exhibit similar behaviors under spurious correlation, and propose a method to remove spurious information from these representations during pretraining, by pruning or re-initializing later layers of the encoder.
References
More filters
Proceedings Article

Adaptive Subgradient Methods for Online Learning and Stochastic Optimization.

TL;DR: Adaptive subgradient methods as discussed by the authors dynamically incorporate knowledge of the geometry of the data observed in earlier iterations to perform more informative gradient-based learning, which allows us to find needles in haystacks in the form of very predictive but rarely seen features.
Journal Article

Adaptive Subgradient Methods for Online Learning and Stochastic Optimization

TL;DR: This work describes and analyze an apparatus for adaptively modifying the proximal function, which significantly simplifies setting a learning rate and results in regret guarantees that are provably as good as the best proximal functions that can be chosen in hindsight.
Book ChapterDOI

Domain-adversarial training of neural networks

TL;DR: In this article, a new representation learning approach for domain adaptation is proposed, in which data at training and test time come from similar but different distributions, and features that cannot discriminate between the training (source) and test (target) domains are used to promote the emergence of features that are discriminative for the main learning task on the source domain.
Proceedings Article

Equality of opportunity in supervised learning

TL;DR: This work proposes a criterion for discrimination against a specified sensitive attribute in supervised learning, where the goal is to predict some target based on available features and shows how to optimally adjust any learned predictor so as to remove discrimination according to this definition.