CVJun 25, 2021

Projection-wise Disentangling for Fair and Interpretable Representation Learning: Application to 3D Facial Shape Analysis

arXiv:2106.13734v211 citations
Originality Incremental advance
AI Analysis

This addresses confounding bias in clinical applications, offering improved fairness and interpretability for 3D facial shape analysis, though it is incremental as it builds on existing bias mitigation strategies.

The paper tackled the problem of learning representations independent of multiple biases in clinical machine learning, proposing a method that mitigates bias while preserving information for interpretability, achieving state-of-the-art fair prediction performance on a dataset of 3D facial shapes and patient characteristics (N=5011).

Confounding bias is a crucial problem when applying machine learning to practice, especially in clinical practice. We consider the problem of learning representations independent to multiple biases. In literature, this is mostly solved by purging the bias information from learned representations. We however expect this strategy to harm the diversity of information in the representation, and thus limiting its prospective usage (e.g., interpretation). Therefore, we propose to mitigate the bias while keeping almost all information in the latent representations, which enables us to observe and interpret them as well. To achieve this, we project latent features onto a learned vector direction, and enforce the independence between biases and projected features rather than all learned features. To interpret the mapping between projected features and input data, we propose projection-wise disentangling: a sampling and reconstruction along the learned vector direction. The proposed method was evaluated on the analysis of 3D facial shape and patient characteristics (N=5011). Experiments showed that this conceptually simple method achieved state-of-the-art fair prediction performance and interpretability, showing its great potential for clinical applications.

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