paper-with-me

Papers

2-D SSM: A General Spatial Layer for Visual Transformers

2023-06-11 · Ethan Baron, Itamar Zimerman, Lior Wolf

A central objective in computer vision is to design models with appropriate 2-D inductive bias. Desiderata for 2D inductive bias include two-dimensional position awareness, dynamic spatial locality, and translation and permutation invariance. To address these goals, we leverage an expressive variation of the multidimensional State Space Model (SSM). Our approach introduces efficient parameterization, accelerated computation, and a suitable normalization scheme. Empirically, we observe that incorporating our layer at the beginning of each transformer block of Vision Transformers (ViT) significantly enhances performance for multiple ViT backbones and across datasets. The new layer is effective even with a negligible amount of additional parameters and inference time. Ablation studies and visualizations demonstrate that the layer has a strong 2-D inductive bias. For example, vision transformers equipped with our layer exhibit effective performance even without positional encoding

📄 PDF Abstract BibTeX arXiv:2306.06635

Code (1)

ethanbar11/ssm_2d 공식 구현 pytorch

Tasks

Inductive BiasPosition

Similar Papers 제목 키워드 기반

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

What do Vision Transformers Learn? A Visual Exploration

2022-12-13 · Amin Ghiasi, Hamid Kazemi, Eitan Borgnia, Steven Reich 외

Vision transformers (ViTs) are quickly becoming the de-facto architecture for computer vision, yet we understand very little about why they work and what they learn. While existing studies visually analyze the mechanisms…

Language Modelling

Dynamic Spatial Sparsification for Efficient Vision Transformers and Convolutional Neural Networks

2022-07-04 · Yongming Rao, Zuyan Liu, Wenliang Zhao, Jie zhou 외

In this paper, we present a new approach for model acceleration by exploiting spatial sparsity in visual data. We observe that the final prediction in vision Transformers is only based on a subset of the most informative…

Spatial Transformer for 3D Point Clouds

2019-06-26 · Jiayun Wang, Rudrasis Chakraborty, Stella X. Yu

Deep neural networks are widely used for understanding 3D point clouds. At each point convolution layer, features are computed from local neighborhoods of 3D points and combined for subsequent processing in order to extr…

Semantic Segmentation

Transformers self-organize like newborn visual systems when trained in prenatal worlds

2026-01-06 · Lalit Pandey, Samantha M. W. Wood, Justin N. Wood arxiv

Do transformers learn like brains? A key challenge in addressing this question is that transformers and brains are trained on fundamentally different data. Brains are initially "trained" on prenatal sensory experiences (…