Fair Cognitive Impairment Detection Through Unlearning

· Source: cs.CL updates on arXiv.org · Field: Health & Wellbeing — Artificial Intelligence & Machine Learning, Medical Devices & Health Technology, Health & Medical Research · Depth: Expert, extended

Summary

Mild Cognitive Impairment (MCI) detection from spontaneous speech is a promising scalable screening method, but models often exhibit performance gaps across demographic subgroups due to spurious correlations. A new multimodal framework, FMD, addresses this by combining cross-model fusion (speech, text, and image) with unlearning via gradient reversal. This discourages the shared embedding from encoding task-irrelevant demographic attributes. Evaluated on the multilingual benchmarks TAUKADIAL (387 samples) and PREPARE (1644 samples), FMD achieved higher overall F1 scores than existing multilingual and multimodal baselines, with FMD^Lang reaching 92.6 F1 on TAUKADIAL and FMD^Sex reaching 60.1 F1 on PREPARE. It also substantially reduced performance gaps across sex and language subgroups, demonstrating improved generalization and robustness.

Key takeaway

For AI Scientists developing clinical diagnostic tools, you should integrate bias mitigation techniques early in your model design. FMD's approach of combining cross-modal fusion with gradient reversal unlearning demonstrates how to improve both overall accuracy and fairness across patient subgroups. Consider applying similar unlearning mechanisms to prevent models from relying on spurious demographic correlations, ensuring more equitable and robust diagnostic outcomes. This will enhance model generalizability and trust in diverse populations.

Key insights

Multimodal fusion and gradient reversal unlearning can significantly reduce demographic bias in MCI detection models while improving overall performance.

Principles

Method

FMD combines unimodal encoders, a cross-attention layer for multimodal fusion, and a gradient reversal module with an auxiliary demographic classifier to unlearn demographic features from shared representations.

In practice

Topics

Code references

Best for: NLP Engineer, AI Scientist, Research Scientist, AI Ethicist

Related on AIssential

Open in AIssential →

Editorial summary, takeaway, and curation by AIssential. Original article published by cs.CL updates on arXiv.org.