CLAINov 19, 2020

Exploring Text Specific and Blackbox Fairness Algorithms in Multimodal Clinical NLP

arXiv:2011.09625v2993 citationsHas Code
AI Analysis

This work addresses fairness in multimodal clinical NLP for medical prediction tasks, representing an incremental step in applying existing fairness concepts to a new data modality.

This paper explores fairness in multimodal clinical NLP by applying equalized odds to medical prediction tasks. It compares a modality-agnostic post-processing method with text-specific debiased clinical word embeddings, finding that the text-specific approach can balance performance and fairness.

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 Implementations1 repo
Foundations

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

Your Notes