paper-with-me

Papers

Sustaining Fairness via Incremental Learning

2022-08-25 · Somnath Basu Roy Chowdhury, Snigdha Chaturvedi

Machine learning systems are often deployed for making critical decisions like credit lending, hiring, etc. While making decisions, such systems often encode the user's demographic information (like gender, age) in their intermediate representations. This can lead to decisions that are biased towards specific demographics. Prior work has focused on debiasing intermediate representations to ensure fair decisions. However, these approaches fail to remain fair with changes in the task or demographic distribution. To ensure fairness in the wild, it is important for a system to adapt to such changes as it accesses new data in an incremental fashion. In this work, we propose to address this issue by introducing the problem of learning fair representations in an incremental learning setting. To this end, we present Fairness-aware Incremental Representation Learning (FaIRL), a representation learning system that can sustain fairness while incrementally learning new tasks. FaIRL is able to achieve fairness and learn new tasks by controlling the rate-distortion function of the learned representations. Our empirical evaluations show that FaIRL is able to make fair decisions while achieving high performance on the target task, outperforming several baselines.

📄 PDF Abstract BibTeX arXiv:2208.12212

Code (1)

brcsomnath/fairl 공식 구현 pytorch

Tasks

FairnessIncremental LearningRepresentation Learning

Similar Papers 제목 키워드 기반

Self-Sustaining Representation Expansion for Non-Exemplar Class-Incremental Learning

2022-03-12 · CVPR 2022 1 · Kai Zhu, Wei Zhai, Yang Cao, Jiebo Luo 외

Non-exemplar class-incremental learning is to recognize both the old and new classes when old class samples cannot be saved. It is a challenging task since representation optimization and feature retention can only be ac…

class-incremental learningClass Incremental LearningIncremental LearningPrototype Selection

How Robust is Your Fairness? Evaluating and Sustaining Fairness under Unseen Distribution Shifts

2022-07-04 · Haotao Wang, Junyuan Hong, Jiayu Zhou, Zhangyang Wang

Increasing concerns have been raised on deep learning fairness in recent years. Existing fairness-aware machine learning methods mainly focus on the fairness of in-distribution data. However, in real-world applications, …

Fairness

Fair Class-Incremental Learning using Sample Weighting

2024-10-02 · Jaeyoung Park, Minsu Kim, Steven Euijong Whang

Model fairness is becoming important in class-incremental learning for Trustworthy AI. While accuracy has been a central focus in class-incremental learning, fairness has been relatively understudied. However, naively us…

class-incremental learningClass Incremental LearningFairnessIncremental Learning

Fair and Explainable Credit-Scoring under Concept Drift: Adaptive Explanation Frameworks for Evolving Populations

2025-11-05 · Shivogo John arxiv

Evolving borrower behaviors, shifting economic conditions, and changing regulatory landscapes continuously reshape the data distributions underlying modern credit-scoring systems. Conventional explainability techniques, …

Variable Detection

FAIRER: Fairness as Decision Rationale Alignment

2023-06-27 · Tianlin Li, Qing Guo, Aishan Liu, Mengnan Du 외

Deep neural networks (DNNs) have made significant progress, but often suffer from fairness issues, as deep models typically show distinct accuracy differences among certain subgroups (e.g., males and females). Existing r…

Fairness