菜单

关于 🐙 GitHub
arXiv 提交日期: 2026-05-06
📄 Abstract - FairEnc: A Fair Vision-Language Model with Fair Vision and Text Encoders for Glaucoma Detection

Automated glaucoma detection is critical for preventing irreversible vision loss and reducing the burden on healthcare systems. However, ensuring fairness across diverse patient populations remains a significant challenge. In this paper, we propose FairEnc, a fair pretraining method for vision-language models (VLMs) that enables simultaneous debiasing across multiple sensitive attributes. FairEnc jointly mitigates biases in both textual and visual modalities with respect to multiple sensitive attributes, including race, gender, ethnicity, and language. Specifically, for the textual encoder, we leverage a large language model to generate synthetic clinical descriptions with varied sensitive attributes while preserving disease semantics, and employ a contrastive alignment objective to encourage demographic-invariant representations. For the visual encoder, we propose a dual-level fairness strategy that combines mutual information regularization to reduce statistical dependence between learned features and demographic groups, with multi-discriminator adversarial debiasing. Comprehensive experiments on the publicly available Harvard-FairVLMed dataset demonstrate that FairEnc effectively reduces demographic disparity as measured by DPD and DEOdds while achieving strong diagnostic performance under both zero-shot and linear probing evaluations. Additional experiments on the private FairFundus dataset show that FairEnc consistently preserves fairness advantages under cross-domain and cross-modality settings and maintains diagnostic performance within a competitive range. These results highlight FairEnc's ability to generalize fairness under distribution shifts, supporting its potential for more equitable deployment in real-world clinical settings. Our codebase and synthetic clinical notes are available at this https URL

顶级标签: medical multi-modal model training
详细标签: fairness glaucoma detection vision-language model debiasing clinical notes 或 搜索:

FairEnc:一种用于青光眼检测的公平视觉与文本编码器视觉-语言模型 / FairEnc: A Fair Vision-Language Model with Fair Vision and Text Encoders for Glaucoma Detection


1️⃣ 一句话总结

本文提出一种名为FairEnc的预训练方法,通过同时消除视觉和文本编码器中的种族、性别、民族和语言等敏感属性偏见,使得用于青光眼检测的视觉-语言模型在保持良好诊断准确率的同时,显著提升对不同人群的公平性。

源自 arXiv: 2605.04882