[공지사항]을 빙자한 안부와 근황 
Show more

Daily Arxiv

This is a page that curates AI-related papers published worldwide.
All content here is summarized using Google Gemini and operated on a non-profit basis.
Copyright for each paper belongs to the authors and their institutions; please make sure to credit the source when sharing.

Cross-modal Causal Intervention for Alzheimer's Disease Prediction

Created by
  • Haebom

Author

Yutao Jin, Haowen Xiao, Jielei Chu, Fengmao Lv, Yuxiao Li, Tianrui Li

Outline

In this paper, we propose a novel visual-linguistic causal intervention framework, ADPC (Alzheimer's Disease Prediction with Cross-modal Causal Intervention), to address the selection bias and confounding problems caused by complex relationships between variables in multimodal data, with the goal of early diagnosis of mild cognitive impairment (MCI) and delaying the progression to Alzheimer's disease (AD). ADPC uses a large-scale language model (LLM) to maintain structured text output even in incomplete or imbalanced datasets, and classifies cognitively normal (CN), MCI, and AD using MRI, fMRI images, and text data generated by the LLM. Causal intervention removes the influence of confounding variables (e.g., neuroimaging artifacts, age-related biomarkers) to obtain reliable results. Experimental results show that ADPC achieves state-of-the-art (SOTA) performance in most evaluation metrics, demonstrating excellent performance in distinguishing CN/MCI/AD cases. This study demonstrates the potential of integrating multimodal learning and causal inference for neurological disease diagnosis.

Takeaways, Limitations

Takeaways:
Integrating multimodal data (MRI, fMRI, text) to improve the accuracy of Alzheimer's disease diagnosis.
Solving data imbalance problems by creating structured data using LLM.
Build a reliable diagnostic model by eliminating the influence of confounding variables through causal intervention.
Achieving cutting-edge performance in Alzheimer's disease diagnosis.
Presenting new possibilities for integrating multimodal learning and causal inference.
Limitations:
Since the dependency on LLM is high, the results may be affected by the performance of LLM.
Since these results are from an experiment with a limited dataset, further research is needed to determine generalizability.
Need to verify the accuracy of causal inference.
Further validation and evaluation are needed for practical clinical applications.
👍