🤖 AI Summary
Existing multi-task learning approaches for Alzheimer’s disease (AD) progression prediction neglect the time-varying nature of feature correlations, leading to inaccurate modeling and limited biological interpretability. To address this, we propose a Dynamic Feature Similarity Laplacian Regularization framework: (1) we construct a time-evolving feature similarity graph to explicitly capture dynamically changing feature associations in longitudinal neuroimaging data; (2) we design a Laplacian penalty term that jointly enforces temporal smoothness across tasks, enabling unified multi-task optimization; and (3) we employ the Alternating Direction Method of Multipliers (ADMM) to efficiently solve the resulting objective with non-smooth regularization. Evaluated on the ADNI dataset, our method significantly outperforms state-of-the-art baselines in both prediction accuracy (e.g., lower RMSE for hippocampal atrophy and cognitive scores) and biological plausibility—revealing temporally consistent, neuroanatomically meaningful feature relationships. The implementation is publicly available.
📝 Abstract
Alzheimer's Disease (AD) is the most prevalent neurodegenerative disorder in aging populations, posing a significant and escalating burden on global healthcare systems. While Multi-Tusk Learning (MTL) has emerged as a powerful computational paradigm for modeling longitudinal AD data, existing frameworks do not account for the time-varying nature of feature correlations. To address this limitation, we propose a novel MTL framework, named Feature Similarity Laplacian graph Multi-Task Learning (MTL-FSL). Our framework introduces a novel Feature Similarity Laplacian (FSL) penalty that explicitly models the time-varying relationships between features. By simultaneously considering temporal smoothness among tasks and the dynamic correlations among features, our model enhances both predictive accuracy and biological interpretability. To solve the non-smooth optimization problem arising from our proposed penalty terms, we adopt the Alternating Direction Method of Multipliers (ADMM) algorithm. Experiments conducted on the Alzheimer's Disease Neuroimaging Initiative (ADNI) dataset demonstrate that our proposed MTL-FSL framework achieves state-of-the-art performance, outperforming various baseline methods. The implementation source can be found at https://github.com/huatxxx/MTL-FSL.