Learning Robust and Task-Invariant Functional Representation from fMRI through Siamese Self-Supervised Learning

arXiv cs.LG Papers

Summary

This paper introduces BrainSimSiam, a lightweight self-supervised framework using siamese networks to learn robust fMRI representations from positive-only pairs, achieving strong performance on downstream tasks even with limited data.

arXiv:2605.28990v1 Announce Type: new Abstract: Functional magnetic resonance imaging (fMRI) is a powerful tool for investigating human brain function. However, the high cost of data acquisition and the inherent subjectivity of psychiatric rating scales often lead to datasets with small sample sizes and variable label quality, especially when targeting a specific neurological condition. Combined with the inherently high dimensionality of fMRI data, these limitations substantially increase the risk of model overfitting. Recent years have seen growing interest in developing fMRI foundation models by combining multiple datasets; however, the computational resources needed for pretraining and fine-tuning are often prohibitive. We show that a lightweight self-supervised framework yields representations that generalize across diverse downstream tasks, outperforming fully supervised baselines and approaching the performance of large-scale models. We introduce BrainSimSiam, a data-efficient self-supervised representation learning framework that leverages positive-only data pairs to learn robust and generalizable features. We demonstrate that the learned representations achieve strong performance across multiple downstream classification and regression tasks, highlighting the potential of BrainSimSiam for data-limited neuroimaging applications.
Original Article
View Cached Full Text

Cached at: 05/29/26, 09:14 AM

# Learning Robust and Task-Invariant Functional Representation from fMRI through Siamese Self-Supervised Learning
Source: [https://arxiv.org/html/2605.28990](https://arxiv.org/html/2605.28990)
Peiyu DuanNicha C\. DvornekLawrence H\. StaibDenis SukhodolskyPamela VentolaJames S\. Duncan

###### Abstract

Functional magnetic resonance imaging \(fMRI\) is a powerful tool for investigating human brain function\. However, the high cost of data acquisition and the inherent subjectivity of psychiatric rating scales often lead to datasets with small sample sizes and variable label quality, especially when targeting a specific neurological condition\. Combined with the inherently high dimensionality of fMRI data, these limitations substantially increase the risk of model overfitting\. Recent years have seen growing interest in developing fMRI foundation models by combining multiple datasets; however, the computational resources needed for pretraining and fine\-tuning are often prohibitive\. We show that a lightweight self\-supervised framework yields representations that generalize across diverse downstream tasks, outperforming fully supervised baselines and approaching the performance of large\-scale models\. We introduce BrainSimSiam, a data\-efficient self\-supervised representation learning framework that leverages positive\-only data pairs to learn robust and generalizable features\. We demonstrate that the learned representations achieve strong performance across multiple downstream classification and regression tasks, highlighting the potential of BrainSimSiam for data\-limited neuroimaging applications\.

###### keywords:

ASD, contrastive learning, data\-efficient learning, fMRI , GNN

††journal:Medical Imaging Analysis\\affiliation

\[bme\]organization=Department of Biomedical Engineering, addressline=Yale University, city=New Haven, state=CT, country=USA

\\affiliation

\[rad\]organization=Radiology & Biomedical Imaging, addressline=Yale School of Medicine, city=New Haven, state=CT, country=USA

\\affiliation

\[ee\]organization=Electrical Engineering, addressline=Yale University, city=New Haven, state=CT, country=USA

\\affiliation

\[csc\]organization=Child Study Center, addressline=Yale School of Medicine, city=New Haven, state=CT, country=USA

## 1Introduction

Through the integration of deep learning and functional magnetic resonance imaging \(fMRI\), significant advances have been made in understanding neurological and psychiatric disorders such as Alzheimer’s disease\[[1](https://arxiv.org/html/2605.28990#bib.bib22)\], attention deficit hyperactivity disorder \(ADHD\)\[[3](https://arxiv.org/html/2605.28990#bib.bib21)\], and autism spectrum disorder \(ASD\)\[[24](https://arxiv.org/html/2605.28990#bib.bib15)\]\. Although these disorders are inherently heterogeneous\[[11](https://arxiv.org/html/2605.28990#bib.bib25),[13](https://arxiv.org/html/2605.28990#bib.bib23),[7](https://arxiv.org/html/2605.28990#bib.bib24)\], most supervised learning frameworks often rely on binary classification labels\. Collapsing diverse disease subtypes and healthy controls \(HC\) into binary categories can obscure meaningful subtype differences, potentially leading to model overfitting and reduced interpretability\.

In addition, labels for neurological disorders are inherently noisy due to variability in disease severity and human factors in assessment\. Although machine learning has driven substantial gains in medical imaging, models usually remain vulnerable to noise in labels\[[30](https://arxiv.org/html/2605.28990#bib.bib6)\]\. In supervised learning settings, even with strong augmentation and regularization techniques\[[10](https://arxiv.org/html/2605.28990#bib.bib18),[24](https://arxiv.org/html/2605.28990#bib.bib15)\], overfitting can produce distorted decision boundaries, limiting the generalization capability of models\. Label\-independent approaches, especially unsupervised and self\-supervised learning, offer a promising path to more robust representation learning and downstream performance\.

A wide range of machine learning architectures have been proposed for fMRI analysis, covering supervised\[[10](https://arxiv.org/html/2605.28990#bib.bib18),[24](https://arxiv.org/html/2605.28990#bib.bib15),[36](https://arxiv.org/html/2605.28990#bib.bib12)\]and self\-supervised\[[28](https://arxiv.org/html/2605.28990#bib.bib10),[38](https://arxiv.org/html/2605.28990#bib.bib7),[21](https://arxiv.org/html/2605.28990#bib.bib13),[37](https://arxiv.org/html/2605.28990#bib.bib8),[45](https://arxiv.org/html/2605.28990#bib.bib48)\]paradigms\. Despite this architectural diversity, most methods consider fMRI as a homogeneous sequence during acquisition for both resting\-state and task\-based data\. In recent years, growing evidence indicates that task\-based fMRI provides richer, behaviorally grounded information than resting\-state fMRI data\[[17](https://arxiv.org/html/2605.28990#bib.bib20),[44](https://arxiv.org/html/2605.28990#bib.bib19)\]\. Moreover, the functional variation induced by diverse fMRI task paradigms yields informative contrasts that can be leveraged to learn robust, task\-invariant functional representations\. For data\-limited applications, truncating task\-based fMRI sequences into task\-homogeneous subsequences also increases the effective sample size\.

In this work, we introduce Brain Simple Siamese representation learning \(BrainSimSiam\), a lightweight and data\-efficient self\-supervised framework for representation learning of fMRI\. In a two\-step training scheme, we show that the pretrained BrainSimSiam encoder produces more robust discriminative models in both multilayer perceptron \(MLP\) probing and end\-to\-end finetuning settings for downstream applications\. Experiments are performed on classification and regression tasks including predictions of both biological and behavioral phenotypes\. Our contributions are:

- 1\.We develop a self\-supervised representation learning framework for task\-based fMRI that outperforms supervised and self\-supervised baselines on both datasets examined\.
- 2\.We unify voxel\-wise fMRI and graph\-based functional views via a joint region of interest \(ROI\) masking scheme applied during training and post hoc interpretation\. The same mechanism readily supports multimodal fusion by incorporating registered structural T1\-weighted or diffusion MRI with the functional brain graph\.
- 3\.We leverage contrasts across diverse task stimuli as natural augmentations to learn task\-invariant representations, disentangling evoked responses from spontaneous brain dynamics\.

## 2Related Work

### 2\.1Graph Neural Network \(GNN\)

GNNs are a family of neural networks for graph\-structured data\[[20](https://arxiv.org/html/2605.28990#bib.bib27),[34](https://arxiv.org/html/2605.28990#bib.bib29),[15](https://arxiv.org/html/2605.28990#bib.bib28)\]\. In ROI\-based brain graphs, nodes correspond to regions of interest and edges encode functional or structural connectivity\[[24](https://arxiv.org/html/2605.28990#bib.bib15),[36](https://arxiv.org/html/2605.28990#bib.bib12),[12](https://arxiv.org/html/2605.28990#bib.bib16)\]\. GNNs learn by iteratively aggregating information from each node’s neighbors\. Lethikh\_\{i\}^\{k\}denote the feature of nodeiiat layerkkand𝒩​\(i\)\\mathcal\{N\}\(i\)denote its neighbor set\. A generic message\-passing update of a GNN can be described as

hik\+1=ϕ​\(hik,mi​j,j∈𝒩​\(i\)\|mi​j=ψ​\(hik,hjk,ei​j\)\)h\_\{i\}^\{k\+1\}=\\phi\\left\(h\_\{i\}^\{k\},m\_\{ij,j\\in\\mathcal\{N\}\(i\)\}\|m\_\{ij\}=\\psi\\big\(h\_\{i\}^\{k\},h\_\{j\}^\{k\},e\_\{ij\}\\big\)\\right\)\(1\)whereψ\\psicomputes messagesmm,ei​je\_\{ij\}are edge attributes, andϕ\\phiproduces the updated node representation\.

### 2\.2Simple Siamese \(SimSiam\)

Contrastive frameworks such as MoCo v2\[[5](https://arxiv.org/html/2605.28990#bib.bib30)\]and SimCLR\[[4](https://arxiv.org/html/2605.28990#bib.bib31)\]learn invariances by pulling together augmented views of the same sample while pushing apart others\. They have shown greater robustness to label noise and spurious correlations than supervised pretraining, but typically rely on large numbers of negatives via large batches or memory queues\. SimSiam\[[6](https://arxiv.org/html/2605.28990#bib.bib26)\]removes the need for negatives by using a stop\-gradient Siamese architecture with a prediction head, achieving competitive performance in natural image applications with substantially simpler training\. This property is also advantageous in neuroimaging settings characterized by modest batch sizes, where contrastive methods that depend on large negative sets are operationally fragile\.

Although negative examples can be informative, defining generalizable negatives in fMRI is challenging\. Treating different subjects as negatives presumes inter\-subject dissimilarity and discards shared functional patterns\. Constructing negatives from task labels entangles features with the label space, leading to oversimplified and task\-bound representations, undermining cross\-task generalization\.

We therefore adopt SimSiam\[[6](https://arxiv.org/html/2605.28990#bib.bib26)\]as our framework for fMRI representation learning, a more suitable choice for learning generalizable representations across downstream tasks\.

## 3Data and Preprocessing

### 3\.1Human Connectome Project \(HCP\) Dataset

We use task\-based fMRI scans from the WU–Minn Human Connectome Project \(HCP\) S1200 young\-adult release\[[32](https://arxiv.org/html/2605.28990#bib.bib1)\]with seven task paradigms: emotion, gambling, language, motor, relational, social, and working memory\. All images were spatially normalized to the MNI152 standard space and resampled to 2 mm isotropic voxels\. After excluding subjects with missing task runs or behavioral measures, the final cohort comprises 1,005 participants \(Table[1](https://arxiv.org/html/2605.28990#S3.T1)\)\. Evaluation is conducted with 5\-fold cross\-validation with equal numbers per fold\.

Table 1:Statistics of subjects in the HCP dataset
### 3\.2Biopoint Dataset

Table 2:Statistics of ASD and HC subjects in the Biopoint dataset![Refer to caption](https://arxiv.org/html/2605.28990v1/task_bio.png)Figure 1:Example of biological and scrambled motion tasks in the Biopoint dataset![Refer to caption](https://arxiv.org/html/2605.28990v1/simsiam-encoder.png)Figure 2:Model architectures\. \(a\) General SimSiam framework\. \(b\) BrainSimSiam encoderff\.The Biopoint dataset\[[18](https://arxiv.org/html/2605.28990#bib.bib2)\]comprises task\-based fMRI acquired in an ASD study using 12 point\-light display videos as task stimuli\. Each 24\-second video falls into one of two categories: biological motion depicting socially meaningful human actions and scrambled motion with random point trajectories \(Fig\.[1](https://arxiv.org/html/2605.28990#S3.F1)\)\. Videos from two tasks are presented in alternating blocks during acquisition with the intention of highlighting deficits in the perception of biological motion in autistic children\.

The preprocessing follows Yang et al\.\[[42](https://arxiv.org/html/2605.28990#bib.bib3)\], with images normalized to MNI152 standard space and resampled to 2 mm isotropic voxels\. The dataset includes 75 children with ASD and 43 healthy controls \(HC\) matched in age and cognitive ability\. For evaluation, we use a stratified 5\-fold cross\-validation to maintain similar ASD/HC proportions in each fold\. For each subject, we truncate the Biopoint fMRI sequence into 12 blocks aligned with the 12 video stimuli\. Each 24\-second block is treated as a distinct task in our representation learning experiments\. In Table[2](https://arxiv.org/html/2605.28990#S3.T2), we show the biological sex and age statistics of subjects in the Biopoint dataset\.

![Refer to caption](https://arxiv.org/html/2605.28990v1/pipeline.png)Figure 3:Pipeline of the BrainSimSiam pretraining and downstream application
### 3\.3Graph Construction and Image Preprocessing

In the HCP dataset, each task instance corresponds to a full task\-based fMRI run\. The total number of data instances is7035=1005×77035=1005\\times 7\. In the Biopoint dataset, due to the limited sample size, we define a task instance as each non\-overlapping sliding\-window subsequence of the fMRI time series acquired during a single video stimulus, leading to1416=118×121416=118\\times 12data instances\. For each data instance, we derive two complementary views of the fMRI data, described below\.

#### 3\.3\.1Functional Brain Graph View

For the functional brain graph, each fMRI series is parcellated into ROIs using the Shen atlas \(268 ROIs\) for HCP and the Desikan–Killiany atlas \(84 ROIs\) for Biopoint\[[26](https://arxiv.org/html/2605.28990#bib.bib5),[8](https://arxiv.org/html/2605.28990#bib.bib4)\]\. Following the brain graph construction method presented in Li et al\.\[[24](https://arxiv.org/html/2605.28990#bib.bib15)\], we compute both Pearson and partial correlations between ROI time series\. Node features are defined as the corresponding rows of the Pearson correlation matrix, while the edges are retained as the strongest 5% absolute value of the partial\-correlation coefficients between ROIs\.

#### 3\.3\.2Spatial Activation Image View

The 3D image input is obtained by the voxel\-wise time average of the fMRI time series, producing a mean activation map used as the intensity profile\. Although it retains only time\-averaged intensity, the 3D mean image is fast to compute and lightweight\.

Although ROI\-based functional brain graphs are successfully used in fMRI analysis\[[24](https://arxiv.org/html/2605.28990#bib.bib15),[12](https://arxiv.org/html/2605.28990#bib.bib16),[36](https://arxiv.org/html/2605.28990#bib.bib12)\], they primarily encode relative inter\-regional connectivity and ignore absolute signal intensity\. In contrast, the time\-averaged 3D fMRI volume preserves voxel\-wise intensity and provides a complementary spatial view of the data\. This complementary representation itself has been successfully applied to tasks such as machine\-learning\-aided age prediction and ASD classification\[[9](https://arxiv.org/html/2605.28990#bib.bib35),[23](https://arxiv.org/html/2605.28990#bib.bib36)\]\. In applications such as chronological age prediction, voxel\-wise features have also been shown to outperform coarse ROI\-based inputs\[[14](https://arxiv.org/html/2605.28990#bib.bib37),[22](https://arxiv.org/html/2605.28990#bib.bib38)\]\. In our experiments, we find the inclusion of 3D image intensity information crucial for the performance of representation learning on fMRI\.

## 4Method

### 4\.1Notation and Problem Definition

Assume a task set𝒥\\mathcal\{J\}containing all distinct fMRI tasks\. For each fMRI time series from subjectiiand fMRI taskj∈𝒥j\\in\\mathcal\{J\}, we form an ROI\-level functional brain graphGi,jG\_\{i,j\}and a 3D mean\-intensity imageIi,jI\_\{i,j\}\. A graph withnnROIs has a vertex setVi,jV\_\{i,j\}of node features and an edge setEi,jE\_\{i,j\}with weighted edges\. An input instance is

xi,j=\(Ii,j,Gi,j\),Gi,j=\(Vi,j,Ei,j\)\.x\_\{i,j\}=\(I\_\{i,j\},\\,G\_\{i,j\}\),\\quad G\_\{i,j\}=\(V\_\{i,j\},E\_\{i,j\}\)\.Our goal in pretraining is to learn an encoderf:x→ℝdf\\colon x\\rightarrow\\mathbb\{R\}^\{d\}that maps each data instance to a compact vector representationzi,j∈ℝdz\_\{i,j\}\\in\\mathbb\{R\}^\{d\},

zi,j=f​\(xi,j\)\.z\_\{i,j\}=f\(x\_\{i,j\}\)\.For downstream classification and regression, we attach a goal\-specific headggto the encoderffeither frozen or fine\-tuned taking the learned representationzzas input\. Letyi,ky\_\{i,k\}denote the goal\-specific label of subjectiion a predictive taskkk,

yi,k=gk​\(zi,j\)∀j∈𝒥\.y\_\{i,k\}=g\_\{k\}\(z\_\{i,j\}\)\\quad\\forall j\\in\\mathcal\{J\}\.

### 4\.2BrainSimSiam Architecture

Fig\.[2](https://arxiv.org/html/2605.28990#S3.F2)a illustrates the general SimSiam\[[6](https://arxiv.org/html/2605.28990#bib.bib26)\]framework\. For each input instancexx, we sample two augmented viewsx1x\_\{1\}andx2x\_\{2\}\. The shared encoderffand predictorhhmap the input to the learned representationsz1z\_\{1\}andz2z\_\{2\}and their predictor outputsp1p\_\{1\}andp2p\_\{2\}, respectively\. Training minimizes a symmetric cosine\-similarity loss on the encoder and predictor outputs \(Eq\.[2](https://arxiv.org/html/2605.28990#S4.E2)\)\.

ℒc​o​s​\(x1,x2\)=−12⋅𝐩𝟏⋅𝐳𝟐‖𝐩𝟏‖​‖𝐳𝟐‖−12⋅𝐩𝟐⋅𝐳𝟏‖𝐩𝟐‖​‖𝐳𝟏‖\\mathcal\{L\}\_\{cos\}\(x\_\{1\},x\_\{2\}\)=\-\\frac\{1\}\{2\}\\cdot\\frac\{\\mathbf\{p\_\{1\}\}\\cdot\\mathbf\{z\_\{2\}\}\}\{\\\|\\mathbf\{p\_\{1\}\}\\\|\\\|\\mathbf\{z\_\{2\}\}\\\|\}\-\\frac\{1\}\{2\}\\cdot\\frac\{\\mathbf\{p\_\{2\}\}\\cdot\\mathbf\{z\_\{1\}\}\}\{\\\|\\mathbf\{p\_\{2\}\}\\\|\\\|\\mathbf\{z\_\{1\}\}\\\|\}\(2\)During backpropagation, gradients are stopped atzz\. The predictor module and stop\-gradient operation jointly mitigates model collapse during training when using only positive sample pairs\.

As shown in Fig\.[2](https://arxiv.org/html/2605.28990#S3.F2)b, the BrainSimSiam encoder comprises two branches: a GNN graph encoder and a convolutional neural network \(CNN\) image encoder\. The GNN branch uses two GAT graph convolution layers\[[34](https://arxiv.org/html/2605.28990#bib.bib29)\]with global average and global max pooling after each layer as permutation\-invariant readouts\. The CNN branch has 4 layers of 3D convolution with kernel size 3 and ReLU activation\. Embeddings from the GNN and CNN branches are concatenated and passed to the projection MLP to produce the representationzz\.

![Refer to caption](https://arxiv.org/html/2605.28990v1/augmentation_types.png)Figure 4:Illustrations of augmentation operators used in training and interpretation\.![Refer to caption](https://arxiv.org/html/2605.28990v1/max_corr.png)Figure 5:Heatmaps of maximum absolute correlation of any single feature channels of learned embedding with metrics\.#### 4\.2\.1ROI\-aligned Graph\-image Masking

In graph contrastive learning, it is common to compose random node feature masking and edge dropout to sample augmented views of graphs\[[46](https://arxiv.org/html/2605.28990#bib.bib33)\]\. These operations, however, act only on the graph and leave the paired image data unchanged\. To jointly perturb each ROI node and its corresponding region in the 3D image, we introduce an ROI\-aligned graph\-image masking operator that occludes the voxels in the image mapped to the dropped nodes in the ROI graph\. Illustrations of each augmentation operator are shown in Fig\.[4](https://arxiv.org/html/2605.28990#S4.F4)\.

During training, we jointly apply node\-feature masking, edge dropout, and the ROI\-aligned graph\-image masking operator\. In quantitative results, we evaluate BrainSimSiam with or without ROI\-aligned masking under identical training and evaluation schemes\. Similarly, for post hoc interpretation with GNNExplainer\[[43](https://arxiv.org/html/2605.28990#bib.bib34)\], we use a soft variant of the ROI\-aligned operator in conjunction with the soft node mask\.

Although evaluated in this paper only on paired graph and image views of fMRI, the ROI\-aligned graph–image masking operator can generalize to multimodal settings, facilitating consistent alignment of graph\-structured brain networks with registered complementary images from modalities like T1\-weighted or diffusion MRI\.

#### 4\.2\.2Task Invariance Loss

Beyond the standard augmentation invariance loss, we introduce a task invariance loss for specific application to task\-based fMRI\. For each fMRI instance, we randomly sample a scan from the same subject under a different task and encourage the representation to preserve spontaneous, task\-invariant functional patterns\. Letx2∗x\_\{2\}^\{\*\}denote an augmented view of the sampled scan from the same subject under a different task\. The overall loss function can be denoted as,

L​o​s​s=ℒc​o​s​\(x1,x2\)\+ℒc​o​s​\(x1,x2∗\)Loss=\\mathcal\{L\}\_\{cos\}\(x\_\{1\},x\_\{2\}\)\+\\mathcal\{L\}\_\{cos\}\(x\_\{1\},x\_\{2\}^\{\*\}\)\(3\)whereℒc​o​s\\mathcal\{L\}\_\{cos\}follows the definition of symmetric cosine similarity loss in Eq\.[2](https://arxiv.org/html/2605.28990#S4.E2)\.

The overall BrainSimSiam pipeline is shown in Fig\.[3](https://arxiv.org/html/2605.28990#S3.F3), comprising the self\-supervised pretraining described above and two downstream configurations: an MLP probe and end\-to\-end fine\-tuning\. The MLP probe offers a parameter\-efficient, low\-rank adaptation, whereas end\-to\-end fine\-tuning updates the entire model at higher computational cost\.

### 4\.3Baselines

We evaluate baselines for both classification and regression tasks on both the HCP and the Biopoint dataset under three settings: supervised learning, self\-supervised learning \(SSL\) with MLP probing, and SSL with full fine\-tuning\.

#### 4\.3\.1Supervised Learning

To keep inputs comparable across methods, we pair widely used GNN backbones—GCN\[[20](https://arxiv.org/html/2605.28990#bib.bib27)\], GAT\[[34](https://arxiv.org/html/2605.28990#bib.bib29)\], and GraphSAGE\[[15](https://arxiv.org/html/2605.28990#bib.bib28)\]—with a parallel CNN encoder\. For each downstream task, we train a separate model from scratch with cross\-entropy loss or MSE loss for the classification or regression task, respectively\.

Although the supervised baselines forgo SSL pretraining, their training cost scales roughly linearly with the number of downstream tasks, since each task requires a separate model training run\.

#### 4\.3\.2Self\-Supervised Learning with MLP Probing

For a representative graph contrastive learning baseline, we adopt an existing design named Contrastive functional connectivity Graph Learning \(CGL\)\[[38](https://arxiv.org/html/2605.28990#bib.bib7)\], which forms positive and negative pairs and optimizes the SimCLR objective\[[4](https://arxiv.org/html/2605.28990#bib.bib31)\]\. We report results for the original CGL implementation using graph input only \(CGL\) and a variant implementation with a parallel CNN branch \(CGL\-CNN\) to allow for identical input with the proposed BrainSimSiam approach\. In this setting, we pretrain the encoder once per dataset with the self\-supervised loss, freeze the encoder weights, and train only a task\-specific MLP head for each downstream classification or regression task\.

In this MLP probing setting, the cost of training an MLP head is negligible relative to the SSL pretraining\. Thus, once the encoder is pretrained for each dataset, the total computation is approximately constant with respect to multiple downstream tasks\.

#### 4\.3\.3Self\-Supervised Learning with End\-to\-End Tuning

We follow the same self\-supervised pretraining models as in the MLP probing experiment\. After pretraining, we initialize the model with the pretrained encoder, and then fine\-tune all parameters in the encoder and MLP head jointly for each downstream task\.The computational cost exceeds MLP probing but remains well below full supervised training, as fine\-tuning requires only a few epochs per task\.

## 5Experiments

### 5\.1Training Details

We train our BrainSimSiam model and baselines with the SGD optimizer, batch size 128, and learning rate1×10−51\\times 10^\{\-5\}for 100 epochs\. During training, we apply a weight decay factor of0\.0010\.001and a step learning rate scheduler withγ=0\.5\\gamma=0\.5that decays every 20 epochs\.

To generate augmented views of each input graph and image, we apply node\-feature masking \(p=0\.5p=0\.5\), edge dropout \(p=0\.5p=0\.5\), and ROI\-aligned graph–image masking \(p=0\.1p=0\.1\), sampled independently\. The representation dimensionality is 2048 for HCP and 8192 for Biopoint for optimal performance in each dataset\. All experiments are run on a single NVIDIA A100 GPU\.

### 5\.2Qualitative Correlation Analysis

![Refer to caption](https://arxiv.org/html/2605.28990v1/score-score.png)Figure 6:Pearson’s correlation between tested scoresIn a zero\-shot setting, we assess the quality of the BrainSimSiam learned embeddings on HCP for general\-purpose prediction\. Pearson’s correlation between functional connectivity \(FC\) and biological or behavioral phenotypes is widely applied in neuroscience for feature selection and subsequent statistical analysis\[[27](https://arxiv.org/html/2605.28990#bib.bib39)\]\. The most correlated connections in the FC matrix are usually considered potential biomarkers or predictors for the corresponding target\. We compare the association strength derived from our embeddings against FC elements to assess whether representation learning yields superior statistical signal to conventional FC\.

As listed in Fig\.[6](https://arxiv.org/html/2605.28990#S5.F6), we select a set of 15 phenotypes including biological sex, age, physical endurance \(2\-minute walk endurance\), and different measurements of cognitive function \(row 3 to row 13\) or emotion processing capability \(Penn emotion recognition\) from HCP\. To justify the selection of tested phenotypes, we plot the score\-to\-score correlation between the 15 tested scores\. The correlation heatmap shows high correlation only between a few cognitive measurements, indicating that the tested quantitative phenotypes are likely measuring heterogeneous aspects of human brain function related to fMRI signals\.

Using the encoder pretrained from self\-supervision, we compute the embedding of data in the test set and correlate features of the embedding with the scores\. For discrete classes, biological sex is labeled as 0 or 1\. Age groups are assigned integer labels 0–3, ordered from youngest to oldest\. In Table[3](https://arxiv.org/html/2605.28990#S5.T3), we show the maximum absolute correlation between any single feature channel of the learned embedding or any element in the FC matrix with all the 15 tested phenotypes\.

Table 3:Maximum absolute correlation of any feature channel from the learned BrainSimSiam embedding or any element in the functional connectivity matrix with the tested behavioral scores\. Mean values from cross\-validation are reported with higher value bolded\.For each phenotype tested, the maximum absolute correlation of the feature in the learned embedding is consistently greater than that from FC\. Additionally, in Fig\.[5](https://arxiv.org/html/2605.28990#S4.F5)we plot the maximum correlation of learned embedding with each metric for all five encoders trained in cross\-validation experiments\. It shows that the learned embedding has feature channels highly correlated with any of the tested metrics in all data partitions, with a minimum of0\.2160\.216across all cross\-validation folds and metrics\. On zero\-shot, the learned embedding can generalize to the prediction of multiple phenotypes across different aspects of the brain function\.

We show that the features from our learned fMRI representation are potentially better predictors for biological and behavioral phenotypes than functional connectivity\. Combined with post hoc ROI\-importance interpretation methods described in Section[6](https://arxiv.org/html/2605.28990#S6), the learned fMRI features also retain similar interpretability to related ROIs compared to using FC\.

Table 4:Performance of baseline models and BrainSimSiam on the HCP and Biopoint datasets\. Metrics are reported as mean \(std\)\. For each dataset and experimental setting, the best result is bolded\. Cell shading marks the top two results per dataset \(darker for best, lighter for second best\)\.
### 5\.3Quantitative Evaluation

For quantitative evaluation, we select one classification and one regression task per dataset\. On HCP, we evaluate biological sex classification and prediction of the total composite cognitive score\. On Biopoint, we evaluate ASD classification and age prediction\. For classification, we report accuracy \(Acc\), F1 score, and area under the ROC curve \(AUC\)\. For regression, we report mean absolute error \(MAE\) and Pearson correlation \(rr\)\. For the BrainSimSiam framework, we show two implementations with or without applying the ROI\-aligned graph\-image masking during pretraining\. Results are summarized in Table[4](https://arxiv.org/html/2605.28990#S5.T4)\. To facilitate the interpretation of the table, Fig\.[7](https://arxiv.org/html/2605.28990#S5.F7)displays the metric performance of the baselines and our models in bar plots\.

Across both datasets, BrainSimSiam model trained with ROI\-aligned masking significantly \(p<0\.05p<0\.05\) outperforms the supervised and self\-supervised baselines\. On HCP, where samples are abundant, supervised models approach the performance of self\-supervised variants\. Initializing from self\-supervised pretraining and fine\-tuning end\-to\-end yields the strongest performance on classification of biological sex at the cost of additional computation\. In the regression task to predict total cognitive score composite, the performances in MLP\-probing and end\-to\-end fine\-tuning are similar\. After fine\-tuning, our model achieves 91\.9% accuracy and 0\.980 AUC in biological sex classification task using only 52 million parameters \(44 million in encoder and 8 million in MLP head\), competitive with considerably larger fMRI foundation models like NeuroSTORM \(Acc 93\.3%, AUC 0\.976\)\[[35](https://arxiv.org/html/2605.28990#bib.bib40)\]\. Compared to recent fMRI foundation models using only ROI\-level input \(BrainLM\[[25](https://arxiv.org/html/2605.28990#bib.bib47)\]Acc 38\.97%, LCM\[[39](https://arxiv.org/html/2605.28990#bib.bib51)\]Acc 72\.23%\), we observe a greater margin of improvement on the same classification task\.

On Biopoint, with substantially fewer samples, the benefits of self\-supervision are amplified\. BrainSimSiam delivers more accurate and stable results for both classification and regression\. Notably, MLP probing of the pretrained encoder surpasses end\-to\-end fine\-tuning, indicating that freezing the encoder mitigates overfitting and highlighting the robustness of the learned representations\.

### 5\.4Ablation Study

For the ablation study, we evaluate the following model perturbations on both HCP and Biopoint using the baseline BrainSimSiam network and the training variation with ROI\-aligned graph\-image masking\. All experiments are performed with SSL \+ MLP Probe setting\. Mean values of metrics in cross\-validation experiments are shown in Table[5](https://arxiv.org/html/2605.28990#S5.T5)and Table[6](https://arxiv.org/html/2605.28990#S5.T6)\.

#### 5\.4\.1W/O Projection MLP

Removing the projection MLP in encoder to mix information from GNN and CNN \(Fig\.[2](https://arxiv.org/html/2605.28990#S3.F2)b\) substantially harms performance, suggesting that embeddings require nonlinearly integrating features from both the graph and the image view of fMRI rather than primarily relying on a single source of information\.

#### 5\.4\.2W/O Task Invariance Loss

We test removing the task\-invariance loss described in Section[4\.2\.2](https://arxiv.org/html/2605.28990#S4.SS2.SSS2)\. The models have improved performance when trained on both the augmentation invariance loss and the task invariance loss\.

#### 5\.4\.3W/O GNN/CNN

We test removing the GNN or CNN module in the encoder \(Fig\.[2](https://arxiv.org/html/2605.28990#S3.F2)b\), respectively\. Similarly to removing the projection MLP in the encoder, removing the CNN module and corresponding input causes instability issues in training and leads to significant performance drops\.

#### 5\.4\.4W/ Image Augmentation

For the variation of BrainSimSiam with ROI\-aligned graph\-image masking, we additionally compare the ablation on augmentation methods in the image space by training the model with additional 3D image augmentation, including random flipping, random rotation, and random intensity scaling and shifting\. Results show that these standard augmentation methods used for tasks like image segmentation and denoising training harm the performance of the proposed self\-supervised learning framework\.

HCPBiological SexCog ScoreAcc\(%\)F1 scoreAUCMAErrModel86\.60\.8540\.9330\.1700\.212W/o Proj MLP60\.50\.5010\.6600\.8880\.019W/o Task Invar85\.70\.8430\.9310\.1720\.188W/o GNN84\.30\.8400\.9260\.1730\.164W/o CNN68\.60\.6370\.7480\.1790\.162BiopointASDAgeAcc\(%\)F1 scoreAUCMAErrModel76\.80\.8230\.8013\.370\.673W/o Proj MLP72\.90\.8070\.7764\.330\.450W/o Task Invar74\.80\.8090\.7983\.620\.637W/o GNN72\.10\.7810\.8012\.580\.612W/o CNN61\.70\.7180\.6003\.190\.269Table 5:Ablation study of BrainSimSiam on projection MLP, task invariance loss, and encoder backbone\. Best performance in each column is bolded\.HCPBiological SexCog ScoreAcc\(%\)F1 scoreAUCMAErrModel w/ Mask87\.00\.8560\.9370\.1690\.207W/o Proj MLP58\.20\.5460\.5270\.264\-0\.024W/o Task Invar86\.00\.8460\.9380\.1700\.194W/o GNN85\.40\.8440\.9300\.1710\.194W/o CNN68\.70\.6660\.7480\.1820\.152W/ Image Aug77\.40\.7520\.8560\.1700\.143BiopointASDAgeAcc\(%\)F1 scoreAUCMAErrModel w/ Mask79\.10\.8430\.8132\.110\.773W/o Proj MLP73\.80\.8120\.7725\.560\.281W/o Task Invar76\.00\.8200\.7992\.260\.763W/o GNN70\.90\.7760\.7872\.370\.764W/o CNN64\.40\.7450\.5972\.820\.410W/ Image Aug71\.40\.7840\.7512\.050\.753Table 6:Ablation study of BrainSimSiam with ROI\-aligned masking on projection MLP, task invariance loss, and encoder backbone\. Best performance in each column is bolded\.![Refer to caption](https://arxiv.org/html/2605.28990v1/metric_plots.png)Figure 7:Plots of quantitative performance on the classification and regression tasks from HCP and Biopoint dataset\. Three training settings \(Supervised, SSL \+ MLP Probe, SSL \+ End\-to\-End\) are listed from left to right separated by blue dashed lines\.![Refer to caption](https://arxiv.org/html/2605.28990v1/node_heatmap.png)Figure 8:Heatmaps of node importance in HCP and Biopoint\. Darker regions indicate higher importance for generating embedding or prediction

## 6Interpretation

To explain the importance of brain ROIs for each specific task, we apply GNNExplainer\[[43](https://arxiv.org/html/2605.28990#bib.bib34)\]post hoc\. On a graph level, GNNExplainer optimizes a learnable soft mask on node features and optimizes the mask to preserve the prediction of the model while promoting sparsity on the graph\. In each iteration, it computes an element\-wise product between node features and the mask and penalizes the difference between the original and masked prediction results by cross\-entropy loss\.

In our joint graph–image input setting, we modify the implementation to mask paired graph and image input jointly\. Since node features correspond to rows in FC matrices, each node feature channel corresponds to the connectivity information of one ROI to all other ROIs\. Therefore, we extend GNNExplainer with a soft variation of the ROI\-aligned mask described in Section[4\.2\.1](https://arxiv.org/html/2605.28990#S4.SS2.SSS1)\. In optimizing a learnable soft mask for interpretation, we also map the node masks onto the corresponding voxels in the image, and those voxels corresponding to each ROI are soft\-masked accordingly\.

For both datasets, we interpret ROI node importance on the encoder embedding and the classification/regression tasks respectively in the MLP probe setting\. For pretrained models from 5\-fold cross\-validation experiments, we evaluate node importances on the testing set for each model and calculate an average node importance for each ROI and plot them in Figure[8](https://arxiv.org/html/2605.28990#S5.F8)\.

Across both datasets, the node importance scores for generating the general\-purpose fMRI representation are relatively uniform across different ROIs, suggesting that pretraining learns embeddings from distributed whole\-brain signals rather than from a small set of ROIs\. In contrast, when applied on specific downstream tasks, the importance maps become more localized, highlighting salient regions important for generating task\-specific predictions\.

In the HCP dataset, the Shen atlas\[[26](https://arxiv.org/html/2605.28990#bib.bib5)\]partitions the brain via voxel\-wise, spatially constrained spectral clustering and thus does not necessarily align with anatomical boundaries\. Nevertheless, we find parcels proximal to the right thalamus to be relatively more informative for biological sex classification, and parcels near the right temporal gyrus to be strongly predictive of the total cognitive composite score\. Both align with previous studies on sex differences\[[31](https://arxiv.org/html/2605.28990#bib.bib49)\]and non\-verbal memory\[[19](https://arxiv.org/html/2605.28990#bib.bib50)\]\.

In the Biopoint dataset, both the left and right superior frontal gyrus \(SFG\) exhibited higher importance for ASD classification\. This observation aligns with previous research showing that atypical SFG connectivity is strongly associated with autism spectrum disorder\[[41](https://arxiv.org/html/2605.28990#bib.bib42),[16](https://arxiv.org/html/2605.28990#bib.bib43)\]\. For the age prediction task, the superior temporal gyrus \(STG\) demonstrated greater importance, consistent with prior studies highlighting the STG’s critical role in the development of language and semantic processing\[[40](https://arxiv.org/html/2605.28990#bib.bib44)\]\.

## 7Conclusion

Recent advances in self\-supervised learning have spurred foundation models across multiple application domains\[[33](https://arxiv.org/html/2605.28990#bib.bib45),[29](https://arxiv.org/html/2605.28990#bib.bib46)\], including fMRI analysis\[[25](https://arxiv.org/html/2605.28990#bib.bib47),[35](https://arxiv.org/html/2605.28990#bib.bib40)\]\. While large\-scale pretraining in NLP and vision often improves transfer learning performance, evidence that pretraining on public fMRI datasets outperforms dataset\-specific training remains limited—particularly when models trained on healthy cohorts are applied to disease\-specific data without harmonization\[[2](https://arxiv.org/html/2605.28990#bib.bib41)\]\.

We show that dataset\-specific self\-supervised pretraining yields robust, generalizable representations for fMRI, enabling accurate prediction of heterogeneous phenotypes\. Across all downstream tasks, a BrainSimSiam encoder pretrained on the target dataset outperforms purely supervised baselines\.

## References

- \[1\]F\. Abuhantash, M\. Abuhantash, and A\. AlShehhi\(2024\-09\)Comorbidity\-based framework for alzheimer’s disease classification using graph neural networks\.Scientific Reports,pp\.\.External Links:[Document](https://dx.doi.org/10.1038/s41598-024-72321-2)Cited by:[§1](https://arxiv.org/html/2605.28990#S1.p1.1)\.
- \[2\]A\. A\. Chen, D\. Srinivasan, R\. Pomponio, Y\. Fan, I\. M\. Nasrallah, S\. M\. Resnick, L\. L\. Beason\-Held, C\. Davatzikos, T\. D\. Satterthwaite, D\. S\. Bassett, R\. T\. Shinohara, and H\. Shou\(2022\)Harmonizing functional connectivity reduces scanner effects in community detection\.NeuroImage256,pp\. 119198\.External Links:ISSN 1053\-8119,[Document](https://dx.doi.org/https%3A//doi.org/10.1016/j.neuroimage.2022.119198)Cited by:[§7](https://arxiv.org/html/2605.28990#S7.p1.1)\.
- \[3\]L\. Chen, Y\. Yang, A\. Yu, S\. Guo, K\. Ren, Q\. Liu, and C\. Qiao\(2025\)An explainable spatio\-temporal graph convolutional network for the biomarkers identification of ADHD\.Biomedical Signal Processing and Control99,pp\. 106913\.External Links:ISSN 1746\-8094,[Document](https://dx.doi.org/https%3A//doi.org/10.1016/j.bspc.2024.106913)Cited by:[§1](https://arxiv.org/html/2605.28990#S1.p1.1)\.
- \[4\]T\. Chen, S\. Kornblith, M\. Norouzi, and G\. E\. Hinton\(2020\)A simple framework for contrastive learning of visual representations\.CoRRabs/2002\.05709\.External Links:2002\.05709Cited by:[§2\.2](https://arxiv.org/html/2605.28990#S2.SS2.p1.1),[§4\.3\.2](https://arxiv.org/html/2605.28990#S4.SS3.SSS2.p1.1)\.
- \[5\]X\. Chen, H\. Fan, R\. B\. Girshick, and K\. He\(2020\)Improved baselines with momentum contrastive learning\.CoRRabs/2003\.04297\.External Links:2003\.04297Cited by:[§2\.2](https://arxiv.org/html/2605.28990#S2.SS2.p1.1)\.
- \[6\]X\. Chen and K\. He\(2020\)Exploring simple siamese representation learning\.CoRRabs/2011\.10566\.External Links:2011\.10566Cited by:[§2\.2](https://arxiv.org/html/2605.28990#S2.SS2.p1.1),[§2\.2](https://arxiv.org/html/2605.28990#S2.SS2.p3.1),[§4\.2](https://arxiv.org/html/2605.28990#S4.SS2.p1.9)\.
- \[7\]F\. Craig, A\. Crippa, M\. Ruggiero, V\. Rizzato, L\. Russo, I\. Fanizza, and A\. Trabacca\(2021\)Characterization of autism spectrum disorder \(asd\) subtypes based on the relationship between motor skills and social communication abilities\.Human Movement Science77,pp\. 102802\.External Links:ISSN 0167\-9457,[Document](https://dx.doi.org/https%3A//doi.org/10.1016/j.humov.2021.102802)Cited by:[§1](https://arxiv.org/html/2605.28990#S1.p1.1)\.
- \[8\]R\. S\. Desikan, F\. Ségonne, B\. Fischl, B\. T\. Quinn, B\. C\. Dickerson, D\. Blacker, R\. L\. Buckner, A\. M\. Dale, R\. P\. Maguire, B\. T\. Hyman, M\. S\. Albert, and R\. J\. Killiany\(2006\)An automated labeling system for subdividing the human cerebral cortex on mri scans into gyral based regions of interest\.NeuroImage31\(3\),pp\. 968–980\.External Links:ISSN 1053\-8119,[Document](https://dx.doi.org/https%3A//doi.org/10.1016/j.neuroimage.2006.01.021)Cited by:[§3\.3\.1](https://arxiv.org/html/2605.28990#S3.SS3.SSS1.p1.1)\.
- \[9\]W\. Ding, X\. Shen, J\. Huang, H\. Ju, Y\. Chen, and T\. Yin\(2023\)Brain age prediction based on resting\-state functional mri using similarity metric convolutional neural network\.IEEE Access11\(\),pp\. 57071–57082\.External Links:[Document](https://dx.doi.org/10.1109/ACCESS.2023.3283148)Cited by:[§3\.3\.2](https://arxiv.org/html/2605.28990#S3.SS3.SSS2.p2.1)\.
- \[10\]N\. C\. Dvornek, D\. Yang, P\. Ventola, and J\. S\. Duncan\(2018\)Learning generalizable recurrent neural networks from small task\-fmri datasets\.InInternational Conference on Medical Image Computing and Computer\-Assisted Intervention,pp\. 329–337\.Cited by:[§1](https://arxiv.org/html/2605.28990#S1.p2.1),[§1](https://arxiv.org/html/2605.28990#S1.p3.1)\.
- \[11\]D\. Ferreira, A\. Nordberg, and E\. Westman\(2020\)Biological subtypes of alzheimer disease\.Neurology94\(10\),pp\. 436–448\.External Links:[Document](https://dx.doi.org/10.1212/WNL.0000000000009058)Cited by:[§1](https://arxiv.org/html/2605.28990#S1.p1.1)\.
- \[12\]S\. Gadgil, Q\. Zhao, A\. Pfefferbaum, E\. V\. Sullivan, E\. Adeli, and K\. M\. Pohl\(2020\)Spatio\-temporal graph convolution for resting\-state fmri analysis\.Medical image computing and computer\-assisted intervention \(MICCAI\)12267,pp\. 528–538\.Cited by:[§2\.1](https://arxiv.org/html/2605.28990#S2.SS1.p1.4),[§3\.3\.2](https://arxiv.org/html/2605.28990#S3.SS3.SSS2.p2.1)\.
- \[13\]H\. M\. Geurts, S\. Verté, J\. Oosterlaan, H\. Roeyers, and J\. A\. Sergeant\(2005\-06\)ADHD subtypes: do they differ in their executive functioning profile?\.Archives of Clinical Neuropsychology20\(4\),pp\. 457–477\.External Links:ISSN 0887\-6177,[Document](https://dx.doi.org/10.1016/j.acn.2004.11.001)Cited by:[§1](https://arxiv.org/html/2605.28990#S1.p1.1)\.
- \[14\]T\. Hahn, J\. Ernsting, N\. R\. Winter, V\. Holstein, R\. Leenings, M\. Beisemann, L\. Fisch, K\. Sarink, D\. Emden, N\. Opel, R\. Redlich, J\. Repple, D\. Grotegerd, S\. Meinert, J\. G\. Hirsch, T\. Niendorf, B\. Endemann, F\. Bamberg, T\. Kröncke, R\. Bülow, H\. Völzke, O\. von Stackelberg, R\. F\. Sowade, L\. Umutlu, B\. Schmidt, S\. Caspers, H\. Kugel, T\. Kircher, B\. Risse, C\. Gaser, J\. H\. Cole, U\. Dannlowski, and K\. Berger\(2021\)An uncertainty\-aware, shareable and transparent neural network architecture for brain\-age modeling\.CoRRabs/2107\.07977\.External Links:2107\.07977Cited by:[§3\.3\.2](https://arxiv.org/html/2605.28990#S3.SS3.SSS2.p2.1)\.
- \[15\]W\. L\. Hamilton, R\. Ying, and J\. Leskovec\(2017\)Inductive representation learning on large graphs\.CoRRabs/1706\.02216\.External Links:1706\.02216Cited by:[§2\.1](https://arxiv.org/html/2605.28990#S2.SS1.p1.4),[§4\.3\.1](https://arxiv.org/html/2605.28990#S4.SS3.SSS1.p1.1)\.
- \[16\]H\. Jeon, A\. Hur, H\. Lee, Y\. Shin, S\. Lee, C\. Shin, S\. Kim, G\. Ju, J\. Lee, J\. Jung, S\. Chung, and J\. Son\(2024\-07\)The relationship between brain activation for taking others’ perspective and interoceptive abilities in autism spectrum disorder: an fmri study\.Journal of the Korean Academy of Child and Adolescent Psychiatry35,pp\. 197–209\.External Links:[Document](https://dx.doi.org/10.5765/jkacap.240008)Cited by:[§6](https://arxiv.org/html/2605.28990#S6.p6.1)\.
- \[17\]R\. Jiang, N\. Zuo, J\. M\. Ford, S\. Qi, D\. Zhi, C\. Zhuo, Y\. Xu, Z\. Fu, J\. Bustillo, J\. A\. Turner, V\. D\. Calhoun, and J\. Sui\(2020\)Task\-induced brain connectivity promotes the detection of individual differences in brain\-behavior relationships\.NeuroImage207,pp\. 116370\.External Links:ISSN 1053\-8119,[Document](https://dx.doi.org/https%3A//doi.org/10.1016/j.neuroimage.2019.116370)Cited by:[§1](https://arxiv.org/html/2605.28990#S1.p3.1)\.
- \[18\]M\. D\. Kaiser, C\. M\. Hudac, S\. Shultz, S\. M\. Lee, C\. Cheung, A\. M\. Berken, B\. Deen, N\. B\. Pitskel, D\. R\. Sugrue, A\. C\. Voos, C\. A\. Saulnier, P\. Ventola, J\. M\. Wolf, A\. Klin, B\. C\. V\. Wyk, and K\. A\. Pelphrey\(2010\)Neural signatures of autism\.Proceedings of the National Academy of Sciences107\(49\),pp\. 21223–21228\.External Links:[Document](https://dx.doi.org/10.1073/pnas.1010412107)Cited by:[§3\.2](https://arxiv.org/html/2605.28990#S3.SS2.p1.1)\.
- \[19\]S\. Kennepohl, V\. Sziklas, K\.E\. Garver, D\.D\. Wagner, and M\. Jones\-Gotman\(2007\)Memory and the medial temporal lobe: hemispheric specialization reconsidered\.NeuroImage36\(3\),pp\. 969–978\.External Links:ISSN 1053\-8119,[Document](https://dx.doi.org/https%3A//doi.org/10.1016/j.neuroimage.2007.03.049)Cited by:[§6](https://arxiv.org/html/2605.28990#S6.p5.1)\.
- \[20\]T\. N\. Kipf and M\. Welling\(2016\)Semi\-supervised classification with graph convolutional networks\.CoRRabs/1609\.02907\.External Links:1609\.02907Cited by:[§2\.1](https://arxiv.org/html/2605.28990#S2.SS1.p1.4),[§4\.3\.1](https://arxiv.org/html/2605.28990#S4.SS3.SSS1.p1.1)\.
- \[21\]S\. I\. Ktena, S\. Parisot, E\. Ferrante, M\. Rajchl, M\. Lee, B\. Glocker, and D\. Rueckert\(2018\)Metric learning with spectral graph convolutions on brain connectivity networks\.NeuroImage169,pp\. 431–442\.External Links:ISSN 1053\-8119,[Document](https://dx.doi.org/https%3A//doi.org/10.1016/j.neuroimage.2017.12.052)Cited by:[§1](https://arxiv.org/html/2605.28990#S1.p3.1)\.
- \[22\]H\. Li, T\. D\. Satterthwaite, and Y\. Fan\(2018\-04\)BRAIN age prediction based on resting\-state functional connectivity patterns using convolutional neural networks\.Proceedings\. IEEE International Symposium on Biomedical Imaging2018,pp\. 101–104\.External Links:ISSN 1945\-7928,[Document](https://dx.doi.org/10.1109/ISBI.2018.8363532)Cited by:[§3\.3\.2](https://arxiv.org/html/2605.28990#S3.SS3.SSS2.p2.1)\.
- \[23\]X\. Li, N\. C\. Dvornek, X\. Papademetris, J\. Zhuang, L\. H\. Staib, P\. Ventola, and J\. S\. Duncan\(2018\)2\-channel convolutional 3d deep neural network \(2cc3d\) for fmri analysis: asd classification and feature learning\.In2018 IEEE 15th International Symposium on Biomedical Imaging \(ISBI 2018\),Vol\.,pp\. 1252–1255\.External Links:[Document](https://dx.doi.org/10.1109/ISBI.2018.8363798)Cited by:[§3\.3\.2](https://arxiv.org/html/2605.28990#S3.SS3.SSS2.p2.1)\.
- \[24\]X\. Li, Y\. Zhou, N\. Dvornek, M\. Zhang, S\. Gao, J\. Zhuang, D\. Scheinost, L\. H\. Staib, P\. Ventola, and J\. S\. Duncan\(2021\)BrainGNN: interpretable brain graph neural network for fmri analysis\.Medical Image Analysis74,pp\. 102233\.External Links:ISSN 1361\-8415,[Document](https://dx.doi.org/https%3A//doi.org/10.1016/j.media.2021.102233)Cited by:[§1](https://arxiv.org/html/2605.28990#S1.p1.1),[§1](https://arxiv.org/html/2605.28990#S1.p2.1),[§1](https://arxiv.org/html/2605.28990#S1.p3.1),[§2\.1](https://arxiv.org/html/2605.28990#S2.SS1.p1.4),[§3\.3\.1](https://arxiv.org/html/2605.28990#S3.SS3.SSS1.p1.1),[§3\.3\.2](https://arxiv.org/html/2605.28990#S3.SS3.SSS2.p2.1)\.
- \[25\]J\. Ortega Caro, A\. H\. de Oliveira Fonseca, S\. Rizvi, M\. Rosati, C\. Averill, J\. Cross, P\. Mittal, E\. Zappala, R\. Dhodapkar, C\. Abdallah, and D\. van Dijk\(2024\)BrainLM: A foundation model for brain activity recordings\.InInternational Conference on Representation Learning,B\. Kim, Y\. Yue, S\. Chaudhuri, K\. Fragkiadaki, M\. Khan, and Y\. Sun \(Eds\.\),Vol\.2024,pp\. 565–576\.Cited by:[§5\.3](https://arxiv.org/html/2605.28990#S5.SS3.p2.1),[§7](https://arxiv.org/html/2605.28990#S7.p1.1)\.
- \[26\]X\. Shen, F\. Tokoglu, X\. Papademetris, and R\.T\. Constable\(2013\)Groupwise whole\-brain parcellation from resting\-state fmri data for network node identification\.NeuroImage82,pp\. 403–415\.External Links:ISSN 1053\-8119,[Document](https://dx.doi.org/https%3A//doi.org/10.1016/j.neuroimage.2013.05.081)Cited by:[§3\.3\.1](https://arxiv.org/html/2605.28990#S3.SS3.SSS1.p1.1),[§6](https://arxiv.org/html/2605.28990#S6.p5.1)\.
- \[27\]X\. Shen, E\. S\. Finn, D\. Scheinost, M\. D\. Rosenberg, M\. M\. Chun, X\. Papademetris, and R\. T\. Constable\(2017\-03\)Using connectome\-based predictive modeling to predict individual behavior from brain connectivity\.Nature Protocols12\(3\),pp\. 506–518\(en\)\.External Links:ISSN 1754\-2189, 1750\-2799,[Document](https://dx.doi.org/10.1038/nprot.2016.178)Cited by:[§5\.2](https://arxiv.org/html/2605.28990#S5.SS2.p1.1)\.
- \[28\]G\. Shi, Y\. Yao, Y\. Zhu, X\. Lin, L\. Ji, W\. Liu, and X\. Li\(2024\)Contrastive hierarchical augmentation learning for modeling cognitive and multimodal brain network\.IEEE Transactions on Computational Social Systems\(\),pp\. 1–11\.External Links:[Document](https://dx.doi.org/10.1109/TCSS.2024.3402328)Cited by:[§1](https://arxiv.org/html/2605.28990#S1.p3.1)\.
- \[29\]O\. Siméoni, H\. V\. Vo, M\. Seitzer, F\. Baldassarre, M\. Oquab, C\. Jose, V\. Khalidov, M\. Szafraniec, S\. Yi, M\. Ramamonjisoa, F\. Massa, D\. Haziza, L\. Wehrstedt, J\. Wang, T\. Darcet, T\. Moutakanni, L\. Sentana, C\. Roberts, A\. Vedaldi, J\. Tolan, J\. Brandt, C\. Couprie, J\. Mairal, H\. Jégou, P\. Labatut, and P\. Bojanowski\(2025\)DINOv3\.External Links:2508\.10104Cited by:[§7](https://arxiv.org/html/2605.28990#S7.p1.1)\.
- \[30\]H\. Song, M\. Kim, D\. Park, Y\. Shin, and J\. Lee\(2023\)Learning from noisy labels with deep neural networks: a survey\.IEEE Transactions on Neural Networks and Learning Systems34\(11\),pp\. 8135–8153\.External Links:[Document](https://dx.doi.org/10.1109/TNNLS.2022.3152527)Cited by:[§1](https://arxiv.org/html/2605.28990#S1.p2.1)\.
- \[31\]D\. Tomasi, L\. Chang, E\.C\. Caparelli, and T\. Ernst\(2008\)Sex differences in sensory gating of the thalamus during auditory interference of visual attention tasks\.Neuroscience151\(4\),pp\. 1006–1015\.External Links:ISSN 0306\-4522,[Document](https://dx.doi.org/https%3A//doi.org/10.1016/j.neuroscience.2007.08.040)Cited by:[§6](https://arxiv.org/html/2605.28990#S6.p5.1)\.
- \[32\]D\.C\. Van Essen, K\. Ugurbil, E\. Auerbach, D\. Barch, T\.E\.J\. Behrens, R\. Bucholz, A\. Chang, L\. Chen, M\. Corbetta, S\.W\. Curtiss, S\. Della Penna, D\. Feinberg, M\.F\. Glasser, N\. Harel, A\.C\. Heath, L\. Larson\-Prior, D\. Marcus, G\. Michalareas, S\. Moeller, R\. Oostenveld, S\.E\. Petersen, F\. Prior, B\.L\. Schlaggar, S\.M\. Smith, A\.Z\. Snyder, J\. Xu, and E\. Yacoub\(2012\)The human connectome project: a data acquisition perspective\.NeuroImage62\(4\),pp\. 2222–2231\.Note:ConnectivityExternal Links:ISSN 1053\-8119,[Document](https://dx.doi.org/https%3A//doi.org/10.1016/j.neuroimage.2012.02.018)Cited by:[§3\.1](https://arxiv.org/html/2605.28990#S3.SS1.p1.1)\.
- \[33\]A\. Vaswani, N\. Shazeer, N\. Parmar, J\. Uszkoreit, L\. Jones, A\. N\. Gomez, L\. Kaiser, and I\. Polosukhin\(2017\)Attention is all you need\.arXiv\.External Links:[Document](https://dx.doi.org/10.48550/ARXIV.1706.03762)Cited by:[§7](https://arxiv.org/html/2605.28990#S7.p1.1)\.
- \[34\]P\. Veličković, G\. Cucurull, A\. Casanova, A\. Romero, P\. Liò, and Y\. Bengio\(2018\)Graph attention networks\.InInternational Conference on Learning Representations,Cited by:[§2\.1](https://arxiv.org/html/2605.28990#S2.SS1.p1.4),[§4\.2](https://arxiv.org/html/2605.28990#S4.SS2.p2.1),[§4\.3\.1](https://arxiv.org/html/2605.28990#S4.SS3.SSS1.p1.1)\.
- \[35\]C\. Wang, Y\. Jiang, Z\. Peng, C\. Li, C\. Bang, L\. Zhao, J\. Lv, J\. Sepulcre, C\. Yang, L\. He, T\. Liu, D\. Barron, Q\. Li, R\. Hirschtick, B\. Kim, X\. Li, and Y\. Yuan\(2025\)Towards a general\-purpose foundation model for fmri analysis\.External Links:2506\.11167Cited by:[§5\.3](https://arxiv.org/html/2605.28990#S5.SS3.p2.1),[§7](https://arxiv.org/html/2605.28990#S7.p1.1)\.
- \[36\]J\. Wang, N\. C\. Dvornek, P\. Duan, L\. H\. Staib, P\. Ventola, and J\. S\. Duncan\(2025\)STNAGNN: data\-driven spatio\-temporal brain connectivity beyond FC\.InMedical Imaging with Deep Learning,Cited by:[§1](https://arxiv.org/html/2605.28990#S1.p3.1),[§2\.1](https://arxiv.org/html/2605.28990#S2.SS1.p1.4),[§3\.3\.2](https://arxiv.org/html/2605.28990#S3.SS3.SSS2.p2.1)\.
- \[37\]X\. Wang, Y\. Chu, Q\. Wang, L\. Cao, L\. Qiao, L\. Zhang, and M\. Liu\(2023\)Unsupervised contrastive graph learning for resting\-state functional mri analysis and brain disorder detection\.Human Brain Mapping44\(17\),pp\. 5672–5692\.External Links:[Document](https://dx.doi.org/https%3A//doi.org/10.1002/hbm.26469)Cited by:[§1](https://arxiv.org/html/2605.28990#S1.p3.1)\.
- \[38\]X\. Wang, L\. Yao, I\. Rekik, and Y\. Zhang\(2022\)Contrastive functional connectivity graph learning for population\-based fmri classification\.InMedical Image Computing and Computer Assisted Intervention – MICCAI 2022,L\. Wang, Q\. Dou, P\. T\. Fletcher, S\. Speidel, and S\. Li \(Eds\.\),Cham,pp\. 221–230\.External Links:ISBN 978\-3\-031\-16431\-6Cited by:[§1](https://arxiv.org/html/2605.28990#S1.p3.1),[§4\.3\.2](https://arxiv.org/html/2605.28990#S4.SS3.SSS2.p1.1)\.
- \[39\]Z\. Wei, T\. Dan, and G\. Wu\(2025\)Large connectome model: an fmri foundation model of brain connectomes empowered by brain\-environment interaction in multitask learning landscape\.External Links:2510\.18910Cited by:[§5\.3](https://arxiv.org/html/2605.28990#S5.SS3.p2.1)\.
- \[40\]Y\. Xiao, A\. Friederici, D\. Margulies, and J\. Brauer\(2015\-12\)Longitudinal changes in resting\-state fmri from age 5 to age 6 years covary with language development\.NeuroImage128,pp\.\.External Links:[Document](https://dx.doi.org/10.1016/j.neuroimage.2015.12.008)Cited by:[§6](https://arxiv.org/html/2605.28990#S6.p6.1)\.
- \[41\]S\. Xu, M\. Li, C\. Yang, X\. Fang, M\. Ye, L\. Wei, J\. Liu, B\. Li, Y\. Gan, B\. Yang, W\. Huang, P\. Li, X\. Meng, Y\. Wu, and G\. Jiang\(2019\)Altered functional connectivity in children with low\-function autism spectrum disorders\.Frontiers in NeuroscienceVolume 13 \- 2019\.External Links:[Document](https://dx.doi.org/10.3389/fnins.2019.00806),ISSN 1662\-453XCited by:[§6](https://arxiv.org/html/2605.28990#S6.p6.1)\.
- \[42\]D\. Yang, K\. A\. Pelphrey, D\. G\. Sukhodolsky, M\. J\. Crowley, E\. Dayan, N\. C\. Dvornek, A\. Venkataraman, J\. Duncan, L\. Staib, P\. Ventola, and et al\.\(2016\)Brain responses to biological motion predict treatment outcome in young children with autism\.Translational Psychiatry6\(11\)\.External Links:[Document](https://dx.doi.org/10.1038/tp.2016.213)Cited by:[§3\.2](https://arxiv.org/html/2605.28990#S3.SS2.p2.1)\.
- \[43\]R\. Ying, D\. Bourgeois, J\. You, M\. Zitnik, and J\. Leskovec\(2019\)GNNExplainer: generating explanations for graph neural networks\.External Links:1903\.03894Cited by:[§4\.2\.1](https://arxiv.org/html/2605.28990#S4.SS2.SSS1.p2.1),[§6](https://arxiv.org/html/2605.28990#S6.p1.1)\.
- \[44\]W\. Zhao, C\. Makowski, D\. J\. Hagler, H\. P\. Garavan, W\. K\. Thompson, D\. J\. Greene, T\. L\. Jernigan, and A\. M\. Dale\(2023\)Task fmri paradigms may capture more behaviorally relevant information than resting\-state functional connectivity\.NeuroImage270,pp\. 119946\.External Links:ISSN 1053\-8119,[Document](https://dx.doi.org/https%3A//doi.org/10.1016/j.neuroimage.2023.119946)Cited by:[§1](https://arxiv.org/html/2605.28990#S1.p3.1)\.
- \[45\]Y\. Zhou, P\. Duan, Y\. Du, and N\. C\. Dvornek\(2024\)Self\-supervised pre\-training tasks for an fmri time\-series transformer in autism detection\.InInternational Workshop on Machine Learning in Clinical Neuroimaging,pp\. 145–154\.Cited by:[§1](https://arxiv.org/html/2605.28990#S1.p3.1)\.
- \[46\]Y\. Zhu, Y\. Xu, F\. Yu, Q\. Liu, S\. Wu, and L\. Wang\(2020\)Deep graph contrastive representation learning\.External Links:2006\.04131Cited by:[§4\.2\.1](https://arxiv.org/html/2605.28990#S4.SS2.SSS1.p1.1)\.

Similar Articles

Meta-learning In-Context Enables Training-Free Cross Subject Brain Decoding

Hugging Face Daily Papers

This paper introduces a meta-optimized approach for semantic visual decoding from fMRI signals that generalizes to novel subjects without fine-tuning, using in-context learning to infer unique neural encoding patterns from a small set of image-brain activation examples. The method achieves strong cross-subject and cross-scanner generalization without requiring anatomical alignment or stimulus overlap.