paper-with-me

Papers

FairTune: Optimizing Parameter Efficient Fine Tuning for Fairness in Medical Image Analysis

2023-10-08 · Raman Dutt, Ondrej Bohdal, Sotirios A. Tsaftaris, Timothy Hospedales

Training models with robust group fairness properties is crucial in ethically sensitive application areas such as medical diagnosis. Despite the growing body of work aiming to minimise demographic bias in AI, this problem remains challenging. A key reason for this challenge is the fairness generalisation gap: High-capacity deep learning models can fit all training data nearly perfectly, and thus also exhibit perfect fairness during training. In this case, bias emerges only during testing when generalisation performance differs across subgroups. This motivates us to take a bi-level optimisation perspective on fair learning: Optimising the learning strategy based on validation fairness. Specifically, we consider the highly effective workflow of adapting pre-trained models to downstream medical imaging tasks using parameter-efficient fine-tuning (PEFT) techniques. There is a trade-off between updating more parameters, enabling a better fit to the task of interest vs. fewer parameters, potentially reducing the generalisation gap. To manage this tradeoff, we propose FairTune, a framework to optimise the choice of PEFT parameters with respect to fairness. We demonstrate empirically that FairTune leads to improved fairness on a range of medical imaging datasets. The code is available at https://github.com/Raman1121/FairTune

📄 PDF Abstract BibTeX arXiv:2310.05055

Code (1)

Raman1121/FairTune 공식 구현 pytorch

Tasks

FairnessMedical DiagnosisMedical Image Analysisparameter-efficient fine-tuning

Similar Papers 제목 키워드 기반

FairTune: A Bias-Aware Fine-Tuning Framework Towards Fair Heart Rate Prediction from PPG

2025-09-20 · Lovely Yeswanth Panchumarthi, Saurabh Kataria, Yi Wu, Xiao Hu 외 arxiv

Foundation models pretrained on physiological data such as photoplethysmography (PPG) signals are increasingly used to improve heart rate (HR) prediction across diverse settings. Fine-tuning these models for local deploy…

Private and Fair Machine Learning: Revisiting the Disparate Impact of Differentially Private SGD

2025-10-02 · Lea Demelius, Dominik Kowald, Simone Kopeinik, Roman Kern 외 arxiv

Differential privacy (DP) is a prominent method for protecting information about individuals during data analysis. Training neural networks with differentially private stochastic gradient descent (DPSGD) influences the m…

Enhancing Multi-Attribute Fairness in Healthcare Predictive Modeling

2025-01-22 · Xiaoyang Wang, Christopher C. Yang

Artificial intelligence (AI) systems in healthcare have demonstrated remarkable potential to improve patient outcomes. However, if not designed with fairness in mind, they also carry the risks of perpetuating or exacerba…

AttributeFairness

Efficiency vs. Alignment: Investigating Safety and Fairness Risks in Parameter-Efficient Fine-Tuning of LLMs

2025-11-01 · Mina Taraghi, Yann Pequignot, Amin Nikanjam, Mohamed Amine Merzouk 외 arxiv

Organizations are increasingly adopting and adapting Large Language Models (LLMs) hosted on public repositories such as HuggingFace. Although these adaptations often improve performance on specialized downstream tasks, r…

parameter-efficient fine-tuning

Optimizing fairness tradeoffs in machine learning with multiobjective meta-models

2023-04-21 · William G. La Cava

Improving the fairness of machine learning models is a nuanced task that requires decision makers to reason about multiple, conflicting criteria. The majority of fair machine learning methods transform the error-fairness…

FairnessMultiobjective Optimization