paper-with-me

홈 › Papers

On Fairness of Low-Rank Adaptation of Large Models

2024-05-27 · Zhoujie Ding, Ken Ziyu Liu, Pura Peetathawatchai, Berivan Isik, Sanmi Koyejo

Low-rank adaptation of large models, particularly LoRA, has gained traction due to its computational efficiency. This efficiency, contrasted with the prohibitive costs of full-model fine-tuning, means that practitioners often turn to LoRA and sometimes without a complete understanding of its ramifications. In this study, we focus on fairness and ask whether LoRA has an unexamined impact on utility, calibration, and resistance to membership inference across different subgroups (e.g., genders, races, religions) compared to a full-model fine-tuning baseline. We present extensive experiments across vision and language domains and across classification and generation tasks using ViT-Base, Swin-v2-Large, Llama-2 7B, and Mistral 7B. Intriguingly, experiments suggest that while one can isolate cases where LoRA exacerbates model bias across subgroups, the pattern is inconsistent -- in many cases, LoRA has equivalent or even improved fairness compared to the base model or its full fine-tuning baseline. We also examine the complications of evaluating fine-tuning fairness relating to task design and model token bias, calling for more careful fairness evaluations in future work.

📄 PDF Abstract BibTeX arXiv:2405.17512

Code (1)

kenziyuliu/lora-fairness 공식 구현 pytorch

Tasks

Computational EfficiencyFairness

Methods 이 논문이 사용한 방법론

BASE 설명 없음
Focus 설명 없음

Similar 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 tas…

Fairnessparameter-efficient fine-tuning

Towards Measuring Fairness in Grid Layout in Recommender Systems

2023-09-19 · Amifa Raj, Michael D. Ekstrand

There has been significant research in the last five years on ensuring the providers of items in a recommender system are treated fairly, particularly in terms of the exposure the system provides to their work through it…

FairnessRecommendation Systems

Fairness-Aware Low-Rank Adaptation Under Demographic Privacy Constraints

2025-03-07 · Parameswaran Kamalaruban, Mark Anderson, Stuart Burrell, Maeve Madigan 외

Pre-trained foundation models can be adapted for specific tasks using Low-Rank Adaptation (LoRA). However, the fairness properties of these adapted classifiers remain underexplored. Existing fairness-aware fine-tuning me…

Fairness

Fairness Analysis of CLIP-Based Foundation Models for X-Ray Image Classification

2025-01-31 · Xiangyu Sun, Xiaoguang Zou, Yuanquan Wu, Guotai Wang 외

X-ray imaging is pivotal in medical diagnostics, offering non-invasive insights into a range of health conditions. Recently, vision-language models, such as the Contrastive Language-Image Pretraining (CLIP) model, have d…

DiagnosticFairnessimage-classificationImage Classification

On Fairness of Task Arithmetic: The Role of Task Vectors

2025-05-30 · Hiroki Naganuma, Kotaro Yoshida, Laura Gomezjurado Gonzalez, Takafumi Horie 외

Model editing techniques, particularly task arithmetic using task vectors, have shown promise in efficiently modifying pre-trained models through arithmetic operations like task addition and negation. Despite computation…

FairnessHate Speech DetectionModel EditingNegation+2