paper-with-me

Papers

The Multiscale Surface Vision Transformer

2023-03-21 · Simon Dahan, Logan Z. J. Williams, Daniel Rueckert, Emma C. Robinson

Surface meshes are a favoured domain for representing structural and functional information on the human cortex, but their complex topology and geometry pose significant challenges for deep learning analysis. While Transformers have excelled as domain-agnostic architectures for sequence-to-sequence learning, the quadratic cost of the self-attention operation remains an obstacle for many dense prediction tasks. Inspired by some of the latest advances in hierarchical modelling with vision transformers, we introduce the Multiscale Surface Vision Transformer (MS-SiT) as a backbone architecture for surface deep learning. The self-attention mechanism is applied within local-mesh-windows to allow for high-resolution sampling of the underlying data, while a shifted-window strategy improves the sharing of information between windows. Neighbouring patches are successively merged, allowing the MS-SiT to learn hierarchical representations suitable for any prediction task. Results demonstrate that the MS-SiT outperforms existing surface deep learning methods for neonatal phenotyping prediction tasks using the Developing Human Connectome Project (dHCP) dataset. Furthermore, building the MS-SiT backbone into a U-shaped architecture for surface segmentation demonstrates competitive results on cortical parcellation using the UK Biobank (UKB) and manually-annotated MindBoggle datasets. Code and trained models are publicly available at https://github.com/metrics-lab/surface-vision-transformers.

📄 PDF Abstract BibTeX arXiv:2303.11909

Code (1)

metrics-lab/surface-vision-transformers 공식 구현 pytorch

Tasks

Deep Learning

Methods 이 논문이 사용한 방법론

Multi-Head Attention 설명 없음
Attention 설명 없음
Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
Absolute Position Encodings Absolute Position Encodings are a type of position embeddings for [Transformer-based models] where positional encodings are…
Label Smoothing Label Smoothing is a regularization technique that introduces noise for the labels. This accounts for the fact that datasets may have mistakes in them, so maximizing the…
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…
Residual Connection 설명 없음
Convolution A convolution is a type of matrix operation, consisting of a kernel, a small matrix of weights, that slides over input data performing element-wise multiplication with the…

Similar Papers 제목 키워드 기반

Improved Multiscale Structural Mapping with Supervertex Vision Transformer for the Detection of Alzheimer's Disease Neurodegeneration

2026-04-16 · Geonwoo Baek, David H. Salat, Ikbeom Jang arxiv

Alzheimer's disease (AD) confirmation often relies on positron emission tomography (PET) or cerebrospinal fluid (CSF) analysis, which are costly and invasive. Consequently, structural MRI biomarkers such as cortical thic…

Multiscale Vision Transformers

2021-04-22 · ICCV 2021 10 · Haoqi Fan, Bo Xiong, Karttikeya Mangalam, Yanghao Li 외

We present Multiscale Vision Transformers (MViT) for video and image recognition, by connecting the seminal idea of multiscale feature hierarchies with transformer models. Multiscale Transformers have several channel-res…

Action ClassificationAction Recognitionimage-classificationImage Classification+1

MVTN: A Multiscale Video Transformer Network for Hand Gesture Recognition

2024-09-05 · Mallika Garg, Debashis Ghosh, Pyari Mohan Pradhan

In this paper, we introduce a novel Multiscale Video Transformer Network (MVTN) for dynamic hand gesture recognition, since multiscale features can extract features with variable size, pose, and shape of hand which is a …

Gesture RecognitionHand Gesture RecognitionHand-Gesture Recognition

MMViT: Multiscale Multiview Vision Transformers

2023-04-28 · Yuchen Liu, Natasha Ong, Kaiyan Peng, Bo Xiong 외

We present Multiscale Multiview Vision Transformers (MMViT), which introduces multiscale feature maps and multiview encodings to transformer models. Our model encodes different views of the input signal and builds severa…

image-classificationImage Classification

TiMo: Spatiotemporal Foundation Model for Satellite Image Time Series

2025-05-13 · Xiaolei Qin, Di Wang, Jing Zhang, Fengxiang Wang 외

Satellite image time series (SITS) provide continuous observations of the Earth's surface, making them essential for applications such as environmental management and disaster assessment. However, existing spatiotemporal…

Temporal SequencesTime Series