Skip to content

Commit

Permalink
Merge remote-tracking branch 'JL4AD/main'
Browse files Browse the repository at this point in the history
# Conflicts:
#	components/performance_metric.py
  • Loading branch information
thibault-wch committed Feb 22, 2024
2 parents e97d21d + 245e0db commit 07d83d7
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
16 changes: 15 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -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.
Expand Down Expand Up @@ -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}
}
```

Binary file added readme_files/main_supp.pdf
Binary file not shown.

0 comments on commit 07d83d7

Please sign in to comment.