Skip to content

Latest commit

 

History

History
42 lines (35 loc) · 3.47 KB

README.md

File metadata and controls

42 lines (35 loc) · 3.47 KB

Inter-Regional High-level Relation Learning from Functional Connectivity via Self-Supervision

This repository provides the official PyTorch implementation of the following paper:

Inter-Regional High-level Relation Learning from Functional Connectivity via Self-Supervision
Wonsik Jung1, Da-Woon Heo1, Eunjin Jeon1, Jaein Lee1, Heung-Il Suk1 (1Korea University)
[Official version] [ResearchGate]
Accepted to MICCAI 2021

Abstract: In recent studies, we have witnessed the applicability of deep learning methods on resting-state functional magnetic resonance image (rs-fMRI) analysis and its use for brain disease diagnosis, e.g., autism spectrum disorder (ASD). However, it still remains challenging to learn discriminative representations from raw BOLD signals or functional connectivity (FC) with a limited number of samples. In this paper, we propose a simple but efficient representation learning method for FC in a self-supervised learning manner. Specifically, we devise a proxy task of estimating the randomly masked seed-based functional networks from the remaining ones in FC, to discover the complex high-level relations among brain regions, which are not directly observable from an input FC. Thanks to the random masking strategy in our proxy task, it also has the effect of augmenting training samples, thus allowing for robust training. With the pretrained feature representation network in a self-supervised manner, we then construct a decision network for the downstream task of ASD diagnosis. In order to validate the effectiveness of our proposed method, we used the ABIDE dataset that collected subjects from multiple sites and our proposed method showed superiority to the comparative methods in various metrics.

Dependencies

Downloading datasets

To download the ABIDE dataset

Usage

For training:

``

Citation

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

@inproceedings{jung2021inter,
  title={Inter-regional High-Level Relation Learning from Functional Connectivity via Self-supervision},
  author={Jung, Wonsik and Heo, Da-Woon and Jeon, Eunjin and Lee, Jaein and Suk, Heung-Il},
  booktitle={International Conference on Medical Image Computing and Computer-Assisted Intervention},
  pages={284--293},
  year={2021},
  organization={Springer}
}

Acknowledgements

This work was supported by National Research Foundation of Korea (NRF) grant funded by the Korea government (MSIT) (No. 2019R1A2C1006543) and by Institute of Information & communications Technology Planning & Evaluation (IITP) grant funded by the Korea government(MSIT) (No. 2019-0-00079 , Artificial Intelligence Graduate School Program(Korea University)).