Skip to content
forked from wko1014/ENGINE

A deep learning framework for imaging genetics

Notifications You must be signed in to change notification settings

ku-milab/ENGINE

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ENGINE: Enhancing Neuroimaging and Genetic Information by Neural Embedding

This repository provides a TensorFlow implementation of the following paper:

ENGINE: Enhancing Neuroimaging and Genetic Information by Neural Embedding
Wonjun Ko1, Wonsik Jung1, Eunjin Jeon1, Ahmad Wisnu Mulyadi1, and Heung-Il Suk1, 2
(1Department of Brain and Cognitive Engineering, Korea University)
(1Department of Artificial Intelligence, Korea University)
Official Version: https://ieeexplore.ieee.org/abstract/document/9679140
Presented in the 21st IEEE International Conference on Data Mining (ICDM2021 Acceptance rate: 20%)

Abstract: Recently, deep learning, a branch of machine learning and data mining, has gained widespread acceptance in many applications thanks to its unprecedented successes. In this regard, pioneering studies employed deep learning frameworks for imaging genetics in virtue of their own representation caliber. But,existing approaches suffer from some limitations: (i) exploiting a simple concatenation strategy for joint analysis, (ii) a lack of extension to biomedical applications, and (iii) insufficient and inappropriate interpretations in the viewpoint of both data science and bio-neuroscience. In this work, we propose a novel deep learning framework to tackle the aforementioned issues simultaneously. Our proposed framework learns to effectively represent the neuroimaging and the genetic data jointly, and achieves state-of-the-art performance in its use for Alzheimer’s disease and mild cognitive impairment identification. Further, unlike the existing methods in the literature, the framework allows learning the relation between imaging phenotypes and genotypes in a nonlinear way without any prior neuroscientific knowledge. To demonstrate the validity of our proposed framework, we conducted experiments on a publicly available dataset and analyzed the results from diverse perspectives. Based on our experimental results, we believe that the proposed framework has a great potential to give new insights and perspectives in deep learning-based imaging genetics studies.

and

A Deep Generative–Discriminative Learning for Multi-modal Representation in Imaging Genetics
Wonjun Ko1, Wonsik Jung1, Eunjin Jeon1, and Heung-Il Suk1, 2
(1Department of Brain and Cognitive Engineering, Korea University)
(1Department of Artificial Intelligence, Korea University)
Official Version: https://ieeexplore.ieee.org/document/9743914
Published in IEEE Transactions on Medical Imaging (2020 JCR-IF: 10.048, Radiology-Nuclear Medicine & Medical Imaging: 4/133)

Abstract: Imaging genetics, one of the foremost emerging topics in the medical imaging field, analyzes the inherent relations between neuroimaging and genetic data. As deep learning has gained widespread acceptance in many applications, pioneering studies employed deep learning frameworks for imaging genetics. However, existing approaches suffer from some limitations. First, they often adopt a simple strategy for joint learning of phenotypic and genotypic features. Second, their findings have not been extended to biomedical applications, e.g., degenerative brain disease diagnosis and cognitive score prediction. Finally, existing studies perform insufficient and inappropriate analyses from the perspective of data science and neuroscience. In this work, we propose a novel deep learning framework to simultaneously tackle the aforementioned issues. Our proposed framework learns to effectively represent the neuroimaging and the genetic data jointly, and achieves state-of-the-art performance when used for Alzheimer's disease and mild cognitive impairment identification. Furthermore, unlike the existing methods, the framework enables learning the relation between imaging phenotypes and genotypes in a nonlinear way without any prior neuroscientific knowledge. To demonstrate the validity of our proposed framework, we conducted experiments on a publicly available dataset and analyzed the results from diverse perspectives. Based on our experimental results, we believe that the proposed framework has immense potential to provide new insights and perspectives in deep learning-based imaging genetics studies.

Dependencies

Downloading datasets

To download Alzheimer's disease neuroimaging initiative dataset

To download AlzGene database

Usage

engine.py contains the proposed deep learning architectures, utils.py contains functions used for experimental procedures, and engine_experiment.py contains the main experimental functions.

Citation

If you find this work useful for your research, please cite our conference proceeding:

@inproceedings{ko2021engine,
  title={ENGINE: Enhancing Neuroimaging and Genetic Information by Neural Embedding},
  author={Ko, Wonjun and Jung, Wonsik and Jeon, Eunjin and Mulyadi, Ahmad Wisnu and Suk, Heung-Il},
  booktitle={2021 IEEE International Conference on Data Mining (ICDM)},
  pages={1162--1167},
  year={2021},
  organization={IEEE}
}

and our journal publication:

@article{ko2022deep,
  title={A Deep Generative--Discriminative Learning for Multi-modal Representation in Imaging Genetics},
  author={Ko, Wonjun and Jung, Wonsik and Jeon, Eunjin and Suk, Heung-Il},
  journal={IEEE Transactions on Medical Imaging},
  year={2022},
  publisher={IEEE}
}

Acknowledgements

This work was supported by National Research Foundation of Korea (NRF) grant (No. 2019R1A2C1006543) and Institute for Information & Communications Technology Promotion (IITP) grant (No. 2019-0-00079; Department of Artificial Intelligence, Korea University) funded by the Korea government.

About

A deep learning framework for imaging genetics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%