paper-with-me

Papers

Brain Network Transformer

2022-10-13 · Xuan Kan, Wei Dai, Hejie Cui, Zilong Zhang, Ying Guo, Carl Yang

Human brains are commonly modeled as networks of Regions of Interest (ROIs) and their connections for the understanding of brain functions and mental disorders. Recently, Transformer-based models have been studied over different types of data, including graphs, shown to bring performance gains widely. In this work, we study Transformer-based models for brain network analysis. Driven by the unique properties of data, we model brain networks as graphs with nodes of fixed size and order, which allows us to (1) use connection profiles as node features to provide natural and low-cost positional information and (2) learn pair-wise connection strengths among ROIs with efficient attention weights across individuals that are predictive towards downstream analysis tasks. Moreover, we propose an Orthonormal Clustering Readout operation based on self-supervised soft clustering and orthonormal projection. This design accounts for the underlying functional modules that determine similar behaviors among groups of ROIs, leading to distinguishable cluster-aware node embeddings and informative graph embeddings. Finally, we re-standardize the evaluation pipeline on the only one publicly available large-scale brain network dataset of ABIDE, to enable meaningful comparison of different models. Experiment results show clear improvements of our proposed Brain Network Transformer on both the public ABIDE and our restricted ABCD datasets. The implementation is available at https://github.com/Wayfear/BrainNetworkTransformer.

📄 PDF Abstract BibTeX arXiv:2210.06681

Code (2)

hennyjie/braingb 공식 구현 pytorch
wayfear/brainnetworktransformer 공식 구현 pytorch

Tasks

Clustering

Methods 이 논문이 사용한 방법론

Multi-Head Attention 설명 없음
Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
BPE Byte Pair Encoding, or BPE, is a subword segmentation algorithm that encodes rare and unknown words as sequences of subword units. The intuition is that various word…
Absolute Position Encodings Absolute Position Encodings are a type of position embeddings for [Transformer-based models] where positional encodings are…
Layer Normalization Unlike batch normalization, Layer Normalization directly estimates the normalization statistics from the summed inputs…
Position-Wise Feed-Forward Layer 설명 없음
Residual Connection 설명 없음
Dropout Dropout is a regularization technique for neural networks that drops a unit (along with connections) at training time with a specified probability $p$ (a common value is…

Similar Papers 제목 키워드 기반

View-Disentangled Transformer for Brain Lesion Detection

2022-09-20 · Haofeng Li, Junjia Huang, Guanbin Li, Zhou Liu 외

Deep neural networks (DNNs) have been widely adopted in brain lesion detection and segmentation. However, locating small lesions in 2D MRI slices is challenging, and requires to balance between the granularity of 3D cont…

Lesion Detection

Transformers self-organize like newborn visual systems when trained in prenatal worlds

2026-01-06 · Lalit Pandey, Samantha M. W. Wood, Justin N. Wood arxiv

Do transformers learn like brains? A key challenge in addressing this question is that transformers and brains are trained on fundamentally different data. Brains are initially "trained" on prenatal sensory experiences (…

Transformer and Snowball Graph Convolution Learning for Brain functional network Classification

2023-03-28 · Jinlong Hu, Yangmin Huang, Shoubin Dong

Advanced deep learning methods, especially graph neural networks (GNNs), are increasingly expected to learn from brain functional network data and predict brain disorders. In this paper, we proposed a novel Transformer a…

Graph Classification

BrainNPT: Pre-training of Transformer networks for brain network classification

2023-05-02 · Jinlong Hu, Yangmin Huang, Nan Wang, Shoubin Dong

Deep learning methods have advanced quickly in brain imaging analysis over the past few years, but they are usually restricted by the limited labeled data. Pre-trained model on unlabeled data has presented promising impr…

Classification

Self-Clustering Graph Transformer Approach to Model Resting-State Functional Brain Activity

2025-01-17 · Bishal Thapaliya, Esra Akbas, Ram Sapkota, Bhaskar Ray 외

Resting-state functional magnetic resonance imaging (rs-fMRI) offers valuable insights into the human brain's functional organization and is a powerful tool for investigating the relationship between brain function and c…

Functional ConnectivityGender Classification