paper-with-me

홈 › Papers

FairLoRA: Unpacking Bias Mitigation in Vision Models with Fairness-Driven Low-Rank Adaptation

2024-10-22 · Rohan Sukumaran, Aarash Feizi, Adriana Romero-Sorian, Golnoosh Farnadi

Recent advances in parameter-efficient fine-tuning methods, such as Low Rank Adaptation (LoRA), have gained significant attention for their ability to efficiently adapt large foundational models to various downstream tasks. These methods are appreciated for achieving performance comparable to full fine-tuning on aggregate-level metrics, while significantly reducing computational costs. To systematically address fairness in LLMs previous studies fine-tune on fairness specific data using a larger LoRA rank than typically used. In this paper, we introduce FairLoRA, a novel fairness-specific regularizer for LoRA aimed at reducing performance disparities across data subgroups by minimizing per-class variance in loss. To the best of our knowledge, we are the first to introduce a fairness based finetuning through LoRA. Our results demonstrate that the need for higher ranks to mitigate bias is not universal; it depends on factors such as the pre-trained model, dataset, and task. More importantly, we systematically evaluate FairLoRA across various vision models, including ViT, DiNO, and CLIP, in scenarios involving distribution shifts. We further emphasize the necessity of using multiple fairness metrics to obtain a holistic assessment of fairness, rather than relying solely on the metric optimized during training.

📄 PDF Abstract BibTeX arXiv:2410.17358

Code (0)

등록된 구현이 없습니다.

Tasks

Fairnessparameter-efficient fine-tuning

Methods 이 논문이 사용한 방법론

Softmax The Softmax output function transforms a previous layer's output into a vector of probabilities. It is commonly used for multiclass classification. Given an input vector $x$…
Attention 설명 없음
CLIP Contrastive Language-Image Pre-training (CLIP), consisting of a simplified version of ConVIRT trained from scratch, is an efficient method of image representation learning…

Similar Papers 제목 키워드 기반

FairFedMed: Benchmarking Group Fairness in Federated Medical Imaging with FairLoRA

2025-07-21 · Minghan Li, Congcong Wen, Yu Tian, Min Shi 외 arxiv

Fairness remains a critical concern in healthcare, where unequal access to services and treatment outcomes can adversely affect patient health. While Federated Learning (FL) presents a collaborative and privacy-preservin…

Medical Image ClassificationFederated Learning

Software Fairness Dilemma: Is Bias Mitigation a Zero-Sum Game?

2025-08-05 · Zhenpeng Chen, Xinyue Li, Jie M. Zhang, Weisong Sun 외 arxiv

Fairness is a critical requirement for Machine Learning (ML) software, driving the development of numerous bias mitigation methods. Previous research has identified a leveling-down effect in bias mitigation for computer …

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…

A Comprehensive Empirical Study of Bias Mitigation Methods for Machine Learning Classifiers

2022-07-07 · Zhenpeng Chen, Jie M. Zhang, Federica Sarro, Mark Harman

Software bias is an increasingly important operational concern for software engineers. We present a large-scale, comprehensive empirical study of 17 representative bias mitigation methods for Machine Learning (ML) classi…

Fairness

Subgroups Matter for Robust Bias Mitigation

2025-05-27 · Anissa Alloula, Charles Jones, Ben Glocker, Bartłomiej W. Papież

Despite the constant development of new bias mitigation methods for machine learning, no method consistently succeeds, and a fundamental question remains unanswered: when and why do bias mitigation techniques fail? In th…

Fairness