Daily Arxiv

This page organizes papers related to artificial intelligence published around the world.
This page is summarized using Google Gemini and is operated on a non-profit basis.
The copyright of the paper belongs to the author and the relevant institution. When sharing, simply cite the source.

VarCoNet: A variability-aware self-supervised framework for functional connectome extraction from resting-state fMRI

Created by
  • Haebom

Author

Charalampos Lamprou, Aamna Alshehhi, Leontios J. Hadjileontiadis, Mohamed L. Seghier

Outline

This paper introduces VarCoNet, an improved self-supervised learning framework for robust functional connectome (FC) extraction from resting-state fMRI (rs-fMRI) data, which considers inter-individual variability in brain function as meaningful data. VarCoNet leverages self-supervised contrastive learning to exploit inherent functional inter-individual variability and acts as a brain feature encoder that generates FC embeddings that can be directly applied to downstream tasks without labeled data. VarCoNet facilitates contrastive learning through a novel augmentation strategy based on rs-fMRI signal segmentation, integrates a 1D-CNN-Transformer encoder for improved time-series processing, and employs robust Bayesian hyperparameter optimization. VarCoNet is evaluated on two downstream tasks: subject fingerprinting using rs-fMRI data from the Human Connectome Project and autism spectrum disorder (ASD) classification using rs-fMRI data from the ABIDE I and ABIDE II datasets. Extensive testing against state-of-the-art methodologies, including 13 deep learning methods, using various brain parcellations demonstrated the superiority, robustness, interpretability, and generalizability of VarCoNet.

Takeaways, Limitations

Takeaways:
We present a novel approach to leveraging inter-individual variability in brain function as meaningful data.
We provide a robust and generalizable FC extraction framework for rs-fMRI data analysis.
It has shown excellent performance in downstream tasks such as autism spectrum disorder (ASD) classification and subject fingerprint recognition.
We validate our performance by comparing it with state-of-the-art methodologies, including various brain parcellations and 13 deep learning methods.
Limitations:
The specific Limitations is not specified in the paper.
Data dependency: Performance may be limited by the quality and quantity of rs-fMRI data.
Computational cost: The complexity of the 1D-CNN-Transformer encoder and Bayesian hyperparameter optimization can result in high computational cost.
👍