Summary
To ensure equitable quality of care, differences in machine learning model performance between patient groups must be addressed. Here, we argue that two separate mechanisms can cause performance differences between groups. First, model performance may be worse than theoretically achievable in a given group. This can occur due to a combination of group underrepresentation, modeling choices, and the characteristics of the prediction task at hand. We examine scenarios in which underrepresentation leads to underperformance, scenarios in which it does not, and the differences between them. Second, the optimal achievable performance may also differ between groups due to differences in the intrinsic difficulty of the prediction task. We discuss several possible causes of such differences in task difficulty. In addition, challenges such as label biases and selection biases may confound both learning and performance evaluation. We highlight consequences for the path toward equal performance, and we emphasize that leveling up model performance may require gathering not only more data from underperforming groups but also better data. Throughout, we ground our discussion in real-world medical phenomena and case studies while also referencing relevant statistical theory.
The bigger picture
Machine learning models are poised to be widely used in medical applications. This raises important fairness considerations, since it has been observed that such models often are better at predicting outcomes or diagnosing diseases in some patient groups compared with others. Here, we ask: why do such performance differences occur, and what would it take to build models that perform equally well for all patients? We point out that different factors can lead to underperformance in patient groups, including underrepresentation in the training dataset, technical modeling choices, and differences in the difficulty of the prediction task between groups. In addition, biased data collection may confound both learning and performance evaluation. Narrow algorithmic fairness solutions cannot address all of these issues, and we find that leveling up model performance may require not only more data from underperforming groups but also better data.
To ensure equitable quality of care, differences in machine learning model performance between patient groups must be addressed. Causes of performance differences include group underrepresentation, modeling choices, and differences in the intrinsic difficulty of the prediction task. In addition, label biases and selection biases may confound both learning and performance evaluation. We highlight consequences for the path toward equal performance, emphasizing that leveling up model performance may require not only more data from underperforming groups but also better data.
Introduction
The fairness of machine learning models has come under increased scrutiny in recent years, with performance disparities between different groups being one potential source of unfairness.1 The discussion has also reached the medical machine learning community,2,3,4,5 where the effects of group underrepresentation have received much attention. In a recent study, Larrazabal et al.3 found improved discriminative performance of chest X-ray-based thoracic disease classifiers for a given (gender-based) group if that group was more strongly represented in the training data. Puyol-Antón et al.6 and Lee et al.7 have observed similar effects of racial representation on the performance of cardiac magnetic resonance imaging (MRI) segmentation models. In a parallel development, the medical community is increasingly recognizing the harms caused by medical research focusing primarily on male and Western individuals.8,9 Together, these developments have incited a commendable movement toward using diverse, representative datasets in medical machine learning research. However, as we emphasize here (and as has been pointed out before), the relationship between a group’s representation in the training dataset and the model performance for that group is complex. Using similar amounts of data from different groups does not ensure equal model performance across groups, and group underrepresentation does not necessarily result in poor model performance.
Consider the study by Larrazabal et al.3 on chest X-ray-based thoracic disease classifiers. In this study, even when training a model only on women, the model’s performance in women was still worse than in men for some diseases, such as pleural thickening and pneumothorax. The performance disparity for these diseases was even greater in the case of a balanced dataset consisting of 50% women and 50% men. Notably, a clear case of the opposite pattern (worse performance in men) was not observed for any disease. Similar observations were made by Lee et al.7 in the context of cardiac MRI segmentation. These results illustrate that a given estimation task may be intrinsically harder in certain groups compared with others. In statistical terms, the mutual information, or statistical dependence, between model inputs and outputs may differ between groups.
Clear trends relating relative group representation to relative model performance are also not always observed. For instance, Lee et al.,7 while observing a consistent relationship between racial representation and model performance in such groups, do not find such a relationship between gender representation and model performance in those groups. Our recent study on MRI-based Alzheimer’s disease (AD) classification10 provides an even more perplexing example. In this study, we found that increasing the relative representation of women in the training dataset (while keeping the total dataset size fixed) slightly improved model performance in both women and men. Although the trends were not very strong, they were statistically significant. This observation was surprising, considering that one might expect model performance to decline in male test subjects as their relative representation in the training dataset is reduced.
How can we explain these seemingly contradictory observations? We argue here that two separate mechanisms may cause a model to underperform in a given group compared with others. First, the model may perform suboptimally in a group due to a combination of the group’s (presumably low) representation in the training dataset, the magnitude and character of the physiological differences between the groups, the modeling choices, and the selected training procedure. By optimality, we refer here (and in the following) to the optimal model performance achievable in this group and for this estimation task, given access to infinitely many training samples and ideal modeling choices. This corresponds to the notion of Bayes optimality.11 Second, this level of optimal achievable performance may differ between groups due to differences in the intrinsic difficulty of the estimation task, corresponding to differences in the irreducible (or Bayes) error. We will discuss several possible causes of such differences in intrinsic task difficulty and highlight consequences for the path toward (more) equal model performance.
As a final introductory note, we focus here on a model’s overall discriminative performance. By this, we mean the model’s ability to accurately predict the true outcome labels, as measured by, e.g., the squared prediction error (also known as the Brier score), the overall prediction accuracy, the area under the receiver-operating characteristic curve (AUROC), and other similar measures. (True and false positive rates individually are not of interest to us as they can be trivially traded off against each other.) Of course, other dimensions of model performance may be equally relevant,5,12 but they are beyond the scope of this piece.
Background: Estimator bias, variance, and irreducible error
We begin by introducing a theoretical framework for the following discussion, adapted from the work of Chen et al.13 In the following, let X denote input data, G group membership, Y the unobservable true labels distributed following , and the observed but potentially noisy or biased labels. Assume furthermore that
(Equation 1) |
denotes a model’s prediction for a given input sample , where the model is learned from a training set D consisting of observations . Then, given a test sample , the expectation denotes the average model prediction for that test sample over draws of training sets D. Moreover, given the same test sample , the expectation denotes the Bayes optimal prediction for that sample. Adapting the unified bias-variance decomposition of Domingos,14 Chen et al.13 provide the following decomposition (refer to the supplemental information for additional details on this decomposition) of the expected mean squared prediction error (or Brier score) for group G over draws of random training sets D:
(Equation 2) |
In Equation 2, the first term on the right-hand side quantifies the error related to the model’s expected deviation from the Bayes optimal prediction. The second term quantifies the error due to model variance over repeated training set draws, and the third term captures the irreducible error that even a Bayes optimal predictor will incur because Y cannot be perfectly predicted from X and G. This last term captures what is known as “aleatoric uncertainty” (or “data uncertainty”), while the estimator variance term captures “epistemic uncertainty” (or “model uncertainty”).15,16 Label errors will affect the learned model and thus influence the bias and variance terms of the decomposition, but not the irreducible error term.
We will refer to back to the three components of Equation 2 throughout the following discussion. Note that for simplicity of notation, we present the decomposition only for the case of the mean squared prediction error here, but analogous decompositions hold for other losses, including overall error rate; refer to Chen et al.13 for details. Finally, note that Equation 1 also covers the case of models that do not take explicit group membership into account, by simply constraining the class of permissible models to those that ignore the second argument.
The relationship between group representation and model performance
When does underrepresentation cause disproportionate reductions in model performance? This depends on several factors, including the size and composition of the dataset, the model choice, the training procedure, and the underlying estimation task. Note that, in terms of Equation 2, group underrepresentation can only ever influence the first two terms (estimator bias and variance) and never the irreducible error term.
If the inputs are sufficiently informative and the selected model class is sufficiently expressive to simultaneously reflect the optimal mapping between model inputs and outputs for all groups, being a training dataset minority does not have to cause suboptimal model performance (see Figures 1A and 1B). In terms of Equation 2, this corresponds to a case in which estimator bias is low—since the model is sufficiently expressive to not have to decrease performance in one group to improve performance in another—and estimator variance on the underrepresented group is also low. With highly flexible models, the latter part is the challenging one: if the model is too flexible and groups differ significantly, majority samples cannot provide helpful regularization for the minority class, and estimator variance on the minority class will be high. Thus, the existence of a mapping that is optimal for all groups simultaneously does not ensure that this optimal decision boundary is indeed learned (see Figure 1C), as can also be observed in the study of Larrazabal et al.3 The models used in this study were highly expressive, and the patient groups under consideration (based on biological sex) could be clearly identified from chest X-ray recordings.17,18 As has been pointed out elsewhere,18 this enables models to internally identify patient groups and then apply different decision models to different patient groups. Thus, it would appear likely that the models considered by Larrazabal et al.3 were capable of learning a mapping that is simultaneously optimal for women and men. Still, the authors observed significantly suboptimal model performance in the respective minority groups compared with the performance obtained when training only on that group, illustrating that optimal decision boundaries are not always learned.
Technically, the fact that training dataset minorities tend to exhibit suboptimal model performance is unsurprising. Standard deep learning approaches perform “empirical risk minimization” (ERM), which optimizes model performance over the training distribution . However, both the feature distribution and the label distribution may differ between patient groups g. If is imbalanced with respect to different patient groups, the objective function optimized during model training is thus most strongly affected by the model’s performance in the majority group. Especially in combination with inductive biases,19 explicit regularization schemes, and the use of a local optimization method, this may prevent the training process from converging toward a mapping that is optimal not only for the majority but also for the minority groups.
The impact of differing group representation on model performance for the different groups will, of course, depend on how different the groups are, both in their input data distribution and in their input-output mapping 20. Referring back to Equation 2, the estimator bias introduced by group underrepresentation will be higher if a group differs more strongly from the majority. This might explain, for example, why we observed relatively weak trends in our previously mentioned brain MRI-based AD classification study,10 compared with the strong trends observed by Larrazabal et al.3 for chest X-ray-based lung disease classification: male and female chest X-ray recordings differ more strongly than male and female brain MRI scans. This is especially true once the latter are registered to a common atlas space, as we did in our study and as is standard procedure in the neuroimaging field.
Interestingly, it may even be preferable for a group to trade off its own representation against another group, as we also seem to observe in our brain MRI-based study10: the weak trends that we observe indicate that higher female representation at the expense of lower male representation is beneficial for both women and men. This can occur if the optimal input-output mapping is similar across groups but noisier in one group. In this case, examples from less noisy groups may prove more informative for the training process, resulting in lower estimator variance without introducing additional estimator bias.
Differing medical prediction task difficulty
Even if an optimal model is indeed learned, i.e., an input-output mapping that achieves optimal performance for all groups, there is no reason to expect the model to perform equally well for all groups. Performance disparities may still be observed due to differences in the intrinsic difficulty of the estimation problem to be solved for the different groups, corresponding to the irreducible (or Bayes) error term in Equation 2. We here define the difficulty of a medical prediction task via the Bayes optimal model performance with respect to the true (but typically unobservable) outcome labels Y on the target population. This differs importantly from model performance with respect to the observable labels on a given population, which may be subject to label noise and selection biases (see “noisy labels, sample selection biases, and misleading performance estimates”), complicating both the learning process and the performance estimation.
Differences in task difficulty have important and well-known21,22 consequences for algorithmic approaches to fair learning that enforce, e.g., equal error rates across groups: if the optimal achievable model performance differs between groups, such approaches will actively reduce model performance for groups with lower task difficulty, an effect known as “leveling down.”23,24 This appears especially undesirable in the health-care context. Differences in prediction task difficulty may arise for several different reasons, which we will discuss below and categorize into two main groups: issues related to input disturbances and issues related to unobserved causes of the outcome.
The first group of causes of differing task difficulty concerns differing input disturbance characteristics with regard to the underlying physiological property of interest (see Figure 2A). As an example, consider chest X-ray-based disease diagnosis. Breast tissue represents a confounding occlusion in frontal chest X-ray recordings, thus corresponding to more strongly disturbed measurements of chest physiology in women.25 This might explain why, as discussed above, Larrazabal et al.3 found model performance for some diseases in women to be lower than in men even when using entirely female training sets. Similarly, abdominal ultrasound recordings26 and surface electromyographic measurements27 of obese patients are known to be of lower quality. Another potential cause of differing input disturbance levels is the disparity in the interactions of different patient groups with the medical system.28 Such disparities could lead to the typical recording from one group being obtained using different equipment, by a different type of doctor, in a different medical environment, and at a different stage of disease, all of which may influence input disturbance characteristics.
A second important source of differences in task difficulty is given by unobserved causes of the outcome that affect outcomes more strongly in one group compared with others (see Figure 2B). As an example, fluctuations in female hormone levels represent an important factor in many diagnostic tasks,29 whereas male hormone levels are more stable. Thus, in affected prediction tasks, task difficulty will typically be higher in women, at least when hormone level measurements are not available. As another example, the prevalence of comorbidities is often significantly higher in older cohorts compared with younger cohorts, potentially complicating prediction in older patients.
Noisy labels, sample selection biases, and misleading performance estimates
Medical data are well known to be subject to various biases, including label biases, choice of biased proxy variables, and sample selection biases. How do such biases affect model performance in different groups?
Label noise describes the situation in which the observed labels differ from the true labels Y. Label noise may be random or systematic; in the latter case, it is often called label bias. In the latter category, we include every type of label noise that, given a patient group, is not noisy completely at random.30 This includes, for example, systematic over- or underdiagnosis. As an example of primarily random label noise, Zhang et al.22 report generally high levels of label noise in standard chest X-ray datasets, with the highest noise levels being observed in the oldest patient group. Similarly, Daneshjou et al.31 observe high levels of label noise in a dermatological dataset. Such random label noise may have two distinct effects when training a model and assessing its performance. First, the increased stochasticity of the input-output relationship may lead to reduced sample efficiency, such that more data are required to achieve the same level of model performance. Second, random label noise leads to an increase in the prediction error with respect to . Importantly, however, this is not necessarily indicative of actual model performance being reduced, i.e., performance with respect to the true labels Y. If the label errors are truly noisy completely at random given group membership g, the correct decision boundary may still be learned.30 Model performance with respect to the true outcome labels may then be higher than estimated on a test dataset affected by the same type of label noise (see Figure 2C). In this case, empirical performance estimates will be unreliable for assessing between-group differences in model performance.
Systematic label noise, or label bias, differs crucially from random label noise in that—if not addressed properly—it results in a biased decision boundary being learned (see Figure 2D). Examples of label biases in medicine abound, from gender biases in mental health diagnoses32 to underdiagnosis of coronary microvascular dysfunction33—believed to primarily affect women—and racial biases in pain assessment.34 Label bias can also result from a poorly chosen proxy outcome variable. A famous example of this category can be found in the study by Obermeyer et al.,35 who analyzed a commercial clinical risk prediction algorithm. This algorithm was trained using (past) health-care costs as a proxy for health-care needs, thus neglecting disparities in access to health care between racial groups and learning a severely racially biased risk model.
Separate from issues related to label noise, sample selection biases may also confound both the training process and the model performance estimates.36,37 Sample selection biases correspond to differences between the target population and the population from which the training set D is drawn, i.e., covariate shift. Selection biases resulting from, for example, selecting subjects based on disease status, enrollment in the health-care system, or being treated at specific hospitals, have been widely discussed in medical statistics.38,39
Relatedly, as has recently been pointed out,40 confounding factors may affect performance estimates. If, for example, a model performs poorly in elderly subjects, and the fraction of elderly subjects is higher in the female group, then a sex-stratified performance might indicate that female subjects were disadvantaged, when in reality, it would be elderly subjects suffering from poor model performance. This is closely related to notions of “infra-marginality” or “intersectionality”41 and points toward the importance of performing fine-grained subgroup analyses.12,42
Label noise and selection biases raise a critical issue in the context of our discussion: the equality of (discriminative) performance metrics on a test set is neither necessary nor sufficient for fairness in terms of discriminative performance.37,43,44 On the one hand, differences in test-set predictive performance need not be problematic if they are purely due to differing levels of completely random label noise or selection biases, while performance differences with respect to the true labels and true target distribution are less grave. On the other hand, equal discriminative performance on a test set may obscure severe predictive biases in some groups; discriminative model performance with respect to the true labels on the target population may still be highly unequal.
The path forward: Leveling up
Given what we now know about the origins of performance differences, what may be a viable path toward equal performance in medical machine learning? “Leveling down” by reducing performance in top-performing groups to achieve equal performance appears particularly questionable in the medical context,24 thus ruling out many popular fairness mitigation techniques.21,22,23 How can we instead level up performance? Table 1 provides an overview and summary of the following discussion of possible solution approaches.
Table 1.
Cause | Effect | Diagnosis | Mitigation |
---|---|---|---|
Label noise, label biases, selection biases | estimator bias, uninformative performance estimates | domain expertise, analyze label correlation with proxy variables,35 gather higher-fidelity labels22,31 | use other target variables,31,35 bias-robust learning techniques44,45,46 |
Concept shift: differences in between groups | estimator bias | investigate effects of group balancing and model stratification22,47 | use stratified model,22,47 gather additional features |
Low model expressivity, differences in between groups | estimator bias | investigate effects of group balancing22,47 and increasing model expressivity | increase model expressivity |
Underrepresentation and highly expressive model | high estimator variance | epistemic uncertainty quantification,15,16 analysis of sample size-performance relationship per group13,48 | gather more samples,48,49 decrease model expressivity, regularize |
High task difficulty | high irreducible error | aleatoric uncertainty quantification,15,16 analysis of sample size-performance relationship per group13,48 | gather additional or alternative features,31,50,51 reformulate prediction task or target population |
While these can help diagnose and mitigate bias in practice, they do not come with guarantees, and improved diagnostics and mitigation remain an open research problem. The list of potential causes of performance differences is not exhaustive.
We consider it essential to note that, at least in theory, it will often be possible to achieve (near) equal performance across groups without artificially reducing performance in some groups,43,44,46,52 even across multiple performance metrics of interest simultaneously.12,53 This may, however, require moving beyond algorithmic solutions and performing additional targeted data collection or implementing changes to clinical practice. Thus, it may not be easy to achieve. Nevertheless, in the authors’ opinion, this should be the aspirational goal.
Investigating the validity of performance estimates
Before investigating any potential remedies, practitioners should assess whether observed performance differences are, indeed, real or whether they are a consequence of, e.g., label biases,43,44,46 selection biases,36,37,38,39 confounding factors,40 or intersectional effects.41 To address the latter, comprehensive subgroup performance analyses should be performed.12,42 Investigating the presence or absence of label noise and label biases, however, is notoriously hard and will in almost all cases require the consultation of domain experts. Label biases, in particular, are fundamentally unobservable from purely observational data: are observed group differences due to biased labels or due to real differences? Analyzing, e.g., diagnostic biases may require conducting a dedicated and carefully planned experimental study.31,32,33,34,54,55 Under certain mild assumptions, label biases can sometimes be assessed by investigating the relationship between the observed outcomes and alternative proxy (health) outcomes.35 In other cases, a subset of the used data (e.g., electronic health records) may be subjected to a more fine-grained analysis to uncover potential label errors and biases.22 In recent years, a series of algorithmic approaches has been proposed as well, based on assumed models of the relationship between true and noisy labels and attempting to identify these relationships from the observed data.44,45,46 However, the success of any such method hinges on the correctness of the modeling assumptions, which may not be satisfied in practical applications.
Addressing underrepresentation
Addressing the effects of group underrepresentation (corresponding to the estimator bias and variance terms in Equation 2) requires differentiating between three main mechanisms (also refer to Table 1). First, suppose the Bayes optimal prediction for a test sample x differs between groups (see Figure 1B), corresponding to concept shift between groups. This will lead to increased estimator bias in less-represented groups. In this case, the only viable solutions are either to implement group-specific predictions (corresponding to stratified model training and resulting in increased estimator variance due to reduced training set size) or to gather additional input features to resolve any differences in between groups. Second, estimator bias in the underrepresented group may also result from low model expressivity (see Figure 1C), which should be resolved by choosing a more expressive model. Third, high model expressivity in combination with group underrepresentation may result in high estimator variance, which can be resolved only by gathering more data samples from the underrepresented group, decreasing model expressivity, or regularizing appropriately.
The problem of group underrepresentation can be framed as a “domain adaptation” or “domain generalization” problem: given data from a group-imbalanced training distribution , we aim to train a model that performs well on, e.g., a group-balanced target distribution (thus placing equal emphasis on model performance in all groups), ideally even generalizing to previously unseen patient groups. While the former corresponds to a standard covariate shift adaptation problem56 (a type of domain adaptation problem), the latter corresponds to asking for domain generalization.57 These problems lie at the heart of the quest for model robustness and generalization, and proposed solution approaches abound.57,58,59,60,61 So far, however, such methods have achieved only limited empirical success in mitigating the effects of underrepresentation in the medical domain22,47 and often result in leveling down overall model performance.22,23,24 Given our analysis of the root causes of performance differences, these negative results are not surprising: such methods cannot address differences in task difficulty.
What are the consequences for dataset curation? The lessons are complex, since the effects of including additional samples from a particular group on the model’s performance in that group depend on a large number of factors. Promising approaches for adaptively deciding which groups to sample from have been proposed,48,49 attempting to automatically detect harder groups during dataset construction and then sampling preferentially from those. Such approaches will prove challenging to implement in medical practice, however. For now, the most practical recommendation still appears to be the gathering of diverse and representative datasets.
Leveling up by addressing differing task difficulty
Truly leveling up performance requires addressing differences in the difficulty of the prediction task between groups, corresponding to differences in the irreducible (Bayes) error term in Equation 2. This is a task that can be solved only in close collaboration with medical experts, as it will typically require identifying or even newly developing appropriate additional (or alternative) measurement modalities that may help resolve residual uncertainty in patient groups affected by high task difficulty. Once such additional measurements have been identified, algorithmic approaches may help adaptively select patients (or patient groups) that will benefit from gathering those (potentially costly) features.50,51 To provide a positive example from this category, Daneshjou et al.31 were able to strongly reduce performance differences between skin colors in dermatological disease classification models by fine-tuning the models on additional data with biopsy-proven ground truth labels.
The need for improved root cause diagnosis methods
The targeted application of the mitigation techniques outlined above is feasible only if the specific cause of an observed performance disparity has been diagnosed in the first place. This is an area in urgent need of further research, and we can merely aim to suggest possible approaches. Estimator variance in different groups can be assessed using epistemic model uncertainty quantification methods, while aleatoric uncertainty quantification can help compare task difficulty between groups.15,16 Chen et al.13 and Cai et al.48 suggest analyzing the trajectory of performance improvements in different groups as more samples are added, to identify groups that benefit the most from additional samples. Similarly, if some groups benefit from group balancing, this may indicate the presence of estimator bias due to insufficient model expressivity. However, all of these approaches rely on the correctness of the observed labels; hence, investigations of group-specific label noise and label biases are crucial.
Conclusion
We have argued here that there is a path toward equal performance in most medical applications. It may, however, be long and winding. Starting with an assessment of potential biases in the model’s performance evaluation, the path will lead past an investigation of the root causes of performance differences to tailored mitigation approaches that address them. While model choice matters59,62 and algorithmic approaches may help,22,57,59 these cannot resolve differences in task difficulty between groups without leveling down performance. To truly level up performance, researchers must reconsider the setup of the estimation task and the data collection procedure. Not only more data may be needed to improve performance in underperforming groups, but also different and better data.31 There is no simple relationship between a group’s representation in the training dataset and model performance in that group, and performance may or may not improve when including more examples of a given group.
Crucially, none of the discussed root causes of performance differences between groups indicate that such differences are unsalvageable. However, the precise and principled identification of the most efficient mitigation approach in a given application remains an important open problem. Finally, to be very clear, we do not wish to detract in any way from the importance of ensuring broad representation in medical datasets. Representation is important and does matter.3,8,9,31
Acknowledgments
Work on this project was partially funded by the Independent Research Fund Denmark (DFF grant 9131-00097B), Denmark’s Pioneer Center for AI (DNRF grant P1), and the Novo Nordisk Foundation through the Center for Basic Machine Learning Research in Life Science (MLLS, grant NNF20OC0062606). The funding agencies had no influence on the writing of the manuscript nor on the decision to submit it for publication.
Author contributions
E.P., M.G., and A.F. conceptualized the manuscript. E.P. wrote the original draft of the manuscript and conceptualized and created all figures. All authors contributed to the review and editing of the manuscript. M.G., A.F., and S.H. were responsible for funding acquisition and project administration.
Declaration of interests
The authors declare no competing interests.
Biographies
About the authors
Eike Petersen holds a PhD in engineering from the University of Lübeck, Germany; an MSc in industrial mathematics from the University of Hamburg, Germany; and a BSc in computer science and engineering from the Hamburg University of Technology, Germany. Currently, he works as a postdoctoral researcher at DTU Compute, Technical University of Denmark, investigating fairness in the context of machine learning in medicine. His research interests lie at the intersection of mathematical modeling, statistical inference, and the responsible application of such techniques in medicine and society.
Sune Holm holds a PhD in philosophy from the University of St. Andrews and is an associate professor at the Department of Food and Resource Economics at the University of Copenhagen. He does research on the ethics of AI with a focus on fairness, explainability, and trustworthiness.
Melanie Ganz is an associate professor at the University of Copenhagen, Denmark. Her PhD in computer science is from the University of Copenhagen, following which she held postdocs at the A.A. Martinos Center for Biomedical Imaging at Massachusetts General Hospital and Harvard Medical School in Boston, Massachusetts, USA, and at the Neurobiology Research Unit at the Copenhagen University Hospital, Denmark. Melanie’s research focuses on the application of medical image processing and machine learning to clinical medical image data, mostly neuroscientific data. In addition, she aims to embrace Open Science principles in her research and is hence involved in data sharing initiatives such as the Brain Imaging Data Structure.
Aasa Feragen is a full professor at the Technical University of Denmark. Her PhD in mathematics is from the University of Helsinki, following which she held postdocs at the University of Copenhagen and the MPI for Intelligent Systems in Tübingen. Aasa's research sits at the intersection of machine learning, applied geometry, and medical imaging, where Aasa takes a particular interest in the modeling of data with geometric constraints. Such data include uncertainties and probability distributions, fairness constraints, graphs, trees, and curves. Aasa enjoys contributing to community building, including as program chair of MICCAI 2024, IPMI 2021, and MIDL 2019.
Footnotes
Supplemental information can be found online at https://doi.org/10.1016/j.patter.2023.100790.
Supplemental information
References
- 1.Buolamwini J., Gebru T. In: Proceedings of the 1st Conference on Fairness, Accountability and Transparency. Friedler S.A., Wilson C., editors. Vol. 81. PMLR; 2018. Gender Shades: Intersectional Accuracy Disparities in Commercial Gender Classification; pp. 77–91.http://proceedings.mlr.press/v81/buolamwini18a.html [Google Scholar]
- 2.Ricci Lara M.A., Echeveste R., Ferrante E. Addressing fairness in artificial intelligence for medical imaging. Nat. Commun. 2022;13:4581. doi: 10.1038/s41467-022-32186-3. [DOI] [PMC free article] [PubMed] [Google Scholar]
- 3.Larrazabal A.J., Nieto N., Peterson V., Milone D.H., Ferrante E. Gender imbalance in medical imaging datasets produces biased classifiers for computer-aided diagnosis. Proc. Natl. Acad. Sci. USA. 2020;117:12592–12594. doi: 10.1073/pnas.1919012117. [DOI] [PMC free article] [PubMed] [Google Scholar]
- 4.Seyyed-Kalantari L., Liu G., McDermott M., Chen I.Y., Ghassemi M. Pacific Symposium on Biocomputing. World Scientific; 2020. CheXclusion: Fairness gaps in deep chest X-ray classifiers. [DOI] [PubMed] [Google Scholar]
- 5.Rajkomar A., Hardt M., Howell M.D., Corrado G., Chin M.H. Ensuring Fairness in Machine Learning to Advance Health Equity. Ann. Intern. Med. 2018;169:866–872. doi: 10.7326/m18-1990. [DOI] [PMC free article] [PubMed] [Google Scholar]
- 6.Puyol-Antón E., Ruijsink B., Piechnik S.K., Neubauer S., Petersen S.E., Razavi R., King A.P. Medical Image Computing and Computer Assisted Intervention – MICCAI 2021. Springer International Publishing; 2021. Fairness in Cardiac MR Image Analysis: An Investigation of Bias Due to Data Imbalance in Deep Learning Based Segmentation; pp. 413–423. [DOI] [Google Scholar]
- 7.Lee T., Puyol-Antón E., Ruijsink B., Shi M., King A.P. Statistical Atlases and Computational Models of the Heart. Regular and CMRxMotion Challenge Papers. Springer Nature Switzerland; 2022. A Systematic Study of Race and Sex Bias in CNN-Based Cardiac MR Segmentation; pp. 233–244. [DOI] [Google Scholar]
- 8.The “All of Us” Research Program. Denny J.C., Rutter J.L., Goldstein D.B., Philippakis A., Smoller J.W., Jenkins G., Dishman E. The "All of Us" Research Program. N. Engl. J. Med. 2019;381:668–676. doi: 10.1056/nejmsr1809937. [DOI] [PMC free article] [PubMed] [Google Scholar]
- 9.Wenger N.K. Women and Coronary Heart Disease: A Century After Herrick. Circulation. 2012;126:604–611. doi: 10.1161/circulationaha.111.086892. [DOI] [PubMed] [Google Scholar]
- 10.Petersen E., Feragen A., da Costa Zemsch M.L., Henriksen A., Wiese Christensen O.E., Ganz M. Medical Image Computing and Computer Assisted Intervention – MICCAI 2022. Springer Nature Switzerland; 2022. Feature Robustness and Sex Differences in Medical Imaging: A Case Study in MRI-Based Alzheimer’s Disease Detection; pp. 88–98. [DOI] [Google Scholar]
- 11.James G., Witten D., Hastie T., Tibshirani R. Springer US; 2021. An Introduction to Statistical Learning. [DOI] [Google Scholar]
- 12.Petersen E., Ganz M., Holm S., Feragen A. On (assessing) the fairness of risk score models. Proceedings of the 2023 ACM Conference on Fairness, Accountability, and Transparency. 2023 doi: 10.1145/3593013.3594045. [DOI] [Google Scholar]
- 13.Chen I., Johansson F.D., Sontag D. In: Bengio S., Wallach H., Larochelle H., Grauman K., Cesa-Bianchi N., Garnett R., editors. Vol. 31. 2018. Why Is My Classifier Discriminatory?https://proceedings.neurips.cc/paper_files/paper/2018/file/1f1baa5b8edac74eb4eaa329f14a0361-Paper.pdf (Advances in Neural Information Processing Systems). [Google Scholar]
- 14.Domingos P. Proceedings of the Seventeenth International Conference on Machine Learning, ICML ’00. Morgan Kaufmann Publishers Inc.; 2000. A Unified Bias-Variance Decomposition and Its Applications. [Google Scholar]
- 15.Kurz A., Hauser K., Mehrtens H.A., Krieghoff-Henning E., Hekler A., Kather J.N., Fröhling S., von Kalle C., Brinker T.J. Uncertainty Estimation in Medical Image Classification: Systematic Review. JMIR Med. Inform. 2022;10 doi: 10.2196/36427. [DOI] [PMC free article] [PubMed] [Google Scholar]
- 16.Hüllermeier E., Waegeman W. Aleatoric and epistemic uncertainty in machine learning: an introduction to concepts and methods. Mach. Learn. 2021;110:457–506. doi: 10.1007/s10994-021-05946-3. [DOI] [Google Scholar]
- 17.Yi P.H., Wei J., Kim T.K., Shin J., Sair H.I., Hui F.K., Hager G.D., Lin C.T. Radiology “forensics”: determination of age and sex from chest radiographs using deep learning. Emerg. Radiol. 2021;28:949–954. doi: 10.1007/s10140-021-01953-y. [DOI] [PubMed] [Google Scholar]
- 18.Glocker B., Jones C., Bernhardt M., Winzeck S. Algorithmic encoding of protected characteristics in chest X-ray disease detection models. EBioMedicine. 2023;89 doi: 10.1016/j.ebiom.2023.104467. [DOI] [PMC free article] [PubMed] [Google Scholar]
- 19.Li Y., Liang Y. In: Bengio S., Wallach H., Larochelle H., Grauman K., Cesa-Bianchi N., Garnett R., editors. Vol. 31. Curran Associates, Inc.; 2018. Learning Overparameterized Neural Networks via Stochastic Gradient Descent on Structured Data.https://proceedings.neurips.cc/paper/2018/file/54fe976ba170c19ebae453679b362263-Paper.pdf (Advances in Neural Information Processing Systems). [Google Scholar]
- 20.Zhang Y., Liu T., Long M., Jordan M. In: Proceedings of the 36th International Conference on Machine Learning. Chaudhuri K., Salakhutdinov R., editors. Vol. 97. PMLR; 2019. Bridging Theory and Algorithm for Domain Adaptation; pp. 7404–7413.https://proceedings.mlr.press/v97/zhang19i.html [Google Scholar]
- 21.Hardt M., Price E., Srebro N. Advances in Neural Information Processing Systems. 2016. Equality of opportunity in supervised learning; pp. 3315–3323. [Google Scholar]
- 22.Zhang H., Dullerud N., Roth K., Oakden-Rayner L., Pfohl S.R., Ghassemi M. Proceedings of the Conference on Health, Inference, and Learning (CHIL) Vol. 174. PMLR; 2022. Improving the Fairness of Chest X-Ray Classifiers; pp. 204–233. [Google Scholar]
- 23.Zietlow D., Lohaus M., Balakrishnan G., Kleindessner M., Locatello F., Schölkopf B., Russell C. Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition. CVPR; 2022. Leveling Down in Computer Vision: Pareto Inefficiencies in Fair Deep Classifiers; pp. 10410–10421. [Google Scholar]
- 24.Mittelstadt B., Wachter S., Russell C. The Unfairness of Fair Machine Learning: Levelling Down and Strict Egalitarianism by Default. Mich. Technology Law Rev. 2023 https://ssrn.com/abstract=4331652 [Google Scholar]
- 25.Alexander C. The Elimination of Confusing Breast Shadows in Chest Radiography. Australas. Radiol. 1958;2:107–108. doi: 10.1111/j.1440-1673.1958.tb00882.x. [DOI] [Google Scholar]
- 26.Brahee D.D., Ogedegbe C., Hassler C., Nyirenda T., Hazelwood V., Morchel H., Patel R.S., Feldman J. Body Mass Index and Abdominal Ultrasound Image Quality. J. Diagn. Med. Sonogr. 2013;29:66–72. doi: 10.1177/8756479313476919. [DOI] [Google Scholar]
- 27.Kuiken T.A., Lowery M.M., Stoykov N.S. The effect of subcutaneous fat on myoelectric signal amplitude and cross-talk. Prosthet. Orthot. Int. 2003;27:48–54. doi: 10.3109/03093640309167976. [DOI] [PubMed] [Google Scholar]
- 28.Ross A.B., Kalia V., Chan B.Y., Li G. The influence of patient race on the use of diagnostic imaging in United States emergency departments: data from the National Hospital Ambulatory Medical Care survey. BMC Health Serv. Res. 2020;20:840. doi: 10.1186/s12913-020-05698-1. [DOI] [PMC free article] [PubMed] [Google Scholar]
- 29.Seeman M.V., González-Rodríguez A. Stratification by Sex and Hormone Level When Contrasting Men and Women in Schizophrenia Trials Will Improve Personalized Treatment. J. Pers. Med. 2021;11:929. doi: 10.3390/jpm11090929. [DOI] [PMC free article] [PubMed] [Google Scholar]
- 30.Frénay B., Verleysen M. Classification in the Presence of Label Noise: A Survey. IEEE Trans. Neural Netw. Learn. Syst. 2014;25:845–869. doi: 10.1109/tnnls.2013.2292894. [DOI] [PubMed] [Google Scholar]
- 31.Daneshjou R., Vodrahalli K., Novoa R.A., Jenkins M., Liang W., Rotemberg V., Ko J., Swetter S.M., Bailey E.E., Gevaert O., et al. Disparities in dermatology AI performance on a diverse, curated clinical image set. Sci. Adv. 2022;8:eabq6147. doi: 10.1126/sciadv.abq6147. [DOI] [PMC free article] [PubMed] [Google Scholar]
- 32.Smith D.T., Mouzon D.M., Elliott M. Reviewing the Assumptions About Men’s Mental Health: An Exploration of the Gender Binary. Am. J. Men's Health. 2018;12:78–89. doi: 10.1177/1557988316630953. [DOI] [PMC free article] [PubMed] [Google Scholar]
- 33.Dean J., Cruz S.D., Mehta P.K., Merz C.N.B. Coronary microvascular dysfunction: sex-specific risk, diagnosis, and therapy. Nat. Rev. Cardiol. 2015;12:406–414. doi: 10.1038/nrcardio.2015.72. [DOI] [PubMed] [Google Scholar]
- 34.Hoffman K.M., Trawalter S., Axt J.R., Oliver M.N. Racial bias in pain assessment and treatment recommendations, and false beliefs about biological differences between blacks and whites. Proc. Natl. Acad. Sci. USA. 2016;113:4296–4301. doi: 10.1073/pnas.1516047113. [DOI] [PMC free article] [PubMed] [Google Scholar]
- 35.Obermeyer Z., Powers B., Vogeli C., Mullainathan S. Dissecting racial bias in an algorithm used to manage the health of populations. Science. 2019;366:447–453. doi: 10.1126/science.aax2342. [DOI] [PubMed] [Google Scholar]
- 36.Zadrozny B. 21st International Conference on Machine learning - ICML '04. ACM Press; 2004. Learning and evaluating classifiers under sample selection bias. [DOI] [Google Scholar]
- 37.Kallus N., Zhou A. In: Proceedings of the 35th International Conference on Machine Learning. Dy J., Krause A., editors. Vol. 80. PMLR; 2018. Residual Unfairness in Fair Machine Learning from Prejudiced Data; pp. 2439–2448.https://proceedings.mlr.press/v80/kallus18a.html [Google Scholar]
- 38.Ellenberg J.H. Selection bias in observational and experimental studies. Stat. Med. 1994;13:557–567. doi: 10.1002/sim.4780130518. [DOI] [PubMed] [Google Scholar]
- 39.Natanson C., Esposito C.J., Banks S.M. The sirens’ songs of confirmatory sepsis trials: selection bias and sampling error. Crit. Care Med. 1998;26:1927–1931. doi: 10.1097/00003246-199812000-00001. [DOI] [PubMed] [Google Scholar]
- 40.Mukherjee P., Shen T.C., Liu J., Mathai T., Shafaat O., Summers R.M. Confounding factors need to be accounted for in assessing bias by machine learning algorithms. Nat. Med. 2022;28:1159–1160. doi: 10.1038/s41591-022-01847-7. [DOI] [PubMed] [Google Scholar]
- 41.Simoiu C., Corbett-Davies S., Goel S. The problem of infra-marginality in outcome tests for discrimination. Ann. Appl. Stat. 2017;11 doi: 10.1214/17-aoas1058. [DOI] [Google Scholar]
- 42.Wang A., Ramaswamy V.V., Russakovsky O. 2022 ACM Conference on Fairness, Accountability, and Transparency. ACM; 2022. Towards Intersectionality in Machine Learning: Including More Identities, Handling Underrepresentation, and Performing Evaluation. [DOI] [Google Scholar]
- 43.Wick M., Panda S., Tristan J.-B. In: Wallach H., Larochelle H., Beygelzimer A., d'Alché-Buc F., Fox E., Garnett R., editors. Vol. 32. Curran Associates, Inc.; 2019. Unlocking Fairness: a Trade-off Revisited.https://proceedings.neurips.cc/paper_files/paper/2019/file/373e4c5d8edfa8b74fd4b6791d0cf6dc-Paper.pdf (Advances in Neural Information Processing Systems). [Google Scholar]
- 44.Sharma M., Deshpande A., Shah R.R. On Testing and Comparing Fair classifiers under Data Bias. arXiv. 2023 doi: 10.48550/ARXIV.2302.05906. Preprint at. [DOI] [Google Scholar]
- 45.Wang J., Liu Y., Levy C. Proceedings of the 2021 ACM Conference on Fairness, Accountability, and Transparency. ACM; 2021. Fair Classification with Group-Dependent Label Noise. [DOI] [Google Scholar]
- 46.Blum A., Stangl K. In: 1st Symposium on Foundations of Responsible Computing (FORC 2020) vol. 156 of Leibniz International Proceedings in Informatics (LIPIcs) Roth A., editor. Schloss Dagstuhl–Leibniz-Zentrum für Informatik; 2020. Recovering from Biased Data: Can Fairness Constraints Improve Accuracy?https://drops.dagstuhl.de/opus/volltexte/2020/12019 [DOI] [Google Scholar]
- 47.Pfohl S.R., Zhang H., Xu Y., Foryciarz A., Ghassemi M., Shah N.H. A comparison of approaches to improve worst-case predictive model performance over patient subpopulations. Sci. Rep. 2022;12:3254. doi: 10.1038/s41598-022-07167-7. [DOI] [PMC free article] [PubMed] [Google Scholar]
- 48.Cai W., Encarnacion R., Chern B., Corbett-Davies S., Bogen M., Bergman S., Goel S. 2022 ACM Conference on Fairness, Accountability, and Transparency. ACM; 2022. Adaptive Sampling Strategies to Construct Equitable Training Datasets. [DOI] [Google Scholar]
- 49.Shekhar S., Fields G., Ghavamzadeh M., Javidi T. In: Advances in Neural Information Processing Systems. Ranzato M., Beygelzimer A., Dauphin Y., Liang P., Vaughan J.W., editors. Vol. 34. Curran Associates, Inc.; 2021. Adaptive Sampling for Minimax Fair Classification; pp. 24535–24544.https://proceedings.neurips.cc/paper_files/paper/2021/file/cd7c230fc5deb01ff5f7b1be1acef9cf-Paper.pdf [Google Scholar]
- 50.Noriega-Campero A., Bakker M.A., Garcia-Bulle B., Pentland A. Proceedings of the 2019 AAAI/ACM Conference on AI, Ethics and Society. ACM; 2019. Active Fairness in Algorithmic Decision Making. [DOI] [Google Scholar]
- 51.Fong H., Kumar V., Mehrotra A., Vishnoi N.K. 2022 ACM Conference on Fairness, Accountability, and Transparency. ACM; 2022. Fairness for AUC via Feature Augmentation. [DOI] [Google Scholar]
- 52.Dutta S., Wei D., Yueksel H., Chen P.-Y., Liu S., Varshney K. In: Proceedings of the 37th International Conference on Machine Learning. III H.D., Singh A., editors. Vol. 119. PMLR; 2020. Is There a Trade-Off Between Fairness and Accuracy? A Perspective Using Mismatched Hypothesis Testing; pp. 2803–2813.https://proceedings.mlr.press/v119/dutta20a.html [Google Scholar]
- 53.Lazar Reich C., Vijaykumar S. In: 2nd Symposium on Foundations of Responsible Computing (FORC 2021)vol. 192 of Leibniz International Proceedings in Informatics (LIPIcs) Ligett K., Gupta S., editors. Schloss Dagstuhl–Leibniz-Zentrum für Informatik; 2020. A Possibility in Algorithmic Fairness: Can Calibration and Equal Error Rates Be Reconciled?https://drops.dagstuhl.de/opus/volltexte/2021/13872 [DOI] [Google Scholar]
- 54.FitzGerald C., Hurst S. Implicit bias in healthcare professionals: a systematic review. BMC Med. Ethics. 2017;18:19. doi: 10.1186/s12910-017-0179-8. [DOI] [PMC free article] [PubMed] [Google Scholar]
- 55.Chapman K.R., Tashkin D.P., Pye D.J. Gender Bias in the Diagnosis of COPD. Chest. 2001;119:1691–1695. doi: 10.1378/chest.119.6.1691. [DOI] [PubMed] [Google Scholar]
- 56.Sugiyama M., Krauledat M., Müller K.-R. Covariate Shift Adaptation by Importance Weighted Cross Validation. J. Mach. Learn. Res. 2007;8:985–1005. [Google Scholar]
- 57.Zhou K., Liu Z., Qiao Y., Xiang T., Loy C.C. Domain Generalization: A Survey. IEEE Trans Pattern Anal Mach Intell. 2022;45:4396–4415. doi: 10.1109/tpami.2022.3195549. [DOI] [PubMed] [Google Scholar]
- 58.Kouw W.M., Loog M. An Introduction to Domain Adaptation and Transfer Learning. arXiv. 2018 https://arxiv.org/abs/1812.11806 Preprint at. [Google Scholar]
- 59.Subbaswamy A., Saria S. From development to deployment: dataset shift, causality, and shift-stable models in health AI. Biostatistics. 2020;21:345–352. doi: 10.1093/biostatistics/kxz041. [DOI] [PubMed] [Google Scholar]
- 60.Arjovsky M., Bottou L., Gulrajani I., Lopez-Paz D. Invariant Risk Minimization. arXiv. 2019 https://arxiv.org/abs/1907.02893 Preprint at. [Google Scholar]
- 61.Adragna R., Creager E., Madras D., Zemel R. Fairness and Robustness in Invariant Learning: A Case Study in Toxicity Classification. arXiv. 2020 Preprint at. https://arxiv.org/abs/2011.06485. [Google Scholar]
- 62.Hooker S. Moving beyond “algorithmic bias is a data problem”. Patterns. 2021;2 doi: 10.1016/j.patter.2021.100241. [DOI] [PMC free article] [PubMed] [Google Scholar]
Associated Data
This section collects any data citations, data availability statements, or supplementary materials included in this article.