paper-with-me

홈 › Papers

BolT: Fused Window Transformers for fMRI Time Series Analysis

2022-05-23 · Hasan Atakan Bedel, Irmak Şıvgın, Onat Dalmaz, Salman Ul Hassan Dar, Tolga Çukur

Deep-learning models have enabled performance leaps in analysis of high-dimensional functional MRI (fMRI) data. Yet, many previous methods are suboptimally sensitive for contextual representations across diverse time scales. Here, we present BolT, a blood-oxygen-level-dependent transformer model, for analyzing multi-variate fMRI time series. BolT leverages a cascade of transformer encoders equipped with a novel fused window attention mechanism. Encoding is performed on temporally-overlapped windows within the time series to capture local representations. To integrate information temporally, cross-window attention is computed between base tokens in each window and fringe tokens from neighboring windows. To gradually transition from local to global representations, the extent of window overlap and thereby number of fringe tokens are progressively increased across the cascade. Finally, a novel cross-window regularization is employed to align high-level classification features across the time series. Comprehensive experiments on large-scale public datasets demonstrate the superior performance of BolT against state-of-the-art methods. Furthermore, explanatory analyses to identify landmark time points and regions that contribute most significantly to model decisions corroborate prominent neuroscientific findings in the literature.

📄 PDF Abstract BibTeX arXiv:2205.11578

Code (1)

icon-lab/bolt 공식 구현 pytorch

Tasks

Time SeriesTime Series Analysis

Methods 이 논문이 사용한 방법론

Multi-Head Attention 설명 없음
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…
Dense Connections Dense Connections, or Fully Connected Connections, are a type of layer in a deep neural network that use a linear operation where every input is connected to every output…
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…
Absolute Position Encodings Absolute Position Encodings are a type of position embeddings for [Transformer-based models] where positional encodings are…
Position-Wise Feed-Forward Layer 설명 없음

Similar Papers 제목 키워드 기반

NeuroBOLT: Resting-state EEG-to-fMRI Synthesis with Multi-dimensional Feature Mapping

2024-10-07 · Yamin Li, Ange Lou, Ziyuan Xu, Shengchao Zhang 외

Functional magnetic resonance imaging (fMRI) is an indispensable tool in modern neuroscience, providing a non-invasive window into whole-brain dynamics at millimeter-scale spatial resolution. However, fMRI is constrained…

Brain DecodingEEGRepresentation Learning

A plug-in graph neural network to boost temporal sensitivity in fMRI analysis

2023-01-01 · Irmak Sivgin, Hasan A. Bedel, Şaban Öztürk, Tolga Çukur

Learning-based methods have recently enabled performance leaps in analysis of high-dimensional functional MRI (fMRI) time series. Deep learning models that receive as input functional connectivity (FC) features among bra…

Functional ConnectivityGraph Neural NetworkSensitivityTime Series+1

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. Ho…

Contrastive Learning

Beyond Fixation: Dynamic Window Visual Transformer

2022-03-24 · CVPR 2022 1 · Pengzhen Ren, Changlin Li, Guangrun Wang, Yun Xiao 외

Recently, a surge of interest in visual transformers is to reduce the computational cost by limiting the calculation of self-attention to a local window. Most current work uses a fixed single-scale window for modeling by…

Functional Annotation of Human Cognitive States using Graph Convolution Networks

2019-09-11 · NeurIPS Workshop Neuro_AI 2019 12 · Yu Zhang, Pierre Bellec

A key goal in neuroscience is to understand brain mechanisms of cognitive functions. An emerging approach is to study “brain states” dynamics using functional magnetic resonance imaging (fMRI). So far in the literature, …

Time SeriesTime Series AnalysisTransfer Learning