paper-with-me

홈 › Papers

CvFormer: Cross-view transFormers with Pre-training for fMRI Analysis of Human Brain

2023-09-14 · Xiangzhu Meng, Qiang Liu, Shu Wu, Liang Wang

In recent years, functional magnetic resonance imaging (fMRI) has been widely utilized to diagnose neurological disease, by exploiting the region of interest (RoI) nodes as well as their connectivities in human brain. However, most of existing works only rely on either RoIs or connectivities, neglecting the potential for complementary information between them. To address this issue, we study how to discover the rich cross-view information in fMRI data of human brain. This paper presents a novel method for cross-view analysis of fMRI data of the human brain, called Cross-view transFormers (CvFormer). CvFormer employs RoI and connectivity encoder modules to generate two separate views of the human brain, represented as RoI and sub-connectivity tokens. Then, basic transformer modules can be used to process the RoI and sub-connectivity tokens, and cross-view modules integrate the complement information across two views. Furthermore, CvFormer uses a global token for each branch as a query to exchange information with other branches in cross-view modules, which only requires linear time for both computational and memory complexity instead of quadratic time. To enhance the robustness of the proposed CvFormer, we propose a two-stage strategy to train its parameters. To be specific, RoI and connectivity views can be firstly utilized as self-supervised information to pre-train the CvFormer by combining it with contrastive learning and then fused to finetune the CvFormer using label information. Experiment results on two public ABIDE and ADNI datasets can show clear improvements by the proposed CvFormer, which can validate its effectiveness and superiority.

📄 PDF Abstract BibTeX arXiv:2309.07940

Code (0)

등록된 구현이 없습니다.

Tasks

Contrastive Learning

Methods 이 논문이 사용한 방법론

Contrastive Learning 설명 없음

Similar Papers 제목 키워드 기반

Large-scale Graph Representation Learning of Dynamic Brain Connectome with Transformers

2023-12-04 · Byung-Hoon Kim, JungWon Choi, Eunggu Yun, Kyungsang Kim 외

Graph Transformers have recently been successful in various graph representation learning tasks, providing a number of advantages over message-passing Graph Neural Networks. Utilizing Graph Transformers for learning the …

Functional ConnectivityGender ClassificationGraph Representation LearningRepresentation Learning

Self-Supervised Transformers for fMRI representation

2021-12-10 · Itzik Malkiel, Gony Rosenman, Lior Wolf, Talma Hendler

We present TFF, which is a Transformer framework for the analysis of functional Magnetic Resonance Imaging (fMRI) data. TFF employs a two-phase training approach. First, self-supervised training is applied to a collectio…

Gender Prediction

Self-Supervised Pretraining on Paired Sequences of fMRI Data for Transfer Learning to Brain Decoding Tasks

2023-05-15 · Sean Paulsen, Michael Casey

In this work we introduce a self-supervised pretraining framework for transformers on functional Magnetic Resonance Imaging (fMRI) data. First, we pretrain our architecture on two self-supervised tasks simultaneously to …

Brain DecodingTransfer Learning

Visio-Linguistic Brain Encoding

2022-04-18 · COLING 2022 10 · Subba Reddy Oota, Jashn Arora, Vijay Rowtula, Manish Gupta 외

Enabling effective brain-computer interfaces requires understanding how the human brain encodes stimuli across modalities such as visual, language (or text), etc. Brain encoding aims at constructing fMRI brain activity g…

Machine learning in resting-state fMRI analysis

2018-12-30 · Meenakshi Khosla, Keith Jamison, Gia H. Ngo, Amy Kuceyeski 외

Machine learning techniques have gained prominence for the analysis of resting-state functional Magnetic Resonance Imaging (rs-fMRI) data. Here, we present an overview of various unsupervised and supervised machine learn…

BIG-bench Machine Learning