A Novel GNN Framework Integrating Neuroimaging and Behavioral Information to Understand Adolescent Psychiatric Disorders
This repository contains the implementation for our paper submitted to MIDL 2025, titled:
"A Novel GNN Framework Integrating Neuroimaging and Behavioral Information to Understand Adolescent Psychiatric Disorders"
- Run
data.pyto prepare the dataset. - Then sequentially execute the following scripts:
c1_code/c1_train.pyc1_code/c1_main.pyc3_code/c2_main.pyc3_code/c3_main.pyc3_code/c3_final_embeddings.py
These steps will preprocess the data, train the model, and generate the final embeddings.
After you got save models in c1, c3 and correctly configured path, run:
python Grad_CAM_main.pyIf you use this code or find it helpful, please cite:
@inproceedings{yu2025novel,
title={A Novel GNN Framework Integrating Neuroimaging and Behavioral Information to Understand Adolescent Psychiatric Disorders},
author={Yu, Weifeng and Qu, Gang and Kim, Young-geun and Xu, Lei and Zhang, Aiying},
booktitle={Medical Imaging with Deep Learning},
year={2025}
}