CVAIMar 27

FairLLaVA: Fairness-Aware Parameter-Efficient Fine-Tuning for Large Vision-Language Assistants

arXiv:2603.2600868.8h-index: 9Has Code
AI Analysis

This addresses fairness risks in MLLMs for safety-critical clinical settings, such as diagnostic narratives, by mitigating biases without compromising overall performance, though it is incremental as it builds on existing fine-tuning techniques.

The paper tackles fairness issues in multimodal large language models (MLLMs) by introducing FairLLaVA, a parameter-efficient fine-tuning method that reduces group disparities in visual instruction tuning, showing consistent reductions in inter-group disparities and improvements in equity-scaled clinical performance and natural language generation quality across medical imaging benchmarks.

While powerful in image-conditioned generation, multimodal large language models (MLLMs) can display uneven performance across demographic groups, highlighting fairness risks. In safety-critical clinical settings, such disparities risk producing unequal diagnostic narratives and eroding trust in AI-assisted decision-making. While fairness has been studied extensively in vision-only and language-only models, its impact on MLLMs remains largely underexplored. To address these biases, we introduce FairLLaVA, a parameter-efficient fine-tuning method that mitigates group disparities in visual instruction tuning without compromising overall performance. By minimizing the mutual information between target attributes, FairLLaVA regularizes the model's representations to be demographic-invariant. The method can be incorporated as a lightweight plug-in, maintaining efficiency with low-rank adapter fine-tuning, and provides an architecture-agnostic approach to fair visual instruction following. Extensive experiments on large-scale chest radiology report generation and dermoscopy visual question answering benchmarks show that FairLLaVA consistently reduces inter-group disparities while improving both equity-scaled clinical performance and natural language generation quality across diverse medical imaging modalities. Code can be accessed at https://github.com/bhosalems/FairLLaVA.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes