paper-with-me

홈 › Papers

Contrastive Learning for Fair Representations

2021-12-17 · ACL ARR December 2022 12 · Anonymous

Trained classification models can unintentionally lead to biased representations and predictions, which can reinforce societal preconceptions and stereotypes. Existing debiasing methods for classification models, such as adversarial training, are often expensive to train and fragile to optimise. Here, we propose a method for mitigating bias in classifier training by incorporating contrastive learning, in which instances sharing the same class label are encouraged to have similar representations, while instances sharing a protected attribute are forced further apart. In such a way our method learns representations that capture the task label in focused regions, while ensuring the protected attribute has diverse spread, and thus has limited impact on prediction and thereby results in fairer models. Extensive experimental results on three tasks show that: our method achieves fairer representations larger bias reduction than competitive baselines; it does so without sacrificing main task performance; and it generalizes across modalities and binary- and multi-class classification tasks, being conceptually simple and agnostic to network architecture, and incurring minimal additional compute cost.

📄 PDF Abstract BibTeX

Code (0)

등록된 구현이 없습니다.

Tasks

AttributeClassificationContrastive LearningMulti-class Classification

Similar Papers 제목 키워드 기반

Conditional Supervised Contrastive Learning for Fair Text Classification

2022-05-23 · Jianfeng Chi, William Shand, Yaodong Yu, Kai-Wei Chang 외

Contrastive representation learning has gained much attention due to its superior performance in learning representations from both image and sequential data. However, the learned representations could potentially lead t…

ClassificationContrastive LearningFairnessRepresentation Learning+2

FairContrast: Enhancing Fairness through Contrastive learning and Customized Augmenting Methods on Tabular Data

2025-10-02 · Aida Tayebi, Ali Khodabandeh Yalabadi, Mehdi Yazdani-Jahromi, Ozlem Ozmen Garibay arxiv

As AI systems become more embedded in everyday life, the development of fair and unbiased models becomes more critical. Considering the social impact of AI systems is not merely a technical challenge but a moral imperati…

Representation LearningContrastive Learning

Conditional Contrastive Learning for Improving Fairness in Self-Supervised Learning

2021-06-05 · Martin Q. Ma, Yao-Hung Hubert Tsai, Paul Pu Liang, Han Zhao 외

Contrastive self-supervised learning (SSL) learns an embedding space that maps similar data pairs closer and dissimilar data pairs farther apart. Despite its success, one issue has been overlooked: the fairness aspect of…

AttributeContrastive LearningFairnessRepresentation Learning+1

An Attention-based Framework for Fair Contrastive Learning

2024-11-22 · Stefan K. Nielsen, Tan M. Nguyen

Contrastive learning has proven instrumental in learning unbiased representations of data, especially in complex environments characterized by high-cardinality and high-dimensional sensitive information. However, existin…

Contrastive Learning

Uncovering the Structural Fairness in Graph Contrastive Learning

2022-10-06 · Ruijia Wang, Xiao Wang, Chuan Shi, Le Song

Recent studies show that graph convolutional network (GCN) often performs worse for low-degree nodes, exhibiting the so-called structural unfairness for graphs with long-tailed degree distributions prevalent in the real …

Contrastive LearningFairness