paper-with-me

Papers

Bottleneck Transformers for Visual Recognition

2021-01-27 · CVPR 2021 1 · Aravind Srinivas, Tsung-Yi Lin, Niki Parmar, Jonathon Shlens, Pieter Abbeel, Ashish Vaswani

We present BoTNet, a conceptually simple yet powerful backbone architecture that incorporates self-attention for multiple computer vision tasks including image classification, object detection and instance segmentation. By just replacing the spatial convolutions with global self-attention in the final three bottleneck blocks of a ResNet and no other changes, our approach improves upon the baselines significantly on instance segmentation and object detection while also reducing the parameters, with minimal overhead in latency. Through the design of BoTNet, we also point out how ResNet bottleneck blocks with self-attention can be viewed as Transformer blocks. Without any bells and whistles, BoTNet achieves 44.4% Mask AP and 49.7% Box AP on the COCO Instance Segmentation benchmark using the Mask R-CNN framework; surpassing the previous best published single model and single scale results of ResNeSt evaluated on the COCO validation set. Finally, we present a simple adaptation of the BoTNet design for image classification, resulting in models that achieve a strong performance of 84.7% top-1 accuracy on the ImageNet benchmark while being up to 1.64x faster in compute time than the popular EfficientNet models on TPU-v3 hardware. We hope our simple and effective approach will serve as a strong baseline for future research in self-attention models for vision

📄 PDF Abstract BibTeX arXiv:2101.11605

Code (13)

BIGBALLON/distribuuuu pytorch
BR-IDL/PaddleViT paddle
CandiceD17/Bottleneck-Transformers-for-Visual-Recognition pytorch
MartinGer/Bottleneck-Transformers-for-Visual-Recognition pytorch
NZ99/bottleneck-transformer-flax jax
The-AI-Summer/self_attention pytorch
kevin-ssy/ViP pytorch
leaderj1001/BottleneckTransformers pytorch
leondgarse/keras_cv_attention_models/tree/main/keras_cv_attention_models/botnet tf
lucidrains/bottleneck-transformer-pytorch pytorch
nachiket273/VisTrans pytorch
rwightman/pytorch-image-models pytorch
scheshmi/BottleneckTransformers pytorch

Tasks

image-classificationImage ClassificationInstance Segmentationobject-detectionObject DetectionSegmentation

Methods 이 논문이 사용한 방법론

RPN A Region Proposal Network, or RPN, is a fully convolutional network that simultaneously predicts object bounds and objectness scores at each position. The RPN is trained…
How to file a complaint against Expedia? To file a complaint with Expedia, call their customer support at +1-(805)-330-4056. You can also send a written complaint using the contact form on the Expedia website. Calling…
Batch Normalization 설명 없음
Split Attention 설명 없음
Max Pooling Max Pooling is a pooling operation that calculates the maximum value for patches of a feature map, and uses it to create a downsampled (pooled) feature map. It is usually…
1x1 Convolution A 1 x 1 Convolution is a convolution with some special properties in that it can be used for dimensionality reduction,…
Pointwise Convolution Pointwise Convolution is a type of convolution that uses a 1x1 kernel: a kernel that iterates through every single point. This…
ResNeSt A ResNest is a variant on a ResNet, which instead stacks Split-Attention blocks. The cardinal group representations are then…

Similar Papers 제목 키워드 기반

Multi-Modal Zero-Shot Sign Language Recognition

2021-09-02 · Razieh Rastgoo, Kourosh Kiani, Sergio Escalera, Mohammad Sabokrou

Zero-Shot Learning (ZSL) has rapidly advanced in recent years. Towards overcoming the annotation bottleneck in the Sign Language Recognition (SLR), we explore the idea of Zero-Shot Sign Language Recognition (ZS-SLR) with…

Hand DetectionSign Language RecognitionZero-Shot Learning

vGamba: Attentive State Space Bottleneck for efficient Long-range Dependencies in Visual Recognition

2025-03-27 · Yunusa Haruna, Adamu Lawan

Capturing long-range dependencies efficiently is essential for visual recognition tasks, yet existing methods face limitations. Convolutional neural networks (CNNs) struggle with restricted receptive fields, while Vision…

Computational EfficiencyLong-range modelingMambaState Space Models

ZS-SLR: Zero-Shot Sign Language Recognition from RGB-D Videos

2021-08-23 · Razieh Rastgoo, Kourosh Kiani, Sergio Escalera

Sign Language Recognition (SLR) is a challenging research area in computer vision. To tackle the annotation bottleneck in SLR, we formulate the problem of Zero-Shot Sign Language Recognition (ZS-SLR) and propose a two-st…

DecoderHuman DetectionSign Language Recognition

Mixture of Balanced Information Bottlenecks for Long-Tailed Visual Recognition

2025-09-01 · Yifan Lan, Xin Cai, Jun Cheng, Shan Tan arxiv

Deep neural networks (DNNs) have achieved significant success in various applications with large-scale and balanced data. However, data in real-world visual recognition are usually long-tailed, bringing challenges to eff…

Representation Learning

Batch Transformer Architecture: Case of Synthetic Image Generation for Emotion Expression Facial Recognition

2025-11-13 · Stanislav Selitskiy arxiv

A novel Transformer variation architecture is proposed in the implicit sparse style. Unlike "traditional" Transformers, instead of attention to sequential or batch entities in their entirety of whole dimensionality, in t…

Face RecognitionImage Generation