Toward Generalizable Cognitive Impairment Detection with Speech-Based Multimodal Large Language Models

· Source: Machine Learning · Field: Technology & Digital — Artificial Intelligence & Machine Learning, AI in Healthcare · Depth: Expert, quick

Summary

A new multimodal cognitive impairment (CI) detection framework, based on open-source large language models (LLMs), integrates speech audio and corresponding transcripts to improve diagnostic accuracy while preserving patient privacy. This approach extracts acoustic embeddings directly from speech signals and textual embeddings from automatically transcribed speech. These modality-specific embeddings are then concatenated into a combined feature vector for downstream classification, eliminating the need for raw or sensitive patient data access. Evaluated on the ADReSS20 and ADReSSo21 benchmark datasets, the proposed framework achieved a CI classification accuracy of 92.4%. It consistently outperformed single-modality baselines and demonstrated superior cross-dataset generalization, establishing a new benchmark for CI identification.

Key takeaway

For AI Scientists developing diagnostic tools, this LLM-based multimodal framework offers a robust path for cognitive impairment detection. You should consider integrating both acoustic and linguistic features from speech to achieve higher accuracy and better cross-dataset generalization. This method allows for privacy-preserving analysis by using embeddings instead of raw patient data, which is critical for clinical deployment.

Key insights

Fusing speech audio and transcripts via LLMs enables robust, privacy-preserving cognitive impairment detection.

Principles

Method

Acoustic and textual embeddings from speech and transcripts are concatenated into a feature vector for downstream CI classification, without raw patient data access.

In practice

Topics

Best for: NLP Engineer, AI Scientist, Research Scientist

Related on AIssential

Open in AIssential →

Editorial summary, takeaway, and curation by AIssential. Original article published by Machine Learning.