diff --git a/README.md b/README.md index 1b022e0..5ec3ed2 100755 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # Joint learning for Alzheimer's disease -This is a code implementation of the **joint learning framework** proposed in the manuscript "**Joint learning Framework of cross-modal synthesis and diagnosis for Alzheimer's disease by mining underlying shared modality information**". +**[MedIA 2024]** This is a code implementation of the **joint learning framework** proposed in the manuscript "**Joint learning Framework of cross-modal synthesis and diagnosis for Alzheimer's disease by mining underlying shared modality information**".[[Paper]](https://doi.org/10.1016/j.media.2023.103032) [[Supp.]](./readme_files/main_supp.pdf) ## Introduction Among various neuroimaging modalities used to diagnose AD, functional positron emission tomography (**PET**) has higher sensitivity than structural magnetic resonance imaging (**MRI**), but it is also **costlier and often not available** in many hospitals. @@ -162,4 +162,18 @@ Joint_Learning_for_Alzheimer_disease - Our code is inspired by [TSM](https://github.com/mit-han-lab/temporal-shift-module),[Restormer](https://github.com/swz30/Restormer), [pytorch-CycleGAN-and-pix2pix](https://github.com/junyanz/pytorch-CycleGAN-and-pix2pix),and [SwitchableCycleGAN](https://github.com/YSerin/TMI_SwitchableCycleGAN). +## Citation +If you find this work useful for your research, please 🌟 our project and cite [our paper](https://doi.org/10.1016/j.media.2023.103032) : + +``` +@article{wang2024joint, + title = {Joint learning framework of cross-modal synthesis and diagnosis for Alzheimer’s disease by mining underlying shared modality information}, + author = {Wang, Chenhui and Piao, Sirong and Huang, Zhizhong and Gao, Qi and Zhang, Junping and Li, Yuxin and Shan, Hongming and others}, + journal = {Medical Image Analysis}, + volume = {91}, + pages = {103032}, + year = {2024}, + publisher = {Elsevier} +} +``` diff --git a/readme_files/main_supp.pdf b/readme_files/main_supp.pdf new file mode 100644 index 0000000..e32cece Binary files /dev/null and b/readme_files/main_supp.pdf differ