paper-with-me

Papers

Surface Analysis with Vision Transformers

2022-05-31 · Simon Dahan, Logan Z. J. Williams, Abdulah Fawaz, Daniel Rueckert, Emma C. Robinson

The extension of convolutional neural networks (CNNs) to non-Euclidean geometries has led to multiple frameworks for studying manifolds. Many of those methods have shown design limitations resulting in poor modelling of long-range associations, as the generalisation of convolutions to irregular surfaces is non-trivial. Recent state-of-the-art performance of Vision Transformers (ViTs) demonstrates that a general-purpose architecture, which implements self-attention, could replace the local feature learning operations of CNNs. Motivated by the success of attention-modelling in computer vision, we extend ViTs to surfaces by reformulating the task of surface learning as a sequence-to-sequence problem and propose a patching mechanism for surface meshes. We validate the performance of the proposed Surface Vision Transformer (SiT) on two brain age prediction tasks in the developing Human Connectome Project (dHCP) dataset and investigate the impact of pre-training on model performance. Experiments show that the SiT outperforms many surface CNNs, while indicating some evidence of general transformation invariance. Code available at https://github.com/metrics-lab/surface-vision-transformers

📄 PDF Abstract BibTeX arXiv:2205.15836

Code (1)

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

Methods 이 논문이 사용한 방법론

Attention 설명 없음
Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
Softmax The Softmax output function transforms a previous layer's output into a vector of probabilities. It is commonly used for multiclass classification. Given an input vector $x$…
Position-Wise Feed-Forward Layer 설명 없음
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…
Multi-Head Attention 설명 없음
Absolute Position Encodings Absolute Position Encodings are a type of position embeddings for [Transformer-based models] where positional encodings are…
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 제목 키워드 기반

Surface Vision Transformers: Flexible Attention-Based Modelling of Biomedical Surfaces

2022-04-07 · Simon Dahan, Hao Xu, Logan Z. J. Williams, Abdulah Fawaz 외

Recent state-of-the-art performances of Vision Transformers (ViT) in computer vision tasks demonstrate that a general-purpose architecture, which implements long-range self-attention, could replace the local feature lear…

ClassificationData Augmentation

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 Trans…

Deep Learning

Surface Vision Transformers: Attention-Based Modelling applied to Cortical Analysis

2022-03-30 · Simon Dahan, Abdulah Fawaz, Logan Z. J. Williams, Chunhui Yang 외

The extension of convolutional neural networks (CNNs) to non-Euclidean geometries has led to multiple frameworks for studying manifolds. Many of those methods have shown design limitations resulting in poor modelling of …

Cortical Surface Diffusion Generative Models

2024-02-07 · Zhenshan Xie, Simon Dahan, Logan Z. J. Williams, M. Jorge Cardoso 외

Cortical surface analysis has gained increased prominence, given its potential implications for neurological and developmental disorders. Traditional vision diffusion models, while effective in generating natural images,…

Automated Detection of Defects on Metal Surfaces using Vision Transformers

2024-10-06 · Toqa Alaa, Mostafa Kotb, Arwa Zakaria, Mariam Diab 외

Metal manufacturing often results in the production of defective products, leading to operational challenges. Since traditional manual inspection is time-consuming and resource-intensive, automatic solutions are needed. …

Classification