Exploring Text Specific and Blackbox Fairness Algorithms in Multimodal Clinical NLP
Clinical machine learning is increasingly multimodal, collected in both structured tabular formats and unstructured forms such as freetext. We propose a novel task of exploring fairness on a multimodal clinical dataset, adopting equalized odds for the downstream medical prediction tasks. To this end, we investigate a modality-agnostic fairness algorithm - equalized odds post processing - and compare it to a text-specific fairness algorithm: debiased clinical word embeddings. Despite the fact that debiased word embeddings do not explicitly address equalized odds of protected groups, we show that a text-specific approach to fairness may simultaneously achieve a good balance of performance and classical notions of fairness. We hope that our paper inspires future contributions at the critical intersection of clinical NLP and fairness. The full source code is available here: https://github.com/johntiger1/multimodal_fairness
Code (1)
Tasks
FairnessWord EmbeddingsSimilar Papers 제목 키워드 기반
Imposing Consistency Properties on Blackbox Systems with Applications to SVD-Based Recommender Systems
In this paper we discuss pre- and post-processing methods to induce desired consistency and/or invariance properties in blackbox systems, e.g., AI-based. We demonstrate our approach in the context of blackbox SVD-based m…
FairnessMatrix CompletionRecommendation SystemsOn the Alignment of Group Fairness with Attribute Privacy
Group fairness and privacy are fundamental aspects in designing trustworthy machine learning models. Previous research has highlighted conflicts between group fairness and different privacy notions. We are the first to d…
AttributeFairnessInference AttackOn Dyadic Fairness: Exploring and Mitigating Bias in Graph Connections
This blog post discusses the ICLR 2021 paper "On Dyadic Fairness: Exploring and Mitigating Bias in Graph Connections" by Li et al., highlighting the importance of its theoretical results while critiquing the notions and …
FairnessLink PredictionPredictionBlackbox Post-Processing for Multiclass Fairness
Applying standard machine learning approaches for classification can produce unequal results across different demographic groups. When then used in real-world settings, these inequities can have negative societal impacts…
BIG-bench Machine LearningBinary ClassificationClassificationFairnessDikaios: Privacy Auditing of Algorithmic Fairness via Attribute Inference Attacks
Machine learning (ML) models have been deployed for high-stakes applications. Due to class imbalance in the sensitive attribute observed in the datasets, ML models are unfair on minority subgroups identified by a sensiti…
AttributeFairnessInference Attack