SYNTOLOGY HomeExplorerAtlasCodeMethodologyAboutDevelopersFeedPricing
Paper · 2607.09788 · 2026

MVMGNN: Multi-View Masked Graph Neural Network for Alzheimer's Disease Diagnosis using Structural MRI

Chen Zhao, Yanting Li, Chuang Han, Ni Yao, Zhenxu Wang, Danyang Sun, Jiaofen Nan, Fubao Zhu, Weihua Zhou

arXiv · PDF · Open in the Atlas

Code that ran

We lifted 2 functions out of this paper's own repositories and ran 2 of them in a sandbox. "Ran" means the function executed on a synthesized input and returned a value. It is not a reproduction of the paper's results.

RepositoryRoleRan
chenzhao2023/MVMGNN_AD — 2 of 2
FunctionStatusWhere it lives
GateAttention Ran chenzhao2023/MVMGNN_AD/utils/mvgnn.py
pointer only (licence: NONE) · get_code("eca4605149482ecc")
MVMGNN Ran chenzhao2023/MVMGNN_AD/utils/mvgnn.py
pointer only (licence: NONE) · get_code("9c5324808abe869a")

Repositories linked to this paper

Some links come from the archived Papers with Code dataset (CC BY-SA 4.0): attribution and licence.

Abstract

Alzheimer's disease (AD) is a common neurodegenerative disorder, and early diagnosis is of great significance for delaying disease progression and enabling timely intervention. Mild cognitive impairment (MCI), which represents an intermediate clinical stage between cognitively normal aging and AD, is also an important target for early identification because individuals with MCI are at an increased risk of progressing to AD. Structural magnetic resonance imaging (sMRI) provides detailed characterization of anatomical structures and plays an important role in AD-related brain analysis. However, existing sMRI-based brain network methods typically rely on a single graph construction strategy, limiting their ability to jointly capture spatial relationships and morphological similarities between brain regions. While multi-view approaches can incorporate complementary information, they are often affected by redundant features and noisy connections without effective selection and fusion mechanisms. To address these issues, this paper proposes an sMRI-based multi-view masked graph neural network model (MVMGNN) for AD diagnosis. Brain regions are regarded as nodes with and radiomics features, and two complementary graph views are constructed based on spatial proximity and feature similarity. A joint node-edge masking mechanism is proposed to simultaneously select radiomics feature dimensions and structural connections, reducing redundancy during graph learning. Furthermore, a patient-level cross-view gated fusion mechanism is proposed to integrate multi-view representations. Experimental results on the ADNI dataset demonstrate that MVMGNN outperforms several competing approaches in AD classification. Interpretability analysis further demonstrates that MVMGNN is able to identify key brain regions associated with AD, providing useful insights into discriminative patterns in sMRI-based brain networks.Our implementation is publicly available at https://github.com/chenzhao2023/MVMGNN_AD

For agents

The same record, over MCP at https://syntology.ai/mcp:

get_harvested_code_for_paper("2607.09788")
get_code_for_paper("2607.09788")
have("2607.09788")

Connect an agent — have() is free.