paper-with-me

홈 › Papers

SWiFT: Soft-Mask Weight Fine-tuning for Bias Mitigation

2025-08-26 · Junyu Yan, Feng Chen, Yuyang Xue, Yuning Du, Konstantinos Vilouras, Sotirios A. Tsaftaris, Steven McDonagh arxiv

Recent studies have shown that Machine Learning (ML) models can exhibit bias in real-world scenarios, posing significant challenges in ethically sensitive domains such as healthcare. Such bias can negatively affect model fairness, model generalization abilities and further risks amplifying social discrimination. There is a need to remove biases from trained models. Existing debiasing approaches often necessitate access to original training data and need extensive model retraining; they also typically exhibit trade-offs between model fairness and discriminative performance. To address these challenges, we propose Soft-Mask Weight Fine-Tuning (SWiFT), a debiasing framework that efficiently improves fairness while preserving discriminative performance with much less debiasing costs. Notably, SWiFT requires only a small external dataset and only a few epochs of model fine-tuning. The idea behind SWiFT is to first find the relative, and yet distinct, contributions of model parameters to both bias and predictive performance. Then, a two-step fine-tuning process updates each parameter with different gradient flows defined by its contribution. Extensive experiments with three bias sensitive attributes (gender, skin tone, and age) across four dermatological and two chest X-ray datasets demonstrate that SWiFT can consistently reduce model bias while achieving competitive or even superior diagnostic accuracy under common fairness and accuracy metrics, compared to the state-of-the-art. Specifically, we demonstrate improved model generalization ability as evidenced by superior performance on several out-of-distribution (OOD) datasets.

📄 PDF Abstract BibTeX arXiv:2508.18826

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

MediSwift: Efficient Sparse Pre-trained Biomedical Language Models

2024-03-01 · Vithursan Thangarasa, Mahmoud Salem, Shreyas Saxena, Kevin Leong 외

Large language models (LLMs) are typically trained on general source data for various domains, but a recent surge in domain-specific LLMs has shown their potential to outperform general-purpose models in domain-specific …

Question Answering

SWIFT:A Scalable lightWeight Infrastructure for Fine-Tuning

2024-08-10 · Yuze Zhao, Jintao Huang, Jinghan Hu, Xingjun Wang 외

Recent development in Large Language Models (LLMs) and Multi-modal Large Language Models (MLLMs) have leverage Attention-based Transformer architectures and achieved superior performance and generalization capabilities. …

HallucinationOptical Character RecognitionOptical Character Recognition (OCR)Quantization+5

Solving Semi-Supervised Few-Shot Learning from an Auto-Annotation Perspective

2025-12-11 · Tian Liu, Anwesha Basu, James Caverlee, Shu Kong arxiv

Semi-supervised few-shot learning (SSFSL) resembles real-world applications such as auto-annotation, as it aims to learn a model from a few labeled and abundant unlabeled task-specific examples to annotate the unlabeled …

Few-Shot Learning

Parameter-Efficient pretrained-CT-to-MRI Transfer for Rectal Cancer Segmentation: Performance-Calibration Trade-offs

2026-08-27 · Aneesh Rangnekar, Jorge Tapias Gomez, Joseph O Deasy, Harini Veeraraghavan arxiv

Accurate rectal cancer segmentation from magnetic resonance imaging (MRI) is essential for adaptive radiotherapy and tumor response assessment, but deployment also requires computational efficiency and informative, calib…

Computational Efficiency

SwiftTS: A Swift Selection Framework for Time Series Pre-trained Models via Multi-task Meta-Learning

2025-10-27 · Tengxue Zhang, Biao Ouyang, Yang Shu, Xinyang Chen 외 arxiv

Pre-trained models exhibit strong generalization to various downstream tasks. However, given the numerous models available in the model hub, identifying the most suitable one by individually fine-tuning is time-consuming…